Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
7a5248f4
提交
7a5248f4
authored
8月 18, 2022
作者:
方治民
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 新增全局 Message 工具方法、横竖屏实例等
上级
821b7b8f
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
415 行增加
和
382 行删除
+415
-382
autoImport.ts
build/vite/autoImport.ts
+1
-0
pnpm-lock.yaml
pnpm-lock.yaml
+358
-369
App.vue
src/App.vue
+4
-8
fui-app.ts
src/common/fui-app.ts
+10
-1
message.ts
src/common/message.ts
+23
-0
fui-footer.vue
src/components/firstui/fui-footer/fui-footer.vue
+2
-2
index.vue
src/pages/index/index.vue
+16
-2
auto-imports.d.ts
types/auto-imports.d.ts
+1
-0
没有找到文件。
build/vite/autoImport.ts
浏览文件 @
7a5248f4
...
...
@@ -18,6 +18,7 @@ export function configAutoImportPlugin(): Plugin {
'@/config/app'
:
[
'$app'
],
'@/api/services'
:
[
'defs'
],
'@/api/services/mods'
:
[
'API'
],
'@/commom/message'
:
[
'Message'
],
},
],
})
...
...
pnpm-lock.yaml
浏览文件 @
7a5248f4
...
...
@@ -4,37 +4,37 @@ specifiers:
'
@commitlint/cli'
:
^17.0.3
'
@commitlint/config-conventional'
:
^16.2.4
'
@dcloudio/types'
:
^3.0.13
'
@dcloudio/uni-app'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-app-plus'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-automator'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-components'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-h5'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-app'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-app-plus'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-automator'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-cli-shared'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-components'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-h5'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-helper-json'
:
^1.0.13
'
@dcloudio/uni-mp-alipay'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-baidu'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-kuaishou'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-lark'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-qq'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-toutiao'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-weixin'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-quickapp-webview'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/vite-plugin-uni'
:
^3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-alipay'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-baidu'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-kuaishou'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-lark'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-qq'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-toutiao'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-weixin'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-quickapp-webview'
:
^3.0.0-alpha-305042022080400
6
'
@dcloudio/vite-plugin-uni'
:
^3.0.0-alpha-305042022080400
6
'
@types/lodash-es'
:
^4.17.6
'
@types/mockjs'
:
^1.0.6
'
@types/prettier'
:
^2.7.0
'
@types/qs'
:
^6.9.7
'
@typescript-eslint/eslint-plugin'
:
^5.33.
0
'
@typescript-eslint/parser'
:
^5.33.
0
'
@typescript-eslint/eslint-plugin'
:
^5.33.
1
'
@typescript-eslint/parser'
:
^5.33.
1
'
@vue/runtime-core'
:
^3.2.37
'
@vueuse/core'
:
^8.9.4
axios
:
^0.26.1
commitizen
:
^4.2.5
conventional-changelog-cli
:
^2.2.2
cz-conventional-changelog
:
^3.3.0
dayjs
:
^1.11.
4
dayjs
:
^1.11.
5
dotenv
:
^16.0.1
eslint
:
^8.2
1
.0
eslint
:
^8.2
2
.0
eslint-config-prettier
:
^8.5.0
eslint-plugin-prettier
:
^4.2.1
eslint-plugin-vue
:
^9.3.0
...
...
@@ -45,7 +45,7 @@ specifiers:
mockjs
:
^1.1.0
npm-run-all
:
^4.1.5
picocolors
:
^1.0.0
pinia
:
^2.0.1
7
pinia
:
^2.0.1
8
pont-engine
:
^1.3.3
postcss
:
^8.4.16
postcss-html
:
^1.5.0
...
...
@@ -54,7 +54,7 @@ specifiers:
qs
:
~6.9.7
rimraf
:
^3.0.2
sort-package-json
:
^1.57.0
stylelint
:
^14.
9.1
stylelint
:
^14.
10.0
stylelint-config-html
:
^1.1.0
stylelint-config-prettier
:
^9.0.3
stylelint-config-recommended
:
^8.0.0
...
...
@@ -64,32 +64,32 @@ specifiers:
terser
:
^5.14.2
typescript
:
^4.7.4
unplugin-auto-import
:
^0.7.2
vite
:
^3.0.
4
vite
:
^3.0.
8
vue
:
^3.2.37
vue-eslint-parser
:
^9.0.3
vue-i18n
:
^9.2.2
vue-types
:
^4.2.1
dependencies
:
'
@dcloudio/uni-app'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-app-plus'
:
3.0.0-alpha-305042022080400
3_ofzonvds4qnoototspwioyvnwq
'
@dcloudio/uni-components'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-h5'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-alipay'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-baidu'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-kuaishou'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-lark'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-qq'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-toutiao'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-weixin'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-quickapp-webview'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-app'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-app-plus'
:
3.0.0-alpha-305042022080400
6_fcxfrzo7gdbcvuo6b7csxs7peu
'
@dcloudio/uni-components'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-h5'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-alipay'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-baidu'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-kuaishou'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-lark'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-qq'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-toutiao'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-weixin'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-quickapp-webview'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@vue/runtime-core'
:
3.2.37
'
@vueuse/core'
:
8.9.4_vue@3.2.37
axios
:
0.26.1
dayjs
:
1.11.
4
dayjs
:
1.11.
5
lodash-es
:
4.17.21
mockjs
:
1.1.0
pinia
:
2.0.1
7
_j6bzmzd4ujpabbp5objtwxyjp4
pinia
:
2.0.1
8
_j6bzmzd4ujpabbp5objtwxyjp4
qs
:
6.9.7
vue
:
3.2.37
vue-i18n
:
9.2.2_vue@3.2.37
...
...
@@ -99,24 +99,24 @@ devDependencies:
'
@commitlint/cli'
:
17.0.3
'
@commitlint/config-conventional'
:
16.2.4
'
@dcloudio/types'
:
3.0.13
'
@dcloudio/uni-automator'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-automator'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-helper-json'
:
1.0.13
'
@dcloudio/vite-plugin-uni'
:
3.0.0-alpha-305042022080400
3_ofzonvds4qnoototspwioyvnwq
'
@dcloudio/vite-plugin-uni'
:
3.0.0-alpha-305042022080400
6_fcxfrzo7gdbcvuo6b7csxs7peu
'
@types/lodash-es'
:
4.17.6
'
@types/mockjs'
:
1.0.6
'
@types/prettier'
:
2.7.0
'
@types/qs'
:
6.9.7
'
@typescript-eslint/eslint-plugin'
:
5.33.
0_njno5y7ry2l2lcmiu4tywxkwnq
'
@typescript-eslint/parser'
:
5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
'
@typescript-eslint/eslint-plugin'
:
5.33.
1_vsoshirnpb7xw6mr7xomgfas2i
'
@typescript-eslint/parser'
:
5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
commitizen
:
4.2.5
conventional-changelog-cli
:
2.2.2
cz-conventional-changelog
:
3.3.0
dotenv
:
16.0.1
eslint
:
8.2
1
.0
eslint-config-prettier
:
8.5.0_eslint@8.2
1
.0
eslint-plugin-prettier
:
4.2.1_
h62lvancfh4b7r6zn2dgodrh5
e
eslint-plugin-vue
:
9.3.0_eslint@8.2
1
.0
eslint
:
8.2
2
.0
eslint-config-prettier
:
8.5.0_eslint@8.2
2
.0
eslint-plugin-prettier
:
4.2.1_
i2cojdczqdiurzgttlwdgf764
e
eslint-plugin-vue
:
9.3.0_eslint@8.2
2
.0
husky
:
7.0.4
less
:
4.1.3
lint-staged
:
13.0.3
...
...
@@ -129,18 +129,18 @@ devDependencies:
prettier
:
2.7.1
rimraf
:
3.0.2
sort-package-json
:
1.57.0
stylelint
:
14.
9.1
stylelint-config-html
:
1.1.0_
5rxrxgs7sjazj2ve56ds3kmipi
stylelint-config-prettier
:
9.0.3_stylelint@14.
9.1
stylelint-config-recommended
:
8.0.0_stylelint@14.
9.1
stylelint-config-standard
:
26.0.0_stylelint@14.
9.1
stylelint-order
:
5.0.0_stylelint@14.
9.1
stylelint
:
14.
10.0
stylelint-config-html
:
1.1.0_
p3sfza3ylapcvxk5wvhsxfln5e
stylelint-config-prettier
:
9.0.3_stylelint@14.
10.0
stylelint-config-recommended
:
8.0.0_stylelint@14.
10.0
stylelint-config-standard
:
26.0.0_stylelint@14.
10.0
stylelint-order
:
5.0.0_stylelint@14.
10.0
stylus
:
0.56.0
terser
:
5.14.2
typescript
:
4.7.4
unplugin-auto-import
:
0.7.2_
acydjjxemu2xp4gd2vardb6gwa
vite
:
3.0.
4
_ldklcjfatu7qedyjhd4as6di6a
vue-eslint-parser
:
9.0.3_eslint@8.2
1
.0
unplugin-auto-import
:
0.7.2_
rw7qhmomomz2o5q2bfguevjfvy
vite
:
3.0.
8
_ldklcjfatu7qedyjhd4as6di6a
vue-eslint-parser
:
9.0.3_eslint@8.2
2
.0
packages
:
...
...
@@ -149,7 +149,7 @@ packages:
engines
:
{
node
:
'
>=6.0.0'
}
dependencies
:
'
@jridgewell/gen-mapping'
:
0.1.1
'
@jridgewell/trace-mapping'
:
0.3.1
4
'
@jridgewell/trace-mapping'
:
0.3.1
5
/@antfu/utils/0.5.2
:
resolution
:
{
integrity
:
sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==
}
...
...
@@ -514,10 +514,10 @@ packages:
'
@commitlint/execute-rule'
:
17.0.0
'
@commitlint/resolve-extends'
:
17.0.3
'
@commitlint/types'
:
17.0.0
'
@types/node'
:
18.
6.5
'
@types/node'
:
18.
7.6
chalk
:
4.1.2
cosmiconfig
:
7.0.1
cosmiconfig-typescript-loader
:
2.0.2_
cvilj4l3ytrlnvtlqw3tscihve
cosmiconfig-typescript-loader
:
2.0.2_
z5yog5l5yqinvqran22gqy2vdi
lodash
:
4.17.21
resolve-from
:
5.0.0
typescript
:
4.7.4
...
...
@@ -614,12 +614,12 @@ packages:
resolution
:
{
integrity
:
sha512-K8z8DfylWnLjEHUnsc6DsxA6ugCzYZoAmyVIpT57K3cAfMTGx8E6GAW5x8Qy2lbFpw02N3D+sGHX63zO1zDVig==
}
dev
:
true
/@dcloudio/uni-app-plus/3.0.0-alpha-305042022080400
3_ofzonvds4qnoototspwioyvnwq
:
resolution
:
{
integrity
:
sha512-
mhsulVRVkib9uB2WGyS7XnIgA7hqyjhe/aSbAcmekIGRoU2zPuJ/zGK2I5m/nV8Oe3bwLdnlpjLa108NJ3UwI
g==
}
/@dcloudio/uni-app-plus/3.0.0-alpha-305042022080400
6_fcxfrzo7gdbcvuo6b7csxs7peu
:
resolution
:
{
integrity
:
sha512-
VjqvQMGwU9B5kLy8lcpnpggk7O1hYoo0dkV2MjMxBnWMJUb6WmTBSBB54KSOlt5Jn6CXBNW7uNdqJSt0+DMqo
g==
}
dependencies
:
'
@dcloudio/uni-app-vite'
:
3.0.0-alpha-305042022080400
3_ofzonvds4qnoototspwioyvnwq
'
@dcloudio/uni-app-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-uts-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-app-vite'
:
3.0.0-alpha-305042022080400
6_fcxfrzo7gdbcvuo6b7csxs7peu
'
@dcloudio/uni-app-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-uts-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
transitivePeerDependencies
:
-
postcss
-
supports-color
...
...
@@ -628,22 +628,22 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-app-vite/3.0.0-alpha-305042022080400
3_ofzonvds4qnoototspwioyvnwq
:
resolution
:
{
integrity
:
sha512-
RbrtZTod+CBYB2BPljzytlzqEGv0lekqYa+/w+xh54jyeCByMP/rS1dng4vQdLnnGHhpPyWYtVDxmsn6dW34cQ
==
}
/@dcloudio/uni-app-vite/3.0.0-alpha-305042022080400
6_fcxfrzo7gdbcvuo6b7csxs7peu
:
resolution
:
{
integrity
:
sha512-
0Rj3tQBkPC/jYWfaoytexXlVT0cg+DhCSvEwOuE33jzGdh3s8vqwHKH9NXtvmcnpNumkFteRFHCSN8/6URWTeA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-nvue-styler'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uts'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-nvue-styler'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uts'
:
3.0.0-alpha-305042022080400
6
'
@rollup/pluginutils'
:
4.2.1
'
@vitejs/plugin-vue'
:
2.3.
3_vite@3.0.4
+vue@3.2.37
'
@vitejs/plugin-vue'
:
2.3.
4_vite@3.0.8
+vue@3.2.37
'
@vue/compiler-dom'
:
3.2.37
'
@vue/compiler-sfc'
:
3.2.37
debug
:
4.3.4
fs-extra
:
10.1.0
picocolors
:
1.0.0
rollup
:
2.7
7.2
rollup
:
2.7
8.0
transitivePeerDependencies
:
-
postcss
-
supports-color
...
...
@@ -652,19 +652,19 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-app-vue/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
tfhGlIhRlycUZ6enI5jwKfFY+C24W508tG4bmoFJWs9EWu/BxiJnoU9n4+kWv6QWmcnjnOCw0YgusKYpLpa9hA
==
}
/@dcloudio/uni-app-vue/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
5YqnZLfsaqV39Qgj5HHyWYCtEYvqARv2Viy7neger59ZWXPvXL4DgZ+OKH17EnfUYQJ2PUokB/4QRfaAHAArqQ
==
}
dev
:
false
/@dcloudio/uni-app/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
XG3IOyhCDQDcA96KOOQrjAhAdpFcEy1ZfIWo4RVi7OSt4q6IKN3/ygLv1QMZhi2bZZ9nsnl9DAB4uUH7dMg54
A==
}
/@dcloudio/uni-app/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
Fn4BT5KVmX//lnejFD/v24rWDQfwRjEDcO4vEOffcEgMg4t0yf26mrLKR0j8Ld49NopuXDa+QWkm2CEgjuw9b
A==
}
dependencies
:
'
@dcloudio/uni-cloud'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-components'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-push'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-stat'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-cloud'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-components'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-push'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-stat'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
-
postcss
...
...
@@ -673,10 +673,10 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-automator/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
y57bQKRZaBjEqaxoP0VvZe2Bku8EfPZrmA4ivBJ/3KI8di4nPWohsH+CDzthTMleiFaXvQpTrRyqBC4D5wt8Bg
==
}
/@dcloudio/uni-automator/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
mwkwb21vVCWRcy3Eg14mITw0rIgP1ITPwwvyY7OfA365geTfNeeh6qYsTrjq7DyOyy8wu8XFkYyTgADHZ97riA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
address
:
1.2.0
cross-env
:
7.0.3
debug
:
4.3.4
...
...
@@ -696,15 +696,15 @@ packages:
-
vue
dev
:
true
/@dcloudio/uni-cli-shared/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
yvuPxX4HLsi+Kx5elnWChJVkdeWzM7MLwId1rAvoqZvImHfq6Aiq+o63G7WsZa1yMvtJcDllHGjRwh00bU8Vv
Q==
}
/@dcloudio/uni-cli-shared/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
T74krMlhRnp7kZokha7i7d3ivlX5SVN3vXK6FlIoIHC+5h6ALr6NqQyZGK9mx3bed/ThpTLOHKYk0GIP1c9DB
Q==
}
dependencies
:
'
@ampproject/remapping'
:
2.2.0
'
@babel/core'
:
7.18.10
'
@babel/parser'
:
7.18.11
'
@babel/types'
:
7.18.10
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@intlify/core-base'
:
9.1.9
'
@intlify/shared'
:
9.1.9
'
@intlify/vue-devtools'
:
9.1.9
...
...
@@ -745,12 +745,12 @@ packages:
-
ts-node
-
vue
/@dcloudio/uni-cloud/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
0x4b+mrYSIkcMOkC2sEQ0Ekt26F97tc8uros44Dlh8WEIZexlGpHxkJLsDpsDQTuxh2sfJzGTXyzHoFoE6dOPA
==
}
/@dcloudio/uni-cloud/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
qK4SNw/IwvWP9b1kkr2Ut3aLeCqg2Xn9x2XZnqjuK2fWOAr5P0Zg3Ek6SYBCJYMM/9tpwU0gMvlP/20pO4zgZg
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/shared'
:
3.2.37
fast-glob
:
3.2.11
transitivePeerDependencies
:
...
...
@@ -760,15 +760,15 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-components/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
FYg0JoeZCb4Y00Sj7+BBD6cGeN1mLW6a1KPX3nIePH+wgcy9DgseITq65Lnh69sJE+MMFG6PNqE6CToUOocxow
==
}
/@dcloudio/uni-components/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
jHc6Ucz7AwbtwGGhf6iq68qrL/nfrw+S/x43jbnahuOs7ZVh18MMUsl6CAiVQGOiB5JSXiVXaX9BwxdMlfGvkQ
==
}
dev
:
false
/@dcloudio/uni-h5-vite/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
FvPwOOsLdlX4icZbDmbwHBjUTszDixsXyVnVjvjFoqG3ieFjp6HnTlK3VuI1GuWTcQ0wNe3sllEq2iMt0K92I
Q==
}
/@dcloudio/uni-h5-vite/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
0DD1UrdS3vag+Lc34m6+1r90LTbOgQ6acEWZb7TJ2ELoEzMWFN91fBLZGzTEwqb9cUYE1Vv87/y7r2KWWUQJG
Q==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@rollup/pluginutils'
:
4.2.1
'
@vue/compiler-dom'
:
3.2.37
'
@vue/compiler-sfc'
:
3.2.37
...
...
@@ -785,19 +785,19 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-h5-vue/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
V+0qMot1D+zRpAW3ajFFEymwQEOKZe1uVl1VP40xZhvtc5lDAFJ5M1s6Pk9WhGI5siKMzzLVcwAPUWPL1TjxmA
==
}
/@dcloudio/uni-h5-vue/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
JCK6ERT3a75XQ1cu4niLH1CcXPJv8egTuatr26MUstLZiRuJ3I01fL+ufFlCPjo6Ew6h0q3emEV4l9gpA15nJg
==
}
dependencies
:
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
dev
:
false
/@dcloudio/uni-h5/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
/l0B6UOk4MV1YUF1eO9XWIs11+16wcqbsAUskfbafoExljAF5WBI9dAmMzzLOgSYptHYhYhetgm4lyIpJsUE7w
==
}
/@dcloudio/uni-h5/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
0NK0GnKbbV+N7lv67nxpLXFqiI+M0d7MUvdSWTM0iEMLcEvqH4i3B1ddhXDEPynZRxawJoALhqv1jcIef7HTEA
==
}
dependencies
:
'
@dcloudio/uni-h5-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-h5-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-h5-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-h5-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/server-renderer'
:
3.2.37_vue@3.2.37
'
@vue/shared'
:
3.2.37
localstorage-polyfill
:
1.0.1
...
...
@@ -815,16 +815,16 @@ packages:
resolution
:
{
integrity
:
sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==
}
dev
:
true
/@dcloudio/uni-i18n/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
EfFxb1zhERub+rFpsTYK/DR1djXhRu/kzZcQiMTAI94oVzj4bBHBLfBtBUbxRJ9hkE9+3MRD+r44g9yp41CdA
Q==
}
/@dcloudio/uni-i18n/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
LS2AfIYfGe2xJTJ+mhMBYKLgjc3xoh8N0HSQ5ohAt4a01vu97IBHuEK7zWrSZ7ePwrWsrMUoLC1Kxa9SimMtv
Q==
}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
VrLyLSzNsKhYBXvn8YeMJLAEtf7uIa1PMsZ0vJCFxFbpgqEKUG4Ho5xm1Z1HjCf1Ohss8WsogX9KvAd5ulnmg
A==
}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
Ckxkro4qgNfLOSPYNvoUDkbbxU+3UtjTR7TSZHWEfAGDi3VrsitwngrV1J7dRtI2VMBbFC9hxI+3q2fK+81Yl
A==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-core'
:
3.2.37
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
...
...
@@ -834,15 +834,15 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-baidu/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
Fzin4xJ6VODgfL1JHzagVDtKQQOnNAKdVvA/ZzbdaVTlq2Pq//1UcvPYGkje4tC7X8ywAhML4Cef9YKVX61ie
g==
}
/@dcloudio/uni-mp-baidu/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
OwVPqon9qW6UBeMfcH8icKGoc0D4+anqFBO99zABYGONrSECBXVaQ50F46JBUhhJXjb3WJZuwgUwYXq1yXlL+
g==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-weixin'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-weixin'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-core'
:
3.2.37
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
...
...
@@ -852,14 +852,14 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-compiler/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
XqJPnDZ+++YW9lrFtO/fVRq0Kpc2dq0BndXvt5WRdSQeGPJWjRilU4Qbrx1FRZr+WP8DE3yQunBfHvk4ed8Bd
w==
}
/@dcloudio/uni-mp-compiler/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
dgZz2ObvV3M8gsJ8FCXcwL345XoDqilAUGoA+If4POmZzQcmn/+p4oLQK+sBzE/PnecznYyih+YdY7CsX127z
w==
}
dependencies
:
'
@babel/generator'
:
7.18.12
'
@babel/parser'
:
7.18.11
'
@babel/types'
:
7.18.10
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-core'
:
3.2.37
'
@vue/compiler-dom'
:
3.2.37
'
@vue/shared'
:
3.2.37
...
...
@@ -871,15 +871,15 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
CMMC5Y8UTHNI/WUPtpO67gpsHRHBBxPeSFxo0UADg4piRaA5F/1uI/Px6UPwZdUsK/x9nCojC2ye9J64bPly+
Q==
}
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
bzt4AC9KZXZI+lX6SoFa1C3UJSiwOoA8eV8QfvdGhB94Z4AZeoITA6+vYDL5zqnKJJOZBzoNHWtgrAqAgLwhK
Q==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-weixin'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-weixin'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-core'
:
3.2.37
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
...
...
@@ -889,15 +889,15 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-lark/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
MqR6/YXPI9/m05lK5ZsLSnHUNpwWM6buSoxkusuTNvTk/K1Xd8FfEsS9T1LLp7DltjZkWx+ZIyMY5n786O+mqw
==
}
/@dcloudio/uni-mp-lark/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
4MYH9hTLIhgfG/6w9b+HGDRTemk5nlpz9U6aKgqjjelPsSMcrioONQwHqMgfXdro9aMhrJslnCYfijk41MtLVA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-toutiao'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-toutiao'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-core'
:
3.2.37
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
...
...
@@ -907,13 +907,13 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-qq/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
wXoHZq66EXefmUXDc/OOEGaAvpkqJb6fHRsaWXnt1TyRozvhsCcVJZNySM4OL12Gzo05MyzLiNmHrcgNq9Srgw
==
}
/@dcloudio/uni-mp-qq/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
qP1jzgQsMRllwgf7wDB0CPqVGKh/fBYPwsDF+njuOT2FZToR1fbZLxCopZtHc0+MZDgqcbOvceB4Tce2GG/XYA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/shared'
:
3.2.37
fs-extra
:
10.1.0
transitivePeerDependencies
:
...
...
@@ -923,14 +923,14 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
7Y3r82p0M/JHPZPU1VMM5OJFKNekDnPhbTmygR8aGneGKV/k7HboPO2VFjN0L1DLOX9jGy8woHeUwDRtR6z0mw
==
}
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
jf7KEWo2tvslR94CJnPdrp0HjruqvZY60D4IaC/FgPJ7Y0jECEO+UDsAb3b/Rt6d6ftOqfqIp4bTyWXMSXZc8g
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-core'
:
3.2.37
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
...
...
@@ -940,14 +940,14 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-vite/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
rjhoTzZVUXUb5oyJFD8+N+UHL7OH3g4Pp+4HBCqy859JZy/XZzP/X/RaTPgAL4C8d8SWuAnUXIQlMhZDGLLhqQ
==
}
/@dcloudio/uni-mp-vite/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
uAYYx8CzW1LivjuTN+gxrZAbRLla5qzMtOQ5PSSx40agv4Y33fzlzev+IrreI5hL8JoXn/gO75n5RFjx1qwpNA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-i18n'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-mp-compiler'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/compiler-sfc'
:
3.2.37
'
@vue/shared'
:
3.2.37
debug
:
4.3.4
...
...
@@ -959,20 +959,20 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-mp-vue/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
V88k1F55/arXxMCjfCiMlj9Mz7MaHRX3Ua0zaafM5Q6AKLXyeSqeqzOY8oyq+eEwM1piDOT3T/uh9UkdzEqJUQ
==
}
/@dcloudio/uni-mp-vue/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
JIYfAZoICUG20MPYxSYEpxFBMSTUrTUUdEp5tdjPywU1BTUWU7tf+CwGptYJyeQeCiTXrBgWBMNgOW9iSnektg
==
}
dependencies
:
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/shared'
:
3.2.37
dev
:
false
/@dcloudio/uni-mp-weixin/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
VsQEX0s2dOTmU3yLfDq6bNqTr2uPVgxbDiYPFgf/7fHebB0ZqNLMU4AaztZhFA1MmYzquujVni5pHRClF3MhaQ
==
}
/@dcloudio/uni-mp-weixin/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
B/9PtQC7cixDKo2aZ4+OfXaogFs5b1ii8VIVFugaIownnX5IaPoIIoGy3GTA5b43ywMgAT+C86u/Wga76FtjDA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
-
postcss
...
...
@@ -981,18 +981,18 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-nvue-styler/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
HcWKURy06S6nISrMLtL78KSyCKx78YPU6s9otapmh291AD+cOG7m4L17/7tTSH5L1w4pVIcBaUvpJi4j8d4peQ
==
}
/@dcloudio/uni-nvue-styler/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
A/2SrNBHvP9gtY1/FaYVBLa8H2WlDfCqU0oahFldpKsYlYzDIgqc9bRYynQsuKRwfdovWrm7DtThkUd2bDK6iA
==
}
dependencies
:
'
@vue/shared'
:
3.2.37
parse-css-font
:
4.0.0
postcss
:
8.4.16
dev
:
false
/@dcloudio/uni-push/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
V9OOFCn6wdFqzuyd0tZXs87Lj6oHYeqqU16Spi6Gv2gCwkof1uDSxRKmuSEmAC5x5ntO66YAQe+DKcQ2gQgRKQ
==
}
/@dcloudio/uni-push/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
Z4xdIrkW3i1MmrNkt5KCfzjx8MaAytd57z4OdbKzplsg7oOfelGSx6ZR5R4b/LQ6ygFJqaCWmVU1+M8cHgItdA
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
transitivePeerDependencies
:
-
postcss
-
supports-color
...
...
@@ -1000,13 +1000,13 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
9r71TZbpNZmQuSLBI6WSLSgt78YGKKZ/fiTC8w0p8cXxfvQc0bdDor3yKifi2BrlGZTpL8lNgTtx3eNlGv3RT
A==
}
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
X14g3UoIA16hLqfwNWbJdE26PXa1W0p6KwUhcC6NotSBIiQNMV+bDlZxGutsxL5mHsFEB8W4q7TjyPu9UUiz+
A==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vite'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-mp-vue'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@vue/shared'
:
3.2.37
transitivePeerDependencies
:
-
postcss
...
...
@@ -1015,16 +1015,16 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-shared/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
gou6A7qWyeROVIEPq+rR3heihxoI2fTlTGZfBNxk6SiqxlnXhGuH4BA6BJTtaF/5e52Z8uVnTYqF96tgK1iGPQ
==
}
/@dcloudio/uni-shared/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
50lH1d6b0/03teR5JHmJQQFMhnCsh5xp7h6gsRFwaafu2dmhj//Vg1Ydcviztqt4Z8zPRKWOkTlKfXQDSJCf/g
==
}
dependencies
:
'
@vue/shared'
:
3.2.37
/@dcloudio/uni-stat/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
R3N7DgjP3dmCrwSdrroVsen66SdDTjK42qPTRJth7q1ec2dwdZtXV3lsvQztvIehXcEr4Fa4Odg8uRAKroXEuQ
==
}
/@dcloudio/uni-stat/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
la4IV/gXf3nCEBEa6B1M8bc66NnLqvvTMiZo4y09senXDIA5vgZYlKN2bDv5NrZ0cEKrcP9symQn9dfN5n2+nw
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
debug
:
4.3.4
transitivePeerDependencies
:
-
postcss
...
...
@@ -1033,13 +1033,15 @@ packages:
-
vue
dev
:
false
/@dcloudio/uni-uts-vite/3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
AFa1FDsDgLhDWPCQa4n71clD6nTqGxW8uvWG+J4FlqRZ1FkRjeIuOFJtVAsUE8WSkSL7EjWx0pCBKobDQ3P7Lg
==
}
/@dcloudio/uni-uts-vite/3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
VcGno4Haggd+LCX4UNx1iICv24P03Y33DKsLx/lsoEBvX/qmixnHFPWGlJJcc50X1VDwZaFLlm6e21b6ZXzFZQ
==
}
dependencies
:
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-3050420220804003
'
@dcloudio/uts'
:
3.0.0-alpha-3050420220804003
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-3050420220804006
'
@dcloudio/uts'
:
3.0.0-alpha-3050420220804006
adm-zip
:
0.5.9
execa
:
5.1.1
fast-glob
:
3.2.11
fs-extra
:
10.1.0
transitivePeerDependencies
:
-
postcss
...
...
@@ -1048,8 +1050,8 @@ packages:
-
vue
dev
:
false
/@dcloudio/uts-darwin-arm64/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
Fhct8oxwC/uiBwnPt7Uxd/G9rdDsVBKTBQqx7vmaVvXqgbVGnECybM14hC3K9biaegA6n7ssBWTEAxeN8jG4m
A==
}
/@dcloudio/uts-darwin-arm64/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
bMfUxYFS3WE5SBQYgczWXoUbnG4SyLLcAHC7ahdQ1m1/OyBFjCPx95aCd4Oeoc+cjCfQocPHNVnRB2GEw+O/U
A==
}
engines
:
{
node
:
'
>=10'
}
cpu
:
[
arm64
]
os
:
[
darwin
]
...
...
@@ -1057,8 +1059,8 @@ packages:
dev
:
false
optional
:
true
/@dcloudio/uts-darwin-x64/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
9UeSUsp1OeNtala4b8I6noCNBko990AinfonqVPXbsQ9NZ9wwqJrcBpBRx5W1R7qhNYxuQ708iH9RrUQGSx5e
g==
}
/@dcloudio/uts-darwin-x64/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
136dibuK08wE9NtB00UcPate3hJ/BwqAcKLuHgeGbAlgxBZLQK5aLoSYIfhAebXdPDgxhwr3vNaGI1YNHJqGl
g==
}
engines
:
{
node
:
'
>=10'
}
cpu
:
[
x64
]
os
:
[
darwin
]
...
...
@@ -1066,8 +1068,8 @@ packages:
dev
:
false
optional
:
true
/@dcloudio/uts-win32-ia32-msvc/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
sUnNhCJwMP2+T56bNNCcQ/PsN+zRsDWWv0xAYGorXGelasxP4zqrL8ySrL1np7J+1zvHV+BJcKHYi4FBbfRFtw
==
}
/@dcloudio/uts-win32-ia32-msvc/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
C+em58t6rpDIgyxAVm+mNSiPGumaEBhSq+TJ9MuAwY7qlfkF9wuyztQhQ//+laq5OfXaHpXOA/qnj3qHZ81pqA
==
}
engines
:
{
node
:
'
>=10'
}
cpu
:
[
ia32
]
os
:
[
win32
]
...
...
@@ -1075,8 +1077,8 @@ packages:
dev
:
false
optional
:
true
/@dcloudio/uts-win32-x64-msvc/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
ICs2vRzDClty7wMx8weG+R4s8ocZwn5euQaSL5FEnhU7HHi16grXO2l1MKJTaKbjdRpMGaXGU3CfeefXPe+Xrg
==
}
/@dcloudio/uts-win32-x64-msvc/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
nwN9R0MwawAftAOXM1K03KHQB0597lLmtqHteisJu8zuaR54v+KkNGod3jnJh5x9DaA9BAj+v0pUL9TfIaUAsw
==
}
engines
:
{
node
:
'
>=10'
}
cpu
:
[
x64
]
os
:
[
win32
]
...
...
@@ -1084,8 +1086,8 @@ packages:
dev
:
false
optional
:
true
/@dcloudio/uts/3.0.0-alpha-305042022080400
3
:
resolution
:
{
integrity
:
sha512-
gSMxV91TZ9uXRYc10/dlBZ7Mmw0wX6EXTixjIqcbFzlBFA2cOIjEhUfddyI4BjEVkmdmfVlbpjWdkjbXKOe/Og
==
}
/@dcloudio/uts/3.0.0-alpha-305042022080400
6
:
resolution
:
{
integrity
:
sha512-
AhWGFRtRVfKbvXnYoWv2GGzaelOtbSsLyePq3ImwbG4jW/98LWbFl7S4HKTd6+whfrKcIYwVhNW4y+BJHk272A
==
}
hasBin
:
true
dependencies
:
cac
:
6.7.9
...
...
@@ -1094,14 +1096,14 @@ packages:
fs-extra
:
10.1.0
picocolors
:
1.0.0
optionalDependencies
:
'
@dcloudio/uts-darwin-arm64'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uts-darwin-x64'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uts-win32-ia32-msvc'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uts-win32-x64-msvc'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uts-darwin-arm64'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uts-darwin-x64'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uts-win32-ia32-msvc'
:
3.0.0-alpha-305042022080400
6
'
@dcloudio/uts-win32-x64-msvc'
:
3.0.0-alpha-305042022080400
6
dev
:
false
/@dcloudio/vite-plugin-uni/3.0.0-alpha-305042022080400
3_ofzonvds4qnoototspwioyvnwq
:
resolution
:
{
integrity
:
sha512-
+9v9eH3VReXPLwOkgFRDUXSJJowVEHgOj724lEFquSjlhX//QIPBfvE1ngoUSQR6RetPmnrdGWBBGsiNpoBLGw
==
}
/@dcloudio/vite-plugin-uni/3.0.0-alpha-305042022080400
6_fcxfrzo7gdbcvuo6b7csxs7peu
:
resolution
:
{
integrity
:
sha512-
27vnaf+LUDjmUJfDayR4+dlUIyOKY4HijdbrrlNhjwAUKrHB9RpHLzcRtcKG7yrEX03A+xZUehQNiBNtxqwGtQ
==
}
hasBin
:
true
peerDependencies
:
vite
:
2.9.14
...
...
@@ -1109,11 +1111,11 @@ packages:
'
@babel/core'
:
7.18.10
'
@babel/plugin-syntax-import-meta'
:
7.10.4_@babel+core@7.18.10
'
@babel/plugin-transform-typescript'
:
7.18.12_@babel+core@7.18.10
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
3
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
3
'
@dcloudio/uni-cli-shared'
:
3.0.0-alpha-305042022080400
6
_postcss@8.4.16+vue@3.2.37
'
@dcloudio/uni-shared'
:
3.0.0-alpha-305042022080400
6
'
@rollup/pluginutils'
:
4.2.1
'
@vitejs/plugin-legacy'
:
1.8.2_vite@3.0.
4
'
@vitejs/plugin-vue'
:
2.3.
3_vite@3.0.4
+vue@3.2.37
'
@vitejs/plugin-legacy'
:
1.8.2_vite@3.0.
8
'
@vitejs/plugin-vue'
:
2.3.
4_vite@3.0.8
+vue@3.2.37
'
@vitejs/plugin-vue-jsx'
:
1.3.10
'
@vue/compiler-core'
:
3.2.37
'
@vue/compiler-dom'
:
3.2.37
...
...
@@ -1128,7 +1130,7 @@ packages:
hash-sum
:
2.0.0
jsonc-parser
:
3.1.0
picocolors
:
1.0.0
vite
:
3.0.
4
_ldklcjfatu7qedyjhd4as6di6a
vite
:
3.0.
8
_ldklcjfatu7qedyjhd4as6di6a
transitivePeerDependencies
:
-
postcss
-
supports-color
...
...
@@ -1285,7 +1287,7 @@ packages:
dependencies
:
'
@jridgewell/set-array'
:
1.1.2
'
@jridgewell/sourcemap-codec'
:
1.4.14
'
@jridgewell/trace-mapping'
:
0.3.1
4
'
@jridgewell/trace-mapping'
:
0.3.1
5
/@jridgewell/resolve-uri/3.1.0
:
resolution
:
{
integrity
:
sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
}
...
...
@@ -1299,13 +1301,13 @@ packages:
resolution
:
{
integrity
:
sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==
}
dependencies
:
'
@jridgewell/gen-mapping'
:
0.3.2
'
@jridgewell/trace-mapping'
:
0.3.1
4
'
@jridgewell/trace-mapping'
:
0.3.1
5
/@jridgewell/sourcemap-codec/1.4.14
:
resolution
:
{
integrity
:
sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
}
/@jridgewell/trace-mapping/0.3.1
4
:
resolution
:
{
integrity
:
sha512-
bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ
==
}
/@jridgewell/trace-mapping/0.3.1
5
:
resolution
:
{
integrity
:
sha512-
oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g
==
}
dependencies
:
'
@jridgewell/resolve-uri'
:
3.1.0
'
@jridgewell/sourcemap-codec'
:
1.4.14
...
...
@@ -1366,7 +1368,7 @@ packages:
resolution
:
{
integrity
:
sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
}
dependencies
:
'
@types/minimatch'
:
3.0.5
'
@types/node'
:
18.
6.5
'
@types/node'
:
18.
7.6
dev
:
true
/@types/json-schema/7.0.11
:
...
...
@@ -1376,11 +1378,11 @@ packages:
/@types/lodash-es/4.17.6
:
resolution
:
{
integrity
:
sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==
}
dependencies
:
'
@types/lodash'
:
4.14.18
2
'
@types/lodash'
:
4.14.18
3
dev
:
true
/@types/lodash/4.14.18
2
:
resolution
:
{
integrity
:
sha512-
/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q
==
}
/@types/lodash/4.14.18
3
:
resolution
:
{
integrity
:
sha512-
UXavyuxzXKMqJPEpFPri6Ku5F9af6ZJXUneHhvQJxavrEjuHkFp2YnDWHcxJiG7hk8ZkWqjcyNeW1s/smZv5cw
==
}
dev
:
true
/@types/minimatch/3.0.5
:
...
...
@@ -1399,8 +1401,8 @@ packages:
resolution
:
{
integrity
:
sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
}
dev
:
true
/@types/node/18.
6.5
:
resolution
:
{
integrity
:
sha512-
Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw
==
}
/@types/node/18.
7.6
:
resolution
:
{
integrity
:
sha512-
EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A
==
}
dev
:
true
/@types/normalize-package-data/2.4.1
:
...
...
@@ -1422,8 +1424,8 @@ packages:
/@types/web-bluetooth/0.0.14
:
resolution
:
{
integrity
:
sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==
}
/@typescript-eslint/eslint-plugin/5.33.
0_njno5y7ry2l2lcmiu4tywxkwnq
:
resolution
:
{
integrity
:
sha512-
jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg
==
}
/@typescript-eslint/eslint-plugin/5.33.
1_vsoshirnpb7xw6mr7xomgfas2i
:
resolution
:
{
integrity
:
sha512-
S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
'
@typescript-eslint/parser'
:
^5.0.0
...
...
@@ -1433,12 +1435,12 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/parser'
:
5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
'
@typescript-eslint/scope-manager'
:
5.33.
0
'
@typescript-eslint/type-utils'
:
5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
'
@typescript-eslint/utils'
:
5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
'
@typescript-eslint/parser'
:
5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
'
@typescript-eslint/scope-manager'
:
5.33.
1
'
@typescript-eslint/type-utils'
:
5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
'
@typescript-eslint/utils'
:
5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
debug
:
4.3.4
eslint
:
8.2
1
.0
eslint
:
8.2
2
.0
functional-red-black-tree
:
1.0.1
ignore
:
5.2.0
regexpp
:
3.2.0
...
...
@@ -1449,8 +1451,8 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/parser/5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
:
resolution
:
{
integrity
:
sha512-
cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w
==
}
/@typescript-eslint/parser/5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
:
resolution
:
{
integrity
:
sha512-
IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.0.0 || ^7.0.0 || ^8.0.0
...
...
@@ -1459,26 +1461,26 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/scope-manager'
:
5.33.
0
'
@typescript-eslint/types'
:
5.33.
0
'
@typescript-eslint/typescript-estree'
:
5.33.
0
_typescript@4.7.4
'
@typescript-eslint/scope-manager'
:
5.33.
1
'
@typescript-eslint/types'
:
5.33.
1
'
@typescript-eslint/typescript-estree'
:
5.33.
1
_typescript@4.7.4
debug
:
4.3.4
eslint
:
8.2
1
.0
eslint
:
8.2
2
.0
typescript
:
4.7.4
transitivePeerDependencies
:
-
supports-color
dev
:
true
/@typescript-eslint/scope-manager/5.33.
0
:
resolution
:
{
integrity
:
sha512-
/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw
==
}
/@typescript-eslint/scope-manager/5.33.
1
:
resolution
:
{
integrity
:
sha512-
8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dependencies
:
'
@typescript-eslint/types'
:
5.33.
0
'
@typescript-eslint/visitor-keys'
:
5.33.
0
'
@typescript-eslint/types'
:
5.33.
1
'
@typescript-eslint/visitor-keys'
:
5.33.
1
dev
:
true
/@typescript-eslint/type-utils/5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
:
resolution
:
{
integrity
:
sha512-
2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA
==
}
/@typescript-eslint/type-utils/5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
:
resolution
:
{
integrity
:
sha512-
X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
'
*'
...
...
@@ -1487,22 +1489,22 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/utils'
:
5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
'
@typescript-eslint/utils'
:
5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
debug
:
4.3.4
eslint
:
8.2
1
.0
eslint
:
8.2
2
.0
tsutils
:
3.21.0_typescript@4.7.4
typescript
:
4.7.4
transitivePeerDependencies
:
-
supports-color
dev
:
true
/@typescript-eslint/types/5.33.
0
:
resolution
:
{
integrity
:
sha512-
nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw
==
}
/@typescript-eslint/types/5.33.
1
:
resolution
:
{
integrity
:
sha512-
7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/@typescript-eslint/typescript-estree/5.33.
0
_typescript@4.7.4
:
resolution
:
{
integrity
:
sha512-
tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ
==
}
/@typescript-eslint/typescript-estree/5.33.
1
_typescript@4.7.4
:
resolution
:
{
integrity
:
sha512-
JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
typescript
:
'
*'
...
...
@@ -1510,8 +1512,8 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/types'
:
5.33.
0
'
@typescript-eslint/visitor-keys'
:
5.33.
0
'
@typescript-eslint/types'
:
5.33.
1
'
@typescript-eslint/visitor-keys'
:
5.33.
1
debug
:
4.3.4
globby
:
11.1.0
is-glob
:
4.0.3
...
...
@@ -1522,33 +1524,33 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/utils/5.33.
0_qugx7qdu5zevzvxaiqyxfiwqu
q
:
resolution
:
{
integrity
:
sha512-
JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw
==
}
/@typescript-eslint/utils/5.33.
1_4rv7y5c6xz3vfxwhbrcxxi73b
q
:
resolution
:
{
integrity
:
sha512-
uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.0.0 || ^7.0.0 || ^8.0.0
dependencies
:
'
@types/json-schema'
:
7.0.11
'
@typescript-eslint/scope-manager'
:
5.33.
0
'
@typescript-eslint/types'
:
5.33.
0
'
@typescript-eslint/typescript-estree'
:
5.33.
0
_typescript@4.7.4
eslint
:
8.2
1
.0
'
@typescript-eslint/scope-manager'
:
5.33.
1
'
@typescript-eslint/types'
:
5.33.
1
'
@typescript-eslint/typescript-estree'
:
5.33.
1
_typescript@4.7.4
eslint
:
8.2
2
.0
eslint-scope
:
5.1.1
eslint-utils
:
3.0.0_eslint@8.2
1
.0
eslint-utils
:
3.0.0_eslint@8.2
2
.0
transitivePeerDependencies
:
-
supports-color
-
typescript
dev
:
true
/@typescript-eslint/visitor-keys/5.33.
0
:
resolution
:
{
integrity
:
sha512-
/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw
==
}
/@typescript-eslint/visitor-keys/5.33.
1
:
resolution
:
{
integrity
:
sha512-
nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dependencies
:
'
@typescript-eslint/types'
:
5.33.
0
'
@typescript-eslint/types'
:
5.33.
1
eslint-visitor-keys
:
3.3.0
dev
:
true
/@vitejs/plugin-legacy/1.8.2_vite@3.0.
4
:
/@vitejs/plugin-legacy/1.8.2_vite@3.0.
8
:
resolution
:
{
integrity
:
sha512-NCOKU+pU+cxLMR9P9RTolEuOK+h+zYBXlknj+zGcKSj/NXBZYgA1GAH1FnO4zijoWRiTaiOm2ha9LQrELE7XHg==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
...
...
@@ -1558,8 +1560,8 @@ packages:
core-js
:
3.24.1
magic-string
:
0.26.2
regenerator-runtime
:
0.13.9
systemjs
:
6.12.
1
vite
:
3.0.
4
_ldklcjfatu7qedyjhd4as6di6a
systemjs
:
6.12.
2
vite
:
3.0.
8
_ldklcjfatu7qedyjhd4as6di6a
dev
:
true
/@vitejs/plugin-vue-jsx/1.3.10
:
...
...
@@ -1576,14 +1578,14 @@ packages:
-
supports-color
dev
:
true
/@vitejs/plugin-vue/2.3.
3_vite@3.0.4
+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw
==
}
/@vitejs/plugin-vue/2.3.
4_vite@3.0.8
+vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg
==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
vite
:
^2.5.10
vue
:
^3.2.25
dependencies
:
vite
:
3.0.
4
_ldklcjfatu7qedyjhd4as6di6a
vite
:
3.0.
8
_ldklcjfatu7qedyjhd4as6di6a
vue
:
3.2.37
/@vue/babel-helper-vue-transform-on/1.0.2
:
...
...
@@ -1699,7 +1701,7 @@ packages:
'
@vueuse/metadata'
:
8.9.4
'
@vueuse/shared'
:
8.9.4_vue@3.2.37
vue
:
3.2.37
vue-demi
:
0.13.
6
_vue@3.2.37
vue-demi
:
0.13.
8
_vue@3.2.37
/@vueuse/metadata/8.9.4
:
resolution
:
{
integrity
:
sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==
}
...
...
@@ -1716,7 +1718,7 @@ packages:
optional
:
true
dependencies
:
vue
:
3.2.37
vue-demi
:
0.13.
6
_vue@3.2.37
vue-demi
:
0.13.
8
_vue@3.2.37
/JSONStream/1.3.5
:
resolution
:
{
integrity
:
sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
}
...
...
@@ -1761,6 +1763,11 @@ packages:
engines
:
{
node
:
'
>=
10.0.0'
}
dev
:
true
/adm-zip/0.5.9
:
resolution
:
{
integrity
:
sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg==
}
engines
:
{
node
:
'
>=6.0'
}
dev
:
false
/aggregate-error/3.1.0
:
resolution
:
{
integrity
:
sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
}
engines
:
{
node
:
'
>=8'
}
...
...
@@ -1878,7 +1885,7 @@ packages:
postcss
:
^8.1.0
dependencies
:
browserslist
:
4.21.3
caniuse-lite
:
1.0.3000137
4
caniuse-lite
:
1.0.3000137
8
fraction.js
:
4.2.0
normalize-range
:
0.1.2
picocolors
:
1.0.0
...
...
@@ -1965,8 +1972,8 @@ packages:
engines
:
{
node
:
^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7
}
hasBin
:
true
dependencies
:
caniuse-lite
:
1.0.3000137
4
electron-to-chromium
:
1.4.2
12
caniuse-lite
:
1.0.3000137
8
electron-to-chromium
:
1.4.2
24
node-releases
:
2.0.6
update-browserslist-db
:
1.0.5_browserslist@4.21.3
...
...
@@ -2025,8 +2032,8 @@ packages:
engines
:
{
node
:
'
>=10'
}
dev
:
true
/caniuse-lite/1.0.3000137
4
:
resolution
:
{
integrity
:
sha512-
mWvzatRx3w+j5wx/mpFN5v5twlPrabG8NqX2c6e45LCpymdoGqNvRkRutFUqpRTXKFQFNQJasvK0YT7suW6/Hw
==
}
/caniuse-lite/1.0.3000137
8
:
resolution
:
{
integrity
:
sha512-
JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA
==
}
/chalk/2.4.2
:
resolution
:
{
integrity
:
sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
}
...
...
@@ -2108,13 +2115,6 @@ packages:
wrap-ansi
:
7.0.0
dev
:
true
/clone-regexp/2.2.0
:
resolution
:
{
integrity
:
sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==
}
engines
:
{
node
:
'
>=6'
}
dependencies
:
is-regexp
:
2.1.0
dev
:
true
/clone/1.0.4
:
resolution
:
{
integrity
:
sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
}
engines
:
{
node
:
'
>=0.8'
}
...
...
@@ -2139,8 +2139,8 @@ packages:
resolution
:
{
integrity
:
sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
}
dev
:
true
/colord/2.9.
2
:
resolution
:
{
integrity
:
sha512-
Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ
==
}
/colord/2.9.
3
:
resolution
:
{
integrity
:
sha512-
jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw
==
}
dev
:
true
/colorette/2.0.19
:
...
...
@@ -2393,16 +2393,16 @@ packages:
resolution
:
{
integrity
:
sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
}
dev
:
true
/cosmiconfig-typescript-loader/2.0.2_
cvilj4l3ytrlnvtlqw3tscihve
:
/cosmiconfig-typescript-loader/2.0.2_
z5yog5l5yqinvqran22gqy2vdi
:
resolution
:
{
integrity
:
sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==
}
engines
:
{
node
:
'
>=12'
,
npm
:
'
>=6'
}
peerDependencies
:
'
@types/node'
:
'
*'
typescript
:
'
>=3'
dependencies
:
'
@types/node'
:
18.
6.5
'
@types/node'
:
18.
7.6
cosmiconfig
:
7.0.1
ts-node
:
10.9.1_
cvilj4l3ytrlnvtlqw3tscihve
ts-node
:
10.9.1_
z5yog5l5yqinvqran22gqy2vdi
typescript
:
4.7.4
transitivePeerDependencies
:
-
'
@swc/core'
...
...
@@ -2521,8 +2521,8 @@ packages:
resolution
:
{
integrity
:
sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
}
dev
:
true
/dayjs/1.11.
4
:
resolution
:
{
integrity
:
sha512-
Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g
==
}
/dayjs/1.11.
5
:
resolution
:
{
integrity
:
sha512-
CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA
==
}
dev
:
false
/debug/2.6.9
:
...
...
@@ -2695,8 +2695,8 @@ packages:
resolution
:
{
integrity
:
sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
}
dev
:
true
/electron-to-chromium/1.4.2
12
:
resolution
:
{
integrity
:
sha512-
LjQUg1SpLj2GfyaPDVBUHdhmlDU1vDB4f0mJWSGkISoXQrn5/lH3ECPCuo2Bkvf6Y30wO+b69te+rZK/llZmjg
==
}
/electron-to-chromium/1.4.2
24
:
resolution
:
{
integrity
:
sha512-
dOujC5Yzj0nOVE23iD5HKqrRSDj2SD7RazpZS/b/WX85MtO6/LzKDF4TlYZTBteB+7fvSg5JpWh0sN7fImNF8w
==
}
/emoji-regex/8.0.0
:
resolution
:
{
integrity
:
sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
}
...
...
@@ -2752,7 +2752,7 @@ packages:
is-weakref
:
1.0.2
object-inspect
:
1.12.2
object-keys
:
1.1.1
object.assign
:
4.1.
3
object.assign
:
4.1.
4
regexp.prototype.flags
:
1.4.3
string.prototype.trimend
:
1.0.5
string.prototype.trimstart
:
1.0.5
...
...
@@ -2976,16 +2976,16 @@ packages:
engines
:
{
node
:
'
>=10'
}
dev
:
true
/eslint-config-prettier/8.5.0_eslint@8.2
1
.0
:
/eslint-config-prettier/8.5.0_eslint@8.2
2
.0
:
resolution
:
{
integrity
:
sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
}
hasBin
:
true
peerDependencies
:
eslint
:
'
>=7.0.0'
dependencies
:
eslint
:
8.2
1
.0
eslint
:
8.2
2
.0
dev
:
true
/eslint-plugin-prettier/4.2.1_
h62lvancfh4b7r6zn2dgodrh5
e
:
/eslint-plugin-prettier/4.2.1_
i2cojdczqdiurzgttlwdgf764
e
:
resolution
:
{
integrity
:
sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
...
...
@@ -2996,25 +2996,25 @@ packages:
eslint-config-prettier
:
optional
:
true
dependencies
:
eslint
:
8.2
1
.0
eslint-config-prettier
:
8.5.0_eslint@8.2
1
.0
eslint
:
8.2
2
.0
eslint-config-prettier
:
8.5.0_eslint@8.2
2
.0
prettier
:
2.7.1
prettier-linter-helpers
:
1.0.0
dev
:
true
/eslint-plugin-vue/9.3.0_eslint@8.2
1
.0
:
/eslint-plugin-vue/9.3.0_eslint@8.2
2
.0
:
resolution
:
{
integrity
:
sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==
}
engines
:
{
node
:
^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.2.0 || ^7.0.0 || ^8.0.0
dependencies
:
eslint
:
8.2
1
.0
eslint-utils
:
3.0.0_eslint@8.2
1
.0
eslint
:
8.2
2
.0
eslint-utils
:
3.0.0_eslint@8.2
2
.0
natural-compare
:
1.4.0
nth-check
:
2.1.1
postcss-selector-parser
:
6.0.10
semver
:
7.3.7
vue-eslint-parser
:
9.0.3_eslint@8.2
1
.0
vue-eslint-parser
:
9.0.3_eslint@8.2
2
.0
xml-name-validator
:
4.0.0
transitivePeerDependencies
:
-
supports-color
...
...
@@ -3036,13 +3036,13 @@ packages:
estraverse
:
5.3.0
dev
:
true
/eslint-utils/3.0.0_eslint@8.2
1
.0
:
/eslint-utils/3.0.0_eslint@8.2
2
.0
:
resolution
:
{
integrity
:
sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
}
engines
:
{
node
:
^10.0.0 || ^12.0.0 || >= 14.0.0
}
peerDependencies
:
eslint
:
'
>=5'
dependencies
:
eslint
:
8.2
1
.0
eslint
:
8.2
2
.0
eslint-visitor-keys
:
2.1.0
dev
:
true
...
...
@@ -3056,8 +3056,8 @@ packages:
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/eslint/8.2
1
.0
:
resolution
:
{
integrity
:
sha512-
/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfD
A==
}
/eslint/8.2
2
.0
:
resolution
:
{
integrity
:
sha512-
ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4w
A==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
hasBin
:
true
dependencies
:
...
...
@@ -3071,7 +3071,7 @@ packages:
doctrine
:
3.0.0
escape-string-regexp
:
4.0.0
eslint-scope
:
7.1.1
eslint-utils
:
3.0.0_eslint@8.2
1
.0
eslint-utils
:
3.0.0_eslint@8.2
2
.0
eslint-visitor-keys
:
3.3.0
espree
:
9.3.3
esquery
:
1.4.0
...
...
@@ -3179,13 +3179,6 @@ packages:
strip-final-newline
:
3.0.0
dev
:
true
/execall/2.0.0
:
resolution
:
{
integrity
:
sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==
}
engines
:
{
node
:
'
>=8'
}
dependencies
:
clone-regexp
:
2.2.0
dev
:
true
/expand-tilde/2.0.2
:
resolution
:
{
integrity
:
sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==
}
engines
:
{
node
:
'
>=0.10.0'
}
...
...
@@ -3481,11 +3474,6 @@ packages:
yargs
:
16.2.0
dev
:
true
/get-stdin/8.0.0
:
resolution
:
{
integrity
:
sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
}
engines
:
{
node
:
'
>=10'
}
dev
:
true
/get-stream/6.0.1
:
resolution
:
{
integrity
:
sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
}
engines
:
{
node
:
'
>=10'
}
...
...
@@ -3661,7 +3649,7 @@ packages:
source-map
:
0.6.1
wordwrap
:
1.0.0
optionalDependencies
:
uglify-js
:
3.1
6.3
uglify-js
:
3.1
7.0
dev
:
true
/hard-rejection/2.1.0
:
...
...
@@ -4011,11 +3999,6 @@ packages:
has-tostringtag
:
1.0.0
dev
:
true
/is-regexp/2.1.0
:
resolution
:
{
integrity
:
sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==
}
engines
:
{
node
:
'
>=6'
}
dev
:
true
/is-shared-array-buffer/1.0.2
:
resolution
:
{
integrity
:
sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
}
dependencies
:
...
...
@@ -4668,8 +4651,8 @@ packages:
engines
:
{
node
:
'
>=
0.4'
}
dev
:
true
/object.assign/4.1.
3
:
resolution
:
{
integrity
:
sha512-
ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA
==
}
/object.assign/4.1.
4
:
resolution
:
{
integrity
:
sha512-
1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ
==
}
engines
:
{
node
:
'
>=
0.4'
}
dependencies
:
call-bind
:
1.0.2
...
...
@@ -4931,8 +4914,8 @@ packages:
engines
:
{
node
:
'
>=6'
}
optional
:
true
/pinia/2.0.1
7
_j6bzmzd4ujpabbp5objtwxyjp4
:
resolution
:
{
integrity
:
sha512-
AtwLwEWQgIjofjgeFT+nxbnK5lT2QwQjaHNEDqpsi2AiCwf/NY78uWTeHUyEhiiJy8+sBmw0ujgQMoQbWiZDfA
==
}
/pinia/2.0.1
8
_j6bzmzd4ujpabbp5objtwxyjp4
:
resolution
:
{
integrity
:
sha512-
I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg
==
}
peerDependencies
:
'
@vue/composition-api'
:
^1.4.0
typescript
:
'
>=4.4.4'
...
...
@@ -4946,7 +4929,7 @@ packages:
'
@vue/devtools-api'
:
6.2.1
typescript
:
4.7.4
vue
:
3.2.37
vue-demi
:
0.13.
6
_vue@3.2.37
vue-demi
:
0.13.
8
_vue@3.2.37
dev
:
false
/pont-engine/1.3.3
:
...
...
@@ -5355,13 +5338,21 @@ packages:
glob
:
7.2.3
dev
:
true
/rollup/2.77.
2
:
resolution
:
{
integrity
:
sha512-
m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1
g==
}
/rollup/2.77.
3
:
resolution
:
{
integrity
:
sha512-
/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+
g==
}
engines
:
{
node
:
'
>=10.0.0'
}
hasBin
:
true
optionalDependencies
:
fsevents
:
2.3.2
/rollup/2.78.0
:
resolution
:
{
integrity
:
sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==
}
engines
:
{
node
:
'
>=10.0.0'
}
hasBin
:
true
optionalDependencies
:
fsevents
:
2.3.2
dev
:
false
/run-async/2.4.1
:
resolution
:
{
integrity
:
sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
}
engines
:
{
node
:
'
>=0.12.0'
}
...
...
@@ -5718,7 +5709,7 @@ packages:
resolution
:
{
integrity
:
sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==
}
dev
:
true
/stylelint-config-html/1.1.0_
5rxrxgs7sjazj2ve56ds3kmipi
:
/stylelint-config-html/1.1.0_
p3sfza3ylapcvxk5wvhsxfln5e
:
resolution
:
{
integrity
:
sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==
}
engines
:
{
node
:
^12 || >=14
}
peerDependencies
:
...
...
@@ -5726,62 +5717,60 @@ packages:
stylelint
:
'
>=14.0.0'
dependencies
:
postcss-html
:
1.5.0
stylelint
:
14.
9.1
stylelint
:
14.
10.0
dev
:
true
/stylelint-config-prettier/9.0.3_stylelint@14.
9.1
:
/stylelint-config-prettier/9.0.3_stylelint@14.
10.0
:
resolution
:
{
integrity
:
sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==
}
engines
:
{
node
:
'
>=
12'
}
hasBin
:
true
peerDependencies
:
stylelint
:
'
>=11.0.0'
dependencies
:
stylelint
:
14.
9.1
stylelint
:
14.
10.0
dev
:
true
/stylelint-config-recommended/8.0.0_stylelint@14.
9.1
:
/stylelint-config-recommended/8.0.0_stylelint@14.
10.0
:
resolution
:
{
integrity
:
sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==
}
peerDependencies
:
stylelint
:
^14.8.0
dependencies
:
stylelint
:
14.
9.1
stylelint
:
14.
10.0
dev
:
true
/stylelint-config-standard/26.0.0_stylelint@14.
9.1
:
/stylelint-config-standard/26.0.0_stylelint@14.
10.0
:
resolution
:
{
integrity
:
sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==
}
peerDependencies
:
stylelint
:
^14.9.0
dependencies
:
stylelint
:
14.
9.1
stylelint-config-recommended
:
8.0.0_stylelint@14.
9.1
stylelint
:
14.
10.0
stylelint-config-recommended
:
8.0.0_stylelint@14.
10.0
dev
:
true
/stylelint-order/5.0.0_stylelint@14.
9.1
:
/stylelint-order/5.0.0_stylelint@14.
10.0
:
resolution
:
{
integrity
:
sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==
}
peerDependencies
:
stylelint
:
^14.0.0
dependencies
:
postcss
:
8.4.16
postcss-sorting
:
7.0.1_postcss@8.4.16
stylelint
:
14.
9.1
stylelint
:
14.
10.0
dev
:
true
/stylelint/14.
9.1
:
resolution
:
{
integrity
:
sha512-
RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA
==
}
/stylelint/14.
10.0
:
resolution
:
{
integrity
:
sha512-
VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ
==
}
engines
:
{
node
:
^12.20.0 || ^14.13.1 || >=16.0.0
}
hasBin
:
true
dependencies
:
'
@csstools/selector-specificity'
:
2.0.2_pnx64jze6bptzcedy5bidi3zdi
balanced-match
:
2.0.0
colord
:
2.9.
2
colord
:
2.9.
3
cosmiconfig
:
7.0.1
css-functions-list
:
3.1.0
debug
:
4.3.4
execall
:
2.0.0
fast-glob
:
3.2.11
fastest-levenshtein
:
1.0.16
file-entry-cache
:
6.0.1
get-stdin
:
8.0.0
global-modules
:
2.0.0
globby
:
11.1.0
globjoin
:
0.1.4
...
...
@@ -5810,7 +5799,7 @@ packages:
svg-tags
:
1.0.0
table
:
6.8.0
v8-compile-cache
:
2.3.0
write-file-atomic
:
4.0.
1
write-file-atomic
:
4.0.
2
transitivePeerDependencies
:
-
supports-color
dev
:
true
...
...
@@ -5857,8 +5846,8 @@ packages:
resolution
:
{
integrity
:
sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==
}
dev
:
true
/systemjs/6.12.
1
:
resolution
:
{
integrity
:
sha512-
hqTN6kW+pN6/qro6G9OZ7ceDQOcYno020zBQKpZQLsJhYTDMCMNfXi/Y8duF5iW+4WWZr42ry0MMkcRGpbwG2A
==
}
/systemjs/6.12.
2
:
resolution
:
{
integrity
:
sha512-
m8E/zVRcfwPiCVtj7iAtL5JdfewnBVvq1HfnPlg30U3SIRCCj1sH2kDLl/PJJvgGB8rSZI65ZXmeZyQshK4aYg
==
}
dev
:
true
/table/6.8.0
:
...
...
@@ -5965,7 +5954,7 @@ packages:
engines
:
{
node
:
'
>=8'
}
dev
:
true
/ts-node/10.9.1_
cvilj4l3ytrlnvtlqw3tscihve
:
/ts-node/10.9.1_
z5yog5l5yqinvqran22gqy2vdi
:
resolution
:
{
integrity
:
sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
}
hasBin
:
true
peerDependencies
:
...
...
@@ -5984,7 +5973,7 @@ packages:
'
@tsconfig/node12'
:
1.0.11
'
@tsconfig/node14'
:
1.0.3
'
@tsconfig/node16'
:
1.0.3
'
@types/node'
:
18.
6.5
'
@types/node'
:
18.
7.6
acorn
:
8.8.0
acorn-walk
:
8.2.0
arg
:
4.1.3
...
...
@@ -6064,8 +6053,8 @@ packages:
engines
:
{
node
:
'
>=4.2.0'
}
hasBin
:
true
/uglify-js/3.1
6.3
:
resolution
:
{
integrity
:
sha512-
uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw
==
}
/uglify-js/3.1
7.0
:
resolution
:
{
integrity
:
sha512-
aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg
==
}
engines
:
{
node
:
'
>=0.8.0'
}
hasBin
:
true
requiresBuild
:
true
...
...
@@ -6095,7 +6084,7 @@ packages:
engines
:
{
node
:
'
>=
0.8'
}
dev
:
true
/unplugin-auto-import/0.7.2_
acydjjxemu2xp4gd2vardb6gwa
:
/unplugin-auto-import/0.7.2_
rw7qhmomomz2o5q2bfguevjfvy
:
resolution
:
{
integrity
:
sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==
}
engines
:
{
node
:
'
>=14'
}
peerDependencies
:
...
...
@@ -6110,7 +6099,7 @@ packages:
local-pkg
:
0.4.2
magic-string
:
0.26.2
resolve
:
1.22.1
unplugin
:
0.6.3_vite@3.0.
4
unplugin
:
0.6.3_vite@3.0.
8
transitivePeerDependencies
:
-
esbuild
-
rollup
...
...
@@ -6118,7 +6107,7 @@ packages:
-
webpack
dev
:
true
/unplugin/0.6.3_vite@3.0.
4
:
/unplugin/0.6.3_vite@3.0.
8
:
resolution
:
{
integrity
:
sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==
}
peerDependencies
:
esbuild
:
'
>=0.13'
...
...
@@ -6136,7 +6125,7 @@ packages:
optional
:
true
dependencies
:
chokidar
:
3.5.3
vite
:
3.0.
4
_ldklcjfatu7qedyjhd4as6di6a
vite
:
3.0.
8
_ldklcjfatu7qedyjhd4as6di6a
webpack-sources
:
3.2.3
webpack-virtual-modules
:
0.4.4
dev
:
true
...
...
@@ -6195,8 +6184,8 @@ packages:
engines
:
{
node
:
'
>=
0.8'
}
dev
:
true
/vite/3.0.
4
_ldklcjfatu7qedyjhd4as6di6a
:
resolution
:
{
integrity
:
sha512-
NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA
==
}
/vite/3.0.
8
_ldklcjfatu7qedyjhd4as6di6a
:
resolution
:
{
integrity
:
sha512-
AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ
==
}
engines
:
{
node
:
^14.18.0 || >=16.0.0
}
hasBin
:
true
peerDependencies
:
...
...
@@ -6218,14 +6207,14 @@ packages:
less
:
4.1.3
postcss
:
8.4.16
resolve
:
1.22.1
rollup
:
2.77.
2
rollup
:
2.77.
3
stylus
:
0.56.0
terser
:
5.14.2
optionalDependencies
:
fsevents
:
2.3.2
/vue-demi/0.13.
6
_vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
02NYpxgyGE2kKGegRPYlNQSL1UWfA/+JqvzhGCOYjhfbLWXU5QQX0+9pAm/R2sCOPKr5NBxVIab7fvFU0B1RxQ
==
}
/vue-demi/0.13.
8
_vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
Vy1zbZhCOdsmvGR6tJhAvO5vhP7eiS8xkbYQSoVa7o6KlIy3W8Rc53ED4qI4qpeRDjv3mLfXSEpYU6Yq4pgXRg
==
}
engines
:
{
node
:
'
>=12'
}
hasBin
:
true
requiresBuild
:
true
...
...
@@ -6238,14 +6227,14 @@ packages:
dependencies
:
vue
:
3.2.37
/vue-eslint-parser/9.0.3_eslint@8.2
1
.0
:
/vue-eslint-parser/9.0.3_eslint@8.2
2
.0
:
resolution
:
{
integrity
:
sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==
}
engines
:
{
node
:
^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
'
>=6.0.0'
dependencies
:
debug
:
4.3.4
eslint
:
8.2
1
.0
eslint
:
8.2
2
.0
eslint-scope
:
7.1.1
eslint-visitor-keys
:
3.3.0
espree
:
9.3.3
...
...
@@ -6377,9 +6366,9 @@ packages:
/wrappy/1.0.2
:
resolution
:
{
integrity
:
sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
}
/write-file-atomic/4.0.
1
:
resolution
:
{
integrity
:
sha512-
nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ
==
}
engines
:
{
node
:
^12.13.0 || ^14.15.0 || >=16
}
/write-file-atomic/4.0.
2
:
resolution
:
{
integrity
:
sha512-
7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg
==
}
engines
:
{
node
:
^12.13.0 || ^14.15.0 || >=16
.0.0
}
dependencies
:
imurmurhash
:
0.1.4
signal-exit
:
3.0.7
...
...
src/App.vue
浏览文件 @
7a5248f4
<
script
setup
lang=
"ts"
>
import
{
Message
}
from
'@/common/message'
onLaunch
(()
=>
{
console
.
log
(
'App Launch'
)
})
...
...
@@ -12,17 +14,11 @@
})
onError
((
err
)
=>
{
uni
.
showToast
({
title
:
'App Error: '
+
err
,
icon
:
'none'
,
})
Message
.
toast
(
'App Error: '
+
err
)
})
onUnhandledRejection
((
err
)
=>
{
uni
.
showToast
({
title
:
'App UnhandledRejection: '
+
err
,
icon
:
'none'
,
})
Message
.
toast
(
'App UnhandledRejection: '
+
err
)
})
</
script
>
...
...
src/common/fui-app.ts
浏览文件 @
7a5248f4
// 本文件由FirstUI授权予长沙壹润信息科技发展有限公司(手机号: 156 16 26 019 5,身份证尾号:503 75T)专用,请尊重知识产权,勿私下传播,违者追究法律责任。
const
fui
=
{
toast
:
function
(
text
:
string
)
{
text
&&
if
(
text
)
{
// #ifndef APP-PLUS
uni
.
showToast
({
title
:
text
,
icon
:
'none'
,
duration
:
2000
,
})
// #endif
// #ifdef APP-PLUS
plus
.
nativeUI
.
toast
(
text
,
{
duration
:
'short'
,
})
// #endif
}
},
modal
:
function
(
title
:
string
,
...
...
src/common/message.ts
0 → 100644
浏览文件 @
7a5248f4
export
const
Message
=
{
/**
* 消息轻提示
* @param text 消息内容
*/
toast
:
function
(
text
:
string
)
{
if
(
text
)
{
// #ifndef APP-PLUS
uni
.
showToast
({
title
:
text
,
icon
:
'none'
,
duration
:
2000
,
})
// #endif
// #ifdef APP-PLUS
plus
.
nativeUI
.
toast
(
text
,
{
duration
:
'short'
,
})
// #endif
}
},
}
src/components/firstui/fui-footer/fui-footer.vue
浏览文件 @
7a5248f4
...
...
@@ -120,10 +120,10 @@
left
:
0
;
right
:
0
;
/* #ifndef APP-NVUE */
left
:
constant
(
safe-area-inset-left
);
/*
left: constant(safe-area-inset-left);
left: env(safe-area-inset-left);
right: constant(safe-area-inset-right);
right
:
env
(
safe-area-inset-right
)
right: env(safe-area-inset-right)
*/
/* #endif */
}
...
...
src/pages/index/index.vue
浏览文件 @
7a5248f4
<
script
setup
lang=
"ts"
>
import
{
Message
}
from
'@/common/message'
import
dayjs
from
'dayjs'
const
year
=
ref
(
dayjs
().
year
())
...
...
@@ -6,14 +7,27 @@
// TODO: 测试接口
API
.
example
.
hello
.
request
().
then
((
body
)
=>
{
console
.
log
(
body
)
title
.
value
=
body
Message
.
toast
(
body
)
console
.
log
(
body
)
})
const
change
=
()
=>
{
const
orientation
=
plus
.
navigator
.
getOrientation
()
Message
.
toast
(
'Orientation: '
+
orientation
)
if
(
orientation
===
0
)
{
plus
.
screen
.
lockOrientation
(
'landscape-primary'
)
}
else
if
(
orientation
===
90
)
{
plus
.
screen
.
lockOrientation
(
'portrait-primary'
)
}
}
</
script
>
<
template
>
<view
class=
"content"
>
<fui-avatar
src=
"/static/logo.png"
radius=
"14"
/>
<fui-avatar
src=
"/static/logo.png"
radius=
"14"
@
click=
"change"
/>
<view
class=
"info"
>
<text
class=
"title"
>
{{
title
}}
</text>
<text
class=
"title"
>
{{
$t
(
'app.hello'
)
}}
</text>
...
...
types/auto-imports.d.ts
浏览文件 @
7a5248f4
...
...
@@ -18,6 +18,7 @@ declare global {
const
isReadonly
:
typeof
import
(
'vue'
)[
'isReadonly'
]
const
isRef
:
typeof
import
(
'vue'
)[
'isRef'
]
const
markRaw
:
typeof
import
(
'vue'
)[
'markRaw'
]
const
Message
:
typeof
import
(
'@/commom/message'
)[
'Message'
]
const
nextTick
:
typeof
import
(
'vue'
)[
'nextTick'
]
const
onActivated
:
typeof
import
(
'vue'
)[
'onActivated'
]
const
onAddToFavorites
:
typeof
import
(
'@dcloudio/uni-app'
)[
'onAddToFavorites'
]
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论