File: /home/ubuntu/.npm/registry.npmjs.org/simple-concat/.cache.json
{"_id":"simple-concat","_rev":"2-9d028010489386a6764263cf9e98cf9a","name":"simple-concat","description":"Super-minimalist version of `concat-stream`. Less than 15 lines!","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"simple-concat","description":"Super-minimalist version of `concat-stream`. Less than 15 lines!","version":"1.0.0","author":{"name":"Feross Aboukhadijeh","email":"[email protected]","url":"http://feross.org/"},"bugs":{"url":"https://github.com/feross/simple-concat/issues"},"dependencies":{},"devDependencies":{"standard":"^6.0.8","tape":"^4.0.0"},"homepage":"https://github.com/feross/simple-concat","keywords":["concat","concat-stream","concat stream"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/simple-concat.git"},"scripts":{"test":"standard && tape test/*.js"},"gitHead":"7ea5b5aecfbbbf554c66474dd43a2271373640ed","_id":"[email protected]","_shasum":"7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6","_from":".","_npmVersion":"2.14.20","_nodeVersion":"4.4.1","_npmUser":{"name":"feross","email":"[email protected]"},"dist":{"shasum":"7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6","tarball":"https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz"},"maintainers":[{"name":"feross","email":"[email protected]"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/simple-concat-1.0.0.tgz_1461229969789_0.8977642937097698"},"directories":{}}},"readme":"# simple-concat [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]\n\n[travis-image]: https://img.shields.io/travis/feross/simple-concat/master.svg\n[travis-url]: https://travis-ci.org/feross/simple-concat\n[npm-image]: https://img.shields.io/npm/v/simple-concat.svg\n[npm-url]: https://npmjs.org/package/simple-concat\n[downloads-image]: https://img.shields.io/npm/dm/simple-concat.svg\n[downloads-url]: https://npmjs.org/package/simple-concat\n\n### Super-minimalist version of `concat-stream`. Less than 15 lines!\n\n## install\n\n```\nnpm install simple-concat\n```\n\n## usage\n\nThis example is longer than the implementation.\n\n```js\nvar s = new stream.PassThrough()\nconcat(s, function (err, buf) {\n if (err) throw err\n console.error(buf)\n})\ns.write('abc')\nsetTimeout(function () {\n s.write('123')\n}, 10)\nsetTimeout(function () {\n s.write('456')\n}, 20)\nsetTimeout(function () {\n s.end('789')\n}, 30)\n```\n\n## license\n\nMIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).\n","maintainers":[{"name":"feross","email":"[email protected]"}],"time":{"modified":"2017-03-24T14:44:58.098Z","created":"2016-04-21T09:12:52.546Z","1.0.0":"2016-04-21T09:12:52.546Z"},"homepage":"https://github.com/feross/simple-concat","keywords":["concat","concat-stream","concat stream"],"repository":{"type":"git","url":"git://github.com/feross/simple-concat.git"},"author":{"name":"Feross Aboukhadijeh","email":"[email protected]","url":"http://feross.org/"},"bugs":{"url":"https://github.com/feross/simple-concat/issues"},"license":"MIT","readmeFilename":"README.md","users":{"monjer":true},"_attachments":{},"_etag":"W/\"ab85e6d611ee59aed6f2fab9ce7e003b\"","_lastModified":"Sun, 27 May 2018 17:19:12 GMT"}