Update dependencies

This commit is contained in:
grandeljay 2022-02-23 17:41:13 +01:00
parent 7f0fac984e
commit e7d5360304
866 changed files with 44718 additions and 26682 deletions

View file

@ -1,34 +1,63 @@
{
"name": "is-number",
"description": "Returns true if the value is a number. comprehensive tests.",
"version": "4.0.0",
"homepage": "https://github.com/jonschlinkert/is-number",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"tunnckoCore (https://i.am.charlike.online)"
"_args": [
[
"is-number@4.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"repository": "jonschlinkert/is-number",
"_from": "is-number@4.0.0",
"_id": "is-number@4.0.0",
"_inBundle": false,
"_integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
"_location": "/array-initial/is-number",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-number@4.0.0",
"name": "is-number",
"escapedName": "is-number",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/array-initial"
],
"_resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-number/issues"
},
"license": "MIT",
"files": [
"index.js"
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "tunnckoCore",
"url": "https://i.am.charlike.online"
}
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"description": "Returns true if the value is a number. comprehensive tests.",
"devDependencies": {
"benchmarked": "^2.0.0",
"chalk": "^2.1.0",
"gulp-format-md": "^1.0.0",
"mocha": "^3.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-number",
"keywords": [
"check",
"coerce",
@ -50,6 +79,16 @@
"typeof",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "is-number",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-number.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
@ -72,5 +111,6 @@
"lint": {
"reflinks": true
}
}
},
"version": "4.0.0"
}

View file

@ -1,35 +1,52 @@
{
"name": "array-initial",
"description": "Get all but the last element or last n elements of an array.",
"version": "1.1.0",
"homepage": "https://github.com/jonschlinkert/array-initial",
"_args": [
[
"array-initial@1.1.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "array-initial@1.1.0",
"_id": "array-initial@1.1.0",
"_inBundle": false,
"_integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=",
"_location": "/array-initial",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-initial@1.1.0",
"name": "array-initial",
"escapedName": "array-initial",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/array-initial.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-initial/issues"
},
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "^2.0.0",
"should": "^11.2.1"
},
"dependencies": {
"array-slice": "^1.0.0",
"is-number": "^4.0.0"
},
"description": "Get all but the last element or last n elements of an array.",
"devDependencies": {
"mocha": "^2.0.0",
"should": "^11.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/jonschlinkert/array-initial",
"keywords": [
"array",
"fast",
@ -42,5 +59,16 @@
"util",
"utility",
"utils"
]
],
"license": "MIT",
"main": "index.js",
"name": "array-initial",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/array-initial.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.1.0"
}