{
  "_args": [
    [
      "express-http-proxy@1.6.0",
      "/var/www/kotelnikovo/server"
    ]
  ],
  "_from": "express-http-proxy@1.6.0",
  "_id": "express-http-proxy@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-7Re6Lepg96NA2wiv7DC5csChAScn4K76/UgYnC71XiITCT1cgGTJUGK6GS0pIixudg3Fbx3Q6mmEW3mZv5tHFQ==",
  "_location": "/express-http-proxy",
  "_phantomChildren": {
    "ms": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-http-proxy@1.6.0",
    "name": "express-http-proxy",
    "escapedName": "express-http-proxy",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-http-proxy/-/express-http-proxy-1.6.0.tgz",
  "_spec": "1.6.0",
  "_where": "/var/www/kotelnikovo/server",
  "author": {
    "name": "villadora",
    "email": "jky239@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/villadora/express-http-proxy/issues"
  },
  "contributors": [
    {
      "name": "Liam Bennett"
    },
    {
      "name": "eldereal",
      "url": "https://github.com/eldereal"
    },
    {
      "name": "Saulius Menkevičius",
      "url": "https://github.com/razzmatazz"
    },
    {
      "name": "Jérémy Lal",
      "email": "kapouer@melix.org"
    },
    {
      "name": "Wei Gao",
      "email": "jky239@gmail.com"
    },
    {
      "name": "Nik Krimm",
      "url": "https://github.com/monkpow"
    }
  ],
  "dependencies": {
    "debug": "^3.0.1",
    "es6-promise": "^4.1.1",
    "raw-body": "^2.3.0"
  },
  "description": "http proxy middleware for express",
  "devDependencies": {
    "body-parser": "^1.17.2",
    "chai": "^4.1.2",
    "cookie-parser": "^1.4.3",
    "eslint": "^4.19.1",
    "express": "^4.15.4",
    "mocha": "^5.2.0",
    "nock": "^10.0.6",
    "supertest": "^3.4.2"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/villadora/express-http-proxy#readme",
  "keywords": [
    "express-http-proxy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "express-http-proxy",
  "repository": {
    "type": "git",
    "url": "git://github.com/villadora/express-http-proxy.git"
  },
  "scripts": {
    "lint": "eslint index.js **/*js",
    "mocha": "mocha -R spec test --recursive --exit",
    "test": "npm -s run mocha && npm run -s lint",
    "test:debug": "mocha debug -R spec test --recursive --exit"
  },
  "version": "1.6.0"
}
