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

79
node_modules/for-in/package.json generated vendored
View File

@@ -1,60 +1,32 @@
{
"_from": "for-in@^1.0.2",
"_id": "for-in@1.0.2",
"_inBundle": false,
"_integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
"_location": "/for-in",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "for-in@^1.0.2",
"name": "for-in",
"escapedName": "for-in",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/for-own",
"/mixin-deep"
"name": "for-in",
"description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
"version": "1.0.2",
"homepage": "https://github.com/jonschlinkert/for-in",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Paul Irish (http://paulirish.com)"
],
"_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
"_shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
"_spec": "for-in@^1.0.2",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/mixin-deep",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "jonschlinkert/for-in",
"bugs": {
"url": "https://github.com/jonschlinkert/for-in/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Paul Irish",
"url": "http://paulirish.com"
}
"license": "MIT",
"files": [
"index.js"
],
"deprecated": false,
"description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/for-in",
"keywords": [
"for",
"for-in",
@@ -69,16 +41,6 @@
"own",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "for-in",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/for-in.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
@@ -102,6 +64,5 @@
"lint": {
"reflinks": true
}
},
"version": "1.0.2"
}
}