readable-stream / 2.0.6 last updated 15 days ago created on Jul 27th 2012

Install

npm install --save readable-stream

Clone

git clone git@github.com:nodejs/readable-stream.git

dependencies show all 6

main core-util-is 1.0.2 MIT
inherits 2.0.1 ISC
isarray 1.0.0 MIT
process-nextick-args 1.0.6 MIT
string_decoder 0.10.31 MIT

maintainers

isaacs isaacs
tootallnate tootallnate
rvagg rvagg
cwmma cwmma

versions 44 total

2.0.6 15 days ago cwmma
2.0.5 3 months ago cwmma
2.0.4 5 months ago cwmma
2.0.3 5 months ago cwmma
2.0.2 8 months ago cwmma
2.0.1 9 months ago cwmma
2.0.0 10 months ago cwmma
1.1.13 2 years ago rvagg
1.1.13-1 2 years ago rvagg
1.1.12 2 years ago rvagg
1.1.12-1 2 years ago rvagg
1.1.11 2 years ago rvagg
1.1.11-1 2 years ago rvagg
1.1.10 2 years ago rvagg
1.1.9 3 years ago isaacs
1.1.8 3 years ago isaacs
1.1.7 3 years ago isaacs
1.0.33 a year ago rvagg
1.0.33-2 a year ago rvagg
1.0.33-1 a year ago rvagg
1.0.32 2 years ago rvagg
1.0.32-1 a year ago rvagg
1.0.31 2 years ago rvagg
1.0.27-1 2 years ago rvagg
1.0.26 2 years ago rvagg
1.0.26-4 2 years ago rvagg
1.0.26-3 2 years ago rvagg
1.0.26-2 2 years ago rvagg
1.0.26-1 2 years ago rvagg
1.0.25 2 years ago rvagg
1.0.25-1 2 years ago rvagg
1.0.24 2 years ago rvagg
1.0.17 3 years ago isaacs
1.0.15 3 years ago isaacs
1.0.2 3 years ago isaacs
1.0.1 3 years ago isaacs
1.0.0 3 years ago isaacs
0.3.1 3 years ago tootallnate
0.3.0 3 years ago tootallnate
0.2.0 3 years ago isaacs
0.1.0 3 years ago isaacs
0.0.4 3 years ago isaacs
0.0.3 3 years ago isaacs
0.0.2 4 years ago isaacs
780232 Downloads yesterday.

readme

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>
Resolving all dependencies.. This could take a while as our cache is not yet fully warmed up.