{
  "name": "https-agent",
  "version": "1.0.0",
  "description": "Proxy aware HTTPS agent",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/robinjmurphy/https-agent.git"
  },
  "keywords": [
    "https",
    "proxy",
    "ssl",
    "certificate",
    "agent"
  ],
  "author": "robin@robinmurphy.co.uk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/robinjmurphy/https-agent/issues"
  },
  "scripts": {
    "test": "mocha"
  },
  "homepage": "https://github.com/robinjmurphy/https-agent",
  "dependencies": {
    "tunnel": "^0.0.3"
  },
  "devDependencies": {
    "mocha": "^2.0.1"
  }

,"_resolved": "https://registry.npmjs.org/https-agent/-/https-agent-1.0.0.tgz"
,"_integrity": "sha512-Y55aWtVwkhb1hDKZ6GMjY0hcUxMpjgxtP4i+EWqYDQktT7Qsx2yPWio6dcSuhQxyUHoZ1FHlpGK4Bfva5BhyIw=="
,"_from": "https-agent@1.0.0"
}