-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.02 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.02 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "nfx-bot",
"version": "1.10.1",
"description": "",
"main": "index.js",
"dependencies": {
"abort-controller": "^3.0.0",
"ascii-table": "^0.0.9",
"asynckit": "^0.4.0",
"boolbase": "^1.0.0",
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.2",
"cheerio": "^0.22.0",
"clone-response": "^1.0.2",
"combined-stream": "^1.0.8",
"compress-brotli": "^1.3.6",
"configstore": "^6.0.0",
"crypto-random-string": "^4.0.0",
"css-select": "^1.2.0",
"css-what": "^2.1.3",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"delayed-stream": "^1.0.0",
"detect-indent": "^6.0.0",
"discord-player": "^5.2.2",
"discord.js": "^12.2.0",
"docopt": "^0.6.2",
"dom-serializer": "^0.1.1",
"domelementtype": "^1.3.1",
"domhandler": "^2.4.2",
"domutils": "^1.5.1",
"dot-json": "^1.2.2",
"dot-prop": "^6.0.1",
"end-of-stream": "^1.4.4",
"entities": "^1.1.2",
"event-target-shim": "^5.0.1",
"get-stream": "^5.2.0",
"got": "^11.8.3",
"graceful-fs": "^4.2.10",
"htmlparser2": "^3.10.1",
"http-cache-semantics": "^4.1.0",
"http2-wrapper": "^1.0.3",
"image-scraper": "^0.2.1",
"imurmurhash": "^0.1.4",
"inherits": "^2.0.4",
"is-keyword-js": "^1.0.3",
"is-obj": "^2.0.0",
"is-typedarray": "^1.0.0",
"is-url": "^1.2.4",
"json-buffer": "^3.0.1",
"keyv": "^4.2.2",
"lodash": "^4.17.21",
"lodash.assignin": "^4.2.0",
"lodash.bind": "^4.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.defaults": "^4.2.0",
"lodash.filter": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.foreach": "^4.5.0",
"lodash.map": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.pick": "^4.4.0",
"lodash.reduce": "^4.6.0",
"lodash.reject": "^4.6.0",
"lodash.some": "^4.6.0",
"lowercase-keys": "^2.0.0",
"mime-db": "^1.44.0",
"mime-types": "^2.1.27",
"mimic-response": "^1.0.1",
"node-fetch": "^2.6.0",
"normalize-url": "^6.1.0",
"nth-check": "^1.0.2",
"num-or-not": "^1.0.1",
"once": "^1.4.0",
"p-cancelable": "^2.1.1",
"prism-media": "^1.2.2",
"pump": "^3.0.0",
"python": "^0.0.4",
"quick-lru": "^5.1.1",
"readable-stream": "^3.6.0",
"recondb": "^1.0.2",
"reconlx": "^2.5.6",
"resolve-alpn": "^1.2.1",
"responselike": "^2.0.0",
"safe-buffer": "^5.2.1",
"safe-eval": "^0.4.1",
"setimmediate": "^1.0.5",
"signal-exit": "^3.0.7",
"string_decoder": "^1.3.0",
"translate-google": "^1.5.0",
"trim": "^0.0.1",
"tweetnacl": "^1.0.3",
"type-fest": "^1.4.0",
"typedarray-to-buffer": "^3.1.5",
"underscore": "^1.13.2",
"underscore-keypath": "^0.0.22",
"unique-string": "^3.0.0",
"user-agents": "^1.0.980",
"util-deprecate": "^1.0.2",
"wrappy": "^1.0.2",
"write-file-atomic": "^3.0.3",
"ws": "^7.3.1",
"xdg-basedir": "^5.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JustPrz",
"license": "ISC"
}