Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "module-deps",
3
"version": "3.8.0",
4
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
5
"main": "index.js",
6
"bin": {
7
"module-deps": "bin/cmd.js"
8
},
9
"dependencies": {
10
"JSONStream": "^1.0.3",
11
"browser-resolve": "^1.7.0",
12
"concat-stream": "~1.4.5",
13
"defined": "^1.0.0",
14
"detective": "^4.0.0",
15
"duplexer2": "0.0.2",
16
"inherits": "^2.0.1",
17
"parents": "^1.0.0",
18
"readable-stream": "^1.1.13",
19
"resolve": "^1.1.3",
20
"stream-combiner2": "~1.0.0",
21
"subarg": "^1.0.0",
22
"through2": "^1.0.0",
23
"xtend": "^4.0.0"
24
},
25
"devDependencies": {
26
"tap": "^1.0.0",
27
"browser-pack": "^5.0.0"
28
},
29
"scripts": {
30
"test": "tap test/*.js"
31
},
32
"repository": {
33
"type": "git",
34
"url": "git://github.com/substack/module-deps.git"
35
},
36
"homepage": "https://github.com/substack/module-deps",
37
"keywords": [
38
"dependency",
39
"graph",
40
"browser",
41
"require",
42
"module",
43
"exports",
44
"json"
45
],
46
"author": {
47
"name": "James Halliday",
48
"email": "[email protected]",
49
"url": "http://substack.net"
50
},
51
"engines": {
52
"node": ">= 0.6"
53
},
54
"license": "MIT",
55
"gitHead": "86d97913ca924d6b455aff551b80860a5c49431d",
56
"bugs": {
57
"url": "https://github.com/substack/module-deps/issues"
58
},
59
"_id": "[email protected]",
60
"_shasum": "b45f8b135bd58d4b15b30c181a7561b19e884534",
61
"_from": "module-deps@>=3.7.11 <4.0.0",
62
"_npmVersion": "2.10.1",
63
"_nodeVersion": "0.10.38",
64
"_npmUser": {
65
"name": "zertosh",
66
"email": "[email protected]"
67
},
68
"maintainers": [
69
{
70
"name": "substack",
71
"email": "[email protected]"
72
},
73
{
74
"name": "zertosh",
75
"email": "[email protected]"
76
},
77
{
78
"name": "jmm",
79
"email": "[email protected]"
80
},
81
{
82
"name": "terinjokes",
83
"email": "[email protected]"
84
}
85
],
86
"dist": {
87
"shasum": "b45f8b135bd58d4b15b30c181a7561b19e884534",
88
"tarball": "http://registry.npmjs.org/module-deps/-/module-deps-3.8.0.tgz"
89
},
90
"directories": {},
91
"_resolved": "https://registry.npmjs.org/module-deps/-/module-deps-3.8.0.tgz",
92
"readme": "ERROR: No README data found!"
93
}
94
95