[ ソース: 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