{
  "name": "get-remote",
  "version": "2.7.8",
  "description": "Download a text, json, a file with optional extract, get a stream, or head an endpoint",
  "keywords": [
    "download",
    "file",
    "extract"
  ],
  "homepage": "https://github.com/kmalakoff/get-remote",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/get-remote.git"
  },
  "license": "MIT",
  "author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index.js",
  "source": "src/index.ts",
  "types": "dist/cjs/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsds build",
    "format": "tsds format",
    "prepublishOnly": "tsds validate",
    "test": "tsds test:node --no-timeouts",
    "test:engines": "nvu engines tsds test:node --no-timeouts",
    "version": "tsds version"
  },
  "dependencies": {
    "content-disposition": "1.0.0",
    "fs-remove-compat": "^1.0.0",
    "get-file-compat": "^2.0.0",
    "mkdirp-classic": "^0.5.2",
    "on-one": "^1.0.10",
    "os-shim": "^0.1.3",
    "progress-stream": "^2.0.0",
    "pump": "^3.0.0",
    "readable-stream": "^2.0.2",
    "temp-suffix": "^1.0.10"
  },
  "devDependencies": {
    "@types/content-disposition": "^0.5.9",
    "@types/mocha": "*",
    "@types/node": "*",
    "@types/progress-stream": "^2.0.5",
    "@types/pump": "^1.1.3",
    "cr": "^0.1.0",
    "fast-extract": "^1.0.0",
    "fs-iterator": "^7.0.0",
    "fs-stats-spys": "^1.0.0",
    "is-tar": "^1.0.0",
    "lzma-native": "^8.0.6",
    "node-version-use": "*",
    "pinkie-promise": "*",
    "queue-cb": "^1.0.0",
    "ts-dev-stack": "*",
    "tsds-config": "*"
  },
  "engines": {
    "node": ">=0.8"
  }
}
