forked from WekyDev/weky-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
57 lines (57 loc) · 1.99 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
{
"name": "weky",
"version": "1.6.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "weky",
"version": "1.4.2",
"license": "ISC",
"dependencies": {
"discord-buttons": "^2.4.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1"
}
},
"node_modules/discord-buttons": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/discord-buttons/-/discord-buttons-2.4.1.tgz",
"integrity": "sha512-oJkG0TpFtgL4UiFc+y4nFVSm62KxU4zX+cH/UPCq1cIy05etfN7swGh80j9AIDxRMf8HJEWNSbvd3HNuZWeZVg==",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/angelocore"
}
},
"node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"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"
}
}
},
"dependencies": {
"discord-buttons": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/discord-buttons/-/discord-buttons-2.4.1.tgz",
"integrity": "sha512-oJkG0TpFtgL4UiFc+y4nFVSm62KxU4zX+cH/UPCq1cIy05etfN7swGh80j9AIDxRMf8HJEWNSbvd3HNuZWeZVg=="
},
"ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
}
}
}