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/typescript-build/package.json | 24 ++++++++++-------------- 1 files changed, 10 insertions(+), 14 deletions(-) diff --git a/PAMapp/node_modules/@nuxt/typescript-build/package.json b/PAMapp/node_modules/@nuxt/typescript-build/package.json index 32497ab..6935e71 100644 --- a/PAMapp/node_modules/@nuxt/typescript-build/package.json +++ b/PAMapp/node_modules/@nuxt/typescript-build/package.json @@ -1,43 +1,39 @@ { - "_args": [ - [ - "@nuxt/typescript-build@2.1.0", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_development": true, - "_from": "@nuxt/typescript-build@2.1.0", + "_from": "@nuxt/typescript-build@^2.1.0", "_id": "@nuxt/typescript-build@2.1.0", "_inBundle": false, "_integrity": "sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==", "_location": "/@nuxt/typescript-build", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@nuxt/typescript-build@2.1.0", + "raw": "@nuxt/typescript-build@^2.1.0", "name": "@nuxt/typescript-build", "escapedName": "@nuxt%2ftypescript-build", "scope": "@nuxt", - "rawSpec": "2.1.0", + "rawSpec": "^2.1.0", "saveSpec": null, - "fetchSpec": "2.1.0" + "fetchSpec": "^2.1.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/@nuxt/typescript-build/-/typescript-build-2.1.0.tgz", - "_spec": "2.1.0", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "191fe60e942ce84a01468ba6e255744e01c7c538", + "_spec": "@nuxt/typescript-build@^2.1.0", + "_where": "D:\\project\\PAM\\PAMapp", "bugs": { "url": "https://github.com/nuxt/typescript/issues" }, + "bundleDependencies": false, "dependencies": { "consola": "^2.15.3", "fork-ts-checker-webpack-plugin": "^6.1.1", "ts-loader": "^8.0.17", "typescript": "~4.2" }, + "deprecated": false, "description": "Nuxt.js TypeScript support", "files": [ "dist" -- Gitblit v1.8.0