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

Changelog

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

  * New upstream version
  * Bump policy (no changes)
  * Fix test suite.

 -- Bastien Roucariès <email address hidden>  Mon, 07 May 2018 16:55:05 +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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-readable-stream_2.3.6-1.dsc 2.6 KiB 0adf5546a50e9535f41265694ce504898e704fee13681df76e57701883a3cfe4
node-readable-stream_2.3.6.orig.tar.gz 110.2 KiB c9c4556b37940623462a4cf1991725f6165b755c5f94a8bfcdfaebdd6d8d8b67
node-readable-stream_2.3.6-1.debian.tar.xz 5.1 KiB 2f983ea9144798b2553d6b6fa454f3780adc216b88165a8984b9667957a63c42

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.