clazy
Version:
wait for the end of multiple asynchronous processing
38 lines (37 loc) • 815 B
JSON
{
"name": "clazy",
"version": "0.1.2",
"description": "wait for the end of multiple asynchronous processing",
"main": "index.js",
"scripts": {
"test": "tape t/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishiduca/node-clazy.git"
},
"keywords": [
"stream",
"condition",
"conditional",
"wait",
"wait-for"
],
"author": "ishiduca@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ishiduca/node-clazy/issues"
},
"homepage": "https://github.com/ishiduca/node-clazy#readme",
"dependencies": {
"end-of-stream": "^1.1.0",
"inherits": "^2.0.1",
"readable-stream": "^2.0.5"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"remove": "^0.1.5",
"tape": "^4.4.0",
"through2": "^2.0.0"
}
}