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/is-regexp/package.json generated vendored
View file

@ -1,51 +1,23 @@
{
"_args": [
[
"is-regexp@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "is-regexp@1.0.0",
"_id": "is-regexp@1.0.0",
"_inBundle": false,
"_integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
"_location": "/is-regexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-regexp@1.0.0",
"name": "is-regexp",
"escapedName": "is-regexp",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/stringify-object"
],
"_resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"name": "is-regexp",
"version": "1.0.0",
"description": "Check whether a variable is a regular expression",
"license": "MIT",
"repository": "sindresorhus/is-regexp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-regexp/issues"
},
"description": "Check whether a variable is a regular expression",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-regexp#readme",
"keywords": [
"regex",
"regexp",
@ -57,14 +29,7 @@
"type",
"is"
],
"license": "MIT",
"name": "is-regexp",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-regexp.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
"devDependencies": {
"mocha": "*"
}
}