@xhmikosr/downloader
Version:
Download and extract files
71 lines (70 loc) • 1.33 kB
JSON
{
"name": "@xhmikosr/downloader",
"version": "16.3.1",
"description": "Download and extract files",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/XhmikosR/download.git"
},
"publishConfig": {
"access": "public"
},
"author": {
"email": "kevinmartensson@gmail.com",
"name": "Kevin Mårtensson",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=20"
},
"scripts": {
"ava": "ava",
"lint": "xo",
"xo": "xo",
"fix": "xo --fix",
"test": "npm run xo && npm run ava",
"test-ci": "c8 ava"
},
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"keywords": [
"download",
"extract",
"http",
"request",
"url"
],
"dependencies": {
"@xhmikosr/archive-type": "^8.1.0",
"@xhmikosr/decompress": "^11.1.4",
"content-disposition": "^2.0.1",
"ext-name": "^5.0.0",
"file-type": "^21.3.4",
"filenamify": "^7.0.2",
"got": "^14.6.6"
},
"devDependencies": {
"@xhmikosr/decompress-unzip": "^8.2.1",
"ava": "^7.0.0",
"c8": "^12.0.0",
"nock": "^14.0.17",
"xo": "^2.0.2"
},
"xo": {
"rules": {
"promise/prefer-await-to-then": "off",
"require-unicode-regexp": "off",
"unicorn/prevent-abbreviations": "off"
}
},
"allowScripts": {
"unrs-resolver@1.11.1": true
}
}