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

73
node_modules/path-root/package.json generated vendored
View File

@@ -1,65 +1,35 @@
{
"_from": "path-root@^0.1.1",
"_id": "path-root@0.1.1",
"_inBundle": false,
"_integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
"_location": "/path-root",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-root@^0.1.1",
"name": "path-root",
"escapedName": "path-root",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/parse-filepath"
],
"_resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
"_shasum": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7",
"_spec": "path-root@^0.1.1",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/parse-filepath",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "path-root",
"description": "Get the root of a posix or windows filepath.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/path-root",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/path-root",
"bugs": {
"url": "https://github.com/jonschlinkert/path-root/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-root-regex": "^0.1.0"
},
"deprecated": false,
"description": "Get the root of a posix or windows filepath.",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/path-root",
"keywords": [
"path",
"root"
],
"license": "MIT",
"main": "index.js",
"name": "path-root",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/path-root.git"
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"path-root-regex": "^0.1.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"keywords": [
"path",
"root"
],
"verb": {
"run": true,
"toc": false,
@@ -84,6 +54,5 @@
"lint": {
"reflinks": true
}
},
"version": "0.1.1"
}
}