package.json 2.83 KB
{
  "_args": [
    [
      "http-proxy@^1.8.1",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\http-server"
    ]
  ],
  "_from": "http-proxy@>=1.8.1 <2.0.0",
  "_id": "http-proxy@1.16.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/http-proxy",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/http-proxy-1.16.2.tgz_1481039349196_0.5866330966819078"
  },
  "_npmUser": {
    "email": "jcrugzz@gmail.com",
    "name": "jcrugzz"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "name": "http-proxy",
    "raw": "http-proxy@^1.8.1",
    "rawSpec": "^1.8.1",
    "scope": null,
    "spec": ">=1.8.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/http-server",
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz",
  "_shasum": "06dff292952bf64dbe8471fa9df73066d4f37742",
  "_shrinkwrap": null,
  "_spec": "http-proxy@^1.8.1",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\http-server",
  "author": {
    "email": "charlie.robbins@gmail.com",
    "name": "Charlie Robbins"
  },
  "bugs": {
    "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  },
  "dependencies": {
    "eventemitter3": "1.x.x",
    "requires-port": "1.x.x"
  },
  "description": "HTTP proxying for the masses",
  "devDependencies": {
    "async": "*",
    "blanket": "*",
    "coveralls": "*",
    "dox": "*",
    "expect.js": "*",
    "mocha": "*",
    "mocha-lcov-reporter": "*",
    "semver": "^5.0.3",
    "socket.io": "*",
    "socket.io-client": "*",
    "sse": "0.0.6",
    "ws": "^0.8.0"
  },
  "directories": {},
  "dist": {
    "shasum": "06dff292952bf64dbe8471fa9df73066d4f37742",
    "tarball": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "c1fb596b856df971d291585ccf105233f7deca51",
  "homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "charlie.robbins@gmail.com",
      "name": "indexzero"
    },
    {
      "email": "aristizabal.daniel@gmail.com",
      "name": "cronopio"
    },
    {
      "email": "yawn.localhost@gmail.com",
      "name": "yawnt"
    },
    {
      "email": "jcrugzz@gmail.com",
      "name": "jcrugzz"
    }
  ],
  "name": "http-proxy",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodejitsu/node-http-proxy.git"
  },
  "scripts": {
    "coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
    "test": "mocha test/*-test.js",
    "test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
  },
  "version": "1.16.2"
}