{"_id":"stream-cache","_rev":"257496","name":"stream-cache","description":"A simple way to cache and replay readable streams.","dist-tags":{"latest":"0.0.2"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"time":{"modified":"2021-06-03T16:30:10.000Z","created":"2012-04-27T12:22:23.512Z","0.0.2":"2012-04-27T12:59:47.038Z","0.0.1":"2012-04-27T12:22:23.512Z"},"users":{"staydan":true,"flickzcode":true},"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"repository":{"type":"git","url":"git://github.com/felixge/node-stream-cache.git"},"versions":{"0.0.2":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"stream-cache","description":"A simple way to cache and replay readable streams.","version":"0.0.2","homepage":"https://github.com/felixge/node-stream-cache","repository":{"type":"git","url":"git://github.com/felixge/node-stream-cache.git"},"main":"./index","engines":{"node":"*"},"dependencies":{},"devDependencies":{},"optionalDependencies":{},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"stream-cache@0.0.2","_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"1ac5ad6832428ca55667dbdee395dad4e6db118f","size":17819,"noattachment":false,"key":"/stream-cache/-/stream-cache-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-cache/download/stream-cache-0.0.2.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"directories":{},"publish_time":1335531587038,"_cnpm_publish_time":1335531587038,"_hasShrinkwrap":false},"0.0.1":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"stream-cache","description":"A simple way to cache and replay readable streams.","version":"0.0.1","homepage":"https://github.com/felixge/node-stream-cache","repository":{"type":"git","url":"git://github.com/felixge/node-stream-cache.git"},"main":"./index","engines":{"node":"*"},"dependencies":{},"devDependencies":{},"optionalDependencies":{},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"stream-cache@0.0.1","_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"2b2bcd36189bd708401d02a16ea7596ab7fcbc92","size":17225,"noattachment":false,"key":"/stream-cache/-/stream-cache-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/stream-cache/download/stream-cache-0.0.1.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"directories":{},"publish_time":1335529343512,"_cnpm_publish_time":1335529343512,"_hasShrinkwrap":false}},"readme":"# node-stream-cache\n\nA simple way to cache and replay readable streams.\n\n## Usage\n\n```js\nvar StreamCache = require('stream-cache');\nvar fs          = require('fs');\n\nvar cache = new StreamCache();\nfs.createReadStream(__filename).pipe(cache);\n\n// Cache can now be piped anywhere, even before the readable stream finishes.\ncache.pipe(process.stdout);\n```\n","_attachments":{},"homepage":"https://github.com/felixge/node-stream-cache"}