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,74 +1,35 @@
{
"_args": [
[
"kind-of@6.0.3",
"F:\\laragon\\www\\wishthis"
]
"name": "kind-of",
"description": "Get the native type of a value.",
"version": "6.0.3",
"homepage": "https://github.com/jonschlinkert/kind-of",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"David Fox-Powell (https://dtothefp.github.io/me)",
"James (https://twitter.com/aretecode)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Ken Sheedlo (kensheedlo.com)",
"laggingreflex (https://github.com/laggingreflex)",
"Miguel Mota (https://miguelmota.com)",
"Peter deHaan (http://about.me/peterdehaan)",
"tunnckoCore (https://i.am.charlike.online)"
],
"_from": "kind-of@6.0.3",
"_id": "kind-of@6.0.3",
"_inBundle": false,
"_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
"_location": "/make-iterator/kind-of",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "kind-of@6.0.3",
"name": "kind-of",
"escapedName": "kind-of",
"rawSpec": "6.0.3",
"saveSpec": null,
"fetchSpec": "6.0.3"
},
"_requiredBy": [
"/make-iterator"
],
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
"_spec": "6.0.3",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "jonschlinkert/kind-of",
"bugs": {
"url": "https://github.com/jonschlinkert/kind-of/issues"
},
"contributors": [
{
"name": "David Fox-Powell",
"url": "https://dtothefp.github.io/me"
},
{
"name": "James",
"url": "https://twitter.com/aretecode"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Ken Sheedlo",
"url": "kensheedlo.com"
},
{
"name": "laggingreflex",
"url": "https://github.com/laggingreflex"
},
{
"name": "Miguel Mota",
"url": "https://miguelmota.com"
},
{
"name": "Peter deHaan",
"url": "http://about.me/peterdehaan"
},
{
"name": "tunnckoCore",
"url": "https://i.am.charlike.online"
}
"license": "MIT",
"files": [
"index.js"
],
"description": "Get the native type of a value.",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"prepublish": "browserify -o browser.js -e index.js -s index --bare"
},
"devDependencies": {
"benchmarked": "^2.0.0",
"browserify": "^14.4.0",
@ -76,13 +37,6 @@
"mocha": "^4.0.1",
"write": "^1.0.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/kind-of",
"keywords": [
"arguments",
"array",
@ -106,17 +60,6 @@
"typeof",
"types"
],
"license": "MIT",
"main": "index.js",
"name": "kind-of",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/kind-of.git"
},
"scripts": {
"prepublish": "browserify -o browser.js -e index.js -s index --bare",
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
@ -141,6 +84,5 @@
"typeof",
"verb"
]
},
"version": "6.0.3"
}
}

View file

@ -1,58 +1,31 @@
{
"_args": [
[
"make-iterator@1.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "make-iterator@1.0.1",
"_id": "make-iterator@1.0.1",
"_inBundle": false,
"_integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
"_location": "/make-iterator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "make-iterator@1.0.1",
"name": "make-iterator",
"escapedName": "make-iterator",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/arr-filter",
"/arr-map",
"/collection-map",
"/object.map",
"/object.reduce"
],
"_resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "make-iterator",
"description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/make-iterator",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/make-iterator",
"bugs": {
"url": "https://github.com/jonschlinkert/make-iterator/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"kind-of": "^6.0.2"
},
"description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/make-iterator",
"keywords": [
"arr",
"array",
@ -65,16 +38,6 @@
"iterator",
"make"
],
"license": "MIT",
"main": "index.js",
"name": "make-iterator",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/make-iterator.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
@ -101,6 +64,5 @@
"verb",
"verb-readme-generator"
]
},
"version": "1.0.1"
}
}