forked from samuri51/chillybot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
27 lines (27 loc) · 917 Bytes
/
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
{
"name": "chillybot",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": 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=="
},
"ttapi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/ttapi/-/ttapi-4.0.0.tgz",
"integrity": "sha512-/2hXhY7mS5su8BSoYB9QDNY7V4ph10oHmcAXSs6lAUtjoN/Ac3ahHHDy8w+ihzIJsxzhc8FWMp4KBhIYm0O+WA==",
"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=="
}
}
}