[ Bron: node-flagged-respawn ]
Pakket: node-flagged-respawn (1.0.1-5)
Verwijzigingen voor node-flagged-respawn
Debian bronnen:
Het bronpakket node-flagged-respawn downloaden:
- [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]
Beheerders:
- Debian Javascript Maintainers (QA-pagina, Mailarchief)
- Pirate Praveen (QA-pagina)
- Paolo Greppi (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan node-flagged-respawn gerelateerde pakketten
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable