{ "name": "toposort", "version": "1.0.7", "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 ", "license": "MIT", "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)", "_from": "toposort@1.0.7", "_resolved": "https://registry.npm.taobao.org/toposort/download/toposort-1.0.7.tgz" }