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/postcss-url/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/postcss-url/package.json b/PAMapp/node_modules/postcss-url/package.json index c4cb8a6..2d26a5b 100644 --- a/PAMapp/node_modules/postcss-url/package.json +++ b/PAMapp/node_modules/postcss-url/package.json @@ -1,38 +1,34 @@ { - "_args": [ - [ - "postcss-url@8.0.0", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "postcss-url@8.0.0", + "_from": "postcss-url@^8.0.0", "_id": "postcss-url@8.0.0", "_inBundle": false, "_integrity": "sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw==", "_location": "/postcss-url", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "postcss-url@8.0.0", + "raw": "postcss-url@^8.0.0", "name": "postcss-url", "escapedName": "postcss-url", - "rawSpec": "8.0.0", + "rawSpec": "^8.0.0", "saveSpec": null, - "fetchSpec": "8.0.0" + "fetchSpec": "^8.0.0" }, "_requiredBy": [ "/@nuxt/webpack" ], "_resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-8.0.0.tgz", - "_spec": "8.0.0", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "7b10059bd12929cdbb1971c60f61a0e5af86b4ca", + "_spec": "postcss-url@^8.0.0", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack", "author": { "name": "Maxime Thirouin" }, "bugs": { "url": "https://github.com/postcss/postcss-url/issues" }, + "bundleDependencies": false, "dependencies": { "mime": "^2.3.1", "minimatch": "^3.0.4", @@ -40,6 +36,7 @@ "postcss": "^7.0.2", "xxhashjs": "^0.2.1" }, + "deprecated": false, "description": "PostCSS plugin to rebase or inline on url().", "devDependencies": { "chai": "^4.1.2", -- Gitblit v1.8.0