1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
| {
| "_from": "http-proxy-middleware@^1.0.6",
| "_id": "http-proxy-middleware@1.3.1",
| "_inBundle": false,
| "_integrity": "sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==",
| "_location": "/http-proxy-middleware",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "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": [
| "/@nuxtjs/proxy"
| ],
| "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz",
| "_shasum": "43700d6d9eecb7419bf086a128d0f7205d9eb665",
| "_spec": "http-proxy-middleware@^1.0.6",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxtjs\\proxy",
| "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"
| }
|
|