node-foreground-child 3.1.1-2 source package in Ubuntu

Changelog

node-foreground-child (3.1.1-2) unstable; urgency=medium

  * Team upload
  * Launch test without timeout

 -- Yadd <email address hidden>  Fri, 18 Aug 2023 21:29:55 +0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-foreground-child_3.1.1-2.dsc 2.1 KiB a860097645cfba5c583a1c2a38907589d9be214e585f10ab31959cf5c15b07c3
node-foreground-child_3.1.1.orig.tar.gz 44.6 KiB 1d2904219c3779fb2fa2d7993ed5862f477437a93436668c4bc453f2d05a622c
node-foreground-child_3.1.1-2.debian.tar.xz 4.0 KiB c2b4664b6fdb370714908084e7d91d89d02aed10f1ee930fed9b6f99420cac76

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.