{
  "_args": [
    [
      "proxy-from-env@0.0.1",
      "/home/innovazi/proxy"
    ]
  ],
  "_from": "proxy-from-env@0.0.1",
  "_id": "proxy-from-env@0.0.1",
  "_inBundle": false,
  "_integrity": "sha1-snxJRunm1dutt1mKZDXTAUxM/Uk=",
  "_location": "/proxy-from-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "proxy-from-env@0.0.1",
    "name": "proxy-from-env",
    "escapedName": "proxy-from-env",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/cors-anywhere"
  ],
  "_resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "/home/innovazi/proxy",
  "author": {
    "name": "Rob Wu",
    "email": "rob@robwu.nl",
    "url": "https://robwu.nl/"
  },
  "bugs": {
    "url": "https://github.com/Rob--W/proxy-from-env/issues"
  },
  "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
  "devDependencies": {
    "mocha": "^2.4.5"
  },
  "homepage": "https://github.com/Rob--W/proxy-from-env#readme",
  "keywords": [
    "proxy",
    "http_proxy",
    "https_proxy",
    "no_proxy",
    "environment"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "proxy-from-env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rob--W/proxy-from-env.git"
  },
  "scripts": {
    "lint": "jscs index.js && jshint index.js ;:",
    "test": "mocha ./test.js --reporter spec"
  },
  "version": "0.0.1"
}
