node-end-of-stream 1.1.0-1 source package in Ubuntu

Changelog

node-end-of-stream (1.1.0-1) unstable; urgency=low

  * Initial release (Closes: #753250)

 -- Paolo Greppi <email address hidden>  Fri, 02 Dec 2016 09:42:47 +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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-end-of-stream_1.1.0-1.dsc 2.1 KiB 3dfeb0fea769f71fed70e85177f0f6956a065fab019e8c5a041afbf33b6ea672
node-end-of-stream_1.1.0.orig.tar.gz 2.6 KiB 8bf84b784979659a07258f5bb91d07368318300a897a259f9ff2a4e7e53b3eaf
node-end-of-stream_1.1.0-1.debian.tar.xz 2.1 KiB e3abd3bb57c2179c8072769e45c305627213e678dd704f6eaffb588a17adbe83

No changes file available.

Binary packages built by this source

node-end-of-stream: Invoke a callback when a stream has completed or failed

 end-of-stream is a Node.js module which calls a callback when a readable,
 writable, or duplex stream has completed or failed.
 .
 Pass a stream and a callback to end-of-stream. Both legacy streams and
 streams2 are supported.
 .
 Node.js is an event-based server-side JavaScript engine.