UNPKG

dl-vampire

Version:
83 lines (82 loc) 2.1 kB
{ "name": "dl-vampire", "type": "module", "version": "2.1.7", "packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a", "description": "download file like a vampire", "author": "magicdawn", "license": "MIT", "homepage": "https://github.com/magicdawn/dl-vampire#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/magicdawn/dl-vampire.git" }, "bugs": { "url": "https://github.com/magicdawn/dl-vampire/issues" }, "keywords": [ "dl", "download", "fs", "vampire", "download-manager" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "CHANGELOG.md", "LICENSE", "README.md", "dist/", "package.json" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "prepare": "husky", "test": "vitest --run", "test:dev": "vitest", "test-cover": "vitest --run --coverage", "build": "tsup", "prepublishOnly": "pnpm test && pnpm build", "dev": "tsup --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "debug": "^4.4.3", "fs-extra": "^11.3.2", "got": "^14.6.5", "lodash": "^4.17.21", "ms": "^2.1.3", "promise.retry": "^2.1.0", "proxy-agent": "^6.5.0" }, "devDependencies": { "@magicdawn/eslint-config": "^1.5.13", "@magicdawn/prettier-config": "^0.1.0", "@types/chai": "^5.2.3", "@types/debug": "^4.1.12", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.21", "@types/ms": "^2.1.0", "@types/node": "^24.10.1", "@vitest/coverage-v8": "^4.0.15", "eslint": "^9.39.1", "husky": "^9.1.7", "lint-staged": "^16", "prettier": "^3.7.4", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.0.15" }, "lint-staged": { "*.{?(c|m)(j|t)s?(x),json,y?(a)ml}": [ "eslint --fix", "prettier --write" ], "!*.{?(c|m)(j|t)s?(x),json,y?(a)ml}": [ "prettier --write --ignore-unknown" ] } }