[ 原始碼: node-execa ]
套件:node-execa(8.0.1+dfsg1+~cs12.0.0-1)
node-execa 的相關連結
Debian 的資源:
下載原始碼套件 node-execa:
- [node-execa_8.0.1+dfsg1+~cs12.0.0-1.dsc]
- [node-execa_8.0.1+dfsg1+~cs12.0.0.orig-human-signals.tar.xz]
- [node-execa_8.0.1+dfsg1+~cs12.0.0.orig-onetime.tar.xz]
- [node-execa_8.0.1+dfsg1+~cs12.0.0.orig.tar.xz]
- [node-execa_8.0.1+dfsg1+~cs12.0.0-1.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 (>= 8.0.0~)
- 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 (>= 4~)
- 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