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-value-parser/package.json | 33 +++++++++++++++------------------ 1 files changed, 15 insertions(+), 18 deletions(-) diff --git a/PAMapp/node_modules/postcss-value-parser/package.json b/PAMapp/node_modules/postcss-value-parser/package.json index a716c10..1310e50 100644 --- a/PAMapp/node_modules/postcss-value-parser/package.json +++ b/PAMapp/node_modules/postcss-value-parser/package.json @@ -1,25 +1,19 @@ { - "_args": [ - [ - "postcss-value-parser@4.1.0", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "postcss-value-parser@4.1.0", - "_id": "postcss-value-parser@4.1.0", + "_from": "postcss-value-parser@^4.1.0", + "_id": "postcss-value-parser@4.2.0", "_inBundle": false, - "_integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", + "_integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "_location": "/postcss-value-parser", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "postcss-value-parser@4.1.0", + "raw": "postcss-value-parser@^4.1.0", "name": "postcss-value-parser", "escapedName": "postcss-value-parser", - "rawSpec": "4.1.0", + "rawSpec": "^4.1.0", "saveSpec": null, - "fetchSpec": "4.1.0" + "fetchSpec": "^4.1.0" }, "_requiredBy": [ "/autoprefixer", @@ -27,9 +21,10 @@ "/postcss-calc", "/postcss-modules-local-by-default" ], - "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", - "_spec": "4.1.0", - "_where": "/Users/tomas/PAM/PAMapp", + "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "_shasum": "723c09920836ba6d3e5af019f92bc0971c02e514", + "_spec": "postcss-value-parser@^4.1.0", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\css-loader", "author": { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru" @@ -37,6 +32,8 @@ "bugs": { "url": "https://github.com/TrySound/postcss-value-parser/issues" }, + "bundleDependencies": false, + "deprecated": false, "description": "Transforms css values and at-rule params into the tree", "devDependencies": { "eslint": "^5.16.0", @@ -84,9 +81,9 @@ "scripts": { "lint": "yarn lint:js && yarn lint:prettier", "lint:js": "eslint . --cache", - "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different", + "lint:prettier": "prettier \"**/*.js\" \"**/*.ts\" --list-different", "pretest": "yarn lint", "test": "tape test/*.js | tap-spec" }, - "version": "4.1.0" + "version": "4.2.0" } -- Gitblit v1.8.0