[ 源代码: node-flagged-respawn ]
软件包:node-flagged-respawn(1.0.1-2)
node-flagged-respawn 的相关链接
Debian 的资源:
下载源码包 node-flagged-respawn:
- [node-flagged-respawn_1.0.1-2.dsc]
- [node-flagged-respawn_1.0.1.orig.tar.gz]
- [node-flagged-respawn_1.0.1-2.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 (>= 6)
- evented I/O for V8 javascript - runtime executable