-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
59 lines (59 loc) · 1.55 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "chuck",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "chuck",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"homegames-core": "file:../homegames-core",
"ws": "^8.16.0"
}
},
"../homegames-core": {
"version": "1.0.25",
"license": "ISC",
"dependencies": {
"homegames-common": "1.0.8",
"squish-0756": "npm:[email protected]",
"squish-0762": "npm:[email protected]",
"squish-0765": "npm:[email protected]",
"squish-0766": "npm:[email protected]",
"squish-0767": "npm:[email protected]",
"squish-1000": "npm:[email protected]",
"squish-1004": "npm:[email protected]",
"squish-1005": "npm:[email protected]",
"squish-1006": "npm:[email protected]",
"unzipper": "^0.10.11",
"ws": "7.4.6"
}
},
"node_modules/homegames-core": {
"resolved": "../homegames-core",
"link": true
},
"node_modules/ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}