From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/node_modules/http-proxy/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/http-proxy/package.json b/PAMapp/node_modules/http-proxy/package.json index 59f5c53..bc0aec4 100644 --- a/PAMapp/node_modules/http-proxy/package.json +++ b/PAMapp/node_modules/http-proxy/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "http-proxy@1.18.1", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "http-proxy@1.18.1", + "_from": "http-proxy@^1.18.1", "_id": "http-proxy@1.18.1", "_inBundle": false, "_integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "_location": "/http-proxy", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "http-proxy@1.18.1", + "raw": "http-proxy@^1.18.1", "name": "http-proxy", "escapedName": "http-proxy", - "rawSpec": "1.18.1", + "rawSpec": "^1.18.1", "saveSpec": null, - "fetchSpec": "1.18.1" + "fetchSpec": "^1.18.1" }, "_requiredBy": [ "/http-proxy-middleware" ], "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "_spec": "1.18.1", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "401541f0534884bbf95260334e72f88ee3976549", + "_spec": "http-proxy@^1.18.1", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\http-proxy-middleware", "author": { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" @@ -34,11 +29,13 @@ "bugs": { "url": "https://github.com/http-party/node-http-proxy/issues" }, + "bundleDependencies": false, "dependencies": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", "requires-port": "^1.0.0" }, + "deprecated": false, "description": "HTTP proxying for the masses", "devDependencies": { "async": "^3.0.0", -- Gitblit v1.9.3