package.json 2.51 KB
{
  "_args": [
    [
      {
        "raw": "socks-proxy-agent@2",
        "scope": null,
        "escapedName": "socks-proxy-agent",
        "name": "socks-proxy-agent",
        "rawSpec": "2",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/proxy-agent"
    ]
  ],
  "_from": "socks-proxy-agent@>=2.0.0 <3.0.0",
  "_id": "socks-proxy-agent@2.0.0",
  "_inCache": true,
  "_location": "/socks-proxy-agent",
  "_nodeVersion": "0.12.6",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "socks-proxy-agent@2",
    "scope": null,
    "escapedName": "socks-proxy-agent",
    "name": "socks-proxy-agent",
    "rawSpec": "2",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pac-proxy-agent",
    "/proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.0.0.tgz",
  "_shasum": "c674842d70410fb28ae1e92e6135a927854bc275",
  "_shrinkwrap": null,
  "_spec": "socks-proxy-agent@2",
  "_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-socks-proxy-agent/issues"
  },
  "dependencies": {
    "agent-base": "2",
    "extend": "3",
    "socks": "~1.1.5"
  },
  "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
  "devDependencies": {
    "mocha": "2",
    "socksv5": "0.0.6"
  },
  "directories": {},
  "dist": {
    "shasum": "c674842d70410fb28ae1e92e6135a927854bc275",
    "tarball": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.0.0.tgz"
  },
  "gitHead": "23f3b4ad9fcaac4191597cd87647f23014739e3b",
  "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
  "keywords": [
    "socks",
    "socks4",
    "socks4a",
    "proxy",
    "http",
    "https",
    "agent"
  ],
  "license": "MIT",
  "main": "socks-proxy-agent.js",
  "maintainers": [
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "name": "socks-proxy-agent",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "2.0.0"
}