wishthis/node_modules/now-and-later/package.json
2022-04-08 12:55:35 +02:00

54 lines
1.2 KiB
JSON

{
"name": "now-and-later",
"version": "2.0.1",
"description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com>"
],
"repository": "gulpjs/now-and-later",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"index.js",
"lib",
"LICENSE"
],
"scripts": {
"lint": "eslint . && jscs index.js lib/ test/",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
},
"dependencies": {
"once": "^1.3.2"
},
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
"keywords": [
"async",
"async.js",
"map",
"control",
"flow",
"extension",
"tracing",
"debug",
"aop",
"aspect",
"timing",
"tracing"
]
}