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/webpack/node_modules/schema-utils/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/webpack/node_modules/schema-utils/package.json b/PAMapp/node_modules/webpack/node_modules/schema-utils/package.json index eb8ea72..b6992b3 100644 --- a/PAMapp/node_modules/webpack/node_modules/schema-utils/package.json +++ b/PAMapp/node_modules/webpack/node_modules/schema-utils/package.json @@ -1,33 +1,28 @@ { - "_args": [ - [ - "schema-utils@1.0.0", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "schema-utils@1.0.0", + "_from": "schema-utils@^1.0.0", "_id": "schema-utils@1.0.0", "_inBundle": false, "_integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "_location": "/webpack/schema-utils", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "schema-utils@1.0.0", + "raw": "schema-utils@^1.0.0", "name": "schema-utils", "escapedName": "schema-utils", - "rawSpec": "1.0.0", + "rawSpec": "^1.0.0", "saveSpec": null, - "fetchSpec": "1.0.0" + "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/webpack", "/webpack/terser-webpack-plugin" ], "_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "_spec": "1.0.0", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "0b79a93204d7b600d4b2850d1f66c2a34951c770", + "_spec": "schema-utils@^1.0.0", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\webpack", "author": { "name": "webpack Contrib", "url": "https://github.com/webpack-contrib" @@ -35,11 +30,13 @@ "bugs": { "url": "https://github.com/webpack-contrib/schema-utils/issues" }, + "bundleDependencies": false, "dependencies": { "ajv": "^6.1.0", "ajv-errors": "^1.0.0", "ajv-keywords": "^3.1.0" }, + "deprecated": false, "description": "webpack Validation Utils", "devDependencies": { "@commitlint/cli": "^7.0.0", -- Gitblit v1.8.0