UNPKG

@guoyunhe/downloader

Version:

Download large files with minimum RAM usage. Support tar.gz and zip extraction.

67 lines (66 loc) 1.55 kB
{ "name": "@guoyunhe/downloader", "version": "1.3.0", "description": "Download large files with minimum RAM usage. Support tar.gz and zip extraction.", "keywords": [ "download", "extract", "archive", "unzip", "decompress", "node" ], "homepage": "https://github.com/guoyunhe/downloader#readme", "bugs": { "url": "https://github.com/guoyunhe/downloader/issues" }, "repository": { "type": "git", "url": "git+https://github.com/guoyunhe/downloader.git" }, "funding": "https://github.com/sponsors/guoyunhe", "license": "GPL-3.0", "author": { "name": "Guo Yunhe", "email": "i@guoyunhe.me" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "typings": "dist/dts/index.d.ts", "files": [ "dist", "CHANGELOG.md", "LICENSE", "README.md" ], "scripts": { "build": "node-scripts build", "format": "node-scripts format", "lint": "node-scripts lint", "test": "node-scripts test", "watch": "node-scripts watch" }, "prettier": { "printWidth": 100, "singleQuote": true }, "eslintConfig": { "extends": "@guoyunhe/node-scripts" }, "jest": { "preset": "@guoyunhe/node-scripts", "testTimeout": 100000 }, "dependencies": { "node-stream-zip": "^1.15.0", "tar": "^6.1.13" }, "devDependencies": { "@guoyunhe/node-scripts": "^1.7.1", "@tsconfig/node16": "^1.0.3", "@types/jest": "^29.4.0", "@types/node": "^16.18.11", "@types/tar": "^6.1.3", "typescript": "^4.9.4" } }