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

66
node_modules/run-async/package.json generated vendored
View file

@ -1,65 +1,27 @@
{
"_args": [
[
"run-async@2.4.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "run-async@2.4.1",
"_id": "run-async@2.4.1",
"_inBundle": false,
"_integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
"_location": "/run-async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "run-async@2.4.1",
"name": "run-async",
"escapedName": "run-async",
"rawSpec": "2.4.1",
"saveSpec": null,
"fetchSpec": "2.4.1"
},
"_requiredBy": [
"/inquirer"
],
"_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
"_spec": "2.4.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/SBoudrias/run-async/issues"
},
"dependencies": {},
"name": "run-async",
"version": "2.4.1",
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
"devDependencies": {
"mocha": "^7.1.0"
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"engines": {
"node": ">=0.12.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/SBoudrias/run-async#readme",
"repository": "SBoudrias/run-async",
"keywords": [
"flow",
"flow-control",
"async"
],
"files": [
"index.js"
],
"author": "Simon Boudrias <admin@simonboudrias.com>",
"license": "MIT",
"main": "index.js",
"name": "run-async",
"repository": {
"type": "git",
"url": "git+https://github.com/SBoudrias/run-async.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "2.4.1"
"dependencies": {},
"devDependencies": {
"mocha": "^7.1.0"
}
}