提交 28af3870 作者: 方治民

feat: 新增 unplugin-imagemin 处理图片压缩

上级 1fb194ef
import type { Plugin } from 'vite'
// https://github.com/ErKeLost/unplugin-imagemin
import imagemin from 'unplugin-imagemin/vite'
export function configImageminPlugin(): Plugin {
return imagemin({
// https://github.com/ErKeLost/unplugin-imagemin#warning
mode: 'sharp',
})
}
...@@ -3,6 +3,7 @@ import colors from 'picocolors' ...@@ -3,6 +3,7 @@ import colors from 'picocolors'
import { configUniPlugin } from './uni' import { configUniPlugin } from './uni'
import { configImportPlugin } from './unplugin' import { configImportPlugin } from './unplugin'
import { configUnocssPlugin } from './unocss' import { configUnocssPlugin } from './unocss'
import { configImageminPlugin } from './imagemin'
import pkg from '../../package.json' import pkg from '../../package.json'
...@@ -27,6 +28,9 @@ export function createVitePlugins(viteEnv: ViteEnv) { ...@@ -27,6 +28,9 @@ export function createVitePlugins(viteEnv: ViteEnv) {
// unplugin-vue-components // unplugin-vue-components
vitePlugins.push(configImportPlugin()) vitePlugins.push(configImportPlugin())
// unplugin-imagemin
vitePlugins.push(configImageminPlugin())
// uni-app // uni-app
vitePlugins.push(configUniPlugin()) vitePlugins.push(configUniPlugin())
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s", "log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"up": "pnpx @dcloudio/uvm alpha",
"prepare": "husky install" "prepare": "husky install"
}, },
"config": { "config": {
...@@ -65,18 +66,19 @@ ...@@ -65,18 +66,19 @@
} }
}, },
"dependencies": { "dependencies": {
"@dcloudio/uni-app": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-app": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-app-plus": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-app-plus": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-components": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-components": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-h5": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-h5": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-jd": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-lark": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-qq": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-lark": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-qq": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-ui": "^1.4.26", "@dcloudio/uni-ui": "^1.4.26",
"@vue/runtime-core": "^3.2.47", "@vue/runtime-core": "^3.2.47",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^9.13.0",
...@@ -99,10 +101,11 @@ ...@@ -99,10 +101,11 @@
"@commitlint/cli": "^17.4.4", "@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4", "@commitlint/config-conventional": "^17.4.4",
"@dcloudio/types": "^3.3.2", "@dcloudio/types": "^3.3.2",
"@dcloudio/uni-automator": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-automator": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-cli-shared": "3.0.0-alpha-3070720230316001",
"@dcloudio/uni-helper-json": "^1.0.13", "@dcloudio/uni-helper-json": "^1.0.13",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3070720230314001", "@dcloudio/uni-stacktracey": "3.0.0-alpha-3070720230316001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3070720230316001",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.7",
"@types/mockjs": "^1.0.7", "@types/mockjs": "^1.0.7",
"@types/node": "^18.15.3", "@types/node": "^18.15.3",
...@@ -150,6 +153,7 @@ ...@@ -150,6 +153,7 @@
"unocss": "^0.50.6", "unocss": "^0.50.6",
"unocss-preset-weapp": "^0.5.1", "unocss-preset-weapp": "^0.5.1",
"unplugin-auto-import": "^0.15.1", "unplugin-auto-import": "^0.15.1",
"unplugin-imagemin": "^0.3.11",
"unplugin-vue-components": "^0.24.1", "unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0", "vite": "^4.2.0",
"vue-eslint-parser": "^9.1.0" "vue-eslint-parser": "^9.1.0"
......
...@@ -4,23 +4,25 @@ specifiers: ...@@ -4,23 +4,25 @@ specifiers:
'@commitlint/cli': ^17.4.4 '@commitlint/cli': ^17.4.4
'@commitlint/config-conventional': ^17.4.4 '@commitlint/config-conventional': ^17.4.4
'@dcloudio/types': ^3.3.2 '@dcloudio/types': ^3.3.2
'@dcloudio/uni-app': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-app': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-app-plus': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-app-plus': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-automator': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-automator': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-components': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-components': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-h5': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-h5': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-helper-json': ^1.0.13 '@dcloudio/uni-helper-json': ^1.0.13
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-alipay': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-baidu': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-jd': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-lark': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-qq': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-stacktracey': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-ui': ^1.4.26 '@dcloudio/uni-ui': ^1.4.26
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3070720230314001 '@dcloudio/vite-plugin-uni': 3.0.0-alpha-3070720230316001
'@types/lodash-es': ^4.17.7 '@types/lodash-es': ^4.17.7
'@types/mockjs': ^1.0.7 '@types/mockjs': ^1.0.7
'@types/node': ^18.15.3 '@types/node': ^18.15.3
...@@ -79,6 +81,7 @@ specifiers: ...@@ -79,6 +81,7 @@ specifiers:
unocss: ^0.50.6 unocss: ^0.50.6
unocss-preset-weapp: ^0.5.1 unocss-preset-weapp: ^0.5.1
unplugin-auto-import: ^0.15.1 unplugin-auto-import: ^0.15.1
unplugin-imagemin: ^0.3.11
unplugin-vue-components: ^0.24.1 unplugin-vue-components: ^0.24.1
urijs: ^1.19.11 urijs: ^1.19.11
vite: ^4.2.0 vite: ^4.2.0
...@@ -89,18 +92,19 @@ specifiers: ...@@ -89,18 +92,19 @@ specifiers:
vue-types: ^5.0.2 vue-types: ^5.0.2
dependencies: dependencies:
'@dcloudio/uni-app': 3.0.0-alpha-3070720230314001_m7ql4gwhb5ezsv7krgejogeczq '@dcloudio/uni-app': 3.0.0-alpha-3070720230316001_m7ql4gwhb5ezsv7krgejogeczq
'@dcloudio/uni-app-plus': 3.0.0-alpha-3070720230314001_yyftienbqt4hhb6vsmjp67iaku '@dcloudio/uni-app-plus': 3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku
'@dcloudio/uni-components': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-components': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-h5': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-h5': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-alipay': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-baidu': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-jd': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-lark': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-qq': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-ui': 1.4.26 '@dcloudio/uni-ui': 1.4.26
'@vue/runtime-core': 3.2.47 '@vue/runtime-core': 3.2.47
'@vueuse/core': 9.13.0_vue@3.2.47 '@vueuse/core': 9.13.0_vue@3.2.47
...@@ -123,10 +127,11 @@ devDependencies: ...@@ -123,10 +127,11 @@ devDependencies:
'@commitlint/cli': 17.4.4 '@commitlint/cli': 17.4.4
'@commitlint/config-conventional': 17.4.4 '@commitlint/config-conventional': 17.4.4
'@dcloudio/types': 3.3.2 '@dcloudio/types': 3.3.2
'@dcloudio/uni-automator': 3.0.0-alpha-3070720230314001_knjsmvrz64yghq6moyd3423frq '@dcloudio/uni-automator': 3.0.0-alpha-3070720230316001_knjsmvrz64yghq6moyd3423frq
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-helper-json': 1.0.13 '@dcloudio/uni-helper-json': 1.0.13
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3070720230314001_yyftienbqt4hhb6vsmjp67iaku '@dcloudio/uni-stacktracey': 3.0.0-alpha-3070720230316001
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku
'@types/lodash-es': 4.17.7 '@types/lodash-es': 4.17.7
'@types/mockjs': 1.0.7 '@types/mockjs': 1.0.7
'@types/node': 18.15.3 '@types/node': 18.15.3
...@@ -174,6 +179,7 @@ devDependencies: ...@@ -174,6 +179,7 @@ devDependencies:
unocss: 0.50.6_postcss@8.4.21+vite@4.2.0 unocss: 0.50.6_postcss@8.4.21+vite@4.2.0
unocss-preset-weapp: 0.5.1 unocss-preset-weapp: 0.5.1
unplugin-auto-import: 0.15.1_@vueuse+core@9.13.0 unplugin-auto-import: 0.15.1_@vueuse+core@9.13.0
unplugin-imagemin: 0.3.11
unplugin-vue-components: 0.24.1_vue@3.2.47 unplugin-vue-components: 0.24.1_vue@3.2.47
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu
vue-eslint-parser: 9.1.0_eslint@8.36.0 vue-eslint-parser: 9.1.0_eslint@8.36.0
...@@ -1575,11 +1581,11 @@ packages: ...@@ -1575,11 +1581,11 @@ packages:
/@dcloudio/types/3.3.2: /@dcloudio/types/3.3.2:
resolution: {integrity: sha512-O+7M55RXqYJMCTh3MC86IGJvDPTR+v214yUeaoz1YUIHa2gJdgObs4RRwfAwZoLMtdoZ9J5BElZZqRy5oi+UTg==} resolution: {integrity: sha512-O+7M55RXqYJMCTh3MC86IGJvDPTR+v214yUeaoz1YUIHa2gJdgObs4RRwfAwZoLMtdoZ9J5BElZZqRy5oi+UTg==}
/@dcloudio/uni-app-plus/3.0.0-alpha-3070720230314001_yyftienbqt4hhb6vsmjp67iaku: /@dcloudio/uni-app-plus/3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku:
resolution: {integrity: sha512-ddOm3hKhf0ksRxVBpWqYphNPcyx/eAbc500+xuPVPvv0UfRgYxhQzU1DMad7mQ7GOaG+ppDQ+BiN+JZnM5N/Aw==} resolution: {integrity: sha512-P959l+VtTw37iO6UIoHFW1ec4QERFDOHC8/c+/hx5jEGcVrlb1JZ0tvvlNa4xCaOl0vMM3041QgYg/gEDmQE4A==}
dependencies: dependencies:
'@dcloudio/uni-app-vite': 3.0.0-alpha-3070720230314001_yyftienbqt4hhb6vsmjp67iaku '@dcloudio/uni-app-vite': 3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku
'@dcloudio/uni-app-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-app-vue': 3.0.0-alpha-3070720230316001
debug: 4.3.4 debug: 4.3.4
fs-extra: 10.1.0 fs-extra: 10.1.0
licia: 1.38.0 licia: 1.38.0
...@@ -1592,13 +1598,13 @@ packages: ...@@ -1592,13 +1598,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-app-vite/3.0.0-alpha-3070720230314001_yyftienbqt4hhb6vsmjp67iaku: /@dcloudio/uni-app-vite/3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku:
resolution: {integrity: sha512-f67qOrJunMJ7t3Gf7Vk+kSELEDbLsy7WtgmotrP3g3k/cUieS1hz7WeGH3OnP8WjxyDB6uid9JreME9kBkPg1A==} resolution: {integrity: sha512-KG36g/fHgLnxR6ymWMTbn9WFgP+irMG7sEr0lcr6YusBLMwVNShjaWSxf4l1q9rsqQFjkKv5jvrIBYYLe9HRog==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47 '@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
...@@ -1614,22 +1620,22 @@ packages: ...@@ -1614,22 +1620,22 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-app-vue/3.0.0-alpha-3070720230314001: /@dcloudio/uni-app-vue/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-Rio5RLcBp+aUt1G0yJyLuWvO7b1lmdBMAx3j8N0/YfnegX7pFhru2Rf8oN+FgdPb6M+kan+e8nZNgGe+1aA/aw==} resolution: {integrity: sha512-ItzQTzbTREKm1VrdFtMr+ti0Ol1VA6RLar9fSjp2ZcxYgS2OlyAsisPL4Kavuc/w6VCiLk2BlvPrHi8EEV+sKQ==}
dev: false dev: false
/@dcloudio/uni-app/3.0.0-alpha-3070720230314001_m7ql4gwhb5ezsv7krgejogeczq: /@dcloudio/uni-app/3.0.0-alpha-3070720230316001_m7ql4gwhb5ezsv7krgejogeczq:
resolution: {integrity: sha512-pj+DMDfjrQr19kTy4jfFZpAm7yDcCrPudfiKitVKLG41LJhxCcjjEZGq5tZb+4keetzRqdcvy3OMbWw/4nPlHQ==} resolution: {integrity: sha512-2wlKMe/fPJsmp2iqamWuOqO5HHS6nixC7WIutFggXKUhJSIG2Lacums2FjAolUMHve7nQD340HpUBVTvgXM7eA==}
peerDependencies: peerDependencies:
'@dcloudio/types': ^3.3.2 '@dcloudio/types': ^3.3.2
dependencies: dependencies:
'@dcloudio/types': 3.3.2 '@dcloudio/types': 3.3.2
'@dcloudio/uni-cloud': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cloud': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-components': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-components': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-push': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-push': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-stat': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-stat': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -1638,13 +1644,13 @@ packages: ...@@ -1638,13 +1644,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-automator/3.0.0-alpha-3070720230314001_knjsmvrz64yghq6moyd3423frq: /@dcloudio/uni-automator/3.0.0-alpha-3070720230316001_knjsmvrz64yghq6moyd3423frq:
resolution: {integrity: sha512-gF0CLNwOn5DV7B0v6Zhf3VfMcUTNOPkWYIiOkSKVEzIkGtcjzPHof20Z+u/jMBBtRnsQW69M42/enhVjGG/2tg==} resolution: {integrity: sha512-gdxjq3U6zouwlIgDP9VoPGDCkzDYwGM+nXtCbSH3VLpDVof3oEJRs1FZUJGL6MHTiz8nt++O8CwRZlPhGejjQg==}
peerDependencies: peerDependencies:
jest: 27.0.4 jest: 27.0.4
jest-environment-node: 27.5.1 jest-environment-node: 27.5.1
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
address: 1.2.2 address: 1.2.2
cross-env: 7.0.3 cross-env: 7.0.3
debug: 4.3.4 debug: 4.3.4
...@@ -1665,16 +1671,16 @@ packages: ...@@ -1665,16 +1671,16 @@ packages:
- vue - vue
dev: true dev: true
/@dcloudio/uni-cli-shared/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-cli-shared/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-jEnUyg/i3ZOlDbauCUwm1vWPrYdSAHiLxalA0MXbDvbExM80MDlXvLmKjHiUm+dEmSw4dgzDm/voKoNPx8rQBQ==} resolution: {integrity: sha512-1swh2R80SDrM/HwjjbcChLQnorm1yMJtR0wjHgGMv003+Qk3dyIM9Dn4oeIbHa2CiH3KoogcqUfQfzPtJuR34Q==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
dependencies: dependencies:
'@ampproject/remapping': 2.2.0 '@ampproject/remapping': 2.2.0
'@babel/core': 7.21.3 '@babel/core': 7.21.3
'@babel/parser': 7.21.3 '@babel/parser': 7.21.3
'@babel/types': 7.21.3 '@babel/types': 7.21.3
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@intlify/core-base': 9.1.9 '@intlify/core-base': 9.1.9
'@intlify/shared': 9.1.9 '@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9 '@intlify/vue-devtools': 9.1.9
...@@ -1715,12 +1721,12 @@ packages: ...@@ -1715,12 +1721,12 @@ packages:
- ts-node - ts-node
- vue - vue
/@dcloudio/uni-cloud/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-cloud/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-LASJVAxB0bfdMqbSM2abZw5CtS2olikjOH9CclFz4xeCUO5gEUFp4Yd6E6WdlI1YhYk4ylpeXZL7boq0Goepug==} resolution: {integrity: sha512-BwD2OtTEtzGLPlOVGS2xwPb3qwGCmaoaK0JMPQ0xK3ecH9PWa/yD9ZMyCXx5PiCQO3rpYOdBvG+GxCd6OppBqw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
fast-glob: 3.2.12 fast-glob: 3.2.12
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1730,15 +1736,15 @@ packages: ...@@ -1730,15 +1736,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-components/3.0.0-alpha-3070720230314001: /@dcloudio/uni-components/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-FISK/50S710fie0yUoqcAEG5soqLeV90yrUK430w8/B52sxLGGlvl6yM0rwiuPOOUqiGbFcP421QDGGdQcxOuA==} resolution: {integrity: sha512-T9IVGjGRq0Yst8doAWr6n+VvlM61Uxr16M9zCvv/a0qiTYz25jk817GJ8iwrjVtvl8MI55GB9Y+a+JsU7UNtEA==}
dev: false dev: false
/@dcloudio/uni-h5-vite/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-h5-vite/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-JMSaQu21fwL8EwLmSRtWNoW/3dS9jOHep0MapSUh4mackXrDH9MMzrskNPa8L7CffJFIiOVeFW28OQQ15d3HHw==} resolution: {integrity: sha512-ASS5EA4AjLDIwkGYpOFInstEqhuoHLMveMhhLePYrmcQJC/lT7q2191ye47P1MR81x2xAGxcLv6nNMj2F+Zd1A==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
...@@ -1755,19 +1761,19 @@ packages: ...@@ -1755,19 +1761,19 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-h5-vue/3.0.0-alpha-3070720230314001: /@dcloudio/uni-h5-vue/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-svpaqRZZdc0Z8lL5dbymkfT66P7QaTkijCFgU36LyvcSIzzT1lh2e/cCtMDvunUUCS3/STRzdnlYncqGtcP0zQ==} resolution: {integrity: sha512-1QRF1OfgHMSRvEjU9XSwyoONiYBeSEXuge7GsSdmGO8T9FKCOx8eU0Yrg0v/zRLO11Q7s0wVohpz5B+TxnUuMg==}
dependencies: dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
dev: false dev: false
/@dcloudio/uni-h5/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-h5/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-05/+N2jcOixKdGhpCUM7opUAVEX+WhczKr91ZijmCzGm5rbv6TnXx1c/Fzmw9oORK1KET8OTmG5rUgIEYFcsgA==} resolution: {integrity: sha512-bS2Mwe/i18oOaPxi2jli12DjWtDaguEw68DmmH7aBOyhd1xsKVu8I51CKtnOER8PtB3DZoYMH/lsPex0HB2m0A==}
dependencies: dependencies:
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-h5-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-h5-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/server-renderer': 3.2.47_vue@3.2.47 '@vue/server-renderer': 3.2.47_vue@3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
debug: 4.3.4 debug: 4.3.4
...@@ -1787,16 +1793,16 @@ packages: ...@@ -1787,16 +1793,16 @@ packages:
resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==} resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==}
dev: true dev: true
/@dcloudio/uni-i18n/3.0.0-alpha-3070720230314001: /@dcloudio/uni-i18n/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-dyGLWKSunQf8g+eiqFRhC0VRKAAtrUb3vSepDwKda3NZyWuZH+ZtMSsTn5s9WJHU0FGqCPNHezw466vNGiYRCQ==} resolution: {integrity: sha512-/FJfrQWGRq+7Bn+EscDTiJNsPKdELi79rII0OToNCWg+QHscsGlwdx5EoH1sWQHEM80sv0g8STwDgro6O1nzBA==}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-alipay/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-o595LHS4KuL28sCaz6uAcC0Y12iv3VkwL/AowYP2/vVjCl4YsS9dyhmhsKEUEgNF+FuSEMEa5fxmCcAAtqlFyg==} resolution: {integrity: sha512-FNDFLOHO0fneErrVR2lKZCKrCaMyGLkDhQHxLUF2HoCYn7bedu1AoeYw322B4m4C+rfAt0sZyf52F3EYwRgjSA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1806,15 +1812,15 @@ packages: ...@@ -1806,15 +1812,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-baidu/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-baidu/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-Z41YK8B6HACN7aTjEIuecVF8FFVScWh7wZgMte48BX4HAjjo0YrLgr2P811hw0STuJTVZPH/ZPpSHDDu5ootrA==} resolution: {integrity: sha512-7jj7Vww3oAqpysca0WZdm75cvMW1slXnKfm3M1iUV6Hv2eX85Fe/p4UR6g8FE8fgmbO2rnQdujYWZ2Y0q09xqg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
jimp: 0.10.3 jimp: 0.10.3
...@@ -1831,14 +1837,14 @@ packages: ...@@ -1831,14 +1837,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-compiler/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-compiler/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-VZLvBHQViXCHbbaSSwpLtHwIl0ksrs3gut6YAQ98v/6UU0/HzwAY/cjq04td147cdj0O1TH4LJMbwegceJbu/Q==} resolution: {integrity: sha512-EFdQASGkuntHPYSV8Y1PiNyv4wG91ez+dZXVMaR8Z+TIbZBJ07U+9vfUjbaRN6iZEzy8OW2N5zz8AuQmuvtBQQ==}
dependencies: dependencies:
'@babel/generator': 7.21.3 '@babel/generator': 7.21.3
'@babel/parser': 7.21.3 '@babel/parser': 7.21.3
'@babel/types': 7.21.3 '@babel/types': 7.21.3
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
...@@ -1850,15 +1856,31 @@ packages: ...@@ -1850,15 +1856,31 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-jd/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-cfV6JLXH1OISLhQPQLu7VLZLghkDRKquLkuy6yb2F1TFK2m5GhjO4CdI1dsC9v7DBbrnH2FviDTsdqQzQ04SUQ==} resolution: {integrity: sha512-fF6nfzP29XBXqWKR81JgV5Zurs4rDH2VfNPr4/NVwAtgdXSFHbKEZ4txcRrMmiG9/cDEHwz0XxuREtjlyNbwzw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@vue/shared': 3.2.47
transitivePeerDependencies:
- postcss
- supports-color
- ts-node
- vue
dev: false
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-bUjVYu84Cw+cPXx2bBRlG3cdwnDSXIQzGbI9GmNfaUmXp0hFjeMSLwvD83dCm86swvkgZQEaH6zau86K2j6hwg==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1870,15 +1892,15 @@ packages: ...@@ -1870,15 +1892,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-lark/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-lark/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-EoiBAuP9n/WHax6ZZ7g1gFYdFUatDwmVnwUvLHv7ZecqNFyifvd5WLHkl1EL9zGYOaYdbiCCKYbADuMh5LCh0A==} resolution: {integrity: sha512-S72m9Lnlja1UeqkjxTWXeBTRjuwIpB0hvjQ9KfMii7+LdrRwY+F4PzOHUiwaV2LCqETl+94ZwRTAEu/ObsQVAQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1888,13 +1910,13 @@ packages: ...@@ -1888,13 +1910,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-qq/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-qq/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-Bf45ETSbWhfhP3S19VuYySAYoexq4qx521A8lxBtWogfaMbCt7GLZU90/NopYoDUtEDhzPaquMfBl5/QdKaO3g==} resolution: {integrity: sha512-v+wtuiPRrexOoRmiEXWKvu0S60pYOhESVmUYX0rFEB+kuYN7gfdTIi9xiE7ov5qzOAc4cS763rJafWuPAJQf3g==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
fs-extra: 10.1.0 fs-extra: 10.1.0
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1904,14 +1926,14 @@ packages: ...@@ -1904,14 +1926,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-toutiao/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-OFy4GXKGnEqWpLPgoucUyUDebKNfbuwaLd3KvueDlFllBQ+M8sRZPwvKB9dZAiDwmw93/b6FgOLMSQRL9IGcmw==} resolution: {integrity: sha512-K/JMqUxmQmkjFGTh445IAEW8kRK0ACBDl0jKWKLLZ4U1BooQ9HMNKgW+PxP/RCR8o9yBvmLcDnTNXeeDD2El/A==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1921,14 +1943,14 @@ packages: ...@@ -1921,14 +1943,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-vite/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-vite/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-IjLjnRJdsmuOJdHRO/zS7aUwmyskF4UBQCvRye/2Bs8SOlkN2z02v1YXeersTCH3Ze+8smK3RCDVoaKHNsxj3g==} resolution: {integrity: sha512-T0GJZEe38IKdOORWcvFBGP/YCGCmIlKJISfB4R59O6aNLE7C4YJoCp7D3j9VHA1CWOMfPMZyboRnuAlxxxQ/WA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
debug: 4.3.4 debug: 4.3.4
...@@ -1939,20 +1961,20 @@ packages: ...@@ -1939,20 +1961,20 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-vue/3.0.0-alpha-3070720230314001: /@dcloudio/uni-mp-vue/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-ccTvjvDrnBxyJLdfQD5bncGGkgb9xWRYBKPw4kqSkjBSH7dOiVBkVOZtYJcX0Tisfu6BJKpBfhL3aTh9T/Kw5w==} resolution: {integrity: sha512-SF7s+kyvPBuA8hhJ2NNbnmgccy8L/+G2PYe2Le6anW6zN7hIZHr08+4OCiD2tPwbDWV6lvSELTDHzJn6LKlFNw==}
dependencies: dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
dev: false dev: false
/@dcloudio/uni-mp-weixin/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-weixin/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-CVALZe7NuMbYKcNfItqlVHJt3R0E9nm64BSLmUmBQo8brz0tmL8hP1jY+XxSipalFKHR8U96BCmSJsQfngLhtQ==} resolution: {integrity: sha512-fi8naZ8z4q0AaXbEHypVtgwZK6GA25pXmSId6aToyRV2dc8JXAPBVrlXA82wQHtCCntq4ZMgd/FgF/Db+5nNCg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
jimp: 0.10.3 jimp: 0.10.3
licia: 1.38.0 licia: 1.38.0
...@@ -1968,18 +1990,18 @@ packages: ...@@ -1968,18 +1990,18 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-nvue-styler/3.0.0-alpha-3070720230314001: /@dcloudio/uni-nvue-styler/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-km3ftaRHqoBpwxaCj1GrAYw9qz8FaaC+3Y8jRLdWL9Yfr0MuECjh8yG7vEStb6fIurBzcmy/JOF3lOH0ZjKpDw==} resolution: {integrity: sha512-4QAGsJMIZycSoHRbTd6G4FAGOtyLazqpOL3j+CfC2FEbMxJUb2cG0wf3gVOk3OF7QNonls0wn1NWFfWPifE+AA==}
dependencies: dependencies:
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
parse-css-font: 4.0.0 parse-css-font: 4.0.0
postcss: 8.4.21 postcss: 8.4.21
dev: false dev: false
/@dcloudio/uni-push/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-push/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-Bx4PPXPkgvfnWm5mIUArvIDcU+Ki8hOBwdqh2PENfZwQxFP73kwrQFfCB4BrwaMeaHqZjwGcTesH/V+q22T7ww==} resolution: {integrity: sha512-Qa05Sh5vjsl8hRYzTItTrYb8ELP0y7vd5+03NKzvkjK+C0oylwRJRbJOhFGw+za5AM6kxe7QJYNLX8smTLaEyA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -1987,13 +2009,13 @@ packages: ...@@ -1987,13 +2009,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-quickapp-webview/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-fDE/pxsCb+HbxztRrAPHTtnFFe9CtKCjbsvzPMVKcgIEE+s5oeEOpWQlo/EFPdFtldClxAANO4itLIv5VOCHyw==} resolution: {integrity: sha512-XLA2y7f+YHggfTrt5UeNd9FzDOcOLTtwaS8AMiKnyK4Iw26V5vecC8X2fxfBI0DdBVtAJjB+wRkSKpSFeoViyg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -2002,16 +2024,20 @@ packages: ...@@ -2002,16 +2024,20 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-shared/3.0.0-alpha-3070720230314001: /@dcloudio/uni-shared/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-Kicmx0Quw44HETxW4dN1ojm24j7Bc28AwQ/aI9HH1zI6hmhhfzvz+8h+4NPkU8FXhowhLYZG/MHMJxGsFnZuww==} resolution: {integrity: sha512-5LF0KMMVhCO5nQbO2nB+88eS0rBKetKAWRklGgvzTMK3edDTsXXas7ngd5CEKTDKURaggcCVTPk3hxGlY4PUmA==}
dependencies: dependencies:
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
/@dcloudio/uni-stat/3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-stacktracey/3.0.0-alpha-3070720230316001:
resolution: {integrity: sha512-yHJ2KRSBdKARxUJ0+aON/Rm+dQcXTVivjIYgoYOy74iFOlbQbj3gBgbD3Ds5Olnnfzl1B4mcfPFWGngwtBb1tw==} resolution: {integrity: sha512-XVk9vPVEROFuch+kCvb6qCBU3uMo/6pFxVhYYUVzbVASZ+4aczPtLl6Jg/lu5vGrF2ukvkLQeAMagybw7IbKiQ==}
dev: true
/@dcloudio/uni-stat/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-XX5ng/i6ENGUoM2GruUTB21V1MDoMQmXhBXb131GcM4cNZbkFgZrMAGudygYQT9zTuFOcv1JqRW3PWxi5LapQw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
debug: 4.3.4 debug: 4.3.4
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -2024,8 +2050,8 @@ packages: ...@@ -2024,8 +2050,8 @@ packages:
resolution: {integrity: sha512-JpYXNi9WEmFeTcF6EWrksrMqA0HEl76nxW/Imd0PW1qm/7TORAGSpvMmEDYrMQ3vIbRQFV+n6bhiJIWi34u/5Q==} resolution: {integrity: sha512-JpYXNi9WEmFeTcF6EWrksrMqA0HEl76nxW/Imd0PW1qm/7TORAGSpvMmEDYrMQ3vIbRQFV+n6bhiJIWi34u/5Q==}
dev: false dev: false
/@dcloudio/vite-plugin-uni/3.0.0-alpha-3070720230314001_yyftienbqt4hhb6vsmjp67iaku: /@dcloudio/vite-plugin-uni/3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku:
resolution: {integrity: sha512-wVrxGn1Vfw2GllR8CHHOstiIaxXnGHRpKS0sBarFiO7/Wc81/8Q24gE1m69XoBPr2RyV9m2rdxJ8ZoO/Ih83jw==} resolution: {integrity: sha512-8CbJlfaVt7m0qNiqFhHl+QwsW1U1Mw1cHmGBNz2h6gNZ50ANjJOfALBz9Z7E6LdsdgqJ0mNCuGfgI+rxqbRT+Q==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -2034,12 +2060,12 @@ packages: ...@@ -2034,12 +2060,12 @@ packages:
'@babel/core': 7.21.3 '@babel/core': 7.21.3
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.3 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.3
'@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.3 '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.3
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230314001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230314001 '@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vitejs/plugin-legacy': 4.0.2_terser@5.16.6+vite@4.2.0 '@vitejs/plugin-legacy': 4.0.2_terser@5.16.6+vite@4.2.0
'@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47 '@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.2.0+vue@3.2.47 '@vitejs/plugin-vue-jsx': 3.0.1_vite@4.2.0+vue@3.2.47
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
...@@ -2071,8 +2097,8 @@ packages: ...@@ -2071,8 +2097,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/android-arm/0.17.11: /@esbuild/android-arm/0.17.12:
resolution: {integrity: sha512-CdyX6sRVh1NzFCsf5vw3kULwlAhfy9wVt8SZlrhQ7eL2qBjGbFhRBWkkAzuZm9IIEOCKJw4DXA6R85g+qc8RDw==} resolution: {integrity: sha512-E/sgkvwoIfj4aMAPL2e35VnUJspzVYl7+M1B2cqeubdBhADV4uPon0KCc8p2G+LqSJ6i8ocYPCqY3A4GGq0zkQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm] cpu: [arm]
os: [android] os: [android]
...@@ -2087,8 +2113,8 @@ packages: ...@@ -2087,8 +2113,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/android-arm64/0.17.11: /@esbuild/android-arm64/0.17.12:
resolution: {integrity: sha512-QnK4d/zhVTuV4/pRM4HUjcsbl43POALU2zvBynmrrqZt9LPcLA3x1fTZPBg2RRguBQnJcnU059yKr+bydkntjg==} resolution: {integrity: sha512-WQ9p5oiXXYJ33F2EkE3r0FRDFVpEdcDiwNX3u7Xaibxfx6vQE0Sb8ytrfQsA5WO6kDn6mDfKLh6KrPBjvkk7xA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [android] os: [android]
...@@ -2103,8 +2129,8 @@ packages: ...@@ -2103,8 +2129,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/android-x64/0.17.11: /@esbuild/android-x64/0.17.12:
resolution: {integrity: sha512-3PL3HKtsDIXGQcSCKtWD/dy+mgc4p2Tvo2qKgKHj9Yf+eniwFnuoQ0OUhlSfAEpKAFzF9N21Nwgnap6zy3L3MQ==} resolution: {integrity: sha512-m4OsaCr5gT+se25rFPHKQXARMyAehHTQAz4XX1Vk3d27VtqiX0ALMBPoXZsGaB6JYryCLfgGwUslMqTfqeLU0w==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [android] os: [android]
...@@ -2119,8 +2145,8 @@ packages: ...@@ -2119,8 +2145,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/darwin-arm64/0.17.11: /@esbuild/darwin-arm64/0.17.12:
resolution: {integrity: sha512-pJ950bNKgzhkGNO3Z9TeHzIFtEyC2GDQL3wxkMApDEghYx5Qers84UTNc1bAxWbRkuJOgmOha5V0WUeh8G+YGw==} resolution: {integrity: sha512-O3GCZghRIx+RAN0NDPhyyhRgwa19MoKlzGonIb5hgTj78krqp9XZbYCvFr9N1eUxg0ZQEpiiZ4QvsOQwBpP+lg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
...@@ -2135,8 +2161,8 @@ packages: ...@@ -2135,8 +2161,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/darwin-x64/0.17.11: /@esbuild/darwin-x64/0.17.12:
resolution: {integrity: sha512-iB0dQkIHXyczK3BZtzw1tqegf0F0Ab5texX2TvMQjiJIWXAfM4FQl7D909YfXWnB92OQz4ivBYQ2RlxBJrMJOw==} resolution: {integrity: sha512-5D48jM3tW27h1qjaD9UNRuN+4v0zvksqZSPZqeSWggfMlsVdAhH3pwSfQIFJwcs9QJ9BRibPS4ViZgs3d2wsCA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
...@@ -2151,8 +2177,8 @@ packages: ...@@ -2151,8 +2177,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/freebsd-arm64/0.17.11: /@esbuild/freebsd-arm64/0.17.12:
resolution: {integrity: sha512-7EFzUADmI1jCHeDRGKgbnF5sDIceZsQGapoO6dmw7r/ZBEKX7CCDnIz8m9yEclzr7mFsd+DyasHzpjfJnmBB1Q==} resolution: {integrity: sha512-OWvHzmLNTdF1erSvrfoEBGlN94IE6vCEaGEkEH29uo/VoONqPnoDFfShi41Ew+yKimx4vrmmAJEGNoyyP+OgOQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [freebsd] os: [freebsd]
...@@ -2167,8 +2193,8 @@ packages: ...@@ -2167,8 +2193,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/freebsd-x64/0.17.11: /@esbuild/freebsd-x64/0.17.12:
resolution: {integrity: sha512-iPgenptC8i8pdvkHQvXJFzc1eVMR7W2lBPrTE6GbhR54sLcF42mk3zBOjKPOodezzuAz/KSu8CPyFSjcBMkE9g==} resolution: {integrity: sha512-A0Xg5CZv8MU9xh4a+7NUpi5VHBKh1RaGJKqjxe4KG87X+mTjDE6ZvlJqpWoeJxgfXHT7IMP9tDFu7IZ03OtJAw==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [freebsd] os: [freebsd]
...@@ -2183,8 +2209,8 @@ packages: ...@@ -2183,8 +2209,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-arm/0.17.11: /@esbuild/linux-arm/0.17.12:
resolution: {integrity: sha512-M9iK/d4lgZH0U5M1R2p2gqhPV/7JPJcRz+8O8GBKVgqndTzydQ7B2XGDbxtbvFkvIs53uXTobOhv+RyaqhUiMg==} resolution: {integrity: sha512-WsHyJ7b7vzHdJ1fv67Yf++2dz3D726oO3QCu8iNYik4fb5YuuReOI9OtA+n7Mk0xyQivNTPbl181s+5oZ38gyA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
...@@ -2199,8 +2225,8 @@ packages: ...@@ -2199,8 +2225,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-arm64/0.17.11: /@esbuild/linux-arm64/0.17.12:
resolution: {integrity: sha512-Qxth3gsWWGKz2/qG2d5DsW/57SeA2AmpSMhdg9TSB5Svn2KDob3qxfQSkdnWjSd42kqoxIPy3EJFs+6w1+6Qjg==} resolution: {integrity: sha512-cK3AjkEc+8v8YG02hYLQIQlOznW+v9N+OI9BAFuyqkfQFR+DnDLhEM5N8QRxAUz99cJTo1rLNXqRrvY15gbQUg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
...@@ -2215,8 +2241,8 @@ packages: ...@@ -2215,8 +2241,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-ia32/0.17.11: /@esbuild/linux-ia32/0.17.12:
resolution: {integrity: sha512-dB1nGaVWtUlb/rRDHmuDQhfqazWE0LMro/AIbT2lWM3CDMHJNpLckH+gCddQyhhcLac2OYw69ikUMO34JLt3wA==} resolution: {integrity: sha512-jdOBXJqcgHlah/nYHnj3Hrnl9l63RjtQ4vn9+bohjQPI2QafASB5MtHAoEv0JQHVb/xYQTFOeuHnNYE1zF7tYw==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [ia32] cpu: [ia32]
os: [linux] os: [linux]
...@@ -2231,8 +2257,8 @@ packages: ...@@ -2231,8 +2257,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-loong64/0.17.11: /@esbuild/linux-loong64/0.17.12:
resolution: {integrity: sha512-aCWlq70Q7Nc9WDnormntGS1ar6ZFvUpqr8gXtO+HRejRYPweAFQN615PcgaSJkZjhHp61+MNLhzyVALSF2/Q0g==} resolution: {integrity: sha512-GTOEtj8h9qPKXCyiBBnHconSCV9LwFyx/gv3Phw0pa25qPYjVuuGZ4Dk14bGCfGX3qKF0+ceeQvwmtI+aYBbVA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [loong64] cpu: [loong64]
os: [linux] os: [linux]
...@@ -2247,8 +2273,8 @@ packages: ...@@ -2247,8 +2273,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-mips64el/0.17.11: /@esbuild/linux-mips64el/0.17.12:
resolution: {integrity: sha512-cGeGNdQxqY8qJwlYH1BP6rjIIiEcrM05H7k3tR7WxOLmD1ZxRMd6/QIOWMb8mD2s2YJFNRuNQ+wjMhgEL2oCEw==} resolution: {integrity: sha512-o8CIhfBwKcxmEENOH9RwmUejs5jFiNoDw7YgS0EJTF6kgPgcqLFjgoc5kDey5cMHRVCIWc6kK2ShUePOcc7RbA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [mips64el] cpu: [mips64el]
os: [linux] os: [linux]
...@@ -2263,8 +2289,8 @@ packages: ...@@ -2263,8 +2289,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-ppc64/0.17.11: /@esbuild/linux-ppc64/0.17.12:
resolution: {integrity: sha512-BdlziJQPW/bNe0E8eYsHB40mYOluS+jULPCjlWiHzDgr+ZBRXPtgMV1nkLEGdpjrwgmtkZHEGEPaKdS/8faLDA==} resolution: {integrity: sha512-biMLH6NR/GR4z+ap0oJYb877LdBpGac8KfZoEnDiBKd7MD/xt8eaw1SFfYRUeMVx519kVkAOL2GExdFmYnZx3A==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [ppc64] cpu: [ppc64]
os: [linux] os: [linux]
...@@ -2279,8 +2305,8 @@ packages: ...@@ -2279,8 +2305,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-riscv64/0.17.11: /@esbuild/linux-riscv64/0.17.12:
resolution: {integrity: sha512-MDLwQbtF+83oJCI1Cixn68Et/ME6gelmhssPebC40RdJaect+IM+l7o/CuG0ZlDs6tZTEIoxUe53H3GmMn8oMA==} resolution: {integrity: sha512-jkphYUiO38wZGeWlfIBMB72auOllNA2sLfiZPGDtOBb1ELN8lmqBrlMiucgL8awBw1zBXN69PmZM6g4yTX84TA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
...@@ -2295,8 +2321,8 @@ packages: ...@@ -2295,8 +2321,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-s390x/0.17.11: /@esbuild/linux-s390x/0.17.12:
resolution: {integrity: sha512-4N5EMESvws0Ozr2J94VoUD8HIRi7X0uvUv4c0wpTHZyZY9qpaaN7THjosdiW56irQ4qnJ6Lsc+i+5zGWnyqWqQ==} resolution: {integrity: sha512-j3ucLdeY9HBcvODhCY4b+Ds3hWGO8t+SAidtmWu/ukfLLG/oYDMaA+dnugTVAg5fnUOGNbIYL9TOjhWgQB8W5g==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [s390x] cpu: [s390x]
os: [linux] os: [linux]
...@@ -2311,8 +2337,8 @@ packages: ...@@ -2311,8 +2337,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/linux-x64/0.17.11: /@esbuild/linux-x64/0.17.12:
resolution: {integrity: sha512-rM/v8UlluxpytFSmVdbCe1yyKQd/e+FmIJE2oPJvbBo+D0XVWi1y/NQ4iTNx+436WmDHQBjVLrbnAQLQ6U7wlw==} resolution: {integrity: sha512-uo5JL3cgaEGotaqSaJdRfFNSCUJOIliKLnDGWaVCgIKkHxwhYMm95pfMbWZ9l7GeW9kDg0tSxcy9NYdEtjwwmA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
...@@ -2327,8 +2353,8 @@ packages: ...@@ -2327,8 +2353,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/netbsd-x64/0.17.11: /@esbuild/netbsd-x64/0.17.12:
resolution: {integrity: sha512-4WaAhuz5f91h3/g43VBGdto1Q+X7VEZfpcWGtOFXnggEuLvjV+cP6DyLRU15IjiU9fKLLk41OoJfBFN5DhPvag==} resolution: {integrity: sha512-DNdoRg8JX+gGsbqt2gPgkgb00mqOgOO27KnrWZtdABl6yWTST30aibGJ6geBq3WM2TIeW6COs5AScnC7GwtGPg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [netbsd] os: [netbsd]
...@@ -2343,8 +2369,8 @@ packages: ...@@ -2343,8 +2369,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/openbsd-x64/0.17.11: /@esbuild/openbsd-x64/0.17.12:
resolution: {integrity: sha512-UBj135Nx4FpnvtE+C8TWGp98oUgBcmNmdYgl5ToKc0mBHxVVqVE7FUS5/ELMImOp205qDAittL6Ezhasc2Ev/w==} resolution: {integrity: sha512-aVsENlr7B64w8I1lhHShND5o8cW6sB9n9MUtLumFlPhG3elhNWtE7M1TFpj3m7lT3sKQUMkGFjTQBrvDDO1YWA==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [openbsd] os: [openbsd]
...@@ -2359,8 +2385,8 @@ packages: ...@@ -2359,8 +2385,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/sunos-x64/0.17.11: /@esbuild/sunos-x64/0.17.12:
resolution: {integrity: sha512-1/gxTifDC9aXbV2xOfCbOceh5AlIidUrPsMpivgzo8P8zUtczlq1ncFpeN1ZyQJ9lVs2hILy1PG5KPp+w8QPPg==} resolution: {integrity: sha512-qbHGVQdKSwi0JQJuZznS4SyY27tYXYF0mrgthbxXrZI3AHKuRvU+Eqbg/F0rmLDpW/jkIZBlCO1XfHUBMNJ1pg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [sunos] os: [sunos]
...@@ -2375,8 +2401,8 @@ packages: ...@@ -2375,8 +2401,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/win32-arm64/0.17.11: /@esbuild/win32-arm64/0.17.12:
resolution: {integrity: sha512-vtSfyx5yRdpiOW9yp6Ax0zyNOv9HjOAw8WaZg3dF5djEHKKm3UnoohftVvIJtRh0Ec7Hso0RIdTqZvPXJ7FdvQ==} resolution: {integrity: sha512-zsCp8Ql+96xXTVTmm6ffvoTSZSV2B/LzzkUXAY33F/76EajNw1m+jZ9zPfNJlJ3Rh4EzOszNDHsmG/fZOhtqDg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
...@@ -2391,8 +2417,8 @@ packages: ...@@ -2391,8 +2417,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/win32-ia32/0.17.11: /@esbuild/win32-ia32/0.17.12:
resolution: {integrity: sha512-GFPSLEGQr4wHFTiIUJQrnJKZhZjjq4Sphf+mM76nQR6WkQn73vm7IsacmBRPkALfpOCHsopSvLgqdd4iUW2mYw==} resolution: {integrity: sha512-FfrFjR4id7wcFYOdqbDfDET3tjxCozUgbqdkOABsSFzoZGFC92UK7mg4JKRc/B3NNEf1s2WHxJ7VfTdVDPN3ng==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
...@@ -2407,8 +2433,8 @@ packages: ...@@ -2407,8 +2433,8 @@ packages:
requiresBuild: true requiresBuild: true
optional: true optional: true
/@esbuild/win32-x64/0.17.11: /@esbuild/win32-x64/0.17.12:
resolution: {integrity: sha512-N9vXqLP3eRL8BqSy8yn4Y98cZI2pZ8fyuHx6lKjiG2WABpT2l01TXdzq5Ma2ZUBzfB7tx5dXVhge8X9u0S70ZQ==} resolution: {integrity: sha512-JOOxw49BVZx2/5tW3FqkdjSD/5gXYeVGPDcB0lvap0gLQshkh1Nyel1QazC+wNxus3xPlsYAgqU1BUmrmCvWtw==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
...@@ -3299,11 +3325,24 @@ packages: ...@@ -3299,11 +3325,24 @@ packages:
'@sinonjs/commons': 1.8.6 '@sinonjs/commons': 1.8.6
dev: true dev: true
/@squoosh/lib/0.4.0:
resolution: {integrity: sha512-O1LyugWLZjMI4JZeZMA5vzfhfPjfMZXH5/HmVkRagP8B70wH3uoR7tjxfGNdSavey357MwL8YJDxbGwBBdHp7Q==}
engines: {node: ' ^12.5.0 || ^14.0.0 || ^16.0.0 '}
dependencies:
wasm-feature-detect: 1.5.1
web-streams-polyfill: 3.2.1
dev: true
/@tootallnate/once/1.1.2: /@tootallnate/once/1.1.2:
resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==}
engines: {node: '>= 6'} engines: {node: '>= 6'}
dev: true dev: true
/@trysound/sax/0.2.0:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
dev: true
/@tsconfig/node10/1.0.9: /@tsconfig/node10/1.0.9:
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}
dev: true dev: true
...@@ -3781,8 +3820,8 @@ packages: ...@@ -3781,8 +3820,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.2.0+vue@3.2.47: /@vitejs/plugin-vue-jsx/3.0.1_vite@4.2.0+vue@3.2.47:
resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==} resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
vite: ^4.0.0 vite: ^4.0.0
...@@ -4158,7 +4197,7 @@ packages: ...@@ -4158,7 +4197,7 @@ packages:
postcss: ^8.1.0 postcss: ^8.1.0
dependencies: dependencies:
browserslist: 4.21.5 browserslist: 4.21.5
caniuse-lite: 1.0.30001466 caniuse-lite: 1.0.30001467
fraction.js: 4.2.0 fraction.js: 4.2.0
normalize-range: 0.1.2 normalize-range: 0.1.2
picocolors: 1.0.0 picocolors: 1.0.0
...@@ -4372,7 +4411,7 @@ packages: ...@@ -4372,7 +4411,7 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001466 caniuse-lite: 1.0.30001467
electron-to-chromium: 1.4.332 electron-to-chromium: 1.4.332
node-releases: 2.0.10 node-releases: 2.0.10
update-browserslist-db: 1.0.10_browserslist@4.21.5 update-browserslist-db: 1.0.10_browserslist@4.21.5
...@@ -4457,8 +4496,8 @@ packages: ...@@ -4457,8 +4496,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/caniuse-lite/1.0.30001466: /caniuse-lite/1.0.30001467:
resolution: {integrity: sha512-ewtFBSfWjEmxUgNBSZItFSmVtvk9zkwkl1OfRZlKA8slltRN+/C/tuGVrF9styXkN36Yu3+SeJ1qkXxDEyNZ5w==} resolution: {integrity: sha512-cEdN/5e+RPikvl9AHm4uuLXxeCNq8rFsQ+lPHTfe/OtypP3WwnVVbjn+6uBV7PaFL6xUFzTh+sSCOz1rKhcO+Q==}
/chalk/2.4.2: /chalk/2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
...@@ -4504,6 +4543,10 @@ packages: ...@@ -4504,6 +4543,10 @@ packages:
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
/chownr/1.1.4:
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
dev: true
/ci-info/3.8.0: /ci-info/3.8.0:
resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
engines: {node: '>=8'} engines: {node: '>=8'}
...@@ -4612,6 +4655,21 @@ packages: ...@@ -4612,6 +4655,21 @@ packages:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: true dev: true
/color-string/1.9.1:
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
dependencies:
color-name: 1.1.4
simple-swizzle: 0.2.2
dev: true
/color/4.2.3:
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
engines: {node: '>=12.5.0'}
dependencies:
color-convert: 2.0.1
color-string: 1.9.1
dev: true
/colord/2.9.3: /colord/2.9.3:
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
dev: true dev: true
...@@ -4634,6 +4692,11 @@ packages: ...@@ -4634,6 +4692,11 @@ packages:
/commander/2.20.3: /commander/2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
/commander/7.2.0:
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
engines: {node: '>= 10'}
dev: true
/commitizen/4.3.0: /commitizen/4.3.0:
resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==} resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
...@@ -4982,10 +5045,28 @@ packages: ...@@ -4982,10 +5045,28 @@ packages:
resolution: {integrity: sha512-9Bj8tZ0jWbAM3u/U6m/boAzAwLPwtjzFvwivr2piSvyVa3K3rChJzQy4RIHkNkKiZCHrEMWDJWtTR8UyVhdDnQ==} resolution: {integrity: sha512-9Bj8tZ0jWbAM3u/U6m/boAzAwLPwtjzFvwivr2piSvyVa3K3rChJzQy4RIHkNkKiZCHrEMWDJWtTR8UyVhdDnQ==}
dev: false dev: false
/css-select/5.1.0:
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
dependencies:
boolbase: 1.0.0
css-what: 6.1.0
domhandler: 5.0.3
domutils: 3.0.1
nth-check: 2.1.1
dev: true
/css-system-font-keywords/1.0.0: /css-system-font-keywords/1.0.0:
resolution: {integrity: sha512-1umTtVd/fXS25ftfjB71eASCrYhilmEsvDEI6wG/QplnmlfmVM5HkZ/ZX46DT5K3eblFPgLUHt5BRCb0YXkSFA==} resolution: {integrity: sha512-1umTtVd/fXS25ftfjB71eASCrYhilmEsvDEI6wG/QplnmlfmVM5HkZ/ZX46DT5K3eblFPgLUHt5BRCb0YXkSFA==}
dev: false dev: false
/css-tree/2.2.1:
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
dependencies:
mdn-data: 2.0.28
source-map-js: 1.0.2
dev: true
/css-tree/2.3.1: /css-tree/2.3.1:
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
...@@ -4994,11 +5075,23 @@ packages: ...@@ -4994,11 +5075,23 @@ packages:
source-map-js: 1.0.2 source-map-js: 1.0.2
dev: true dev: true
/css-what/6.1.0:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'}
dev: true
/cssesc/3.0.0: /cssesc/3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
engines: {node: '>=4'} engines: {node: '>=4'}
hasBin: true hasBin: true
/csso/5.0.5:
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
dependencies:
css-tree: 2.2.1
dev: true
/cssom/0.3.8: /cssom/0.3.8:
resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==}
dev: true dev: true
...@@ -5133,10 +5226,22 @@ packages: ...@@ -5133,10 +5226,22 @@ packages:
resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==}
dev: true dev: true
/decompress-response/6.0.0:
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
engines: {node: '>=10'}
dependencies:
mimic-response: 3.1.0
dev: true
/dedent/0.7.0: /dedent/0.7.0:
resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==}
dev: true dev: true
/deep-extend/0.6.0:
resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
engines: {node: '>=4.0.0'}
dev: true
/deep-is/0.1.4: /deep-is/0.1.4:
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
dev: true dev: true
...@@ -5205,6 +5310,11 @@ packages: ...@@ -5205,6 +5310,11 @@ packages:
engines: {node: '>=12.20'} engines: {node: '>=12.20'}
dev: true dev: true
/detect-libc/2.0.1:
resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==}
engines: {node: '>=8'}
dev: true
/detect-newline/3.1.0: /detect-newline/3.1.0:
resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
engines: {node: '>=8'} engines: {node: '>=8'}
...@@ -5326,6 +5436,12 @@ packages: ...@@ -5326,6 +5436,12 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: true dev: true
/end-of-stream/1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
once: 1.4.0
dev: true
/entities/4.4.0: /entities/4.4.0:
resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==} resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==}
engines: {node: '>=0.12'} engines: {node: '>=0.12'}
...@@ -5462,34 +5578,34 @@ packages: ...@@ -5462,34 +5578,34 @@ packages:
'@esbuild/win32-ia32': 0.16.17 '@esbuild/win32-ia32': 0.16.17
'@esbuild/win32-x64': 0.16.17 '@esbuild/win32-x64': 0.16.17
/esbuild/0.17.11: /esbuild/0.17.12:
resolution: {integrity: sha512-pAMImyokbWDtnA/ufPxjQg0fYo2DDuzAlqwnDvbXqHLphe+m80eF++perYKVm8LeTuj2zUuFXC+xgSVxyoHUdg==} resolution: {integrity: sha512-bX/zHl7Gn2CpQwcMtRogTTBf9l1nl+H6R8nUbjk+RuKqAE3+8FDulLA+pHvX7aA7Xe07Iwa+CWvy9I8Y2qqPKQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
optionalDependencies: optionalDependencies:
'@esbuild/android-arm': 0.17.11 '@esbuild/android-arm': 0.17.12
'@esbuild/android-arm64': 0.17.11 '@esbuild/android-arm64': 0.17.12
'@esbuild/android-x64': 0.17.11 '@esbuild/android-x64': 0.17.12
'@esbuild/darwin-arm64': 0.17.11 '@esbuild/darwin-arm64': 0.17.12
'@esbuild/darwin-x64': 0.17.11 '@esbuild/darwin-x64': 0.17.12
'@esbuild/freebsd-arm64': 0.17.11 '@esbuild/freebsd-arm64': 0.17.12
'@esbuild/freebsd-x64': 0.17.11 '@esbuild/freebsd-x64': 0.17.12
'@esbuild/linux-arm': 0.17.11 '@esbuild/linux-arm': 0.17.12
'@esbuild/linux-arm64': 0.17.11 '@esbuild/linux-arm64': 0.17.12
'@esbuild/linux-ia32': 0.17.11 '@esbuild/linux-ia32': 0.17.12
'@esbuild/linux-loong64': 0.17.11 '@esbuild/linux-loong64': 0.17.12
'@esbuild/linux-mips64el': 0.17.11 '@esbuild/linux-mips64el': 0.17.12
'@esbuild/linux-ppc64': 0.17.11 '@esbuild/linux-ppc64': 0.17.12
'@esbuild/linux-riscv64': 0.17.11 '@esbuild/linux-riscv64': 0.17.12
'@esbuild/linux-s390x': 0.17.11 '@esbuild/linux-s390x': 0.17.12
'@esbuild/linux-x64': 0.17.11 '@esbuild/linux-x64': 0.17.12
'@esbuild/netbsd-x64': 0.17.11 '@esbuild/netbsd-x64': 0.17.12
'@esbuild/openbsd-x64': 0.17.11 '@esbuild/openbsd-x64': 0.17.12
'@esbuild/sunos-x64': 0.17.11 '@esbuild/sunos-x64': 0.17.12
'@esbuild/win32-arm64': 0.17.11 '@esbuild/win32-arm64': 0.17.12
'@esbuild/win32-ia32': 0.17.11 '@esbuild/win32-ia32': 0.17.12
'@esbuild/win32-x64': 0.17.11 '@esbuild/win32-x64': 0.17.12
/escalade/3.1.1: /escalade/3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
...@@ -5751,6 +5867,11 @@ packages: ...@@ -5751,6 +5867,11 @@ packages:
engines: {node: '>= 0.8.0'} engines: {node: '>= 0.8.0'}
dev: true dev: true
/expand-template/2.0.3:
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
engines: {node: '>=6'}
dev: true
/expand-tilde/2.0.2: /expand-tilde/2.0.2:
resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
...@@ -6013,6 +6134,10 @@ packages: ...@@ -6013,6 +6134,10 @@ packages:
engines: {node: '>= 0.6'} engines: {node: '>= 0.6'}
dev: true dev: true
/fs-constants/1.0.0:
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
dev: true
/fs-extra/10.1.0: /fs-extra/10.1.0:
resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
...@@ -6165,6 +6290,10 @@ packages: ...@@ -6165,6 +6290,10 @@ packages:
ini: 1.3.8 ini: 1.3.8
dev: true dev: true
/github-from-package/0.0.0:
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
dev: true
/glob-parent/5.1.2: /glob-parent/5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'} engines: {node: '>= 6'}
...@@ -6644,6 +6773,10 @@ packages: ...@@ -6644,6 +6773,10 @@ packages:
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
dev: true dev: true
/is-arrayish/0.3.2:
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
dev: true
/is-bigint/1.0.4: /is-bigint/1.0.4:
resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
dependencies: dependencies:
...@@ -7851,6 +7984,10 @@ packages: ...@@ -7851,6 +7984,10 @@ packages:
resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==}
dev: true dev: true
/mdn-data/2.0.28:
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
dev: true
/mdn-data/2.0.30: /mdn-data/2.0.30:
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
dev: true dev: true
...@@ -7964,6 +8101,11 @@ packages: ...@@ -7964,6 +8101,11 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/mimic-response/3.1.0:
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
engines: {node: '>=10'}
dev: true
/min-document/2.19.0: /min-document/2.19.0:
resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==} resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==}
dependencies: dependencies:
...@@ -8008,6 +8150,10 @@ packages: ...@@ -8008,6 +8150,10 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/mkdirp-classic/0.5.3:
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
dev: true
/mkdirp/0.5.6: /mkdirp/0.5.6:
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
hasBin: true hasBin: true
...@@ -8071,6 +8217,10 @@ packages: ...@@ -8071,6 +8217,10 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/napi-build-utils/1.0.2:
resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
dev: true
/natural-compare-lite/1.4.0: /natural-compare-lite/1.4.0:
resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
dev: true dev: true
...@@ -8110,6 +8260,17 @@ packages: ...@@ -8110,6 +8260,17 @@ packages:
resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==}
dev: true dev: true
/node-abi/3.33.0:
resolution: {integrity: sha512-7GGVawqyHF4pfd0YFybhv/eM9JwTtPqx0mAanQ146O3FlSh3pA24zf9IRQTOsfTSqXTNzPSP5iagAJ94jjuVog==}
engines: {node: '>=10'}
dependencies:
semver: 7.3.8
dev: true
/node-addon-api/5.1.0:
resolution: {integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==}
dev: true
/node-fetch-native/1.0.2: /node-fetch-native/1.0.2:
resolution: {integrity: sha512-KIkvH1jl6b3O7es/0ShyCgWLcfXxlBrLBbP3rOr23WArC66IMcU4DeZEeYEOwnopYhawLTn7/y+YtmASe8DFVQ==} resolution: {integrity: sha512-KIkvH1jl6b3O7es/0ShyCgWLcfXxlBrLBbP3rOr23WArC66IMcU4DeZEeYEOwnopYhawLTn7/y+YtmASe8DFVQ==}
dev: true dev: true
...@@ -8294,6 +8455,20 @@ packages: ...@@ -8294,6 +8455,20 @@ packages:
word-wrap: 1.2.3 word-wrap: 1.2.3
dev: true dev: true
/ora/5.1.0:
resolution: {integrity: sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w==}
engines: {node: '>=10'}
dependencies:
chalk: 4.1.2
cli-cursor: 3.1.0
cli-spinners: 2.7.0
is-interactive: 1.0.0
log-symbols: 4.1.0
mute-stream: 0.0.8
strip-ansi: 6.0.1
wcwidth: 1.0.1
dev: true
/ora/5.4.1: /ora/5.4.1:
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
...@@ -8771,6 +8946,25 @@ packages: ...@@ -8771,6 +8946,25 @@ packages:
picocolors: 1.0.0 picocolors: 1.0.0
source-map-js: 1.0.2 source-map-js: 1.0.2
/prebuild-install/7.1.1:
resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==}
engines: {node: '>=10'}
hasBin: true
dependencies:
detect-libc: 2.0.1
expand-template: 2.0.3
github-from-package: 0.0.0
minimist: 1.2.8
mkdirp-classic: 0.5.3
napi-build-utils: 1.0.2
node-abi: 3.33.0
pump: 3.0.0
rc: 1.2.8
simple-get: 4.0.1
tar-fs: 2.1.1
tunnel-agent: 0.6.0
dev: true
/prelude-ls/1.1.2: /prelude-ls/1.1.2:
resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==}
engines: {node: '>= 0.8.0'} engines: {node: '>= 0.8.0'}
...@@ -8836,6 +9030,13 @@ packages: ...@@ -8836,6 +9030,13 @@ packages:
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
dev: true dev: true
/pump/3.0.0:
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
dev: true
/punycode/2.3.0: /punycode/2.3.0:
resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
engines: {node: '>=6'} engines: {node: '>=6'}
...@@ -8892,6 +9093,16 @@ packages: ...@@ -8892,6 +9093,16 @@ packages:
unpipe: 1.0.0 unpipe: 1.0.0
dev: true dev: true
/rc/1.2.8:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
dependencies:
deep-extend: 0.6.0
ini: 1.3.8
minimist: 1.2.8
strip-json-comments: 2.0.1
dev: true
/react-is/17.0.2: /react-is/17.0.2:
resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
dev: true dev: true
...@@ -9254,6 +9465,21 @@ packages: ...@@ -9254,6 +9465,21 @@ packages:
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
dev: true dev: true
/sharp/0.30.5:
resolution: {integrity: sha512-0T28KxqY4DzUMLSAp1/IhGVeHpPIQyp1xt7esmuXCAfyi/+6tYMUeRhQok+E/+E52Yk5yFjacXp90cQOkmkl4w==}
engines: {node: '>=12.13.0'}
requiresBuild: true
dependencies:
color: 4.2.3
detect-libc: 2.0.1
node-addon-api: 5.1.0
prebuild-install: 7.1.1
semver: 7.3.8
simple-get: 4.0.1
tar-fs: 2.1.1
tunnel-agent: 0.6.0
dev: true
/shebang-command/1.2.0: /shebang-command/1.2.0:
resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
...@@ -9294,6 +9520,24 @@ packages: ...@@ -9294,6 +9520,24 @@ packages:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
dev: true dev: true
/simple-concat/1.0.1:
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
dev: true
/simple-get/4.0.1:
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
dependencies:
decompress-response: 6.0.0
once: 1.4.0
simple-concat: 1.0.1
dev: true
/simple-swizzle/0.2.2:
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
dependencies:
is-arrayish: 0.3.2
dev: true
/sirv/2.0.2: /sirv/2.0.2:
resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==} resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
...@@ -9582,6 +9826,11 @@ packages: ...@@ -9582,6 +9826,11 @@ packages:
min-indent: 1.0.1 min-indent: 1.0.1
dev: true dev: true
/strip-json-comments/2.0.1:
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
engines: {node: '>=0.10.0'}
dev: true
/strip-json-comments/3.1.1: /strip-json-comments/3.1.1:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'} engines: {node: '>=8'}
...@@ -9740,6 +9989,19 @@ packages: ...@@ -9740,6 +9989,19 @@ packages:
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
dev: true dev: true
/svgo/3.0.2:
resolution: {integrity: sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
'@trysound/sax': 0.2.0
commander: 7.2.0
css-select: 5.1.0
css-tree: 2.3.1
csso: 5.0.5
picocolors: 1.0.0
dev: true
/symbol-tree/3.2.4: /symbol-tree/3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
dev: true dev: true
...@@ -9763,6 +10025,26 @@ packages: ...@@ -9763,6 +10025,26 @@ packages:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
/tar-fs/2.1.1:
resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
dependencies:
chownr: 1.1.4
mkdirp-classic: 0.5.3
pump: 3.0.0
tar-stream: 2.2.0
dev: true
/tar-stream/2.2.0:
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
engines: {node: '>=6'}
dependencies:
bl: 4.1.0
end-of-stream: 1.4.4
fs-constants: 1.0.0
inherits: 2.0.4
readable-stream: 3.6.2
dev: true
/temp-dir/2.0.0: /temp-dir/2.0.0:
resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==}
engines: {node: '>=8'} engines: {node: '>=8'}
...@@ -9963,6 +10245,12 @@ packages: ...@@ -9963,6 +10245,12 @@ packages:
typescript: 4.9.5 typescript: 4.9.5
dev: true dev: true
/tunnel-agent/0.6.0:
resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
dependencies:
safe-buffer: 5.2.1
dev: true
/type-check/0.3.2: /type-check/0.3.2:
resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==}
engines: {node: '>= 0.8.0'} engines: {node: '>= 0.8.0'}
...@@ -10211,6 +10499,21 @@ packages: ...@@ -10211,6 +10499,21 @@ packages:
- rollup - rollup
dev: true dev: true
/unplugin-imagemin/0.3.11:
resolution: {integrity: sha512-fWP3j2HdtnpYfGSXHsKYelnN3jiOuU2mEoeuyXGaFWuvKzdccHBYtVmaahk4cwqLQ4XKtwuStfAqStWD953peQ==}
engines: {node: ^14.18.0 || >=16.12.0}
dependencies:
'@rollup/pluginutils': 5.0.2
'@squoosh/lib': 0.4.0
chalk: 4.1.2
ora: 5.1.0
sharp: 0.30.5
svgo: 3.0.2
unplugin: 1.3.1
transitivePeerDependencies:
- rollup
dev: true
/unplugin-transform-class/0.3.0: /unplugin-transform-class/0.3.0:
resolution: {integrity: sha512-RD3dxd6/o4ORIKYA1Riqm+a1JCJ+Jnu3INAsGYlH2Q7dysKFapk7+y9Q/H4Dlk8ZctxbkCvtNsnkSaHKYHR4BA==} resolution: {integrity: sha512-RD3dxd6/o4ORIKYA1Riqm+a1JCJ+Jnu3INAsGYlH2Q7dysKFapk7+y9Q/H4Dlk8ZctxbkCvtNsnkSaHKYHR4BA==}
dependencies: dependencies:
...@@ -10390,7 +10693,7 @@ packages: ...@@ -10390,7 +10693,7 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.3
esbuild: 0.17.11 esbuild: 0.17.12
less: 4.1.3 less: 4.1.3
postcss: 8.4.21 postcss: 8.4.21
resolve: 1.22.1 resolve: 1.22.1
...@@ -10510,12 +10813,21 @@ packages: ...@@ -10510,12 +10813,21 @@ packages:
makeerror: 1.0.12 makeerror: 1.0.12
dev: true dev: true
/wasm-feature-detect/1.5.1:
resolution: {integrity: sha512-GHr23qmuehNXHY4902/hJ6EV5sUANIJC3R/yMfQ7hWDg3nfhlcJfnIL96R2ohpIwa62araN6aN4bLzzzq5GXkg==}
dev: true
/wcwidth/1.0.1: /wcwidth/1.0.1:
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
dependencies: dependencies:
defaults: 1.0.4 defaults: 1.0.4
dev: true dev: true
/web-streams-polyfill/3.2.1:
resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}
engines: {node: '>= 8'}
dev: true
/webidl-conversions/3.0.1: /webidl-conversions/3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
dev: true dev: true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论