|
há 8 anos atrás | |
---|---|---|
.. | ||
doc | há 8 anos atrás | |
lib | há 8 anos atrás | |
.npmignore | há 8 anos atrás | |
.travis.yml | há 8 anos atrás | |
LICENSE | há 8 anos atrás | |
README.md | há 8 anos atrás | |
duplex.js | há 8 anos atrás | |
package.json | há 8 anos atrás | |
passthrough.js | há 8 anos atrás | |
readable.js | há 8 anos atrás | |
transform.js | há 8 anos atrás | |
writable.js | há 8 anos atrás |
Node-core v7.0.0 streams for userland
npm install --save readable-stream
Node-core streams for userland
This package is a mirror of the Streams2 and Streams3 implementations in Node-core.
Full documentation may be found on the Node.js website.
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.