{ "_from": "agent-base@^7.1.0", "_id": "agent-base@7.1.4", "_inBundle": false, "_integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", "_location": "/agent-base", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "agent-base@^7.1.0", "name": "agent-base", "escapedName": "agent-base", "rawSpec": "^7.1.0", "saveSpec": null, "fetchSpec": "^7.1.0" }, "_requiredBy": [ "/http-proxy-agent", "/https-proxy-agent" ], "_resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz", "_shasum": "e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8", "_spec": "agent-base@^7.1.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\http-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, "deprecated": false, "description": "Turn a function into an `http.Agent` instance", "devDependencies": { "@types/debug": "^4.1.7", "@types/jest": "^29.5.1", "@types/node": "^14.18.45", "@types/semver": "^7.3.13", "@types/ws": "^6.0.4", "async-listen": "^3.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "tsconfig": "0.0.0", "typescript": "^5.0.4", "ws": "^5.2.4" }, "engines": { "node": ">= 14" }, "files": [ "dist" ], "homepage": "https://github.com/TooTallNate/proxy-agents#readme", "keywords": [ "http", "agent", "base", "barebones", "https" ], "license": "MIT", "main": "./dist/index.js", "name": "agent-base", "repository": { "type": "git", "url": "git+https://github.com/TooTallNate/proxy-agents.git", "directory": "packages/agent-base" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "pack": "node ../../scripts/pack.mjs", "test": "jest --env node --verbose --bail" }, "types": "./dist/index.d.ts", "version": "7.1.4" }