It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:

This commit is contained in:
2025-06-11 09:05:15 +02:00
parent 36c2466e53
commit 6d6aa954dd
15556 changed files with 1076330 additions and 1 deletions

52
backend/node_modules/cssnano/package.json generated vendored Normal file
View File

@ -0,0 +1,52 @@
{
"name": "cssnano",
"version": "7.0.7",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "src/index.js",
"types": "types/index.d.ts",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cssnano"
},
"keywords": [
"css",
"compress",
"minify",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"dependencies": {
"lilconfig": "^3.1.3",
"cssnano-preset-default": "^7.0.7"
},
"homepage": "https://github.com/cssnano/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "cssnano/cssnano",
"files": [
"src",
"LICENSE-MIT",
"types"
],
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"cssnano-preset-advanced": "^7.0.7",
"cssnano-preset-lite": "^4.0.4"
},
"peerDependencies": {
"postcss": "^8.4.32"
}
}