-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
71 lines (71 loc) · 2.35 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "superpunchoutautosplitters",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "superpunchoutautosplitters",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"livesplit-client": "^1.0.2",
"usb2snes-client": "^1.0.0"
}
},
"node_modules/livesplit-client": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/livesplit-client/-/livesplit-client-1.0.2.tgz",
"integrity": "sha512-cVuFFVsjZ9+uGePQ1ZnlaB59zYriVY5G41e1uLzQg6aakuc0YWPFZ14hEuMnmsrXruxgQmThFpqtYEKR6bIftA=="
},
"node_modules/usb2snes-client": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/usb2snes-client/-/usb2snes-client-1.0.0.tgz",
"integrity": "sha512-qeqSrgjNg4G+Y8FR78zA4BUwPIVqp7lRFwwtAI5Ks2UkLNrKgcXJ4oFMDo0pVBKY/Wm5YUPj/Coe7KiP93AN0w==",
"dependencies": {
"ws": "^8.16.0"
}
},
"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
}
}
}
},
"dependencies": {
"livesplit-client": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/livesplit-client/-/livesplit-client-1.0.2.tgz",
"integrity": "sha512-cVuFFVsjZ9+uGePQ1ZnlaB59zYriVY5G41e1uLzQg6aakuc0YWPFZ14hEuMnmsrXruxgQmThFpqtYEKR6bIftA=="
},
"usb2snes-client": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/usb2snes-client/-/usb2snes-client-1.0.0.tgz",
"integrity": "sha512-qeqSrgjNg4G+Y8FR78zA4BUwPIVqp7lRFwwtAI5Ks2UkLNrKgcXJ4oFMDo0pVBKY/Wm5YUPj/Coe7KiP93AN0w==",
"requires": {
"ws": "^8.16.0"
}
},
"ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"requires": {}
}
}
}