-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
48 lines (48 loc) · 1.27 KB
/
package-lock.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
{
"name": "h2-stats",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"luamin": "^1.0.4"
}
},
"node_modules/luamin": {
"version": "1.0.4",
"resolved": "http://172.16.4.28:8080/repository/dm-npm-group/luamin/-/luamin-1.0.4.tgz",
"integrity": "sha1-lEUptY/G+k0x6s4uA1PUEhDw49M=",
"license": "MIT",
"dependencies": {
"luaparse": "^0.2.1"
},
"bin": {
"luamin": "bin/luamin"
}
},
"node_modules/luaparse": {
"version": "0.2.1",
"resolved": "http://172.16.4.28:8080/repository/dm-npm-group/luaparse/-/luaparse-0.2.1.tgz",
"integrity": "sha1-qo9WEysN6X0388mRqd9C4OF/ZWw=",
"license": "MIT",
"bin": {
"luaparse": "bin/luaparse"
}
}
},
"dependencies": {
"luamin": {
"version": "1.0.4",
"resolved": "http://172.16.4.28:8080/repository/dm-npm-group/luamin/-/luamin-1.0.4.tgz",
"integrity": "sha1-lEUptY/G+k0x6s4uA1PUEhDw49M=",
"requires": {
"luaparse": "^0.2.1"
}
},
"luaparse": {
"version": "0.2.1",
"resolved": "http://172.16.4.28:8080/repository/dm-npm-group/luaparse/-/luaparse-0.2.1.tgz",
"integrity": "sha1-qo9WEysN6X0388mRqd9C4OF/ZWw="
}
}
}