
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "download@8.0.0",
  "_id": "download@8.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ASRY5QhDk7FK+XrQtQyvhpDKanLluEEQtWl/J7Lxuf/b+i8RYh997QeXvL85xitrmRKVlx9c7eTrcRdq2GS4eA==",
  "_location": "/ghost-cli/download",
  "_phantomChildren": {
    "@sindresorhus/is": "0.7.0",
    "cacheable-request": "2.1.4",
    "decompress-response": "3.3.0",
    "duplexer3": "0.1.4",
    "into-stream": "3.1.0",
    "is-retry-allowed": "1.2.0",
    "isurl": "1.0.0",
    "lowercase-keys": "1.0.1",
    "mimic-response": "1.0.1",
    "p-cancelable": "0.4.1",
    "p-timeout": "2.0.1",
    "pump": "3.0.0",
    "safe-buffer": "5.2.1",
    "timed-out": "4.0.1",
    "url-parse-lax": "3.0.0",
    "url-to-options": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "download@8.0.0",
    "name": "download",
    "escapedName": "download",
    "rawSpec": "8.0.0",
    "saveSpec": null,
    "fetchSpec": "8.0.0"
  },
  "_requiredBy": [
    "/ghost-cli"
  ],
  "_resolved": "https://registry.npmjs.org/download/-/download-8.0.0.tgz",
  "_shasum": "afc0b309730811731aae9f5371c9f46be73e51b1",
  "_spec": "download@8.0.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "github.com/kevva"
  },
  "bugs": {
    "url": "https://github.com/kevva/download/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "archive-type": "^4.0.0",
    "content-disposition": "^0.5.2",
    "decompress": "^4.2.1",
    "ext-name": "^5.0.0",
    "file-type": "^11.1.0",
    "filenamify": "^3.0.0",
    "get-stream": "^4.1.0",
    "got": "^8.3.1",
    "make-dir": "^2.1.0",
    "p-event": "^2.1.0",
    "pify": "^4.0.1"
  },
  "deprecated": false,
  "description": "Download and extract files",
  "devDependencies": {
    "ava": "^1.4.1",
    "is-zip": "^1.0.0",
    "nock": "^10.0.6",
    "path-exists": "^3.0.0",
    "random-buffer": "^0.1.0",
    "rimraf": "^3.0.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/kevva/download#readme",
  "keywords": [
    "download",
    "extract",
    "http",
    "request",
    "url"
  ],
  "license": "MIT",
  "name": "download",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevva/download.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "8.0.0"
}
