mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore: bump vue and vite (#10156)
This commit is contained in:
parent
1890cf6607
commit
52e74a9cc4
@ -31,7 +31,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^3.9.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
@ -43,8 +43,7 @@
|
||||
"@types/less": "^3.0.3",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"vue": "^3.2.20"
|
||||
"vue": "^3.2.26"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
@ -56,8 +55,8 @@
|
||||
"@vant/markdown-vetur": "^2.2.0",
|
||||
"@vant/stylelint-config": "^1.4.2",
|
||||
"@vant/touch-emulator": "^1.3.2",
|
||||
"@vitejs/plugin-vue": "^1.9.4",
|
||||
"@vitejs/plugin-vue-jsx": "^1.2.0",
|
||||
"@vitejs/plugin-vue": "^2.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.3",
|
||||
"@vue/babel-plugin-jsx": "^1.1.1",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"chalk": "^4.1.2",
|
||||
@ -90,7 +89,7 @@
|
||||
"stylelint": "^13.0.0",
|
||||
"transliteration": "^2.2.0",
|
||||
"typescript": "^4.5.2",
|
||||
"vite": "^2.6.13",
|
||||
"vite": "^2.7.10",
|
||||
"vite-plugin-html": "^2.1.1",
|
||||
"vite-plugin-md": "^0.11.4",
|
||||
"vue-router": "^4.0.12"
|
||||
|
@ -1,7 +1,7 @@
|
||||
import fse from 'fs-extra';
|
||||
import path from 'path';
|
||||
import hash from 'hash-sum';
|
||||
import { parse, SFCBlock, compileTemplate } from '@vue/compiler-sfc';
|
||||
import { parse, SFCBlock, compileTemplate } from 'vue/compiler-sfc';
|
||||
import { replaceExt } from '../common/index.js';
|
||||
|
||||
const { remove, readFileSync, outputFile } = fse;
|
||||
|
@ -34,7 +34,7 @@
|
||||
"esbuild": "^0.13.15",
|
||||
"release-it": "^14.0.2",
|
||||
"typescript": "~4.5.2",
|
||||
"vue": "^3.2.20"
|
||||
"vue": "^3.2.26"
|
||||
},
|
||||
"release-it": {
|
||||
"git": {
|
||||
|
@ -75,11 +75,10 @@
|
||||
"@vant/area-data": "^1.1.3",
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"@vue/runtime-core": "^3.2.20",
|
||||
"@vue/runtime-core": "^3.2.25",
|
||||
"@vue/test-utils": "^2.0.0-rc.16",
|
||||
"typescript": "~4.5.2",
|
||||
"vue": "^3.2.20",
|
||||
"vue": "^3.2.25",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
497
pnpm-lock.yaml
generated
497
pnpm-lock.yaml
generated
@ -55,11 +55,10 @@ importers:
|
||||
'@vant/icons': ^1.7.1
|
||||
'@vant/popperjs': ^1.1.0
|
||||
'@vant/use': ^1.3.4
|
||||
'@vue/compiler-sfc': ^3.2.20
|
||||
'@vue/runtime-core': ^3.2.20
|
||||
'@vue/runtime-core': ^3.2.25
|
||||
'@vue/test-utils': ^2.0.0-rc.16
|
||||
typescript: ~4.5.2
|
||||
vue: ^3.2.20
|
||||
vue: ^3.2.25
|
||||
vue-router: ^4.0.12
|
||||
dependencies:
|
||||
'@vant/icons': link:../vant-icons
|
||||
@ -69,12 +68,11 @@ importers:
|
||||
'@vant/area-data': link:../vant-area-data
|
||||
'@vant/cli': link:../vant-cli
|
||||
'@vant/eslint-config': link:../vant-eslint-config
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
'@vue/runtime-core': 3.2.21
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.21
|
||||
'@vue/runtime-core': 3.2.26
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.26
|
||||
typescript: 4.5.2
|
||||
vue: 3.2.21
|
||||
vue-router: 4.0.12_vue@3.2.21
|
||||
vue: 3.2.26
|
||||
vue-router: 4.0.12_vue@3.2.26
|
||||
|
||||
packages/vant-area-data:
|
||||
specifiers:
|
||||
@ -101,10 +99,9 @@ importers:
|
||||
'@vant/markdown-vetur': ^2.2.0
|
||||
'@vant/stylelint-config': ^1.4.2
|
||||
'@vant/touch-emulator': ^1.3.2
|
||||
'@vitejs/plugin-vue': ^1.9.4
|
||||
'@vitejs/plugin-vue-jsx': ^1.2.0
|
||||
'@vitejs/plugin-vue': ^2.0.0
|
||||
'@vitejs/plugin-vue-jsx': ^1.3.3
|
||||
'@vue/babel-plugin-jsx': ^1.1.1
|
||||
'@vue/compiler-sfc': ^3.2.20
|
||||
autoprefixer: ^10.4.0
|
||||
chalk: ^4.1.2
|
||||
clean-css: ^5.2.2
|
||||
@ -136,10 +133,10 @@ importers:
|
||||
stylelint: ^13.0.0
|
||||
transliteration: ^2.2.0
|
||||
typescript: ^4.5.2
|
||||
vite: ^2.6.13
|
||||
vite: ^2.7.10
|
||||
vite-plugin-html: ^2.1.1
|
||||
vite-plugin-md: ^0.11.4
|
||||
vue: ^3.2.20
|
||||
vue: ^3.2.26
|
||||
vue-router: ^4.0.12
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
@ -151,8 +148,8 @@ importers:
|
||||
'@vant/markdown-vetur': link:../vant-markdown-vetur
|
||||
'@vant/stylelint-config': link:../vant-stylelint-config
|
||||
'@vant/touch-emulator': link:../vant-touch-emulator
|
||||
'@vitejs/plugin-vue': 1.9.4_vite@2.6.13
|
||||
'@vitejs/plugin-vue-jsx': 1.2.0
|
||||
'@vitejs/plugin-vue': 2.0.1_vite@2.7.10+vue@3.2.26
|
||||
'@vitejs/plugin-vue-jsx': 1.3.3
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.0
|
||||
autoprefixer: 10.4.0_postcss@8.3.11
|
||||
chalk: 4.1.2
|
||||
@ -185,17 +182,16 @@ importers:
|
||||
stylelint: 13.13.1
|
||||
transliteration: 2.2.0
|
||||
typescript: 4.5.2
|
||||
vite: 2.6.13_less@4.1.2
|
||||
vite-plugin-html: 2.1.1_vite@2.6.13
|
||||
vite-plugin-md: 0.11.4_vite@2.6.13
|
||||
vue-router: 4.0.12_vue@3.2.21
|
||||
vite: 2.7.10_less@4.1.2
|
||||
vite-plugin-html: 2.1.1_vite@2.7.10
|
||||
vite-plugin-md: 0.11.4_vite@2.7.10
|
||||
vue-router: 4.0.12_vue@3.2.26
|
||||
devDependencies:
|
||||
'@types/fs-extra': 9.0.13
|
||||
'@types/less': 3.0.3
|
||||
'@types/lodash-es': 4.17.5
|
||||
'@types/markdown-it': 12.2.3
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
vue: 3.2.21
|
||||
vue: 3.2.26
|
||||
|
||||
packages/vant-eslint-config:
|
||||
specifiers:
|
||||
@ -283,12 +279,12 @@ importers:
|
||||
esbuild: ^0.13.15
|
||||
release-it: ^14.0.2
|
||||
typescript: ~4.5.2
|
||||
vue: ^3.2.20
|
||||
vue: ^3.2.26
|
||||
devDependencies:
|
||||
esbuild: 0.13.15
|
||||
release-it: 14.11.6
|
||||
typescript: 4.5.2
|
||||
vue: 3.2.21
|
||||
vue: 3.2.26
|
||||
|
||||
packages:
|
||||
|
||||
@ -408,10 +404,22 @@ packages:
|
||||
dependencies:
|
||||
'@babel/highlight': 7.16.0
|
||||
|
||||
/@babel/code-frame/7.16.7:
|
||||
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==, tarball: '@babel/code-frame/download/@babel/code-frame-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/highlight': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/compat-data/7.16.0:
|
||||
resolution: {integrity: sha1-6iadf3jes6eCbDmkBI7s2lQevao=, tarball: '@babel/compat-data/download/@babel/compat-data-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
/@babel/compat-data/7.16.4:
|
||||
resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==, tarball: '@babel/compat-data/download/@babel/compat-data-7.16.4.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: false
|
||||
|
||||
/@babel/core/7.16.0:
|
||||
resolution: {integrity: sha1-xP9EBG9f4xBSXMnrTvUUfwxTdNQ=, tarball: '@babel/core/download/@babel/core-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -434,6 +442,29 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/core/7.16.7:
|
||||
resolution: {integrity: sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==, tarball: '@babel/core/download/@babel/core-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.16.7
|
||||
'@babel/generator': 7.16.7
|
||||
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7
|
||||
'@babel/helper-module-transforms': 7.16.7
|
||||
'@babel/helpers': 7.16.7
|
||||
'@babel/parser': 7.16.7
|
||||
'@babel/template': 7.16.7
|
||||
'@babel/traverse': 7.16.7
|
||||
'@babel/types': 7.16.7
|
||||
convert-source-map: 1.8.0
|
||||
debug: 4.3.2
|
||||
gensync: 1.0.0-beta.2
|
||||
json5: 2.2.0
|
||||
semver: 6.3.0
|
||||
source-map: 0.5.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/generator/7.16.0:
|
||||
resolution: {integrity: sha1-1A89HVB15i01ALzLZ/PaqKlSZbI=, tarball: '@babel/generator/download/@babel/generator-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -442,6 +473,15 @@ packages:
|
||||
jsesc: 2.5.2
|
||||
source-map: 0.5.7
|
||||
|
||||
/@babel/generator/7.16.7:
|
||||
resolution: {integrity: sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==, tarball: '@babel/generator/download/@babel/generator-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
jsesc: 2.5.2
|
||||
source-map: 0.5.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-annotate-as-pure/7.16.0:
|
||||
resolution: {integrity: sha1-mh8OvNpT2aLQAQjEzqzmpdXx8I0=, tarball: '@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -461,6 +501,19 @@ packages:
|
||||
browserslist: 4.17.6
|
||||
semver: 6.3.0
|
||||
|
||||
/@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==, tarball: '@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.16.4
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-validator-option': 7.16.7
|
||||
browserslist: 4.17.6
|
||||
semver: 6.3.0
|
||||
dev: false
|
||||
|
||||
/@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-CQ1NFms0KgOp/sN+9P1a65x8aks=, tarball: '@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -478,6 +531,30 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha1-CQ1NFms0KgOp/sN+9P1a65x8aks=, tarball: '@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-annotate-as-pure': 7.16.0
|
||||
'@babel/helper-function-name': 7.16.0
|
||||
'@babel/helper-member-expression-to-functions': 7.16.0
|
||||
'@babel/helper-optimise-call-expression': 7.16.0
|
||||
'@babel/helper-replace-supers': 7.16.0
|
||||
'@babel/helper-split-export-declaration': 7.16.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/helper-environment-visitor/7.16.7:
|
||||
resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==, tarball: '@babel/helper-environment-visitor/download/@babel/helper-environment-visitor-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-function-name/7.16.0:
|
||||
resolution: {integrity: sha1-t90Hl9ALv+5PB+nE6lsOMMi7FIE=, tarball: '@babel/helper-function-name/download/@babel/helper-function-name-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -486,18 +563,41 @@ packages:
|
||||
'@babel/template': 7.16.0
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-function-name/7.16.7:
|
||||
resolution: {integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==, tarball: '@babel/helper-function-name/download/@babel/helper-function-name-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-get-function-arity': 7.16.7
|
||||
'@babel/template': 7.16.7
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-get-function-arity/7.16.0:
|
||||
resolution: {integrity: sha1-AIjHSGspqctdlIsaHeRttm4InPo=, tarball: '@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-get-function-arity/7.16.7:
|
||||
resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==, tarball: '@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-hoist-variables/7.16.0:
|
||||
resolution: {integrity: sha1-TJAjwvHe9+KP9G/B2802o5vqqBo=, tarball: '@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-hoist-variables/7.16.7:
|
||||
resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==, tarball: '@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-member-expression-to-functions/7.16.0:
|
||||
resolution: {integrity: sha1-KShwQO/Rl8d2Nu91GI6B2ovM1aQ=, tarball: '@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -510,6 +610,13 @@ packages:
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-module-imports/7.16.7:
|
||||
resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==, tarball: '@babel/helper-module-imports/download/@babel/helper-module-imports-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-module-transforms/7.16.0:
|
||||
resolution: {integrity: sha1-HIKo3UyzRXdQLr0pCWmbGUw+m7U=, tarball: '@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -525,6 +632,22 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helper-module-transforms/7.16.7:
|
||||
resolution: {integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==, tarball: '@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-environment-visitor': 7.16.7
|
||||
'@babel/helper-module-imports': 7.16.7
|
||||
'@babel/helper-simple-access': 7.16.7
|
||||
'@babel/helper-split-export-declaration': 7.16.7
|
||||
'@babel/helper-validator-identifier': 7.16.7
|
||||
'@babel/template': 7.16.7
|
||||
'@babel/traverse': 7.16.7
|
||||
'@babel/types': 7.16.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/helper-optimise-call-expression/7.16.0:
|
||||
resolution: {integrity: sha1-zs2xRdcMVAlrFWT46fEM19GTszg=, tarball: '@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -553,20 +676,44 @@ packages:
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-simple-access/7.16.7:
|
||||
resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==, tarball: '@babel/helper-simple-access/download/@babel/helper-simple-access-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-split-export-declaration/7.16.0:
|
||||
resolution: {integrity: sha1-KWcvQ2Y+k23zcKrrIr7ds7rsdDg=, tarball: '@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-split-export-declaration/7.16.7:
|
||||
resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==, tarball: '@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-validator-identifier/7.15.7:
|
||||
resolution: {integrity: sha1-Ig35k7/pBKSmsCq08zhaXr9uI4k=, tarball: '@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.15.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
/@babel/helper-validator-identifier/7.16.7:
|
||||
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==, tarball: '@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: false
|
||||
|
||||
/@babel/helper-validator-option/7.14.5:
|
||||
resolution: {integrity: sha1-bnKh//GNXfy4eOHmLxoCHEty1aM=, tarball: '@babel/helper-validator-option/download/@babel/helper-validator-option-7.14.5.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
/@babel/helper-validator-option/7.16.7:
|
||||
resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==, tarball: '@babel/helper-validator-option/download/@babel/helper-validator-option-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: false
|
||||
|
||||
/@babel/helpers/7.16.0:
|
||||
resolution: {integrity: sha1-h1UZyXnCMvQa371Do7A5jC44gYM=, tarball: '@babel/helpers/download/@babel/helpers-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -577,6 +724,17 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helpers/7.16.7:
|
||||
resolution: {integrity: sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==, tarball: '@babel/helpers/download/@babel/helpers-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.16.7
|
||||
'@babel/traverse': 7.16.7
|
||||
'@babel/types': 7.16.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/highlight/7.16.0:
|
||||
resolution: {integrity: sha1-bOsysspLj182H7f9gh4/3fShclo=, tarball: '@babel/highlight/download/@babel/highlight-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -585,11 +743,25 @@ packages:
|
||||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
|
||||
/@babel/highlight/7.16.7:
|
||||
resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==, tarball: '@babel/highlight/download/@babel/highlight-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.16.7
|
||||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
dev: false
|
||||
|
||||
/@babel/parser/7.16.2:
|
||||
resolution: {integrity: sha1-NyPNXI2Hc+75bOV+odm3+qzNEqw=, tarball: '@babel/parser/download/@babel/parser-7.16.2.tgz'}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
|
||||
/@babel/parser/7.16.7:
|
||||
resolution: {integrity: sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==, tarball: '@babel/parser/download/@babel/parser-7.16.7.tgz'}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
|
||||
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=, tarball: '@babel/plugin-syntax-async-generators/download/@babel/plugin-syntax-async-generators-7.8.4.tgz'}
|
||||
peerDependencies:
|
||||
@ -618,7 +790,7 @@ packages:
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-7mATSMNw+jNNIge+FYd3SWUh/VE=, tarball: '@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz?cache=0&sync_timestamp=1632822771791&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-syntax-import-meta%2Fdownload%2F%40babel%2Fplugin-syntax-import-meta-7.10.4.tgz'}
|
||||
resolution: {integrity: sha1-7mATSMNw+jNNIge+FYd3SWUh/VE=, tarball: '@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
@ -626,6 +798,15 @@ packages:
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha1-7mATSMNw+jNNIge+FYd3SWUh/VE=, tarball: '@babel/plugin-syntax-import-meta/download/@babel/plugin-syntax-import-meta-7.10.4.tgz'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=, tarball: '@babel/plugin-syntax-json-strings/download/@babel/plugin-syntax-json-strings-7.8.3.tgz'}
|
||||
peerDependencies:
|
||||
@ -645,6 +826,16 @@ packages:
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha1-+WJDlDFzZamojII1jT+EcRVGmPE=, tarball: '@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-ypHvRjA1MESLkGZSusLp/plB9pk=, tarball: '@babel/plugin-syntax-logical-assignment-operators/download/@babel/plugin-syntax-logical-assignment-operators-7.10.4.tgz'}
|
||||
peerDependencies:
|
||||
@ -719,6 +910,16 @@ packages:
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha1-L+6xPZM0zFguqREdNQb3cxdBebs=, tarball: '@babel/plugin-syntax-typescript/download/@babel/plugin-syntax-typescript-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-zAZwsoIrAzg1W8Gz0iRqQrgWZAk=, tarball: '@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.16.1.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -733,6 +934,20 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha1-zAZwsoIrAzg1W8Gz0iRqQrgWZAk=, tarball: '@babel/plugin-transform-typescript/download/@babel/plugin-transform-typescript-7.16.1.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.7
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
'@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/preset-typescript/7.16.0_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha1-sLTxBbhV+z1jHsA2zcnR/9H6Xqw=, tarball: '@babel/preset-typescript/download/@babel/preset-typescript-7.16.0.tgz?cache=0&sync_timestamp=1635914167348&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fpreset-typescript%2Fdownload%2F%40babel%2Fpreset-typescript-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -755,6 +970,15 @@ packages:
|
||||
'@babel/parser': 7.16.2
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/template/7.16.7:
|
||||
resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==, tarball: '@babel/template/download/@babel/template-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.16.7
|
||||
'@babel/parser': 7.16.7
|
||||
'@babel/types': 7.16.7
|
||||
dev: false
|
||||
|
||||
/@babel/traverse/7.16.0:
|
||||
resolution: {integrity: sha1-ll32xr/AqVjB5zkoTTyfpKbjxFs=, tarball: '@babel/traverse/download/@babel/traverse-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -771,6 +995,24 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/traverse/7.16.7:
|
||||
resolution: {integrity: sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==, tarball: '@babel/traverse/download/@babel/traverse-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.16.7
|
||||
'@babel/generator': 7.16.7
|
||||
'@babel/helper-environment-visitor': 7.16.7
|
||||
'@babel/helper-function-name': 7.16.7
|
||||
'@babel/helper-hoist-variables': 7.16.7
|
||||
'@babel/helper-split-export-declaration': 7.16.7
|
||||
'@babel/parser': 7.16.7
|
||||
'@babel/types': 7.16.7
|
||||
debug: 4.3.2
|
||||
globals: 11.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/types/7.16.0:
|
||||
resolution: {integrity: sha1-2zsxOAT5aq3Qt3bEgj4SetZyibo=, tarball: '@babel/types/download/@babel/types-7.16.0.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -778,6 +1020,14 @@ packages:
|
||||
'@babel/helper-validator-identifier': 7.15.7
|
||||
to-fast-properties: 2.0.0
|
||||
|
||||
/@babel/types/7.16.7:
|
||||
resolution: {integrity: sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==, tarball: '@babel/types/download/@babel/types-7.16.7.tgz'}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.16.7
|
||||
to-fast-properties: 2.0.0
|
||||
dev: false
|
||||
|
||||
/@bcoe/v8-coverage/0.2.3:
|
||||
resolution: {integrity: sha1-daLotRy3WKdVPWgEpZMteqznXDk=, tarball: '@bcoe/v8-coverage/download/@bcoe/v8-coverage-0.2.3.tgz'}
|
||||
dev: false
|
||||
@ -1174,6 +1424,14 @@ packages:
|
||||
picomatch: 2.3.0
|
||||
dev: false
|
||||
|
||||
/@rollup/pluginutils/4.1.2:
|
||||
resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==, tarball: '@rollup/pluginutils/download/@rollup/pluginutils-4.1.2.tgz'}
|
||||
engines: {node: '>= 8.0.0'}
|
||||
dependencies:
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 2.3.0
|
||||
dev: false
|
||||
|
||||
/@sindresorhus/is/0.14.0:
|
||||
resolution: {integrity: sha1-n7OjzzEyMoFR81PeRjLgHlIQK+o=, tarball: '@sindresorhus/is/download/@sindresorhus/is-0.14.0.tgz'}
|
||||
engines: {node: '>=6'}
|
||||
@ -1512,27 +1770,29 @@ packages:
|
||||
eslint-visitor-keys: 3.0.0
|
||||
dev: false
|
||||
|
||||
/@vitejs/plugin-vue-jsx/1.2.0:
|
||||
resolution: {integrity: sha1-pCFr27ixKABTfTnjtXEfzy60cO8=, tarball: '@vitejs/plugin-vue-jsx/download/@vitejs/plugin-vue-jsx-1.2.0.tgz'}
|
||||
/@vitejs/plugin-vue-jsx/1.3.3:
|
||||
resolution: {integrity: sha512-VSBXVqMcxbgX85rgJC1eMWuZ9hzOJhWPvGYlKxyymPokE/i3Gykh5ljkCoNdxnKgIyFqv4WutYoYY93fgjbTxA==, tarball: '@vitejs/plugin-vue-jsx/download/@vitejs/plugin-vue-jsx-1.3.3.tgz'}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.0
|
||||
'@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.0
|
||||
'@rollup/pluginutils': 4.1.1
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.0
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.7
|
||||
'@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.7
|
||||
'@rollup/pluginutils': 4.1.2
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.7
|
||||
hash-sum: 2.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@vitejs/plugin-vue/1.9.4_vite@2.6.13:
|
||||
resolution: {integrity: sha1-T0hIVDLLuYap+50lTcM84w3cy/o=, tarball: '@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.9.4.tgz?cache=0&sync_timestamp=1635929201810&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vitejs%2Fplugin-vue%2Fdownload%2F%40vitejs%2Fplugin-vue-1.9.4.tgz'}
|
||||
/@vitejs/plugin-vue/2.0.1_vite@2.7.10+vue@3.2.26:
|
||||
resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==, tarball: '@vitejs/plugin-vue/download/@vitejs/plugin-vue-2.0.1.tgz'}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.6.13_less@4.1.2
|
||||
vite: 2.7.10_less@4.1.2
|
||||
vue: 3.2.26
|
||||
dev: false
|
||||
|
||||
/@vue/babel-helper-vue-transform-on/1.0.2:
|
||||
@ -1556,98 +1816,115 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-core/3.2.21:
|
||||
resolution: {integrity: sha1-JlZsMrKtg4GZ1HHvXfYgqDhG8k4=, tarball: '@vue/compiler-core/download/@vue/compiler-core-3.2.21.tgz'}
|
||||
/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.16.7:
|
||||
resolution: {integrity: sha1-DFusJ4gNI/iYlM0Daje1XvYd38E=, tarball: '@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.1.1.tgz'}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.2
|
||||
'@vue/shared': 3.2.21
|
||||
'@babel/helper-module-imports': 7.16.0
|
||||
'@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.7
|
||||
'@babel/template': 7.16.0
|
||||
'@babel/traverse': 7.16.0
|
||||
'@babel/types': 7.16.0
|
||||
'@vue/babel-helper-vue-transform-on': 1.0.2
|
||||
camelcase: 6.2.0
|
||||
html-tags: 3.1.0
|
||||
svg-tags: 1.0.0
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@vue/compiler-core/3.2.26:
|
||||
resolution: {integrity: sha512-N5XNBobZbaASdzY9Lga2D9Lul5vdCIOXvUMd6ThcN8zgqQhPKfCV+wfAJNNJKQkSHudnYRO2gEB+lp0iN3g2Tw==, tarball: '@vue/compiler-core/download/@vue/compiler-core-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.7
|
||||
'@vue/shared': 3.2.26
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-dom/3.2.21:
|
||||
resolution: {integrity: sha1-1vbIU2TviIj5xOkSK/uhHnj7OYw=, tarball: '@vue/compiler-dom/download/@vue/compiler-dom-3.2.21.tgz'}
|
||||
/@vue/compiler-dom/3.2.26:
|
||||
resolution: {integrity: sha512-smBfaOW6mQDxcT3p9TKT6mE22vjxjJL50GFVJiI0chXYGU/xzC05QRGrW3HHVuJrmLTLx5zBhsZ2dIATERbarg==, tarball: '@vue/compiler-dom/download/@vue/compiler-dom-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@vue/compiler-core': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-sfc/3.2.21:
|
||||
resolution: {integrity: sha1-QmOe5J5yWvt9jx0ZQOddwXpWACw=, tarball: '@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.21.tgz'}
|
||||
/@vue/compiler-sfc/3.2.26:
|
||||
resolution: {integrity: sha512-ePpnfktV90UcLdsDQUh2JdiTuhV0Skv2iYXxfNMOK/F3Q+2BO0AulcVcfoksOpTJGmhhfosWfMyEaEf0UaWpIw==, tarball: '@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.2
|
||||
'@vue/compiler-core': 3.2.21
|
||||
'@vue/compiler-dom': 3.2.21
|
||||
'@vue/compiler-ssr': 3.2.21
|
||||
'@vue/ref-transform': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@babel/parser': 7.16.7
|
||||
'@vue/compiler-core': 3.2.26
|
||||
'@vue/compiler-dom': 3.2.26
|
||||
'@vue/compiler-ssr': 3.2.26
|
||||
'@vue/reactivity-transform': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.7
|
||||
postcss: 8.3.11
|
||||
postcss: 8.4.5
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-ssr/3.2.21:
|
||||
resolution: {integrity: sha1-N9Ek+J6K3vn9VrhXdd5LUxCgQ24=, tarball: '@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.21.tgz'}
|
||||
/@vue/compiler-ssr/3.2.26:
|
||||
resolution: {integrity: sha512-2mywLX0ODc4Zn8qBoA2PDCsLEZfpUGZcyoFRLSOjyGGK6wDy2/5kyDOWtf0S0UvtoyVq95OTSGIALjZ4k2q/ag==, tarball: '@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@vue/compiler-dom': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
dev: true
|
||||
|
||||
/@vue/devtools-api/6.0.0-beta.20:
|
||||
resolution: {integrity: sha1-tUBcmoT7RGh9BefEx4VLFjkUEQY=, tarball: '@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.20.tgz'}
|
||||
|
||||
/@vue/reactivity/3.2.21:
|
||||
resolution: {integrity: sha1-BzrRRBku14oH4VHpWjuqUV5AmaI=, tarball: '@vue/reactivity/download/@vue/reactivity-3.2.21.tgz'}
|
||||
/@vue/reactivity-transform/3.2.26:
|
||||
resolution: {integrity: sha512-XKMyuCmzNA7nvFlYhdKwD78rcnmPb7q46uoR00zkX6yZrUmcCQ5OikiwUEVbvNhL5hBJuvbSO95jB5zkUon+eQ==, tarball: '@vue/reactivity-transform/download/@vue/reactivity-transform-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@vue/shared': 3.2.21
|
||||
dev: true
|
||||
|
||||
/@vue/ref-transform/3.2.21:
|
||||
resolution: {integrity: sha1-sMVUyfZAw/AF935nYGaqD6upCYQ=, tarball: '@vue/ref-transform/download/@vue/ref-transform-3.2.21.tgz'}
|
||||
dependencies:
|
||||
'@babel/parser': 7.16.2
|
||||
'@vue/compiler-core': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@babel/parser': 7.16.7
|
||||
'@vue/compiler-core': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.7
|
||||
dev: true
|
||||
|
||||
/@vue/runtime-core/3.2.21:
|
||||
resolution: {integrity: sha1-4S2sjDiTt66/w34yBmcY2KpoasU=, tarball: '@vue/runtime-core/download/@vue/runtime-core-3.2.21.tgz'}
|
||||
/@vue/reactivity/3.2.26:
|
||||
resolution: {integrity: sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==, tarball: '@vue/reactivity/download/@vue/reactivity-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@vue/shared': 3.2.26
|
||||
dev: true
|
||||
|
||||
/@vue/runtime-dom/3.2.21:
|
||||
resolution: {integrity: sha1-M90VvIUoHncxd6MNxpMcKUvXeqE=, tarball: '@vue/runtime-dom/download/@vue/runtime-dom-3.2.21.tgz'}
|
||||
/@vue/runtime-core/3.2.26:
|
||||
resolution: {integrity: sha512-BcYi7qZ9Nn+CJDJrHQ6Zsmxei2hDW0L6AB4vPvUQGBm2fZyC0GXd/4nVbyA2ubmuhctD5RbYY8L+5GUJszv9mQ==, tarball: '@vue/runtime-core/download/@vue/runtime-core-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@vue/runtime-core': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@vue/reactivity': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
dev: true
|
||||
|
||||
/@vue/runtime-dom/3.2.26:
|
||||
resolution: {integrity: sha512-dY56UIiZI+gjc4e8JQBwAifljyexfVCkIAu/WX8snh8vSOt/gMSEGwPRcl2UpYpBYeyExV8WCbgvwWRNt9cHhQ==, tarball: '@vue/runtime-dom/download/@vue/runtime-dom-3.2.26.tgz'}
|
||||
dependencies:
|
||||
'@vue/runtime-core': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
csstype: 2.6.18
|
||||
dev: true
|
||||
|
||||
/@vue/server-renderer/3.2.21_vue@3.2.21:
|
||||
resolution: {integrity: sha1-iH0KRN529yMTz/JoaiTAMVIx1jQ=, tarball: '@vue/server-renderer/download/@vue/server-renderer-3.2.21.tgz'}
|
||||
/@vue/server-renderer/3.2.26_vue@3.2.26:
|
||||
resolution: {integrity: sha512-Jp5SggDUvvUYSBIvYEhy76t4nr1vapY/FIFloWmQzn7UxqaHrrBpbxrqPcTrSgGrcaglj0VBp22BKJNre4aA1w==, tarball: '@vue/server-renderer/download/@vue/server-renderer-3.2.26.tgz'}
|
||||
peerDependencies:
|
||||
vue: 3.2.21
|
||||
vue: 3.2.26
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
vue: 3.2.21
|
||||
'@vue/compiler-ssr': 3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
vue: 3.2.26
|
||||
dev: true
|
||||
|
||||
/@vue/shared/3.2.21:
|
||||
resolution: {integrity: sha1-TNgMDmLPZaetqyRJ6GtvDLM6Ews=, tarball: '@vue/shared/download/@vue/shared-3.2.21.tgz'}
|
||||
/@vue/shared/3.2.26:
|
||||
resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==, tarball: '@vue/shared/download/@vue/shared-3.2.26.tgz'}
|
||||
dev: true
|
||||
|
||||
/@vue/test-utils/2.0.0-rc.16_vue@3.2.21:
|
||||
/@vue/test-utils/2.0.0-rc.16_vue@3.2.26:
|
||||
resolution: {integrity: sha1-WTgPAocPhWrAAqKcAmgdPz/Lr+s=, tarball: '@vue/test-utils/download/@vue/test-utils-2.0.0-rc.16.tgz'}
|
||||
peerDependencies:
|
||||
vue: ^3.0.1
|
||||
dependencies:
|
||||
vue: 3.2.21
|
||||
vue: 3.2.26
|
||||
dev: true
|
||||
|
||||
/JSONStream/1.3.5:
|
||||
@ -2559,7 +2836,7 @@ packages:
|
||||
dev: false
|
||||
|
||||
/csstype/2.6.18:
|
||||
resolution: {integrity: sha1-mAqLUwhfNK8xNBCvBk8r0kF4Qhg=, tarball: csstype/download/csstype-2.6.18.tgz?cache=0&sync_timestamp=1632822739413&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcsstype%2Fdownload%2Fcsstype-2.6.18.tgz}
|
||||
resolution: {integrity: sha1-mAqLUwhfNK8xNBCvBk8r0kF4Qhg=, tarball: csstype/download/csstype-2.6.18.tgz}
|
||||
dev: true
|
||||
|
||||
/dargs/7.0.0:
|
||||
@ -4459,7 +4736,7 @@ packages:
|
||||
resolution: {integrity: sha1-hzxv/4l0UBGCIndGlqPyiQLXfB0=, tarball: istanbul-lib-instrument/download/istanbul-lib-instrument-4.0.3.tgz}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/core': 7.16.7
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-coverage: 3.2.0
|
||||
semver: 6.3.0
|
||||
@ -4471,7 +4748,7 @@ packages:
|
||||
resolution: {integrity: sha1-e0kZi2V7J6cwuOnLYB8eG/8kxZo=, tarball: istanbul-lib-instrument/download/istanbul-lib-instrument-5.1.0.tgz}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/core': 7.16.7
|
||||
'@babel/parser': 7.16.2
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-coverage: 3.2.0
|
||||
@ -6110,6 +6387,15 @@ packages:
|
||||
nanoid: 3.1.30
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 0.6.2
|
||||
dev: false
|
||||
|
||||
/postcss/8.4.5:
|
||||
resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==, tarball: postcss/download/postcss-8.4.5.tgz}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.1.30
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 1.0.1
|
||||
|
||||
/preact/10.5.15:
|
||||
resolution: {integrity: sha1-bflNiv7PP54Qp0L9jDYt2rRkIl8=, tarball: preact/download/preact-10.5.15.tgz}
|
||||
@ -6593,6 +6879,11 @@ packages:
|
||||
/source-map-js/0.6.2:
|
||||
resolution: {integrity: sha1-C7XeYxtBz72mz7qL0FqA79/SOF4=, tarball: source-map-js/download/source-map-js-0.6.2.tgz}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: false
|
||||
|
||||
/source-map-js/1.0.1:
|
||||
resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==, tarball: source-map-js/download/source-map-js-1.0.1.tgz}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
/source-map-support/0.5.20:
|
||||
resolution: {integrity: sha1-EhZgifj15ejFaSazd2Mzkt0stsk=, tarball: source-map-support/download/source-map-support-0.5.20.tgz}
|
||||
@ -7252,7 +7543,7 @@ packages:
|
||||
unist-util-stringify-position: 2.0.3
|
||||
vfile-message: 2.0.4
|
||||
|
||||
/vite-plugin-html/2.1.1_vite@2.6.13:
|
||||
/vite-plugin-html/2.1.1_vite@2.7.10:
|
||||
resolution: {integrity: sha1-AUtEEmpy1FnNRgvRVoAMIl0STL4=, tarball: vite-plugin-html/download/vite-plugin-html-2.1.1.tgz}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
@ -7263,10 +7554,10 @@ packages:
|
||||
ejs: 3.1.6
|
||||
fs-extra: 10.0.0
|
||||
html-minifier-terser: 5.1.1
|
||||
vite: 2.6.13_less@4.1.2
|
||||
vite: 2.7.10_less@4.1.2
|
||||
dev: false
|
||||
|
||||
/vite-plugin-md/0.11.4_vite@2.6.13:
|
||||
/vite-plugin-md/0.11.4_vite@2.7.10:
|
||||
resolution: {integrity: sha1-Zc6LiOuvY3fNQjieFpkEFSZDK9M=, tarball: vite-plugin-md/download/vite-plugin-md-0.11.4.tgz}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
@ -7275,11 +7566,11 @@ packages:
|
||||
'@types/markdown-it': 12.2.3
|
||||
gray-matter: 4.0.3
|
||||
markdown-it: 12.2.0
|
||||
vite: 2.6.13_less@4.1.2
|
||||
vite: 2.7.10_less@4.1.2
|
||||
dev: false
|
||||
|
||||
/vite/2.6.13_less@4.1.2:
|
||||
resolution: {integrity: sha1-FrPshaZtW0YawpqQOHTUNX+a9DI=, tarball: vite/download/vite-2.6.13.tgz}
|
||||
/vite/2.7.10_less@4.1.2:
|
||||
resolution: {integrity: sha512-KEY96ntXUid1/xJihJbgmLZx7QSC2D4Tui0FdS0Old5OokYzFclcofhtxtjDdGOk/fFpPbHv9yw88+rB93Tb8w==, tarball: vite/download/vite-2.7.10.tgz}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -7296,7 +7587,7 @@ packages:
|
||||
dependencies:
|
||||
esbuild: 0.13.15
|
||||
less: 4.1.2
|
||||
postcss: 8.3.11
|
||||
postcss: 8.4.5
|
||||
resolve: 1.20.0
|
||||
rollup: 2.59.0
|
||||
optionalDependencies:
|
||||
@ -7321,22 +7612,22 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/vue-router/4.0.12_vue@3.2.21:
|
||||
/vue-router/4.0.12_vue@3.2.26:
|
||||
resolution: {integrity: sha1-jceSzd9bsavMOQj5BkE23n4TxGA=, tarball: vue-router/download/vue-router-4.0.12.tgz}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.0.0-beta.20
|
||||
vue: 3.2.21
|
||||
vue: 3.2.26
|
||||
|
||||
/vue/3.2.21:
|
||||
resolution: {integrity: sha1-VfVmUXLZXPl+gGuarQo3UYC+I6E=, tarball: vue/download/vue-3.2.21.tgz}
|
||||
/vue/3.2.26:
|
||||
resolution: {integrity: sha512-KD4lULmskL5cCsEkfhERVRIOEDrfEL9CwAsLYpzptOGjaGFNWo3BQ9g8MAb7RaIO71rmVOziZ/uEN/rHwcUIhg==, tarball: vue/download/vue-3.2.26.tgz}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.2.21
|
||||
'@vue/compiler-sfc': 3.2.21
|
||||
'@vue/runtime-dom': 3.2.21
|
||||
'@vue/server-renderer': 3.2.21_vue@3.2.21
|
||||
'@vue/shared': 3.2.21
|
||||
'@vue/compiler-dom': 3.2.26
|
||||
'@vue/compiler-sfc': 3.2.26
|
||||
'@vue/runtime-dom': 3.2.26
|
||||
'@vue/server-renderer': 3.2.26_vue@3.2.26
|
||||
'@vue/shared': 3.2.26
|
||||
dev: true
|
||||
|
||||
/w3c-hr-time/1.0.2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user