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

readable-stream

Node-core 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