mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
129 lines
3.5 KiB
JSON
129 lines
3.5 KiB
JSON
{
|
|
"_from": "http-proxy-middleware",
|
|
"_id": "http-proxy-middleware@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tVLWnJMEUANithPrWeYgReU+mi6/BJOlyvWKQGS4k8L+j2ZjituJdXhejd31X5J8Ux0SSIH7Iw+RItH9bwkGcw==",
|
|
"_location": "/http-proxy-middleware",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "http-proxy-middleware",
|
|
"name": "http-proxy-middleware",
|
|
"escapedName": "http-proxy-middleware",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.0.1.tgz",
|
|
"_shasum": "a87ee6564991faca4844ae4ab1cf4221279c28f0",
|
|
"_spec": "http-proxy-middleware",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\project\\hc\\MicrCommunityWeb",
|
|
"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.3",
|
|
"http-proxy": "^1.18.0",
|
|
"is-glob": "^4.0.1",
|
|
"lodash": "^4.17.15",
|
|
"micromatch": "^4.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^8.3.5",
|
|
"@commitlint/config-conventional": "^8.3.4",
|
|
"@types/express": "^4.17.2",
|
|
"@types/is-glob": "^4.0.1",
|
|
"@types/jest": "^25.1.3",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/micromatch": "^4.0.1",
|
|
"@types/node": "^13.7.4",
|
|
"@types/supertest": "^2.0.8",
|
|
"browser-sync": "^2.26.7",
|
|
"connect": "^3.7.0",
|
|
"coveralls": "^3.0.5",
|
|
"express": "^4.17.1",
|
|
"husky": "^4.2.3",
|
|
"jest": "^25.1.0",
|
|
"lint-staged": "^10.0.7",
|
|
"mockttp": "^0.19.3",
|
|
"open": "^7.0.2",
|
|
"prettier": "^1.19.1",
|
|
"supertest": "^4.0.2",
|
|
"ts-jest": "^25.2.0",
|
|
"tslint": "^6.0.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^3.8.2",
|
|
"ws": "^7.2.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",
|
|
"cover": "jest --coverage",
|
|
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
|
|
"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'",
|
|
"postcoveralls": "yarn clean",
|
|
"precover": "yarn clean && yarn build",
|
|
"precoveralls": "yarn clean && yarn build",
|
|
"prepare": "yarn clean && yarn build",
|
|
"pretest": "yarn build",
|
|
"test": "jest"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"version": "1.0.1"
|
|
}
|