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/@vue/component-compiler-utils/node_modules/yallist/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json b/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json index e1bd469..53a5103 100644 --- a/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json +++ b/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "yallist@2.1.2", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "yallist@2.1.2", + "_from": "yallist@^2.1.2", "_id": "yallist@2.1.2", "_inBundle": false, "_integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", "_location": "/@vue/component-compiler-utils/yallist", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "yallist@2.1.2", + "raw": "yallist@^2.1.2", "name": "yallist", "escapedName": "yallist", - "rawSpec": "2.1.2", + "rawSpec": "^2.1.2", "saveSpec": null, - "fetchSpec": "2.1.2" + "fetchSpec": "^2.1.2" }, "_requiredBy": [ "/@vue/component-compiler-utils/lru-cache" ], "_resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "_spec": "2.1.2", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "1c11f9218f076089a47dd512f93c6699a6a81d52", + "_spec": "yallist@^2.1.2", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@vue\\component-compiler-utils\\node_modules\\lru-cache", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", @@ -35,7 +30,9 @@ "bugs": { "url": "https://github.com/isaacs/yallist/issues" }, + "bundleDependencies": false, "dependencies": {}, + "deprecated": false, "description": "Yet Another Linked List", "devDependencies": { "tap": "^10.3.0" -- Gitblit v1.8.0