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

97
node_modules/interpret/package.json generated vendored
View File

@@ -1,50 +1,31 @@
{
"_from": "interpret@^1.4.0",
"_id": "interpret@1.4.0",
"_inBundle": false,
"_integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
"_location": "/interpret",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "interpret@^1.4.0",
"name": "interpret",
"escapedName": "interpret",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"/gulp/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
"_shasum": "665ab8bc4da27a774a40584e812e3e0fa45b1a1e",
"_spec": "interpret@^1.4.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gulp/node_modules/gulp-cli",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/interpret/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "Tyler Kellen",
"email": "tyler@sleekcode.net",
"url": "http://goingslowly.com/"
}
],
"dependencies": {},
"deprecated": false,
"name": "interpret",
"version": "1.4.0",
"description": "A dictionary of file extensions and associated module loaders.",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
"Blaine Bublitz <blaine.bublitz@gmail.com>",
"Tyler Kellen <tyler@sleekcode.net> (http://goingslowly.com/)"
],
"repository": "gulpjs/interpret",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"mjs-stub.js"
],
"scripts": {
"lint": "eslint .",
"pretest": "rm -rf tmp/ && 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",
@@ -57,15 +38,6 @@
"shelljs": "0.7.5",
"trash-cli": "^3.0.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"mjs-stub.js"
],
"homepage": "https://github.com/gulpjs/interpret#readme",
"keywords": [
"cirru-script",
"cjsx",
@@ -99,20 +71,5 @@
"xml",
"yaml",
"yml"
],
"license": "MIT",
"main": "index.js",
"name": "interpret",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/interpret.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "rm -rf tmp/ && npm run lint",
"test": "mocha --async-only"
},
"version": "1.4.0"
]
}