-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 978 Bytes
/
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
{
"name": "filehost-meta",
"version": "1.2.4",
"description": "Fetch basic file information from download links",
"keywords": [
"filehost",
"filename",
"filesize",
"fileinfo",
"mega",
"google drive",
"mediafire",
"zippyshare",
"gofile",
"racaty",
"pixeldrain"
],
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kristjan Kirpu <[email protected]> (https://pepzwee.com)",
"repository": {
"type": "git",
"url": "https://github.com/datagrab-ee/filehost-meta.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"megajs": "^1.1.4",
"puppeteer": "^23.3.0",
"qs": "^6.11.2",
"require-dir": "^1.2.0",
"size-converter": "^1.0.1"
},
"volta": {
"node": "16.20.2"
}
}