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/detect-libc/package.json |   24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/PAMapp/node_modules/detect-libc/package.json b/PAMapp/node_modules/detect-libc/package.json
index 8b76dce..e486ac2 100644
--- a/PAMapp/node_modules/detect-libc/package.json
+++ b/PAMapp/node_modules/detect-libc/package.json
@@ -1,33 +1,27 @@
 {
-  "_args": [
-    [
-      "detect-libc@1.0.3",
-      "/Users/tomas/PAM/PAMapp"
-    ]
-  ],
-  "_development": true,
-  "_from": "detect-libc@1.0.3",
+  "_from": "detect-libc@^1.0.3",
   "_id": "detect-libc@1.0.3",
   "_inBundle": false,
   "_integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
   "_location": "/detect-libc",
   "_phantomChildren": {},
   "_requested": {
-    "type": "version",
+    "type": "range",
     "registry": true,
-    "raw": "detect-libc@1.0.3",
+    "raw": "detect-libc@^1.0.3",
     "name": "detect-libc",
     "escapedName": "detect-libc",
-    "rawSpec": "1.0.3",
+    "rawSpec": "^1.0.3",
     "saveSpec": null,
-    "fetchSpec": "1.0.3"
+    "fetchSpec": "^1.0.3"
   },
   "_requiredBy": [
     "/fibers"
   ],
   "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
-  "_spec": "1.0.3",
-  "_where": "/Users/tomas/PAM/PAMapp",
+  "_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
+  "_spec": "detect-libc@^1.0.3",
+  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\fibers",
   "author": {
     "name": "Lovell Fuller",
     "email": "npm@lovell.info"
@@ -38,12 +32,14 @@
   "bugs": {
     "url": "https://github.com/lovell/detect-libc/issues"
   },
+  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Niklas Salmoukas",
       "email": "niklas@salmoukas.com"
     }
   ],
+  "deprecated": false,
   "description": "Node.js module to detect the C standard library (libc) implementation family and version",
   "devDependencies": {
     "ava": "^0.23.0",

--
Gitblit v1.9.3