Install yarn

This commit is contained in:
Jay Trees 2022-04-08 12:55:35 +02:00
parent 0453e84836
commit 1fde8a81be
1927 changed files with 82144 additions and 83317 deletions

View file

@ -1,50 +1,31 @@
{
"_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"
},
"name": "async-settle",
"version": "1.0.0",
"description": "Settle an async function.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
"Blaine Bublitz <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",
@ -55,14 +36,6 @@
"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",
@ -70,20 +43,5 @@
"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"
]
}