From 26fa49f4b0aa658d65a21fffe828f39e78302573 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 17:46:58 +0800 Subject: [PATCH] Revert "Update#139889 [ 快速篩選 ] 年資文案調整" --- PAMapp/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser/package.json b/PAMapp/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser/package.json index 7cb6d4c..eb94478 100644 --- a/PAMapp/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser/package.json +++ b/PAMapp/node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "postcss-value-parser@3.3.1", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "postcss-value-parser@3.3.1", + "_from": "postcss-value-parser@^3.0.0", "_id": "postcss-value-parser@3.3.1", "_inBundle": false, "_integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", "_location": "/postcss-normalize-timing-functions/postcss-value-parser", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "postcss-value-parser@3.3.1", + "raw": "postcss-value-parser@^3.0.0", "name": "postcss-value-parser", "escapedName": "postcss-value-parser", - "rawSpec": "3.3.1", + "rawSpec": "^3.0.0", "saveSpec": null, - "fetchSpec": "3.3.1" + "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/postcss-normalize-timing-functions" ], "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", - "_spec": "3.3.1", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "9ff822547e2893213cf1c30efa51ac5fd1ba8281", + "_spec": "postcss-value-parser@^3.0.0", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-normalize-timing-functions", "author": { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru" @@ -34,6 +29,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.6.1", -- Gitblit v1.8.0