node-foreground-child 2.0.0-5 source package in Ubuntu
Changelog
node-foreground-child (2.0.0-5) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + node-foreground-child: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Tue, 22 Nov 2022 14:37:09 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-foreground-child_2.0.0-5.dsc | 2.1 KiB | f6664180a2be0d0931c4f811ce00d8f1a7ea63fcb3ac85f9a0ac9661b916ca35 |
node-foreground-child_2.0.0.orig.tar.gz | 34.2 KiB | 79d313a55e6a5a607c42d1d2e87fb68bd354aa087ba7053914dd470d91ebf997 |
node-foreground-child_2.0.0-5.debian.tar.xz | 3.7 KiB | 6fbfb231e619f1501f477adafcab831dce269f99390392645295f71c3c52fc78 |
Available diffs
- diff from 2.0.0-4 to 2.0.0-5 (536 bytes)
No changes file available.
Binary packages built by this source
- node-foreground-child: helper running a child process as a foreground process
This Node.js module emulate simple control group in pure javacript.
It runs a child process as foreground process redirecting output
to stdout and exiting main process as soon as child exist.
.
This module could be used for implementating TAP test
for Node.js.
.
TAP is a simple text-based interface between testing modules
implemented in many popular languages.
.
Node.js is an event-based server-side JavaScript engine.