filehost-meta
Version:
Fetch basic file information from download links
48 lines (47 loc) • 998 B
JSON
{
"name": "filehost-meta",
"version": "1.3.7",
"description": "Fetch basic file information from download links",
"keywords": [
"filehost",
"filename",
"filesize",
"fileinfo",
"mega",
"google drive",
"mediafire",
"gofile",
"pixeldrain",
"datanodes",
"krakenfiles",
"mixdrop"
],
"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",
"overrides": {
"undici": "^6.21.1"
},
"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-real-browser": "^1.4.4",
"size-converter": "^1.0.1"
},
"volta": {
"node": "18.20.7"
}
}