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

72
node_modules/pascalcase/package.json generated vendored
View file

@ -1,51 +1,28 @@
{
"_args": [
[
"pascalcase@0.1.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "pascalcase@0.1.1",
"_id": "pascalcase@0.1.1",
"_inBundle": false,
"_integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
"_location": "/pascalcase",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pascalcase@0.1.1",
"name": "pascalcase",
"escapedName": "pascalcase",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/base"
],
"_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "pascalcase",
"description": "Convert a string to pascal-case.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/pascalcase",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/pascalcase",
"bugs": {
"url": "https://github.com/jonschlinkert/pascalcase/issues"
},
"description": "Convert a string to pascal-case.",
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/pascalcase",
"keywords": [
"camelcase",
"case",
@ -55,16 +32,6 @@
"pascalcase",
"string"
],
"license": "MIT",
"main": "index.js",
"name": "pascalcase",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pascalcase.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
@ -75,6 +42,5 @@
"justified"
]
}
},
"version": "0.1.1"
}
}
}