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,52 +1,27 @@
{
"_args": [
[
"is-extendable@0.1.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "is-extendable@0.1.1",
"_id": "is-extendable@0.1.1",
"_inBundle": false,
"_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"_location": "/is-extendable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-extendable@0.1.1",
"name": "is-extendable",
"escapedName": "is-extendable",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/extend-shallow",
"/set-value",
"/union-value"
],
"_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "is-extendable",
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/is-extendable",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-extendable",
"bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues"
},
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-extendable",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"array",
"assign",
@ -60,16 +35,6 @@
"regex",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "is-extendable",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-extendable.git"
},
"scripts": {
"test": "mocha"
},
"verbiage": {
"related": {
"list": [
@ -82,6 +47,5 @@
"assign-deep"
]
}
},
"version": "0.1.1"
}
}