node-readable-stream 2.3.3-1 source package in Ubuntu

Changelog

node-readable-stream (2.3.3-1) unstable; urgency=medium

  * New upstream version
  * Bump policy (no changes)

 -- Bastien Roucariès <email address hidden>  Sun, 13 Aug 2017 16:24:33 +0200

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-readable-stream_2.3.3-1.dsc 2.5 KiB 0537a79d9c77c43d0ae6ecf5080c4ab401ae7e0fc3a60ba4e2c893e41ebaed98
node-readable-stream_2.3.3.orig.tar.gz 92.6 KiB 6c4b7e88ea930765004e2f52e74b6b2f3da39465b28053513bcf5183e5e26834
node-readable-stream_2.3.3-1.debian.tar.xz 3.5 KiB 3f7a5d4406a8f6a6fdcb1bc0807446dcc5c03e6f3e7fb91fcffb92fb725c2b62

Available diffs

No changes file available.

Binary packages built by this source

node-readable-stream: stream compatibility library for Node.js and browser

 node-readable-stream package is a port to browser context of the well
 known stream API of Node.js, usable both under Node.js or inside a browser.
 .
 A stream is an abstract interface for working with streaming data in Node.js.
 There are many stream objects provided by Node.js. For instance, a request
 to an HTTP server and process.stdout are both stream instances.
 .
 Node.js is an event-based server-side JavaScript engine.