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,54 +1,31 @@
{
"_args": [
[
"is-unc-path@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "is-unc-path@1.0.0",
"_id": "is-unc-path@1.0.0",
"_inBundle": false,
"_integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
"_location": "/is-unc-path",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-unc-path@1.0.0",
"name": "is-unc-path",
"escapedName": "is-unc-path",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/is-relative"
],
"_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "is-unc-path",
"description": "Returns true if a filepath is a windows UNC file path.",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/is-unc-path",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-unc-path",
"bugs": {
"url": "https://github.com/jonschlinkert/is-unc-path/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"unc-path-regex": "^0.1.2"
},
"description": "Returns true if a filepath is a windows UNC file path.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-unc-path",
"keywords": [
"absolute",
"expression",
@ -65,16 +42,6 @@
"win",
"windows"
],
"license": "MIT",
"main": "index.js",
"name": "is-unc-path",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-unc-path.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
@ -94,6 +61,5 @@
"is-glob"
]
}
},
"version": "1.0.0"
}
}