{ "_from": "http-proxy-middleware@^1.0.0", "_id": "http-proxy-middleware@1.3.1", "_inBundle": false, "_integrity": "sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==", "_location": "/http-proxy-middleware", "_phantomChildren": { "picomatch": "2.3.1" }, "_requested": { "type": "range", "registry": true, "raw": "http-proxy-middleware@^1.0.0", "name": "http-proxy-middleware", "escapedName": "http-proxy-middleware", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/@types/webpack-dev-server" ], "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz", "_shasum": "43700d6d9eecb7419bf086a128d0f7205d9eb665", "_spec": "http-proxy-middleware@^1.0.0", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@types\\webpack-dev-server", "author": { "name": "Steven Chim" }, "bugs": { "url": "https://github.com/chimurai/http-proxy-middleware/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": { "@types/http-proxy": "^1.17.5", "http-proxy": "^1.18.1", "is-glob": "^4.0.1", "is-plain-obj": "^3.0.0", "micromatch": "^4.0.2" }, "deprecated": false, "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", "devDependencies": { "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@types/express": "4.17.7", "@types/is-glob": "^4.0.1", "@types/jest": "^26.0.22", "@types/micromatch": "^4.0.1", "@types/node": "^14.14.37", "@types/supertest": "^2.0.10", "@types/ws": "^7.4.0", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "body-parser": "^1.19.0", "browser-sync": "^2.26.14", "connect": "^3.7.0", "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "express": "^4.17.1", "husky": "^4.3.0", "jest": "^26.6.3", "lint-staged": "^10.5.4", "mockttp": "^1.2.0", "open": "^7.4.2", "prettier": "^2.2.1", "supertest": "^6.1.3", "ts-jest": "^26.5.4", "typescript": "^4.2.3", "ws": "^7.4.4" }, "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", "fastify", "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", "eslint": "eslint '{src,test}/**/*.ts'", "eslint:fix": "yarn eslint --fix", "lint": "yarn prettier && yarn eslint", "lint:fix": "yarn prettier:fix && yarn eslint:fix", "prebuild": "yarn clean", "prepare": "yarn build && rm dist/tsconfig.tsbuildinfo", "pretest": "yarn build", "prettier": "prettier --list-different \"**/*.{js,ts,md,yml,json,html}\"", "prettier:fix": "prettier --write \"**/*.{js,ts,md,yml,json,html}\"", "test": "jest" }, "types": "dist/index.d.ts", "version": "1.3.1" }