UNPKG

fixed-size-stream-splitter

Version:
39 lines (38 loc) 862 B
{ "name": "fixed-size-stream-splitter", "version": "1.1.0", "description": "split a stream into many fixed-size streams", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "author": "substack", "license": "MIT", "dependencies": { "inherits": "^2.0.1", "readable-stream": "^2.0.2" }, "devDependencies": { "chunky": "0.0.0", "concat-stream": "^1.5.0", "tape": "^4.2.0" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/substack/fixed-size-stream-splitter.git" }, "keywords": [ "stream", "block", "size", "split" ], "bugs": { "url": "https://github.com/substack/fixed-size-stream-splitter/issues" }, "homepage": "https://github.com/substack/fixed-size-stream-splitter#readme" }