-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.02 KB
/
package.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
75
76
77
78
{
"name": "discordjs-viewer",
"version": "1.0.0",
"description": "Get gameserver status on Discord with command `!status`.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mTxServ/discordjs-viewer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mTxServ/discordjs-viewer/issues"
},
"homepage": "https://github.com/mTxServ/discordjs-viewer#readme",
"dependencies": {
"ajv": "6.6.0",
"asn1": "0.2.4",
"assert-plus": "1.0.0",
"async-limiter": "1.0.0",
"asynckit": "0.4.0",
"aws-sign2": "0.7.0",
"aws4": "1.8.0",
"bcrypt-pbkdf": "1.0.2",
"biskviit": "1.0.1",
"caseless": "0.12.0",
"combined-stream": "1.0.7",
"core-util-is": "1.0.2",
"dashdash": "1.14.1",
"delayed-stream": "1.0.0",
"discord.js": "11.4.2",
"ecc-jsbn": "0.1.2",
"encoding": "0.1.12",
"extend": "3.0.2",
"extsprintf": "1.3.0",
"fast-deep-equal": "2.0.1",
"fast-json-stable-stringify": "2.0.0",
"forever-agent": "0.6.1",
"form-data": "2.3.3",
"getpass": "0.1.7",
"har-schema": "2.0.0",
"har-validator": "5.1.3",
"http-signature": "1.2.0",
"iconv-lite": "0.4.24",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"jsbn": "0.1.1",
"json-schema": "0.2.3",
"json-schema-traverse": "0.4.1",
"json-stringify-safe": "5.0.1",
"jsprim": "1.4.1",
"long": "4.0.0",
"mime-db": "1.37.0",
"mime-types": "2.1.21",
"oauth-sign": "0.9.0",
"performance-now": "2.1.0",
"prism-media": "0.0.3",
"psl": "1.1.29",
"punycode": "2.1.1",
"qs": "6.5.2",
"querystring": "0.2.0",
"request": "2.88.0",
"safe-buffer": "5.1.2",
"safer-buffer": "2.1.2",
"snekfetch": "3.6.4",
"sshpk": "1.15.2",
"tough-cookie": "2.4.3",
"tunnel-agent": "0.6.0",
"tweetnacl": "1.0.0",
"uri-js": "4.2.2",
"uuid": "3.3.2",
"verror": "1.10.0",
"ws": "4.1.0"
}
}