UNPKG

better-https-proxy-agent

Version:

An agent for HTTPS through an HTTP(S) proxy server using the CONNECT method

58 lines (57 loc) 1.19 kB
{ "name": "better-https-proxy-agent", "version": "1.0.9", "description": "An agent for HTTPS through an HTTP(S) proxy server using the CONNECT method", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --expose-gc test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/insightfuls/better-https-proxy-agent.git" }, "keywords": [ "https", "http", "proxy", "http proxy", "https proxy", "agent", "connect", "connection", "pool", "pooling", "connection pool", "connection pooling", "timeout", "TLS", "SSL", "client", "certificate", "client certificate", "basic", "authentication", "basic authentication" ], "author": "Ben Schmidt", "license": "MIT", "files": [ "README.md", "LICENSE", "index.js" ], "bugs": { "url": "https://github.com/insightfuls/better-https-proxy-agent/issues" }, "homepage": "https://github.com/insightfuls/better-https-proxy-agent#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.2" }, "dependencies": { "duplexify": "4.0.0" } }