Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
70
node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json
generated
vendored
70
node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json
generated
vendored
|
@ -1,54 +1,31 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"isobject@2.1.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "isobject@2.1.0",
|
||||
"_id": "isobject@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
|
||||
"_location": "/unset-value/has-value/isobject",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "isobject@2.1.0",
|
||||
"name": "isobject",
|
||||
"escapedName": "isobject",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unset-value/has-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "isobject",
|
||||
"description": "Returns true if the value is an object and not an array or null.",
|
||||
"version": "2.1.0",
|
||||
"homepage": "https://github.com/jonschlinkert/isobject",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/isobject",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/isobject/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"isarray": "1.0.0"
|
||||
},
|
||||
"description": "Returns true if the value is an object and not an array or null.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/isobject",
|
||||
"keywords": [
|
||||
"check",
|
||||
"is",
|
||||
|
@ -63,16 +40,6 @@
|
|||
"typeof",
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "isobject",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/isobject.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
|
@ -96,6 +63,5 @@
|
|||
"reflinks": [
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
72
node_modules/unset-value/node_modules/has-value/package.json
generated
vendored
72
node_modules/unset-value/node_modules/has-value/package.json
generated
vendored
|
@ -1,58 +1,33 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-value@0.3.1",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "has-value@0.3.1",
|
||||
"_id": "has-value@0.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
|
||||
"_location": "/unset-value/has-value",
|
||||
"_phantomChildren": {
|
||||
"isarray": "1.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-value@0.3.1",
|
||||
"name": "has-value",
|
||||
"escapedName": "has-value",
|
||||
"rawSpec": "0.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unset-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
|
||||
"_spec": "0.3.1",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "has-value",
|
||||
"version": "0.3.1",
|
||||
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
||||
"homepage": "https://github.com/jonschlinkert/has-value",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/has-value",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-value/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"get-value": "^2.0.3",
|
||||
"has-values": "^0.1.4",
|
||||
"isobject": "^2.0.0"
|
||||
},
|
||||
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/has-value",
|
||||
"keywords": [
|
||||
"array",
|
||||
"boolean",
|
||||
|
@ -78,16 +53,6 @@
|
|||
"utility",
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "has-value",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/has-value.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
|
@ -112,6 +77,5 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "0.3.1"
|
||||
}
|
||||
}
|
||||
|
|
70
node_modules/unset-value/node_modules/has-values/package.json
generated
vendored
70
node_modules/unset-value/node_modules/has-values/package.json
generated
vendored
|
@ -1,51 +1,28 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-values@0.1.4",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "has-values@0.1.4",
|
||||
"_id": "has-values@0.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
|
||||
"_location": "/unset-value/has-values",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-values@0.1.4",
|
||||
"name": "has-values",
|
||||
"escapedName": "has-values",
|
||||
"rawSpec": "0.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unset-value/has-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
|
||||
"_spec": "0.1.4",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "has-values",
|
||||
"version": "0.1.4",
|
||||
"description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
|
||||
"homepage": "https://github.com/jonschlinkert/has-values",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/has-values",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-values/issues"
|
||||
},
|
||||
"description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/has-values",
|
||||
"keywords": [
|
||||
"array",
|
||||
"boolean",
|
||||
|
@ -71,16 +48,6 @@
|
|||
"utility",
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "has-values",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/has-values.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
|
@ -104,6 +71,5 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "0.1.4"
|
||||
}
|
||||
}
|
||||
|
|
84
node_modules/unset-value/package.json
generated
vendored
84
node_modules/unset-value/package.json
generated
vendored
|
@ -1,70 +1,37 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"unset-value@1.0.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
"name": "unset-value",
|
||||
"description": "Delete nested properties from an object using dot notation.",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/jonschlinkert/unset-value",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"contributors": [
|
||||
"<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)",
|
||||
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
|
||||
],
|
||||
"_from": "unset-value@1.0.0",
|
||||
"_id": "unset-value@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
|
||||
"_location": "/unset-value",
|
||||
"_phantomChildren": {
|
||||
"get-value": "2.0.6",
|
||||
"isarray": "1.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unset-value@1.0.0",
|
||||
"name": "unset-value",
|
||||
"escapedName": "unset-value",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cache-base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"repository": "jonschlinkert/unset-value",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/unset-value/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"email": "wtgtybhertgeghgtwtg@gmail.com",
|
||||
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"email": "jon.schlinkert@sellside.com",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
}
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"has-value": "^0.3.1",
|
||||
"isobject": "^3.0.0"
|
||||
},
|
||||
"description": "Delete nested properties from an object using dot notation.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/unset-value",
|
||||
"keywords": [
|
||||
"del",
|
||||
"delete",
|
||||
|
@ -77,16 +44,6 @@
|
|||
"unset",
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "unset-value",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/unset-value.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
|
@ -110,6 +67,5 @@
|
|||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue