{ "_from": "get-uri@3", "_id": "get-uri@3.0.2", "_inBundle": false, "_integrity": "sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==", "_location": "/get-uri", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "get-uri@3", "name": "get-uri", "escapedName": "get-uri", "rawSpec": "3", "saveSpec": null, "fetchSpec": "3" }, "_requiredBy": [ "/pac-proxy-agent" ], "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-3.0.2.tgz", "_shasum": "f0ef1356faabc70e1f9404fa3b66b2ba9bfc725c", "_spec": "get-uri@3", "_where": "/var/www/api.medcify.app/node_modules/pac-proxy-agent", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, "bugs": { "url": "https://github.com/TooTallNate/node-get-uri/issues" }, "bundleDependencies": false, "dependencies": { "@tootallnate/once": "1", "data-uri-to-buffer": "3", "debug": "4", "file-uri-to-path": "2", "fs-extra": "^8.1.0", "ftp": "^0.3.10" }, "deprecated": false, "description": "Returns a `stream.Readable` from a URI string", "devDependencies": { "@types/debug": "4", "@types/fs-extra": "^8.0.1", "@types/ftp": "^0.3.30", "@types/node": "^12.12.11", "@typescript-eslint/eslint-plugin": "1.6.0", "@typescript-eslint/parser": "1.1.0", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", "ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz", "mocha": "^6.2.2", "rimraf": "^3.0.0", "st": "^1.2.2", "stream-to-array": "2", "typescript": "^3.7.3" }, "engines": { "node": ">= 6" }, "files": [ "dist" ], "homepage": "https://github.com/TooTallNate/node-get-uri#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://github.com/TooTallNate/node-get-uri.git" }, "scripts": { "build": "tsc", "prebuild": "rimraf dist", "prepublishOnly": "npm run build", "test": "mocha --reporter spec", "test-lint": "eslint src --ext .js,.ts" }, "types": "./dist/index.d.ts", "version": "3.0.2" }