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

37
backend/node_modules/postcss-reporter/package.json generated vendored Normal file
View File

@ -0,0 +1,37 @@
{
"name": "postcss-reporter",
"version": "7.1.0",
"description": "Log PostCSS messages in the console",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"engines": {
"node": ">=10"
},
"repository": "postcss/postcss-reporter",
"author": {
"name": "David Clark",
"email": "david.dave.clark@gmail.com",
"url": "https://davidtheclark.com"
},
"license": "MIT",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"peerDependencies": {
"postcss": "^8.1.0"
},
"dependencies": {
"picocolors": "^1.0.0",
"thenby": "^1.3.4"
}
}