filehost-meta
Version:
Fetch basic file information from download links
46 lines (45 loc) • 971 B
JSON
{
"name": "filehost-meta",
"version": "1.3.2",
"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": ">=18.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kristjan Kirpu <hello@pepzwee.com> (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",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"megajs": "^1.3.5",
"puppeteer": "^23.3.0",
"qs": "^6.11.2",
"require-dir": "^1.2.0",
"size-converter": "^1.0.1"
},
"volta": {
"node": "18.20.7"
}
}