node-pumpify 1.3.5-1 source package in Ubuntu

Changelog

node-pumpify (1.3.5-1) unstable; urgency=low

  * Initial release (Closes: #868829)

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Wed, 19 Jul 2017 03:49:59 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pumpify_1.3.5-1.dsc 2.1 KiB fd756010b9ade07702120735b253dfd7f487249dea95f92bf43c6f952272830e
node-pumpify_1.3.5.orig.tar.gz 3.1 KiB ef678dad1018eaf02b912cb8b5616ad85f786f325f46ff6f45a15f21b6ae6f58
node-pumpify_1.3.5-1.debian.tar.xz 2.1 KiB 5032042e95bbc4b6eda81f4f25de81d15d0deb72ee992543f26cfc286225bcbb

No changes file available.

Binary packages built by this source

node-pumpify: combine streams into a single duplex stream by pump and duplexify

 Combine an array of streams into a single duplex stream using pump and
 duplexify. If one of the streams closes/errors all streams in the pipeline
 will be destroyed.
 .
 Node.js is an event-based server-side JavaScript engine.