UNPKG

chunk-store-stream

Version:

Convert an abstract-chunk-store compliant store into a readable or writable stream

65 lines (64 loc) 1.48 kB
{ "name": "chunk-store-stream", "description": "Convert an abstract-chunk-store compliant store into a readable or writable stream", "version": "4.3.0", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/chunk-store-stream/issues" }, "dependencies": { "block-stream2": "^2.0.0", "readable-stream": "^3.6.0" }, "devDependencies": { "cache-chunk-store": "^3.0.0", "fs-chunk-store": "^2.0.2", "immediate-chunk-store": "^2.1.0", "memory-chunk-store": "^1.3.0", "simple-concat": "^1.0.0", "standard": "*", "string-to-stream": "^3.0.1", "tape": "^5.0.1" }, "homepage": "https://github.com/feross/chunk-store-stream", "keywords": [ "abstract-chunk-store", "chunk", "stream", "readable", "writable", "store", "createReadStream", "createWriteStream", "read", "write", "convert" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/chunk-store-stream.git" }, "scripts": { "test": "standard && tape test/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }