-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 loc) · 3.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
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
111
112
113
114
115
116
{
"name": "kyomi-v2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"agent-base": "^6.0.2",
"archiver": "^5.3.1",
"archiver-utils": "^2.1.0",
"async": "^3.2.4",
"balanced-match": "^1.0.2",
"base64-js": "^1.5.1",
"big-integer": "^1.6.51",
"binary": "^0.3.0",
"bl": "^4.1.0",
"bluebird": "^3.4.7",
"brace-expansion": "^1.1.11",
"buffer": "^5.7.1",
"buffer-crc32": "^0.2.13",
"buffer-indexof-polyfill": "^1.0.2",
"buffers": "^0.1.1",
"chainsaw": "^0.1.0",
"chownr": "^1.1.4",
"colors": "^1.4.0",
"compress-commons": "^4.1.1",
"concat-map": "^0.0.1",
"core-util-is": "^1.0.3",
"crc-32": "^1.2.2",
"crc32-stream": "^4.0.2",
"cross-fetch": "^3.1.5",
"crypto": "^1.0.1",
"debug": "^4.3.4",
"devtools-protocol": "^0.0.981744",
"duplexer2": "^0.1.4",
"end-of-stream": "^1.4.4",
"extract-zip": "^2.0.1",
"fd-slicer": "^1.1.0",
"find-up": "^4.1.0",
"fluent-ffmpeg": "^2.1.2",
"fs-constants": "^1.0.0",
"fs-extra": "^10.1.0",
"fs.realpath": "^1.0.0",
"fstream": "^1.0.12",
"get-stream": "^5.2.0",
"glob": "^7.2.3",
"graceful-fs": "^4.2.11",
"https-proxy-agent": "^5.0.1",
"ieee754": "^1.2.1",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"isarray": "^1.0.0",
"isexe": "^2.0.0",
"jsonfile": "^6.1.0",
"jsqr": "^1.4.0",
"lazystream": "^1.0.1",
"listenercount": "^1.0.1",
"locate-path": "^5.0.0",
"lodash.defaults": "^4.2.0",
"lodash.difference": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.union": "^4.6.0",
"mime": "^3.0.0",
"minimatch": "^3.1.2",
"minimist": "^1.2.8",
"mkdirp": "^0.5.6",
"mkdirp-classic": "^0.5.3",
"moment-timezone": "^0.5.43",
"ms": "^2.1.2",
"node-webpmux": "^3.1.5",
"normalize-path": "^3.0.0",
"once": "^1.4.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"pend": "^1.2.0",
"pkg-dir": "^4.2.0",
"process-nextick-args": "^2.0.1",
"progress": "^2.0.3",
"proxy-from-env": "^1.1.0",
"pump": "^3.0.0",
"puppeteer": "^13.7.0",
"qrcode-terminal": "^0.12.0",
"readable-stream": "^3.6.2",
"readdir-glob": "^1.1.2",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"setimmediate": "^1.0.5",
"string_decoder": "^1.3.0",
"tar-fs": "^2.1.1",
"tar-stream": "^2.2.0",
"through": "^2.3.8",
"tr46": "^0.0.3",
"traverse": "^0.3.9",
"unbzip2-stream": "^1.4.3",
"universalify": "^2.0.0",
"unzipper": "^0.10.11",
"util-deprecate": "^1.0.2",
"webidl-conversions": "^3.0.1",
"whatsapp-web.js": "^1.19.5",
"whatwg-url": "^5.0.0",
"which": "^1.3.1",
"wrappy": "^1.0.2",
"ws": "^8.5.0",
"yauzl": "^2.10.0",
"zip-stream": "^4.1.0"
},
"scripts": {
"start": "node ./src/index.js"
},
"keywords": [],
"author": "Alpha-Dev0",
"license": "ISC"
}