forked from tststs/atom-ternjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-shrinkwrap.json
120 lines (120 loc) · 4.04 KB
/
npm-shrinkwrap.json
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "atom-ternjs",
"version": "0.10.3",
"dependencies": {
"glob": {
"version": "3.2.11",
"from": "glob@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
"dependencies": {
"inherits": {
"version": "2.0.1",
"from": "inherits@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
"version": "0.3.0",
"from": "minimatch@>=0.3.0 <0.4.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",
"dependencies": {
"lru-cache": {
"version": "2.7.3",
"from": "lru-cache@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
},
"sigmund": {
"version": "1.0.1",
"from": "sigmund@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
}
}
}
}
},
"loophole": {
"version": "1.1.0",
"from": "loophole@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/loophole/-/loophole-1.1.0.tgz"
},
"minimatch": {
"version": "0.2.14",
"from": "minimatch@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
"dependencies": {
"lru-cache": {
"version": "2.7.3",
"from": "lru-cache@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
},
"sigmund": {
"version": "1.0.1",
"from": "sigmund@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
}
}
},
"tern": {
"version": "0.16.1",
"from": "ternjs/tern",
"resolved": "git://github.com/ternjs/tern.git#d91740fa9cfd2194bcf54c4c9d054b31fe5a5a66",
"dependencies": {
"acorn": {
"version": "2.6.4",
"from": "acorn@>=2.5.2 <3.0.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-2.6.4.tgz"
},
"enhanced-resolve": {
"version": "0.9.1",
"from": "enhanced-resolve@>=0.9.1 <0.10.0",
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
"dependencies": {
"tapable": {
"version": "0.1.10",
"from": "tapable@>=0.1.8 <0.2.0",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-0.1.10.tgz"
},
"memory-fs": {
"version": "0.2.0",
"from": "memory-fs@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz"
},
"graceful-fs": {
"version": "4.1.2",
"from": "graceful-fs@>=4.1.2 <5.0.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz"
}
}
},
"typescript": {
"version": "1.0.1",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.0.1.tgz"
}
}
},
"tern-lint": {
"version": "0.5.0",
"from": "tern-lint@>=0.5.0 <0.6.0",
"resolved": "https://registry.npmjs.org/tern-lint/-/tern-lint-0.5.0.tgz",
"dependencies": {
"acorn": {
"version": "2.6.4",
"from": "acorn@>=2.4.0 <3.0.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-2.6.4.tgz"
}
}
},
"underscore-plus": {
"version": "1.6.6",
"from": "underscore-plus@>=1.6.6 <2.0.0",
"resolved": "https://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz",
"dependencies": {
"underscore": {
"version": "1.6.0",
"from": "underscore@>=1.6.0 <1.7.0",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
}
}
}
}
}