chunk-brake
Version:
Throttle object / chunk streams using back pressure
47 lines (46 loc) • 995 B
JSON
{
"name": "chunk-brake",
"version": "0.0.4",
"description": "Throttle object / chunk streams using back pressure",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/sfrdmn/node-chunk-brake"
},
"keywords": [
"stream",
"objectmode",
"throttle"
],
"author": "Sean Fridman",
"license": "MIT",
"bugs": {
"url": "https://github.com/sfrdmn/node-chunk-brake/issues"
},
"homepage": "https://github.com/sfrdmn/node-chunk-brake",
"devDependencies": {
"tap-colorize": "^1.2.0",
"tape": "^2.14.0"
},
"dependencies": {
"inherits": "^2.0.1"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
}
}