update, text, response

This commit is contained in:
2025-11-02 11:09:14 +01:00
parent 14776c86b0
commit eed8a4ddcf
2794 changed files with 156786 additions and 129204 deletions

79
node_modules/nanomatch/package.json generated vendored
View File

@@ -1,45 +1,29 @@
{
"_from": "nanomatch@^1.2.9",
"_id": "nanomatch@1.2.13",
"_inBundle": false,
"_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
"_location": "/nanomatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanomatch@^1.2.9",
"name": "nanomatch",
"escapedName": "nanomatch",
"rawSpec": "^1.2.9",
"saveSpec": null,
"fetchSpec": "^1.2.9"
},
"_requiredBy": [
"/micromatch"
"name": "nanomatch",
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
"version": "1.2.13",
"homepage": "https://github.com/micromatch/nanomatch",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Devon Govett (http://badassjs.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
"_shasum": "b87a8aa4fc0de8fe6be88895b38983ff265bd119",
"_spec": "nanomatch@^1.2.9",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "micromatch/nanomatch",
"bugs": {
"url": "https://github.com/micromatch/nanomatch/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Devon Govett",
"url": "http://badassjs.com"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
@@ -53,8 +37,6 @@
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
},
"deprecated": false,
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
"devDependencies": {
"bash-match": "^1.0.2",
"for-own": "^1.0.0",
@@ -68,14 +50,6 @@
"mocha": "^3.5.3",
"multimatch": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/micromatch/nanomatch",
"keywords": [
"bash",
"expand",
@@ -106,7 +80,6 @@
"shell",
"wildcard"
],
"license": "MIT",
"lintDeps": {
"dependencies": {
"options": {
@@ -125,15 +98,6 @@
}
}
},
"main": "index.js",
"name": "nanomatch",
"repository": {
"type": "git",
"url": "git+https://github.com/micromatch/nanomatch.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": "collapsible",
"layout": "default",
@@ -166,6 +130,5 @@
"lint": {
"reflinks": true
}
},
"version": "1.2.13"
}
}