rittenhop-ghost/versions/5.94.2/node_modules/toposort/package.json

30 lines
574 B
JSON
Raw Permalink Normal View History

{
"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"
}