{
  "_args": [
    [
      "http-proxy@0.8.7",
      "/usr/share/npm/node_modules/couchapp"
    ]
  ],
  "_from": "http-proxy@0.8.7",
  "_id": "http-proxy@0.8.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/http-proxy",
  "_npmUser": {
    "email": "me@mmalecki.com",
    "name": "mmalecki"
  },
  "_npmVersion": "1.1.69",
  "_phantomChildren": {},
  "_requested": {
    "name": "http-proxy",
    "raw": "http-proxy@0.8.7",
    "rawSpec": "0.8.7",
    "scope": null,
    "spec": "0.8.7",
    "type": "version"
  },
  "_requiredBy": [
    "/couchapp"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.8.7.tgz",
  "_shasum": "a7bc538618092cd26ed191e4625933baef6de80e",
  "_shrinkwrap": null,
  "_spec": "http-proxy@0.8.7",
  "_where": "/usr/share/npm/node_modules/couchapp",
  "author": {
    "email": "info@nodejitsu.com",
    "name": "Nodejitsu Inc."
  },
  "bin": {
    "node-http-proxy": "./bin/node-http-proxy"
  },
  "bugs": {
    "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  },
  "dependencies": {
    "colors": "0.x.x",
    "optimist": "0.3.x",
    "pkginfo": "0.2.x"
  },
  "description": "A full-featured http reverse proxy for node.js",
  "devDependencies": {
    "async": "0.1.x",
    "request": "1.9.x",
    "socket.io": "0.9.11",
    "socket.io-client": "0.9.11",
    "vows": "0.6.x",
    "ws": "0.4.23"
  },
  "directories": {},
  "dist": {
    "shasum": "a7bc538618092cd26ed191e4625933baef6de80e",
    "tarball": "https://registry.npmjs.org/http-proxy/-/http-proxy-0.8.7.tgz"
  },
  "engines": {
    "node": ">= 0.6.6"
  },
  "homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
  "keywords": [
    "http",
    "proxy",
    "reverse"
  ],
  "main": "./lib/node-http-proxy",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "cronopio",
      "email": "aristizabal.daniel@gmail.com"
    },
    {
      "name": "bradleymeck",
      "email": "bradley.meck@gmail.com"
    },
    {
      "name": "avianflu",
      "email": "charlie@charlieistheman.com"
    },
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    }
  ],
  "name": "http-proxy",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejitsu/node-http-proxy.git"
  },
  "scripts": {
    "test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
    "test-core": "test/core/run",
    "test-http": "vows --spec && vows --spec --target=https",
    "test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https"
  },
  "version": "0.8.7"
}
