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

89
node_modules/sparkles/package.json generated vendored
View File

@@ -1,45 +1,29 @@
{
"_from": "sparkles@^1.0.0",
"_id": "sparkles@1.0.1",
"_inBundle": false,
"_integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
"_location": "/sparkles",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sparkles@^1.0.0",
"name": "sparkles",
"escapedName": "sparkles",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/glogg"
],
"_resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
"_shasum": "008db65edce6c50eec0c5e228e1945061dd0437c",
"_spec": "sparkles@^1.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/glogg",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/sparkles/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"name": "sparkles",
"version": "1.0.1",
"description": "Namespaced global event emitter",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com>"
],
"repository": "gulpjs/sparkles",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js"
],
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only",
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls"
},
"dependencies": {},
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
@@ -48,34 +32,11 @@
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/sparkles#readme",
"keywords": [
"ee",
"emitter",
"events",
"global",
"namespaced"
],
"license": "MIT",
"main": "index.js",
"name": "sparkles",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/sparkles.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.1"
]
}