From ab4e8129d5c94ff96e6c85d0d2b66a04a052b4e5 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:26:15 +0800
Subject: [PATCH] TODO#139888 嚴選配對 - 文案修改

---
 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