{
  "_from": "get-uri@^6.0.1",
  "_id": "get-uri@6.0.5",
  "_inBundle": false,
  "_integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==",
  "_location": "/get-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-uri@^6.0.1",
    "name": "get-uri",
    "escapedName": "get-uri",
    "rawSpec": "^6.0.1",
    "saveSpec": null,
    "fetchSpec": "^6.0.1"
  },
  "_requiredBy": [
    "/pac-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
  "_shasum": "714892aa4a871db671abc5395e5e9447bc306a16",
  "_spec": "get-uri@^6.0.1",
  "_where": "/etc/nginx/sites-available/node_modules/pac-proxy-agent",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/proxy-agents/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "basic-ftp": "^5.0.2",
    "data-uri-to-buffer": "^6.0.2",
    "debug": "^4.3.4"
  },
  "deprecated": false,
  "description": "Returns a `stream.Readable` from a URI string",
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/ftpd": "^0.2.35",
    "@types/jest": "^29.5.1",
    "@types/node": "^14.18.45",
    "async-listen": "^3.0.0",
    "ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz",
    "jest": "^29.5.0",
    "st": "^3.0.0",
    "ts-jest": "^29.1.0",
    "tsconfig": "0.0.0",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/TooTallNate/proxy-agents#readme",
  "keywords": [
    "uri",
    "read",
    "readstream",
    "stream",
    "get",
    "http",
    "https",
    "ftp",
    "file",
    "data",
    "protocol",
    "url"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "get-uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TooTallNate/proxy-agents.git",
    "directory": "packages/get-uri"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "pack": "node ../../scripts/pack.mjs",
    "test": "jest --env node --verbose --bail"
  },
  "types": "./dist/index.d.ts",
  "version": "6.0.5"
}
