node-pump 2.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Change Section from web to javascript
  * Bump Standards-Version to 4.1.1: nothing needs to be changed

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Tue, 12 Dec 2017 16:11:14 +0800

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pump_2.0.0-1.dsc 2.0 KiB 2a7f5df4a043c3bd5fd37e131ff51e93394c5ee0665bb65061bcf8c7eb4de944
node-pump_2.0.0.orig.tar.gz 3.1 KiB 5d66ce5c918dadfa563e4415d2656f4022394204eddbf0cf8101210ba5f7a93f
node-pump_2.0.0-1.debian.tar.xz 2.2 KiB 17bd8b64a159041892a6b71828c9ff604f37545d5e2c62da253e099263680e24

Available diffs

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.