package.json 2.62 KB
{
  "_args": [
    [
      {
        "raw": "pac-proxy-agent@1",
        "scope": null,
        "escapedName": "pac-proxy-agent",
        "name": "pac-proxy-agent",
        "rawSpec": "1",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/proxy-agent"
    ]
  ],
  "_from": "pac-proxy-agent@>=1.0.0 <2.0.0",
  "_id": "pac-proxy-agent@1.0.0",
  "_inCache": true,
  "_location": "/pac-proxy-agent",
  "_nodeVersion": "0.12.6",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pac-proxy-agent@1",
    "scope": null,
    "escapedName": "pac-proxy-agent",
    "name": "pac-proxy-agent",
    "rawSpec": "1",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-1.0.0.tgz",
  "_shasum": "dcd5b746581367430a236e88eacfd4e5b8d068a5",
  "_shrinkwrap": null,
  "_spec": "pac-proxy-agent@1",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/proxy-agent",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-pac-proxy-agent/issues"
  },
  "dependencies": {
    "agent-base": "2",
    "debug": "2",
    "extend": "3",
    "get-uri": "1",
    "http-proxy-agent": "1",
    "https-proxy-agent": "1",
    "pac-resolver": "~1.2.1",
    "socks-proxy-agent": "2",
    "stream-to-buffer": "0.1.0"
  },
  "description": "A PAC file proxy `http.Agent` implementation for HTTP",
  "devDependencies": {
    "mocha": "2",
    "proxy": "0.2.3",
    "socksv5": "0.0.6"
  },
  "directories": {},
  "dist": {
    "shasum": "dcd5b746581367430a236e88eacfd4e5b8d068a5",
    "tarball": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-1.0.0.tgz"
  },
  "gitHead": "19d7d99027cd78375dbc60762d0565f7596eec20",
  "homepage": "https://github.com/TooTallNate/node-pac-proxy-agent",
  "keywords": [
    "pac",
    "proxy",
    "agent",
    "http",
    "https",
    "socks",
    "request",
    "access"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "name": "pac-proxy-agent",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-pac-proxy-agent.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "1.0.0"
}