{
  "_args": [
    [
      "http-proxy-middleware@1.0.6",
      "/var/www/apache_htdocs/aprenter.com/production"
    ]
  ],
  "_development": true,
  "_from": "http-proxy-middleware@1.0.6",
  "_id": "http-proxy-middleware@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg==",
  "_location": "/http-proxy-middleware",
  "_phantomChildren": {
    "picomatch": "2.2.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "http-proxy-middleware@1.0.6",
    "name": "http-proxy-middleware",
    "escapedName": "http-proxy-middleware",
    "rawSpec": "1.0.6",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
  },
  "_requiredBy": [
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz",
  "_spec": "1.0.6",
  "_where": "/var/www/apache_htdocs/aprenter.com/production",
  "author": {
    "name": "Steven Chim"
  },
  "bugs": {
    "url": "https://github.com/chimurai/http-proxy-middleware/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "@types/http-proxy": "^1.17.4",
    "http-proxy": "^1.18.1",
    "is-glob": "^4.0.1",
    "lodash": "^4.17.20",
    "micromatch": "^4.0.2"
  },
  "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/express": "^4.17.3",
    "@types/is-glob": "^4.0.1",
    "@types/jest": "^26.0.14",
    "@types/lodash": "^4.14.162",
    "@types/micromatch": "^4.0.1",
    "@types/node": "^14.11.8",
    "@types/supertest": "^2.0.10",
    "browser-sync": "^2.26.12",
    "connect": "^3.7.0",
    "express": "^4.17.1",
    "husky": "^4.3.0",
    "jest": "^26.5.3",
    "lint-staged": "^10.4.0",
    "mockttp": "^1.0.2",
    "open": "^7.3.0",
    "prettier": "^2.1.2",
    "supertest": "^5.0.0",
    "ts-jest": "^26.4.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.0.3",
    "ws": "^7.3.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "reverse",
    "proxy",
    "middleware",
    "http",
    "https",
    "connect",
    "express",
    "polka",
    "browser-sync",
    "gulp",
    "grunt-contrib-connect",
    "websocket",
    "ws",
    "cors"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "http-proxy-middleware",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist && rm -rf coverage",
    "coverage": "jest --coverage --coverageReporters=lcov",
    "lint": "yarn lint:prettier && yarn lint:tslint",
    "lint:fix": "prettier --write \"**/*.{js,ts,md}\"",
    "lint:prettier": "prettier --check \"**/*.{js,ts,md}\"",
    "lint:tslint": "yarn tslint -c tslint.json '{lib,test}/**/*.ts'",
    "prepare": "yarn clean && yarn build && rm dist/tsconfig.tsbuildinfo",
    "pretest": "yarn build",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.6"
}
