43 lines
895 B
JSON
43 lines
895 B
JSON
{
|
|
"name": "through2-concurrent",
|
|
"version": "1.1.1",
|
|
"description": "Like through2 except runs in parallel with limited concurrency",
|
|
"main": "through2-concurrent.js",
|
|
"files": [
|
|
"through2-concurrent.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha tests.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/almost/through2-concurrent"
|
|
},
|
|
"keywords": [
|
|
"through2",
|
|
"streams",
|
|
"streams2",
|
|
"through",
|
|
"transform",
|
|
"concurrency",
|
|
"parallel"
|
|
],
|
|
"author": {
|
|
"name": "Thomas Parslow",
|
|
"email": "tom@almostobsolete.net",
|
|
"url": "http://almostobsolete.net/"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/almost/through2-concurrent/issues"
|
|
},
|
|
"devDependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^2.2.1",
|
|
"underscore": "^1.8.2"
|
|
},
|
|
"dependencies": {
|
|
"through2": "^2.0.0"
|
|
}
|
|
}
|