node-foreground-child 1.5.6-4ubuntu1 source package in Ubuntu

Changelog

node-foreground-child (1.5.6-4ubuntu1) bionic; urgency=medium

  * Relax timeout in test/immortal-child.js further

 -- Graham Inggs <email address hidden>  Wed, 04 Apr 2018 11:32:54 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-foreground-child_1.5.6.orig.tar.gz 5.7 KiB 6589fa538169ae327a672cd52de9d5fcf88f020faaef667bb169b49922e3e725
node-foreground-child_1.5.6-4ubuntu1.debian.tar.xz 3.5 KiB 80bcb3b33b81076981523c0412b0a3a00ff4dc60c1681a6dfcb3c0ebd49b2c72
node-foreground-child_1.5.6-4ubuntu1.dsc 2.3 KiB 40acdd639450164228b2512c7ddab8a8bb97d3b8b14a48e0a1e2b1c510fadc08

View changes file

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.