|
před 1 rokem | |
---|---|---|
.. | ||
doc | před 1 rokem | |
lib | před 1 rokem | |
.npmignore | před 1 rokem | |
.travis.yml | před 1 rokem | |
.zuul.yml | před 1 rokem | |
LICENSE | před 1 rokem | |
README.md | před 1 rokem | |
duplex.js | před 1 rokem | |
package.json | před 1 rokem | |
passthrough.js | před 1 rokem | |
readable.js | před 1 rokem | |
transform.js | před 1 rokem | |
writable.js | před 1 rokem |
Node-core v5.8.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, 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.