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/sprintf-js/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/sprintf-js/package.json b/PAMapp/node_modules/sprintf-js/package.json index ad458f1..1269e75 100644 --- a/PAMapp/node_modules/sprintf-js/package.json +++ b/PAMapp/node_modules/sprintf-js/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "sprintf-js@1.0.3", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "sprintf-js@1.0.3", + "_from": "sprintf-js@~1.0.2", "_id": "sprintf-js@1.0.3", "_inBundle": false, "_integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "_location": "/sprintf-js", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "sprintf-js@1.0.3", + "raw": "sprintf-js@~1.0.2", "name": "sprintf-js", "escapedName": "sprintf-js", - "rawSpec": "1.0.3", + "rawSpec": "~1.0.2", "saveSpec": null, - "fetchSpec": "1.0.3" + "fetchSpec": "~1.0.2" }, "_requiredBy": [ "/argparse" ], "_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "_spec": "1.0.3", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "04e6926f662895354f3dd015203633b857297e2c", + "_spec": "sprintf-js@~1.0.2", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\argparse", "author": { "name": "Alexandru Marasteanu", "email": "hello@alexei.ro", @@ -35,6 +30,8 @@ "bugs": { "url": "https://github.com/alexei/sprintf.js/issues" }, + "bundleDependencies": false, + "deprecated": false, "description": "JavaScript sprintf implementation", "devDependencies": { "grunt": "*", -- Gitblit v1.8.0