fei.wang
9 天以前 ae7b22322555448d95fd56f505bafa325c167a26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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 <mklehr@gmx.net>",
  "license": "MIT"
 
,"_resolved": "https://registry.npmmirror.com/toposort/-/toposort-1.0.7.tgz"
,"_integrity": "sha512-FclLrw8b9bMWf4QlCJuHBEVhSRsqDj6u3nIjAzPeJvgl//1hBlffdlk0MALceL14+koWEdU4ofRAXofbODxQzg=="
,"_from": "toposort@^1.0.0"
}