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

31
backend/node_modules/dependency-graph/package.json generated vendored Normal file
View File

@ -0,0 +1,31 @@
{
"name": "dependency-graph",
"description": "Simple dependency graph.",
"version": "1.0.0",
"author": "Jim Riecken <jriecken@gmail.com>",
"keywords": [
"dependency",
"graph"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jriecken/dependency-graph.git"
},
"bugs": {
"url": "http://github.com/jriecken/dependency-graph/issues"
},
"main": "./lib/dep_graph.js",
"scripts": {
"test": "jasmine specs/**/*.js"
},
"dependencies": {},
"optionalDependencies": {},
"devDependencies": {
"jasmine": "5.1.0"
},
"engines": {
"node": ">=4"
},
"types": "./lib/index.d.ts"
}