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/lru-cache/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json b/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json index d471f64..5dfb11b 100644 --- a/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json +++ b/PAMapp/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "lru-cache@4.1.5", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "lru-cache@4.1.5", + "_from": "lru-cache@^4.1.2", "_id": "lru-cache@4.1.5", "_inBundle": false, "_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "_location": "/@vue/component-compiler-utils/lru-cache", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "lru-cache@4.1.5", + "raw": "lru-cache@^4.1.2", "name": "lru-cache", "escapedName": "lru-cache", - "rawSpec": "4.1.5", + "rawSpec": "^4.1.2", "saveSpec": null, - "fetchSpec": "4.1.5" + "fetchSpec": "^4.1.2" }, "_requiredBy": [ "/@vue/component-compiler-utils" ], "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "_spec": "4.1.5", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd", + "_spec": "lru-cache@^4.1.2", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@vue\\component-compiler-utils", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" @@ -34,10 +29,12 @@ "bugs": { "url": "https://github.com/isaacs/node-lru-cache/issues" }, + "bundleDependencies": false, "dependencies": { "pseudomap": "^1.0.2", "yallist": "^2.1.2" }, + "deprecated": false, "description": "A cache object that deletes the least-recently-used items.", "devDependencies": { "benchmark": "^2.1.4", -- Gitblit v1.8.0