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,51 +1,23 @@
{
"_args": [
[
"array-differ@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "array-differ@1.0.0",
"_id": "array-differ@1.0.0",
"_inBundle": false,
"_integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
"_location": "/array-differ",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-differ@1.0.0",
"name": "array-differ",
"escapedName": "array-differ",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/gulp-util"
],
"_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"name": "array-differ",
"version": "1.0.0",
"description": "Create an array with values that are present in the first input array but not additional ones",
"license": "MIT",
"repository": "sindresorhus/array-differ",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/array-differ/issues"
},
"description": "Create an array with values that are present in the first input array but not additional ones",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/array-differ#readme",
"keywords": [
"array",
"difference",
@ -54,14 +26,7 @@
"filter",
"exclude"
],
"license": "MIT",
"name": "array-differ",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/array-differ.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
"devDependencies": {
"mocha": "*"
}
}