CasperSecurity
{
"_id": "http-proxy-agent@7.0.2",
"_inBundle": true,
"_location": "/npm/http-proxy-agent",
"_phantomChildren": {},
"_requiredBy": [
"/npm/@npmcli/agent"
],
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/proxy-agents/issues"
},
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
},
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.1",
"@types/node": "^14.18.45",
"async-listen": "^3.0.0",
"jest": "^29.5.0",
"proxy": "2.1.1",
"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": [
"http",
"proxy",
"endpoint",
"agent"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "http-proxy-agent",
"repository": {
"type": "git",
"url": "git+https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/http-proxy-agent"
},
"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.0.2"
}