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

57
node_modules/ip-regex/package.json generated vendored
View file

@ -1,51 +1,23 @@
{
"_args": [
[
"ip-regex@1.0.3",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "ip-regex@1.0.3",
"_id": "ip-regex@1.0.3",
"_inBundle": false,
"_integrity": "sha1-3FiQdvZZ9BnCIgOaMzFvHHOH7/0=",
"_location": "/ip-regex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ip-regex@1.0.3",
"name": "ip-regex",
"escapedName": "ip-regex",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/url-regex"
],
"_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "F:\\laragon\\www\\wishthis",
"name": "ip-regex",
"version": "1.0.3",
"description": "Regular expression for matching IP addresses",
"license": "MIT",
"repository": "sindresorhus/ip-regex",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ip-regex/issues"
},
"description": "Regular expression for matching IP addresses",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/ip-regex#readme",
"keywords": [
"text",
"regex",
@ -61,14 +33,7 @@
"address",
"validate"
],
"license": "MIT",
"name": "ip-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ip-regex.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.3"
"devDependencies": {
"ava": "0.0.4"
}
}