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/https-browserify/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/https-browserify/package.json b/PAMapp/node_modules/https-browserify/package.json index 22bb4f4..a4e771e 100644 --- a/PAMapp/node_modules/https-browserify/package.json +++ b/PAMapp/node_modules/https-browserify/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "https-browserify@1.0.0", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "https-browserify@1.0.0", + "_from": "https-browserify@^1.0.0", "_id": "https-browserify@1.0.0", "_inBundle": false, "_integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", "_location": "/https-browserify", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "https-browserify@1.0.0", + "raw": "https-browserify@^1.0.0", "name": "https-browserify", "escapedName": "https-browserify", - "rawSpec": "1.0.0", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.0" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/node-libs-browser" ], "_resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "_spec": "1.0.0", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73", + "_spec": "https-browserify@^1.0.0", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\node-libs-browser", "author": { "name": "James Halliday", "email": "mail@substack.net", @@ -35,6 +30,8 @@ "bugs": { "url": "https://github.com/substack/https-browserify/issues" }, + "bundleDependencies": false, + "deprecated": false, "description": "https module compatability for browserify", "devDependencies": { "standard": "^9.0.2" -- Gitblit v1.9.3