package.json
2.43 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
98
99
100
{
"_args": [
[
{
"raw": "topo@2.x.x",
"scope": null,
"escapedName": "topo",
"name": "topo",
"rawSpec": "2.x.x",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-modelbase/node_modules/joi"
]
],
"_from": "topo@>=2.0.0 <3.0.0",
"_id": "topo@2.0.2",
"_inCache": true,
"_location": "/topo",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/topo-2.0.2.tgz_1468781222307_0.6634320858865976"
},
"_npmUser": {
"name": "devinivy",
"email": "devin@bigroomstudios.com"
},
"_npmVersion": "2.14.11",
"_phantomChildren": {},
"_requested": {
"raw": "topo@2.x.x",
"scope": null,
"escapedName": "topo",
"name": "topo",
"rawSpec": "2.x.x",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/bookshelf-modelbase/joi",
"/joi"
],
"_resolved": "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz",
"_shasum": "cd5615752539057c0dc0491a621c3bc6fbe1d182",
"_shrinkwrap": null,
"_spec": "topo@2.x.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-modelbase/node_modules/joi",
"bugs": {
"url": "https://github.com/hapijs/topo/issues"
},
"dependencies": {
"hoek": "4.x.x"
},
"description": "Topological sorting with grouping support",
"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
},
"directories": {},
"dist": {
"shasum": "cd5615752539057c0dc0491a621c3bc6fbe1d182",
"tarball": "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "742ec5ed82eb1e20f9ffe4eec8067cd776d5d968",
"homepage": "https://github.com/hapijs/topo#readme",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hammer.io"
},
{
"name": "devinivy",
"email": "devin@bigroomstudios.com"
}
],
"name": "topo",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/topo.git"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"version": "2.0.2"
}