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

29
backend/node_modules/spdx-license-ids/package.json generated vendored Normal file
View File

@ -0,0 +1,29 @@
{
"name": "spdx-license-ids",
"version": "3.0.21",
"description": "A list of SPDX license identifiers",
"repository": "jslicense/spdx-license-ids",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"license": "CC0-1.0",
"scripts": {
"build": "node build.js",
"latest": "node latest.js",
"pretest": "npm run build",
"test": "node test.js"
},
"files": [
"deprecated.json",
"index.json"
],
"keywords": [
"spdx",
"license",
"licenses",
"id",
"identifier",
"identifiers",
"json",
"array",
"oss"
]
}