| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "https-proxy-agent",
- "version": "3.0.1",
- "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
- "main": "./index.js",
- "types": "./index.d.ts",
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
- },
- "keywords": [
- "https",
- "proxy",
- "endpoint",
- "agent"
- ],
- "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
- },
- "dependencies": {
- "agent-base": "^4.3.0",
- "debug": "^3.1.0"
- },
- "devDependencies": {
- "mocha": "^6.2.0",
- "proxy": "1.0.1"
- },
- "engines": {
- "node": ">= 4.5.0"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
- "_from": "https-proxy-agent@3.0.1",
- "_resolved": "https://registry.npm.taobao.org/https-proxy-agent/download/https-proxy-agent-3.0.1.tgz"
- }
|