File: //usr/local/lib/node_modules/@ionic/cli/node_modules/get-uri/package.json
{
"_from": "get-uri@^6.0.1",
"_id": "get-uri@6.0.3",
"_inBundle": false,
"_integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
"_location": "/@ionic/cli/get-uri",
"_phantomChildren": {
"graceful-fs": "4.2.11",
"jsonfile": "6.1.0",
"universalify": "2.0.1"
},
"_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": [
"/@ionic/cli/pac-proxy-agent"
],
"_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
"_shasum": "0d26697bc13cf91092e519aa63aa60ee5b6f385a",
"_spec": "get-uri@^6.0.1",
"_where": "/usr/local/lib/node_modules/@ionic/cli/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",
"fs-extra": "^11.2.0"
},
"deprecated": false,
"description": "Returns a `stream.Readable` from a URI string",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^8.1.2",
"@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": "^1.2.2",
"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.3"
}