{"_id":"stream-counter","_rev":"10-711f0d1c33f04d6821cbb14dd602b8f5","name":"stream-counter","description":"keeps track of how many bytes have been written to a stream","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"stream-counter","version":"0.1.0","description":"keeps track of how many bytes have been written to a stream","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"git://github.com/superjoe30/node-stream-counter.git"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"BSD","engines":{"node":">=0.8.0"},"dependencies":{"readable-stream":"~1.0.2"},"_id":"stream-counter@0.1.0","dist":{"shasum":"a035e429361fb57f361606e17fcd8a8b9677327b","tarball":"https://registry.npmjs.org/stream-counter/-/stream-counter-0.1.0.tgz","integrity":"sha512-Yz+QYzpSJl6Y1u41KDU0Yx8MBJn6dQ+uCZDnVxiY67JAwa0xlhWYBdOCoWG6+a2OWnSX3RibxgXC5lNAS2OHtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDH7CR7zWUKpBY2uaMN4UesF5R3NhT1DVCRc3aNvAcdBQIhAP+jJO4dXmONTP/H5hjMSxr2oJy/lyTNopJHM4mAOd7t"}]},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}]},"0.2.0":{"name":"stream-counter","version":"0.2.0","description":"keeps track of how many bytes have been written to a stream","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"git://github.com/superjoe30/node-stream-counter.git"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"BSD","engines":{"node":">=0.8.0"},"dependencies":{"readable-stream":"~1.1.8"},"bugs":{"url":"https://github.com/superjoe30/node-stream-counter/issues"},"_id":"stream-counter@0.2.0","dist":{"shasum":"ded266556319c8b0e222812b9cf3b26fa7d947de","tarball":"https://registry.npmjs.org/stream-counter/-/stream-counter-0.2.0.tgz","integrity":"sha512-GjA2zKc2iXUUKRcOxXQmhEx0Ev3XHJ6c8yWGqhQjWwhGrqNwSsvq9YlRLgoGtZ5Kx2Ln94IedaqJ5GUG6aBbxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3d0e6edgYlhBntCwfojf/0ssvUbJwWEsl8DDkF0wX/QIhAJ8I39SAiRrAUSLTfDyXCqJSwV5MvB2PtBtJ61cBYT98"}]},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}]},"1.0.0":{"name":"stream-counter","version":"1.0.0","description":"keeps track of how many bytes have been written to a stream","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"git://github.com/superjoe30/node-stream-counter.git"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","engines":{"node":">=0.10.20"},"dependencies":{},"bugs":{"url":"https://github.com/superjoe30/node-stream-counter/issues"},"homepage":"https://github.com/superjoe30/node-stream-counter","_id":"stream-counter@1.0.0","dist":{"shasum":"91cf2569ce4dc5061febcd7acb26394a5a114751","tarball":"https://registry.npmjs.org/stream-counter/-/stream-counter-1.0.0.tgz","integrity":"sha512-4nfHc1016AhNOs0CFDR3S0FNeqnYbT7xZ408coajcx2Msj8malNNjvFHzWYIfIAXNK5i0eaKIVfgBYPOkyOTIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPKdc3fdl4Yg+0Idd9D/8W8qOhLe+AiDmBnppVM1+1LwIhAPIvXeA6crtqNhJrGUXpnOqFblqNDbq4mghfpSgvKop1"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}]}},"readme":"# stream-counter\n\nKeep track of how many bytes have been written to a stream.\n\n## Usage\n\n```js\nvar StreamCounter = require('stream-counter');\nvar counter = new StreamCounter();\ncounter.on('progress', function() {\n  console.log(\"progress\", counter.bytes);\n});\nfs.createReadStream('foo.txt').pipe(counter);\n```\n","maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}],"time":{"modified":"2022-06-27T00:46:15.471Z","created":"2013-04-05T19:45:47.808Z","0.1.0":"2013-04-05T19:45:49.803Z","0.2.0":"2013-09-08T13:12:46.262Z","1.0.0":"2014-05-08T23:31:15.716Z"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"repository":{"type":"git","url":"git://github.com/superjoe30/node-stream-counter.git"},"homepage":"https://github.com/superjoe30/node-stream-counter","bugs":{"url":"https://github.com/superjoe30/node-stream-counter/issues"},"license":"MIT","readmeFilename":"README.md","users":{"quocnguyen":true}}