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,59 +1,23 @@
{
"_args": [
[
"resolve-url@0.2.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "resolve-url@0.2.1",
"_id": "resolve-url@0.2.1",
"_inBundle": false,
"_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
"_location": "/resolve-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve-url@0.2.1",
"name": "resolve-url",
"escapedName": "resolve-url",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/source-map-resolve"
],
"_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/resolve-url/issues"
},
"name": "resolve-url",
"version": "0.2.1",
"description": "Like Node.js `path.resolve`/`url.resolve` for the browser.",
"devDependencies": {
"jshint": "~2.4.3",
"tape": "~2.5.0",
"testling": "~1.6.0"
},
"homepage": "https://github.com/lydell/resolve-url#readme",
"author": "Simon Lydell",
"license": "MIT",
"main": "resolve-url.js",
"repository": "lydell/resolve-url",
"keywords": [
"resolve",
"url"
],
"license": "MIT",
"main": "resolve-url.js",
"name": "resolve-url",
"repository": {
"type": "git",
"url": "git+https://github.com/lydell/resolve-url.git"
},
"scripts": {
"test": "jshint resolve-url.js test/ && testling -u"
},
"devDependencies": {
"testling": "~1.6.0",
"jshint": "~2.4.3",
"tape": "~2.5.0"
},
"testling": {
"files": "test/*.js",
"browsers": [
@ -66,6 +30,5 @@
"iphone/6",
"android-browser/4"
]
},
"version": "0.2.1"
}
}