node-foreground-child 2.0.0-4 source package in Ubuntu

Changelog

node-foreground-child (2.0.0-4) unstable; urgency=medium

  * Team upload
  * Fix test for tap >= 1 (--no-cov) (Closes: #1009488)

 -- Yadd <email address hidden>  Sun, 17 Apr 2022 10:03:34 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-foreground-child_2.0.0-4.dsc 2.1 KiB 152698d7fc53ea9a4b2c5c0a6ba31ec95d9c41c5a2e2e6b0a36e6428eea0d692
node-foreground-child_2.0.0.orig.tar.gz 34.2 KiB 79d313a55e6a5a607c42d1d2e87fb68bd354aa087ba7053914dd470d91ebf997
node-foreground-child_2.0.0-4.debian.tar.xz 3.6 KiB 9c1329bd84fba679b4853d16297f3186a936f0dd6df649fa4fb7c208b02efcec

Available diffs

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.