This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
52 lines (52 loc) · 1.67 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
{
"name": "resbot",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"cjopus": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/cjopus/-/cjopus-0.0.4.tgz",
"integrity": "sha1-RvPPyWuD99eERt6LTP2ZS1iJqaA="
},
"discord.io": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/discord.io/-/discord.io-2.5.1.tgz",
"integrity": "sha1-1x5pgD8hPBM5znsPlXLViBogcas=",
"requires": {
"cjopus": "0.0.4",
"tweetnacl": "0.14.5",
"ws": "1.1.4"
}
},
"knuth-shuffle": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/knuth-shuffle/-/knuth-shuffle-1.0.1.tgz",
"integrity": "sha1-RUlAroFsFOGvbm8J2IKIGPlbUZE="
},
"options": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
"integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8="
},
"tweetnacl": {
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
"integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
},
"ultron": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
"integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po="
},
"ws": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz",
"integrity": "sha1-V/QNA2gy5fUFVmKjl8Tedu1mv2E=",
"requires": {
"options": "0.0.6",
"ultron": "1.0.2"
}
}
}
}