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

102
node_modules/replace-ext/package.json generated vendored
View File

@@ -1,85 +1,47 @@
{
"_from": "replace-ext@^1.0.0",
"_id": "replace-ext@1.0.1",
"_inBundle": false,
"_integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
"_location": "/replace-ext",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "replace-ext@^1.0.0",
"name": "replace-ext",
"escapedName": "replace-ext",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/vinyl"
],
"_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
"_shasum": "2d6d996d04a15855d967443631dd5f77825b016a",
"_spec": "replace-ext@^1.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/vinyl",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/replace-ext/issues"
},
"bundleDependencies": false,
"name": "replace-ext",
"version": "2.0.0",
"description": "Replaces a file extension with another one.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
{
"name": "Eric Schoffstall",
"email": "yo@contra.io"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
"Eric Schoffstall <yo@contra.io>",
"Blaine Bublitz <blaine.bublitz@gmail.com>"
],
"dependencies": {},
"deprecated": false,
"description": "Replaces a file extension with another one",
"devDependencies": {
"coveralls": "github:phated/node-coveralls#2.x",
"eslint": "^2.13.1",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"mocha": "^3.0.0",
"nyc": "^10.3.2"
},
"repository": "gulpjs/replace-ext",
"license": "MIT",
"engines": {
"node": ">= 0.10"
"node": ">= 10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/replace-ext#readme",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --async-only"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-gulp": "^4.0.0",
"expect": "^25.4.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1"
},
"nyc": {
"reporter": [
"lcov",
"text-summary"
]
},
"prettier": {
"singleQuote": true
},
"keywords": [
"gulp",
"extensions",
"filepath",
"basename"
],
"license": "MIT",
"main": "index.js",
"name": "replace-ext",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/replace-ext.git"
},
"scripts": {
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --async-only"
},
"version": "1.0.1"
]
}