Update dependencies

This commit is contained in:
grandeljay 2022-02-23 17:41:13 +01:00
parent 7f0fac984e
commit e7d5360304
866 changed files with 44718 additions and 26682 deletions

View file

@ -1,31 +1,50 @@
{
"name": "async-settle",
"version": "1.0.0",
"description": "Settle an async function.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"_args": [
[
"async-settle@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "async-settle@1.0.0",
"_id": "async-settle@1.0.0",
"_inBundle": false,
"_integrity": "sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=",
"_location": "/async-settle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "async-settle@1.0.0",
"name": "async-settle",
"escapedName": "async-settle",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/async-settle/issues"
},
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com>"
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"repository": "gulpjs/async-settle",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"index.js",
"LICENSE"
],
"scripts": {
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
},
"dependencies": {
"async-done": "^1.2.2"
},
"description": "Settle an async function.",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
@ -36,6 +55,14 @@
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/gulpjs/async-settle#readme",
"keywords": [
"settle",
"async",
@ -43,5 +70,20 @@
"complete",
"error",
"parallel"
]
],
"license": "MIT",
"main": "index.js",
"name": "async-settle",
"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"
}