-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
74 lines (74 loc) · 2.25 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
72
73
74
{
"name": "gamegg-bot",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"tmi.js": "^1.7.2"
}
},
"node_modules/node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"engines": {
"node": "4.x || >=6.0.0"
}
},
"node_modules/tmi.js": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/tmi.js/-/tmi.js-1.7.2.tgz",
"integrity": "sha512-ewht4Z0YcnOOK6/FVpYQiPJkKz02iwGV8132fR2dBLU7i7dCC+dOFXwH7O9fo1Ka9C+MQoPW8PiNlHUWxs4iIg==",
"dependencies": {
"node-fetch": "2.6.1",
"ws": "7.4.3"
},
"engines": {
"node": ">=7.10.1"
}
},
"node_modules/ws": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
"integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==",
"engines": {
"node": ">=8.3.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
},
"dependencies": {
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"tmi.js": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/tmi.js/-/tmi.js-1.7.2.tgz",
"integrity": "sha512-ewht4Z0YcnOOK6/FVpYQiPJkKz02iwGV8132fR2dBLU7i7dCC+dOFXwH7O9fo1Ka9C+MQoPW8PiNlHUWxs4iIg==",
"requires": {
"node-fetch": "2.6.1",
"ws": "7.4.3"
}
},
"ws": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
"integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==",
"requires": {}
}
}
}