{
  "_args": [
    [
      "http-proxy-middleware@~0.18.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/webpack-dev-server"
    ]
  ],
  "_from": "http-proxy-middleware@>=0.18.0 <0.19.0",
  "_hasShrinkwrap": false,
  "_id": "http-proxy-middleware@0.18.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/http-proxy-middleware",
  "_nodeVersion": "9.8.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/http-proxy-middleware_0.18.0_1520894840221_0.4597555666447708"
  },
  "_npmUser": {
    "email": "stevenchim@gmail.com",
    "name": "chimurai"
  },
  "_npmVersion": "5.7.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "http-proxy-middleware",
    "raw": "http-proxy-middleware@~0.18.0",
    "rawSpec": "~0.18.0",
    "scope": null,
    "spec": ">=0.18.0 <0.19.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.18.0.tgz",
  "_shasum": "0987e6bb5a5606e5a69168d8f967a87f15dd8aab",
  "_shrinkwrap": null,
  "_spec": "http-proxy-middleware@~0.18.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/webpack-dev-server",
  "author": {
    "name": "Steven Chim"
  },
  "bugs": {
    "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "http-proxy": "^1.16.2",
    "is-glob": "^4.0.0",
    "lodash": "^4.17.5",
    "micromatch": "^3.1.9"
  },
  "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  "devDependencies": {
    "@commitlint/cli": "^6.1.3",
    "@commitlint/config-conventional": "^6.1.3",
    "browser-sync": "^2.23.6",
    "chai": "^4.1.2",
    "connect": "^3.6.6",
    "coveralls": "^3.0.0",
    "express": "^4.16.3",
    "husky": "^0.14.3",
    "istanbul": "^0.4.5",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^5.0.4",
    "mocha-lcov-reporter": "1.3.0",
    "opn": "^5.2.0",
    "snazzy": "^7.1.1",
    "standard": "^11.0.0",
    "ws": "^5.0.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 13,
    "integrity": "sha512-Fs25KVMPAIIcgjMZkVHJoKg9VcXcC1C8yb9JUgeDvVXY0S/zgVIhMb+qVswDIgtJe2DfckMSY2d6TuTEutlk6Q==",
    "shasum": "0987e6bb5a5606e5a69168d8f967a87f15dd8aab",
    "tarball": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.18.0.tgz",
    "unpackedSize": 45653
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/chimurai/http-proxy-middleware",
  "keywords": [
    "browser-sync",
    "connect",
    "cors",
    "express",
    "grunt-contrib-connect",
    "gulp",
    "http",
    "https",
    "middleware",
    "proxy",
    "reverse",
    "websocket",
    "ws"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "chimurai",
      "email": "stevenchim@gmail.com"
    }
  ],
  "name": "http-proxy-middleware",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  },
  "scripts": {
    "clean": "rm -rf coverage",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
    "lint": "standard --verbose | snazzy --colors",
    "test": "npm run lint && mocha --recursive --colors --reporter spec"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "version": "0.18.0"
}
