schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

77
node_modules/has-value/package.json generated vendored
View File

@@ -1,63 +1,37 @@
{
"_from": "has-value@^1.0.0",
"_id": "has-value@1.0.0",
"_inBundle": false,
"_integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
"_location": "/has-value",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-value@^1.0.0",
"name": "has-value",
"escapedName": "has-value",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/cache-base"
"name": "has-value",
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/has-value",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Ryan M Harrison (https://linkedin.com/in/harrisonrm)"
],
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
"_shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
"_spec": "has-value@^1.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/cache-base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "jonschlinkert/has-value",
"bugs": {
"url": "https://github.com/jonschlinkert/has-value/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Ryan M Harrison",
"url": "https://linkedin.com/in/harrisonrm"
}
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"get-value": "^2.0.6",
"has-values": "^1.0.0",
"isobject": "^3.0.0"
},
"deprecated": false,
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/has-value",
"keywords": [
"array",
"boolean",
@@ -83,16 +57,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,
@@ -115,6 +79,5 @@
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}
}