{ "name": "stream-chopper", "version": "3.0.1", "description": "Chop a single stream of data into a series of readable streams", "main": "index.js", "dependencies": { "readable-stream": "^3.0.6" }, "devDependencies": { "codecov": "^3.0.4", "nyc": "^13.0.1", "standard": "^12.0.1", "tape": "^4.9.1" }, "scripts": { "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "test": "standard && nyc node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/watson/stream-chopper.git" }, "keywords": [ "chop", "choppa", "chopper", "split", "splitter", "cut", "cutter", "stream", "streams", "size", "length", "time", "timeout", "max", "max-size" ], "author": "Thomas Watson (https://twitter.com/wa7son)", "license": "MIT", "bugs": { "url": "https://github.com/watson/stream-chopper/issues" }, "homepage": "https://github.com/watson/stream-chopper#readme", "coordinates": [ 55.778265, 12.593146 ] }