From 90e6cb94e9c9a4d055a0983c9c7386daa48f61f9 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:45:03 +0800 Subject: [PATCH] TODO#139893 [ FAQ 常見問題 -我進行預約後,顧問會用甚麼方式聯繫我? ] 文案調整 --- PAMapp/node_modules/@nuxt/friendly-errors-webpack-plugin/package.json | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git a/PAMapp/node_modules/@nuxt/friendly-errors-webpack-plugin/package.json b/PAMapp/node_modules/@nuxt/friendly-errors-webpack-plugin/package.json index bed135c..d8b7035 100644 --- a/PAMapp/node_modules/@nuxt/friendly-errors-webpack-plugin/package.json +++ b/PAMapp/node_modules/@nuxt/friendly-errors-webpack-plugin/package.json @@ -1,45 +1,44 @@ { - "_args": [ - [ - "@nuxt/friendly-errors-webpack-plugin@2.5.2", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@nuxt/friendly-errors-webpack-plugin@2.5.2", + "_from": "@nuxt/friendly-errors-webpack-plugin@^2.5.1", "_id": "@nuxt/friendly-errors-webpack-plugin@2.5.2", "_inBundle": false, "_integrity": "sha512-LLc+90lnxVbpKkMqk5z1EWpXoODhc6gRkqqXJCInJwF5xabHAE7biFvbULfvTRmtaTzAaP8IV4HQDLUgeAUTTw==", "_location": "/@nuxt/friendly-errors-webpack-plugin", - "_phantomChildren": {}, + "_phantomChildren": { + "escape-string-regexp": "1.0.5" + }, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@nuxt/friendly-errors-webpack-plugin@2.5.2", + "raw": "@nuxt/friendly-errors-webpack-plugin@^2.5.1", "name": "@nuxt/friendly-errors-webpack-plugin", "escapedName": "@nuxt%2ffriendly-errors-webpack-plugin", "scope": "@nuxt", - "rawSpec": "2.5.2", + "rawSpec": "^2.5.1", "saveSpec": null, - "fetchSpec": "2.5.2" + "fetchSpec": "^2.5.1" }, "_requiredBy": [ "/@nuxt/webpack" ], "_resolved": "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.5.2.tgz", - "_spec": "2.5.2", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "982a43ee2da61611f7396439e57038392d3944d5", + "_spec": "@nuxt/friendly-errors-webpack-plugin@^2.5.1", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\webpack", "author": { "name": "Geoffroy Warin" }, "bugs": { "url": "https://github.com/nuxt/friendly-errors-webpack-plugin/issues" }, + "bundleDependencies": false, "dependencies": { "chalk": "^2.3.2", "consola": "^2.6.0", "error-stack-parser": "^2.0.0", "string-width": "^4.2.3" }, + "deprecated": false, "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience", "devDependencies": { "babel-core": "^6.23.1", -- Gitblit v1.8.0