[ 源代码: node-execa ]
软件包:node-execa(6.1.0+dfsg1+~cs16.0.4-8)
node-execa 的相关链接
Debian 的资源:
下载源码包 node-execa:
- [node-execa_6.1.0+dfsg1+~cs16.0.4-8.dsc]
- [node-execa_6.1.0+dfsg1+~cs16.0.4.orig-cross-spawn.tar.xz]
- [node-execa_6.1.0+dfsg1+~cs16.0.4.orig-human-signals.tar.xz]
- [node-execa_6.1.0+dfsg1+~cs16.0.4.orig-onetime.tar.xz]
- [node-execa_6.1.0+dfsg1+~cs16.0.4.orig.tar.xz]
- [node-execa_6.1.0+dfsg1+~cs16.0.4-8.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
better `child_process`
This is better in the following ways:
- Promise interface. - Strips EOF from the output so you don't have to `stdout.trim()`. - Supports shebang binaries cross-platform. - Improved Windows support. - Higher max buffer. 10 MB instead of 200 KB. - Executes locally installed binaries by name. - Cleans up spawned processes when the parent process dies.
Node.js is an event-based server-side JavaScript engine.
其他与 node-execa 有关的软件包
|
|
|
|
-
- dep: node-get-stream
- Get a stream as a string, buffer, or array
-
- dep: node-is-stream (>= 3)
- Check if something is a Node.js stream
-
- dep: node-merge-stream
- Create a stream that emits events from multiple other streams
-
- dep: node-mimic-fn (>= 4)
- Make a function mimic another one
-
- dep: node-npm-run-path (>= 5.1.0+~4.0.0~)
- Get your PATH prepended with locally installed binaries
-
- dep: node-shebang-command
- Get the command from a shebang
-
- dep: node-signal-exit (>= 3.0.7~)
- Fire an event no matter how a process exits
-
- dep: node-strip-eof (>= 3.0.0-4~)
- strip CR and LF characters from a string/buffer
-
- dep: node-which
- Cross-platform 'which' module for Node.js