[ 原始碼: node-flagged-respawn ]
套件:node-flagged-respawn(1.0.1-5)
node-flagged-respawn 的相關連結
Debian 的資源:
下載原始碼套件 node-flagged-respawn:
- [node-flagged-respawn_1.0.1-5.dsc]
- [node-flagged-respawn_1.0.1.orig.tar.gz]
- [node-flagged-respawn_1.0.1-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
tool for respawning node binaries when special flags are present
This Node.js module can be useful for command-line scripts written in JavaScript. It can selectively apply flags to the interpreter, by re-spawning it and passing it only the required flags - the rest are passed to the script.
Flagged-respawn also handles all the edge cases such as:
- Providing a method to determine if a respawn is needed. - Piping stderr/stdout from the child into the parent. - Making the parent process exit with the same code as the child. - If the child is killed, making the parent exit with the same signal.
Node.js is an event-based server-side JavaScript engine.
其他與 node-flagged-respawn 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable