UNPKG

dl-tar

Version:

Download and extract a tar archive with the Observable API

63 lines (62 loc) 1.25 kB
{ "name": "dl-tar", "version": "0.8.1", "description": "Download and extract a tar archive with the Observable API", "repository": "shinnn/dl-tar", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "license": "ISC", "scripts": { "pretest": "eslint .", "test": "nyc node test.js" }, "files": [ "index.js" ], "keywords": [ "http", "https", "get", "request", "download", "extraction", "extract", "decompress", "archive", "tar", "file", "write", "progress", "observable" ], "dependencies": { "cancelable-pipeline": "^1.0.0", "cancelable-pump": "^0.4.0", "inspect-with-kind": "^1.0.5", "is-plain-obj": "^1.1.0", "load-request-from-cwd-or-npm": "^3.0.0", "mkdirp": "^0.5.1", "tar": "^4.4.6", "zen-observable": "^0.8.9" }, "devDependencies": { "@shinnn/eslint-config": "^6.7.3", "broken-npm-path": "^1.0.0", "clear-module": "^3.0.0", "eslint": "^5.7.0", "lodash": "^4.17.11", "nyc": "^13.1.0", "nyc-config-common": "^1.0.1", "p-retry": "^2.0.0", "path-exists": "^3.0.0", "read-utf8-file": "^2.0.0", "rmfr": "^2.0.0", "tape": "^4.9.1", "tar-stream": "^1.6.2" }, "eslintConfig": { "extends": "@shinnn" }, "nyc": { "extends": "nyc-config-common" } }