node-readable-stream 3.6.0+~cs3.0.0-1 source package in Ubuntu

Changelog

node-readable-stream (3.6.0+~cs3.0.0-1) unstable; urgency=medium

  * Bundle bufferstreams

 -- Bastien Roucariès <email address hidden>  Tue, 12 Oct 2021 17:56:22 +0000

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-readable-stream_3.6.0+~cs3.0.0-1.dsc 3.1 KiB a551820213fb9e00f4c64546679125b2475754c053bf4155b21541a6e7427dd0
node-readable-stream_3.6.0+~cs3.0.0.orig-bufferstreams.tar.gz 62.6 KiB f7146efb59a10aef9cea570497ebd9e2ebffcf38f0977d5e20c2f1fbdc2f2055
node-readable-stream_3.6.0+~cs3.0.0.orig.tar.gz 154.6 KiB 2174fce03850b5bb5694d8e983f3dc927382edaf0a800baa4fba475d01899322
node-readable-stream_3.6.0+~cs3.0.0-1.debian.tar.xz 16.5 KiB c787c5dfad57b09254fc2c130f0b008dda866b47735581dbee148cbb0ce5e984

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.