2020-05-26 18:17:24 +02:00

114 lines
2.8 KiB
JSON

{
"_args": [
[
"async-settle@^1.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/bach"
]
],
"_from": "async-settle@>=1.0.0 <2.0.0",
"_id": "async-settle@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/async-settle",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/async-settle-1.0.0.tgz_1466975095176_0.044924013782292604"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"name": "async-settle",
"raw": "async-settle@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz",
"_shasum": "1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b",
"_shrinkwrap": null,
"_spec": "async-settle@^1.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/bach",
"author": {
"email": "team@gulpjs.com",
"name": "Gulp Team",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/async-settle/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"async-done": "^1.2.2"
},
"description": "Settle an async function.",
"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"
},
"directories": {},
"dist": {
"shasum": "1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b",
"tarball": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"gitHead": "96fc96809f72f179358279cc85318f73ad12db53",
"homepage": "https://github.com/gulpjs/async-settle#readme",
"keywords": [
"async",
"async-done",
"complete",
"error",
"parallel",
"settle"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"name": "async-settle",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/async-settle.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.0"
}