| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "https-proxy-agent",
- "version": "1.0.0",
- "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
- "main": "https-proxy-agent.js",
- "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": "2",
- "debug": "2",
- "extend": "3"
- },
- "devDependencies": {
- "mocha": "2",
- "proxy": "~0.2.3",
- "semver": "~2.2.1"
- }
- }
|