UNPKG

nurlresolver

Version:
79 lines (78 loc) 1.87 kB
{ "name": "nurlresolver", "version": "4.2.1", "description": "url resolver for node", "type": "module", "exports": "./dist/app.js", "types": "./dist/app.d.ts", "engines": { "node": ">=20" }, "author": "mnsrulz", "license": "MIT", "dependencies": { "content-disposition": "^2.0.1", "debug": "^4.4.1", "got": "^14.4.8", "m3u8": "0.0.10", "scrape-it": "^6.1.11", "tldts": "^7.0.12", "tough-cookie": "^6.0.0", "unpacker": "^1.0.1" }, "devDependencies": { "@ava/typescript": "^6.0.0", "@eslint/js": "^9.34.0", "@types/debug": "^4.1.12", "@types/tough-cookie": "^4.0.5", "@typescript-eslint/eslint-plugin": "^8.42.0", "@typescript-eslint/parser": "^8.42.0", "ava": "^6.4.1", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "globals": "^16.3.0", "nodemon": "^3.1.10", "prettier": "^3.6.2", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "tsx": "^4.20.5", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0" }, "scripts": { "lint": "eslint .", "test": "ava", "build": "tsc", "build:watch": "tsc -w", "prepublishOnly": "tsc", "start:debug": "nodemon -I --exec DEBUG=nurl* node --import=tsx src/app.debug.ts" }, "ava": { "typescript": { "rewritePaths": { "src/": "dist/" }, "compile": "tsc" } }, "repository": { "type": "git", "url": "git+https://github.com/mnsrulz/nurlresolver.git" }, "bugs": { "url": "https://github.com/mnsrulz/nurlresolver/issues" }, "homepage": "https://github.com/mnsrulz/nurlresolver#readme", "keywords": [ "urlresolver", "megaup", "googledrive", "link extractor", "scraper", "download link", "cloudmail", "link generator", "direct link" ] }