UNPKG

global-proxy-agent

Version:

A universal proxy agent for Node.js that combines environment-variable-based proxy resolution with smart protocol-aware agent selection. Automatically supports HTTP, HTTPS, SOCKS, and PAC proxies using a modular, runtime-configurable approach. It also pro

61 lines (60 loc) 1.71 kB
{ "name": "global-proxy-agent", "version": "1.0.1", "description": "A universal proxy agent for Node.js that combines environment-variable-based proxy resolution with smart protocol-aware agent selection. Automatically supports HTTP, HTTPS, SOCKS, and PAC proxies using a modular, runtime-configurable approach. It also provides a command-line interface to manage your proxy settings easily via terminal.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "global-proxy-agent": "./bin/cli.js" }, "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/AnshSinghSonkhia/global-proxy-agent.git" }, "keywords": [ "proxy", "http", "https", "http-proxy", "https-proxy", "socks", "socks-proxy", "pac", "pac-proxy", "global-agent", "proxy-agent", "global-proxy", "node", "node-proxy-agent", "http-agent", "https-agent", "smart-proxy", "auto-proxy", "environment-proxy", "global-proxy-manager" ], "author": "Ansh Singh Sonkhia", "license": "Apache-2.0", "bugs": { "url": "https://github.com/AnshSinghSonkhia/global-proxy-agent/issues" }, "homepage": "https://github.com/AnshSinghSonkhia/global-proxy-agent#readme", "dependencies": { "proxy-agent": "^6.5.0", "roarr": "^7.21.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "@types/proxy-from-env": "^1.0.4", "eslint": "^9.24.0", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-node": "^10.9.2", "typescript": "^5.8.3", "yargs": "^17.7.2" } }