inital commit

This commit is contained in:
2026-01-01 15:25:19 +05:30
commit f0ae49465a
36361 changed files with 4894111 additions and 0 deletions

29
node_modules/toposort/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "toposort",
"version": "2.0.2",
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/marcelklehr/toposort.git"
},
"devDependencies": {
"vows": "0.7.x"
},
"keywords": [
"topological",
"sort",
"sorting",
"graphs",
"graph",
"dependency",
"list",
"dependencies",
"acyclic"
],
"author": "Marcel Klehr <mklehr@gmx.net>",
"license": "MIT"
}