mini.css/node_modules/readable-stream
Angelos Chalaris 11e48409bb Started working on Gluon core
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2018-05-28 12:29:34 +03:00
..
doc Started working on Gluon core 2018-05-28 12:29:34 +03:00
lib Started working on Gluon core 2018-05-28 12:29:34 +03:00
.npmignore Started working on Gluon core 2018-05-28 12:29:34 +03:00
.travis.yml Started working on Gluon core 2018-05-28 12:29:34 +03:00
.zuul.yml Started working on Gluon core 2018-05-28 12:29:34 +03:00
duplex.js Started working on Gluon core 2018-05-28 12:29:34 +03:00
LICENSE Started working on Gluon core 2018-05-28 12:29:34 +03:00
package.json Started working on Gluon core 2018-05-28 12:29:34 +03:00
passthrough.js Started working on Gluon core 2018-05-28 12:29:34 +03:00
readable.js Started working on Gluon core 2018-05-28 12:29:34 +03:00
README.md Started working on Gluon core 2018-05-28 12:29:34 +03:00
transform.js Started working on Gluon core 2018-05-28 12:29:34 +03:00
writable.js Started working on Gluon core 2018-05-28 12:29:34 +03:00

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

  • Chris Dickinson (@chrisdickinson) <christopher.s.dickinson@gmail.com>
    • Release GPG key: 9554F04D7259F04124DE6B476D5A82AC7E37093B
  • Calvin Metcalf (@calvinmetcalf) <calvin.metcalf@gmail.com>
    • Release GPG key: F3EF5F62A87FC27A22E643F714CE4FF5015AA242
  • Rod Vagg (@rvagg) <rod@vagg.org>
    • Release GPG key: DD8F2338BAE7501E3DD5AC78C273792F7D83545D
  • Sam Newman (@sonewman) <newmansam@outlook.com>
  • Mathias Buus (@mafintosh) <mathiasbuus@gmail.com>
  • Domenic Denicola (@domenic) <d@domenic.me>