package.json
2.41 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"_args": [
[
{
"raw": "toposort@^1.0.0",
"scope": null,
"escapedName": "toposort",
"name": "toposort",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/html-webpack-plugin"
]
],
"_from": "toposort@>=1.0.0 <2.0.0",
"_id": "toposort@1.0.3",
"_inCache": true,
"_location": "/toposort",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/toposort-1.0.3.tgz_1487103300632_0.6892355768941343"
},
"_npmUser": {
"name": "marcelklehr",
"email": "mklehr@gmx.net"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "toposort@^1.0.0",
"scope": null,
"escapedName": "toposort",
"name": "toposort",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.3.tgz",
"_shasum": "f02cd8a74bd8be2fc0e98611c3bacb95a171869c",
"_shrinkwrap": null,
"_spec": "toposort@^1.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/html-webpack-plugin",
"author": {
"name": "Marcel Klehr",
"email": "mklehr@gmx.net"
},
"bugs": {
"url": "https://github.com/marcelklehr/toposort/issues"
},
"dependencies": {},
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
"devDependencies": {
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "f02cd8a74bd8be2fc0e98611c3bacb95a171869c",
"tarball": "https://registry.npmjs.org/toposort/-/toposort-1.0.3.tgz"
},
"gitHead": "8b14e9fdef5c93c9d2fe72281b2dd5bc615480c3",
"homepage": "https://github.com/marcelklehr/toposort#readme",
"keywords": [
"topological",
"sort",
"sorting",
"graphs",
"graph",
"dependency",
"list",
"dependencies",
"acyclic"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "marcelklehr",
"email": "mklehr@gmx.net"
}
],
"name": "toposort",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/marcelklehr/toposort.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.3"
}