{
  "_args": [
    [
      "get-remote@0.7.12",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "get-remote@0.7.12",
  "_id": "get-remote@0.7.12",
  "_inBundle": false,
  "_integrity": "sha512-wFHy2JLm/3+2h+onQdsoh/ahdWySVGA4rIb6746ywP0UaZRlZ5mdM3QeHF9moIGnRV34hsrnDEsD5ukoEmBnJg==",
  "_location": "/get-remote",
  "_phantomChildren": {
    "core-util-is": "1.0.3",
    "glob": "7.2.3",
    "inherits": "2.0.4",
    "isarray": "1.0.0",
    "minimist": "1.2.6",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-remote@0.7.12",
    "name": "get-remote",
    "escapedName": "get-remote",
    "rawSpec": "0.7.12",
    "saveSpec": null,
    "fetchSpec": "0.7.12"
  },
  "_requiredBy": [
    "/node-install-release"
  ],
  "_resolved": "https://registry.npmjs.org/get-remote/-/get-remote-0.7.12.tgz",
  "_spec": "0.7.12",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/get-remote/issues"
  },
  "dependencies": {
    "content-disposition": "^0.5.4",
    "core-js": "^3.24.1",
    "end-of-stream": "^1.4.4",
    "eslint-plugin-n": "^15.2.4",
    "function-exec-sync": "^0.2.10",
    "mkdirp": "^0.5.6",
    "mkpath": "^1.0.0",
    "node-exec-path": "^0.0.1",
    "os-shim": "^0.1.3",
    "progress-stream": "^2.0.0",
    "pump": "^3.0.0",
    "readable-stream": "^2.3.7",
    "require_optional": "^1.0.1",
    "rimraf": "^2.7.1",
    "temp-suffix": "^0.1.1"
  },
  "description": "Download a text, json, a file with optional extract, get a stream, or head an endpoint",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.33.0",
    "cr": "^0.1.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-promise": "^6.0.0",
    "fast-extract": "^0.3.4",
    "fs-iterator": "^4.1.1",
    "fs-stats-spys": "^1.0.2",
    "is-tar": "^1.0.0",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1",
    "supports-color": "^3.2.3"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/get-remote",
  "keywords": [
    "download",
    "file",
    "extract"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "get-remote",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/get-remote.git"
  },
  "scripts": {
    "build": "",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.7.12"
}
