node-pump 1.0.2-1 source package in Ubuntu

Changelog

node-pump (1.0.2-1) unstable; urgency=low

  * Initial release (Closes: #865509)

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Thu, 22 Jun 2017 06:29:48 +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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pump_1.0.2-1.dsc 2.0 KiB 2f49510872369ec8cc00adc69b2c417ff444ac8b91e5c7dc721c5051f1ae08b7
node-pump_1.0.2.orig.tar.gz 3.1 KiB d52a2fb290cc57558eb6c0b15b06af0a4a3f8f6d458e66f3de1b17df2ccbda81
node-pump_1.0.2-1.debian.tar.xz 2.1 KiB f0da2cb0bbf40d5821f6f3f58bb43400cc296e42b41f8ec6794f1b484d32395d

No changes file available.

Binary packages built by this source

node-pump: small node module that pipes streams together

 When using standard source.pipe(dest) source will not be destroyed if dest
 emits close or an error. You are also not able to provide a callback to tell
 when then pipe has finished. pump does these two things for you.
 .
 Node.js is an event-based server-side JavaScript engine.