{"_id":"whatwg-streams","_rev":"4180160","name":"whatwg-streams","description":"An implementation of the whatwg/streams spec","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"raynos","email":""}],"time":{"modified":"2026-03-01T21:46:54.000Z","created":"2014-01-20T17:17:56.591Z","0.1.1":"2014-01-20T17:18:31.462Z","0.1.0":"2014-01-20T17:17:56.591Z"},"users":{},"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/whatwg-streams.git"},"versions":{"0.1.1":{"name":"whatwg-streams","version":"0.1.1","description":"An implementation of the whatwg/streams spec","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/whatwg-streams.git"},"main":"index","homepage":"https://github.com/Raynos/whatwg-streams","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Raynos/whatwg-streams/issues","email":"raynos2@gmail.com"},"dependencies":{"tape":"~2.3.2","bluebird":"~1.0.0"},"devDependencies":{"tape":"~1.0.2"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/whatwg-streams/raw/master/LICENSE"}],"scripts":{"test":"node ./test/index.js","start":"node ./index.js","watch":"nodemon -w ./index.js index.js","travis-test":"istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)","cover":"istanbul cover --report none --print detail ./test/index.js","view-cover":"istanbul report html && google-chrome ./coverage/index.html","test-browser":"testem-browser ./test/browser/index.js","testem":"testem-both -b=./test/browser/index.js"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"readmeFilename":"README.md","_id":"whatwg-streams@0.1.1","dist":{"shasum":"dd5575c965bce13da76dc0dd495629a87572e74e","size":4787,"noattachment":false,"key":"/whatwg-streams/-/whatwg-streams-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/whatwg-streams/download/whatwg-streams-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":""}],"directories":{},"publish_time":1390238311462,"_hasShrinkwrap":false,"_cnpm_publish_time":1390238311462,"_cnpmcore_publish_time":"2021-12-16T19:05:54.093Z"},"0.1.0":{"name":"whatwg-streams","version":"0.1.0","description":"An implementation of the whatwg/streams spec","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/whatwg-streams.git"},"main":"index","homepage":"https://github.com/Raynos/whatwg-streams","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Raynos/whatwg-streams/issues","email":"raynos2@gmail.com"},"dependencies":{"tape":"~2.3.2"},"devDependencies":{"tape":"~1.0.2"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/whatwg-streams/raw/master/LICENSE"}],"scripts":{"test":"node ./test/index.js","start":"node ./index.js","watch":"nodemon -w ./index.js index.js","travis-test":"istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)","cover":"istanbul cover --report none --print detail ./test/index.js","view-cover":"istanbul report html && google-chrome ./coverage/index.html","test-browser":"testem-browser ./test/browser/index.js","testem":"testem-both -b=./test/browser/index.js"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"readmeFilename":"README.md","_id":"whatwg-streams@0.1.0","dist":{"shasum":"ebaaeb2f3dabb6e1f7b47f4f9303172a41861464","size":4778,"noattachment":false,"key":"/whatwg-streams/-/whatwg-streams-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/whatwg-streams/download/whatwg-streams-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":""}],"directories":{},"publish_time":1390238276591,"_hasShrinkwrap":false,"_cnpm_publish_time":1390238276591,"_cnpmcore_publish_time":"2021-12-16T19:05:54.346Z"}},"readme":"# whatwg-streams\n\n[![build status][1]][2] [![NPM version][3]][4] [![Coverage Status][5]][6] [![Davis Dependency status][9]][10]\n\n[![browser support][11]][12]\n\nAn implementation of the whatwg/streams spec\n\n## Example\n\n```js\nvar whatwgStreams = require(\"whatwg-streams\")\n\n// TODO. Show example\n```\n\n## Installation\n\n`npm install whatwg-streams`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n  [1]: https://secure.travis-ci.org/Raynos/whatwg-streams.png\n  [2]: https://travis-ci.org/Raynos/whatwg-streams\n  [3]: https://badge.fury.io/js/whatwg-streams.png\n  [4]: https://badge.fury.io/js/whatwg-streams\n  [5]: https://coveralls.io/repos/Raynos/whatwg-streams/badge.png\n  [6]: https://coveralls.io/r/Raynos/whatwg-streams\n  [7]: https://gemnasium.com/Raynos/whatwg-streams.png\n  [8]: https://gemnasium.com/Raynos/whatwg-streams\n  [9]: https://david-dm.org/Raynos/whatwg-streams.png\n  [10]: https://david-dm.org/Raynos/whatwg-streams\n  [11]: https://ci.testling.com/Raynos/whatwg-streams.png\n  [12]: https://ci.testling.com/Raynos/whatwg-streams\n","_attachments":{},"readmeFilename":"README.md","homepage":"https://github.com/Raynos/whatwg-streams","bugs":{"url":"https://github.com/Raynos/whatwg-streams/issues","email":"raynos2@gmail.com"}}