{"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"dist-tags":{"latest":"0.0.2"},"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"description":"A simple way to cache and replay readable streams.","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","repository":{"type":"git","url":"git://github.com/felixge/node-stream-cache.git"},"users":{"staydan":true,"flickzcode":true},"versions":{"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","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/stream-cache/-/stream-cache-0.0.1.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"directories":{}},"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","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/stream-cache/-/stream-cache-0.0.2.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}],"directories":{}}},"name":"stream-cache","time":{"modified":"2017-06-22T17:25:44.103Z","created":"2012-04-27T12:22:21.947Z","0.0.1":"2012-04-27T12:22:23.512Z","0.0.2":"2012-04-27T12:59:47.038Z"}}