{"_id":"hypercore-streams","_rev":"480986","name":"hypercore-streams","description":"External implementation of a WriteStream and ReadStream for Hypercore","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"mafintosh","email":""}],"time":{"modified":"2021-08-05T09:36:59.000Z","created":"2020-06-10T20:53:21.217Z","1.0.1":"2020-10-29T11:08:21.986Z","1.0.0":"2020-06-10T20:53:21.217Z"},"users":{},"author":{"name":"Mathias Buus","url":"@mafintosh"},"repository":{"type":"git","url":"git+https://github.com/mafintosh/hypercore-streams.git"},"versions":{"1.0.1":{"name":"hypercore-streams","version":"1.0.1","description":"External implementation of a WriteStream and ReadStream for Hypercore","main":"index.js","dependencies":{"streamx":"^2.6.0"},"devDependencies":{"hypercore":"^9.2.1","random-access-memory":"^3.1.1","standard":"^14.3.4","tape":"^5.0.1"},"scripts":{"test":"standard && tape test.js"},"repository":{"type":"git","url":"git+https://github.com/mafintosh/hypercore-streams.git"},"author":{"name":"Mathias Buus","url":"@mafintosh"},"license":"MIT","bugs":{"url":"https://github.com/mafintosh/hypercore-streams/issues"},"homepage":"https://github.com/mafintosh/hypercore-streams","gitHead":"ede09584b4882ef5d1c6dc841e829b654894dc3a","_id":"hypercore-streams@1.0.1","_nodeVersion":"14.10.1","_npmVersion":"6.14.8","dist":{"shasum":"95fb8b75eac466abdc373ea2c2b1c6b8566b23be","size":2397,"noattachment":false,"key":"/hypercore-streams/-/hypercore-streams-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/hypercore-streams/download/hypercore-streams-1.0.1.tgz"},"maintainers":[{"name":"mafintosh","email":""}],"_npmUser":{"name":"mafintosh","email":"mathiasbuus@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hypercore-streams_1.0.1_1603969701830_0.4497861646740613"},"_hasShrinkwrap":false,"publish_time":1603969701986,"_cnpm_publish_time":1603969701986},"1.0.0":{"name":"hypercore-streams","version":"1.0.0","description":"External implementation of a WriteStream and ReadStream for Hypercore","main":"index.js","dependencies":{"streamx":"^2.6.0"},"devDependencies":{"hypercore":"^9.2.1","random-access-memory":"^3.1.1","standard":"^14.3.4","tape":"^5.0.1"},"scripts":{"test":"standard && tape test.js"},"repository":{"type":"git","url":"git+https://github.com/mafintosh/hypercore-streams.git"},"author":{"name":"Mathias Buus","url":"@mafintosh"},"license":"MIT","bugs":{"url":"https://github.com/mafintosh/hypercore-streams/issues"},"homepage":"https://github.com/mafintosh/hypercore-streams","gitHead":"f0e85583b71edffa75ffbd532d7f4cc73ba3240c","_id":"hypercore-streams@1.0.0","_nodeVersion":"12.17.0","_npmVersion":"6.14.4","dist":{"shasum":"f5d44acf9b14ae859b675cc1fe332445bf249f72","size":2269,"noattachment":false,"key":"/hypercore-streams/-/hypercore-streams-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hypercore-streams/download/hypercore-streams-1.0.0.tgz"},"maintainers":[{"name":"mafintosh","email":""}],"_npmUser":{"name":"mafintosh","email":"mathiasbuus@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hypercore-streams_1.0.0_1591822401051_0.6974960695583043"},"_hasShrinkwrap":false,"publish_time":1591822401217,"_cnpm_publish_time":1591822401217}},"readme":"# hypercore-streams\n\nExternal implementation of a WriteStream and ReadStream for Hypercore\n\n```\nnpm install hypercore-streams\n```\n\n## Usage\n\n``` js\nconst { WriteStream, ReadStream } = require('hypercore-streams')\n\nconst ws = new WriteStream(feed)\nconst rs = new ReadStream(feed, {\n  start: 0,\n  live: true,\n  valueEncoding: 'json'\n})\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/mafintosh/hypercore-streams","bugs":{"url":"https://github.com/mafintosh/hypercore-streams/issues"},"license":"MIT"}