node-flagged-respawn 1.0.1-5 source package in Ubuntu

Changelog

node-flagged-respawn (1.0.1-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Apply multi-arch hints. + node-flagged-respawn: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 10:55:29 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-flagged-respawn_1.0.1-5.dsc 2.2 KiB c490aa2d8c3529ef253fb91835c656a9fb5a29481e89683d1dede11d2852d88c
node-flagged-respawn_1.0.1.orig.tar.gz 8.1 KiB 1f9c7514caaaf6c4ba7a15496f7c2b9806a12b673a4975561e4e3ee7a5c68e7c
node-flagged-respawn_1.0.1-5.debian.tar.xz 4.8 KiB 20a5780642887bb51c43d3993b5b6be819d8c59de777816ac79ab173f934a077

Available diffs

No changes file available.

Binary packages built by this source

node-flagged-respawn: 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.