read-stream
Base class for readable streams
Last updated 12 years ago by raynos .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install read-stream 
SYNC missed versions from official npm registry.

read-stream

Base class for readable streams

Example

var from = require("read-stream")
    , to = require("write-stream")

from([1,2,3,4]).pipe(to([], function (array) {
    assert.equal(array, [1,2,3,4])
}))

Installation

npm install read-stream

Contributors

  • Raynos

MIT Licenced

Current Tags

  • 2.1.1                                ...           latest (12 years ago)

22 Versions

  • 2.1.1                                ...           12 years ago
  • 2.0.2                                ...           12 years ago
  • 2.0.1                                ...           12 years ago
  • 1.0.1                                ...           12 years ago
  • 0.5.2                                ...           12 years ago
  • 0.5.1                                ...           12 years ago
  • 0.5.0                                ...           12 years ago
  • 0.4.8                                ...           12 years ago
  • 0.4.7                                ...           12 years ago
  • 0.4.6                                ...           12 years ago
  • 0.4.5                                ...           12 years ago
  • 0.4.4                                ...           12 years ago
  • 0.4.3                                ...           12 years ago
  • 0.4.2                                ...           12 years ago
  • 0.4.1                                ...           12 years ago
  • 0.4.0                                ...           12 years ago
  • 0.2.2                                ...           12 years ago
  • 0.2.1                                ...           12 years ago
  • 0.2.0                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
  • 0.0.2                                ...           12 years ago
  • 0.0.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |