tree: 324fa662d47654ee2e74f7f2375358fe9fa5b690 [path history] [tgz]
  1. doc/
  2. lib/
  3. .npmignore
  4. .travis.yml
  5. .zuul.yml
  6. duplex.js
  7. LICENSE
  8. package.json
  9. passthrough.js
  10. readable.js
  11. README.md
  12. transform.js
  13. writable.js
node_modules/concat-stream/node_modules/readable-stream/README.md

readable-stream

Node-core v5.8.0 streams for userland Build Status

NPM NPM

Sauce Test Status

npm install --save readable-stream

Node-core streams for userland

This package is a mirror of the Streams2 and Streams3 implementations in Node-core, including documentation.

If you want to guarantee a stable streams base, regardless of what version of Node you, or the users of your libraries are using, use readable-stream only and avoid the “stream” module in Node-core, for background see this blogpost.

As of version 2.0.0 readable-stream uses semantic versioning.

Streams WG Team Members