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

102
node_modules/extglob/package.json generated vendored
View File

@@ -1,64 +1,33 @@
{
"_from": "extglob@^2.0.4",
"_id": "extglob@2.0.4",
"_inBundle": false,
"_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
"_location": "/extglob",
"_phantomChildren": {
"is-extendable": "0.1.1",
"kind-of": "6.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "extglob@^2.0.4",
"name": "extglob",
"escapedName": "extglob",
"rawSpec": "^2.0.4",
"saveSpec": null,
"fetchSpec": "^2.0.4"
},
"_requiredBy": [
"/micromatch"
"name": "extglob",
"description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
"version": "2.0.4",
"homepage": "https://github.com/micromatch/extglob",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Devon Govett (http://badassjs.com)",
"Isiah Meadows (https://www.isiahmeadows.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Matt Bierner (http://mattbierner.com)",
"Shinnosuke Watanabe (https://shinnn.github.io)"
],
"_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
"_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
"_spec": "extglob@^2.0.4",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": "micromatch/extglob",
"bugs": {
"url": "https://github.com/micromatch/extglob/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Devon Govett",
"url": "http://badassjs.com"
},
{
"name": "Isiah Meadows",
"url": "https://www.isiahmeadows.com"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Matt Bierner",
"url": "http://mattbierner.com"
},
{
"name": "Shinnosuke Watanabe",
"url": "https://shinnn.github.io"
}
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"array-unique": "^0.3.2",
"define-property": "^1.0.0",
@@ -69,8 +38,6 @@
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
},
"deprecated": false,
"description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
"devDependencies": {
"bash-match": "^1.0.2",
"for-own": "^1.0.0",
@@ -88,14 +55,6 @@
"mocha": "^3.5.0",
"multimatch": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/micromatch/extglob",
"keywords": [
"bash",
"extended",
@@ -110,7 +69,6 @@
"test",
"wildcard"
],
"license": "MIT",
"lintDeps": {
"devDependencies": {
"files": {
@@ -122,15 +80,6 @@
}
}
},
"main": "index.js",
"name": "extglob",
"repository": {
"type": "git",
"url": "git+https://github.com/micromatch/extglob.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
@@ -155,6 +104,5 @@
"lint": {
"reflinks": true
}
},
"version": "2.0.4"
}
}