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

85
node_modules/css/package.json generated vendored
View File

@@ -1,73 +1,38 @@
{
"_from": "css@^3.0.0",
"_id": "css@3.0.0",
"_inBundle": false,
"_integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
"_location": "/css",
"_phantomChildren": {
"atob": "2.1.2",
"decode-uri-component": "0.2.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "css@^3.0.0",
"name": "css",
"escapedName": "css",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/gulp-sourcemaps"
],
"_resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
"_shasum": "4447a4d58fdd03367c516ca9f64ae365cee4aa5d",
"_spec": "css@^3.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gulp-sourcemaps",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/reworkcss/css/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.4",
"source-map": "^0.6.1",
"source-map-resolve": "^0.6.0"
},
"deprecated": false,
"name": "css",
"version": "3.0.0",
"description": "CSS parser / stringifier",
"devDependencies": {
"bytes": "^3.1.0",
"matcha": "^0.7.0",
"mocha": "^8.0.1",
"should": "^13.2.3"
},
"main": "index",
"files": [
"index.js",
"lib",
"Readme.md"
],
"homepage": "https://github.com/reworkcss/css#readme",
"keywords": [
"css",
"parser",
"stringifier",
"stylesheet"
],
"license": "MIT",
"main": "index",
"name": "css",
"repository": {
"type": "git",
"url": "git+https://github.com/reworkcss/css.git"
"dependencies": {
"inherits": "^2.0.4",
"source-map": "^0.6.1",
"source-map-resolve": "^0.6.0"
},
"devDependencies": {
"mocha": "^8.0.1",
"should": "^13.2.3",
"matcha": "^0.7.0",
"bytes": "^3.1.0"
},
"scripts": {
"benchmark": "matcha",
"test": "mocha --require should --reporter spec test/*.js"
},
"version": "3.0.0"
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reworkcss/css.git"
},
"keywords": [
"css",
"parser",
"stringifier",
"stylesheet"
]
}