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/babel-sugar-functional-vue/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/@vue/babel-sugar-functional-vue/package.json b/PAMapp/node_modules/@vue/babel-sugar-functional-vue/package.json index 8f12672..5a4ec41 100644 --- a/PAMapp/node_modules/@vue/babel-sugar-functional-vue/package.json +++ b/PAMapp/node_modules/@vue/babel-sugar-functional-vue/package.json @@ -1,40 +1,37 @@ { - "_args": [ - [ - "@vue/babel-sugar-functional-vue@1.2.2", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@vue/babel-sugar-functional-vue@1.2.2", + "_from": "@vue/babel-sugar-functional-vue@^1.2.2", "_id": "@vue/babel-sugar-functional-vue@1.2.2", "_inBundle": false, "_integrity": "sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==", "_location": "/@vue/babel-sugar-functional-vue", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@vue/babel-sugar-functional-vue@1.2.2", + "raw": "@vue/babel-sugar-functional-vue@^1.2.2", "name": "@vue/babel-sugar-functional-vue", "escapedName": "@vue%2fbabel-sugar-functional-vue", "scope": "@vue", - "rawSpec": "1.2.2", + "rawSpec": "^1.2.2", "saveSpec": null, - "fetchSpec": "1.2.2" + "fetchSpec": "^1.2.2" }, "_requiredBy": [ "/@vue/babel-preset-jsx" ], "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.2.2.tgz", - "_spec": "1.2.2", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "267a9ac8d787c96edbf03ce3f392c49da9bd2658", + "_spec": "@vue/babel-sugar-functional-vue@^1.2.2", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@vue\\babel-preset-jsx", "author": { "name": "Nick Messing", "email": "dot.nick.dot.messing@gmail.com" }, + "bundleDependencies": false, "dependencies": { "@babel/plugin-syntax-jsx": "^7.2.0" }, + "deprecated": false, "description": "Babel syntactic sugar for functional components", "devDependencies": { "@babel/cli": "^7.2.0", -- Gitblit v1.8.0