chunky-stream
Version:
Streams groups of chunks based on conditions or an interval
45 lines (44 loc) • 994 B
JSON
{
"name": "chunky-stream",
"version": "0.3.0",
"description": "Streams groups of chunks based on conditions or an interval",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "semistandard --verbose | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbhowell/chunky-stream.git"
},
"keywords": [
"node",
"streams",
"chunk"
],
"author": "David Howell (david@dynamicmethods.com.au)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbhowell/chunky-stream/issues"
},
"homepage": "https://github.com/dbhowell/chunky-stream#readme",
"dependencies": {
"lodash.reduce": "^4.6.0",
"readable-stream": "^2.3.3"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3",
"pump": "^1.0.2",
"semistandard": "^11.0.0",
"snazzy": "^7.0.0",
"split2": "^2.1.1",
"streamtest": "^1.2.2"
},
"semistandard": {
"global": [
"describe",
"it"
]
}
}