blob: 27553c181fd5b7dfb574d8188788e76a5fe122d5 (
plain)
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
|
{
"name": "npm-test-shrinkwrap",
"version": "0.0.0",
"dependencies": {
"npm-test-single-file": {
"version": "1.2.3",
"from": "https://raw.github.com/gist/1837112/index.js"
},
"glob": {
"version": "3.1.5",
"from": "git://github.com/isaacs/node-glob.git#npm-test",
"dependencies": {
"minimatch": {
"version": "0.2.1",
"dependencies": {
"lru-cache": {
"version": "1.0.5"
}
}
},
"graceful-fs": {
"version": "1.1.5",
"dependencies": {
"fast-list": {
"version": "1.0.2"
}
}
},
"inherits": {
"version": "1.0.0"
}
}
},
"minimatch": {
"version": "0.1.5",
"dependencies": {
"lru-cache": {
"version": "1.0.5"
}
}
}
}
}
|