basant307/AI_Governance_Project
048
1{2 "name": "https-proxy-agent",3 "version": "7.0.6",4 "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",5 "main": "./dist/index.js",6 "types": "./dist/index.d.ts",7 "files": [8 "dist"9 ],10 "repository": {11 "type": "git",12 "url": "https://github.com/TooTallNate/proxy-agents.git",13 "directory": "packages/https-proxy-agent"14 },15 "keywords": [16 "https",17 "proxy",18 "endpoint",19 "agent"20 ],21 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",22 "license": "MIT",23 "dependencies": {24 "agent-base": "^7.1.2",25 "debug": "4"26 },27 "devDependencies": {28 "@types/async-retry": "^1.4.5",29 "@types/debug": "4",30 "@types/jest": "^29.5.1",31 "@types/node": "^14.18.45",32 "async-listen": "^3.0.0",33 "async-retry": "^1.3.3",34 "jest": "^29.5.0",35 "ts-jest": "^29.1.0",36 "typescript": "^5.0.4",37 "proxy": "2.2.0",38 "tsconfig": "0.0.0"39 },40 "engines": {41 "node": ">= 14"42 },43 "scripts": {44 "build": "tsc",45 "test": "jest --env node --verbose --bail test/test.ts",46 "test-e2e": "jest --env node --verbose --bail test/e2e.test.ts",47 "lint": "eslint --ext .ts",48 "pack": "node ../../scripts/pack.mjs"49 }50}