node-cross-spawn 2.0.1-1 source package in Ubuntu

Changelog

node-cross-spawn (2.0.1-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Add node-rimraf build dependency for new tests
  * Patch new tests in test.js to use nodejs instead of node in Debian

 -- Ross Gammon <email address hidden>  Sun, 13 Dec 2015 18:44:59 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cross-spawn_2.0.1-1.dsc 2.1 KiB f995f7b3dde6d17497303f32efb12fb50c57e6da3d2b09e53378f156ca7d02ff
node-cross-spawn_2.0.1.orig.tar.gz 6.9 KiB 35f196825548c6405f7c8685df9ea1a83f4f6bf208a3fb51c49548ff1a6e63b2
node-cross-spawn_2.0.1-1.debian.tar.xz 3.8 KiB 300ecc7a174ae9ec31171c6c6e687261d092a1c8b8e98e5537336c6cb65399d8

Available diffs

No changes file available.

Binary packages built by this source

node-cross-spawn: Cross platform drop-in replacement for spawn

 Cross-spawn is a drop-in replacement for nodejs's spawn which does not
 have full support on all platforms. Cross-spawn is a thin wrapper around
 child_process.spawn which provides restarts.
 .
 Node.js is an event-based server-side JavaScript engine.