pressure-stream
Version:
call an async function for each data event into through stream. manage concurrency as back pressure
21 lines (20 loc) • 476 B
JSON
{
"name": "pressure-stream",
"description": "call an async function for each data event into through stream. manage concurrency as back pressure",
"version": "1.0.0",
"repository": {
"url": "git://github.com/soldair/node-pressure-stream.git"
},
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"author": "Ryan Day",
"dependencies": {
"once": "^1.4.0",
"through2": "^2.0.3"
},
"devDependencies": {
"tape": "~2.3.2"
}
}