0482198d570b85ef14a395fed74c5f7d921ddb119dc64636c34409bd504217eba3047186f7981d466bc38a8cd68b0dfc8378c1c7f3a7d859ef41aa858c57dc 517 B

12345678910111213141516171819202122232425
  1. # stream-browserify
  2. the stream module from node core, for browsers!
  3. [![build status](https://secure.travis-ci.org/browserify/stream-browserify.svg)](http://travis-ci.org/browserify/stream-browserify)
  4. # methods
  5. Consult the node core
  6. [documentation on streams](http://nodejs.org/docs/latest/api/stream.html).
  7. # install
  8. With [npm](https://npmjs.org) do:
  9. ```
  10. npm install stream-browserify
  11. ```
  12. but if you are using browserify you will get this module automatically when you
  13. do `require('stream')`.
  14. # license
  15. MIT