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

58
node_modules/whatwg-url/package.json generated vendored
View file

@ -1,44 +1,18 @@
{
"_args": [
[
"whatwg-url@5.0.0",
"F:\\laragon\\www\\wishthis"
]
"name": "whatwg-url",
"version": "5.0.0",
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"main": "lib/public-api.js",
"files": [
"lib/"
],
"_from": "whatwg-url@5.0.0",
"_id": "whatwg-url@5.0.0",
"_inBundle": false,
"_integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "whatwg-url@5.0.0",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/node-fetch"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
},
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"author": "Sebastian Mayr <github@smayr.name>",
"license": "MIT",
"repository": "jsdom/whatwg-url",
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
},
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"eslint": "^2.6.0",
"istanbul": "~0.4.3",
@ -47,17 +21,6 @@
"request": "^2.55.0",
"webidl2js": "^3.0.2"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/whatwg-url#readme",
"license": "MIT",
"main": "lib/public-api.js",
"name": "whatwg-url",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/whatwg-url.git"
},
"scripts": {
"build": "node scripts/transform.js && node scripts/convert-idl.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
@ -65,6 +28,5 @@
"prepublish": "npm run build",
"pretest": "node scripts/get-latest-platform-tests.js && npm run build",
"test": "mocha"
},
"version": "5.0.0"
}
}