|
@@ -11,6 +11,7 @@ specifiers:
|
|
|
'@vicons/ionicons5': ^0.12.0
|
|
|
'@vitejs/plugin-legacy': 1.8.0
|
|
|
'@vitejs/plugin-vue': ^2.3.1
|
|
|
+ '@vitejs/plugin-vue-jsx': ^1.3.9
|
|
|
autoprefixer: ^10.4.4
|
|
|
axios: ^0.26.1
|
|
|
axios-progress-bar: ^1.2.0
|
|
@@ -37,7 +38,7 @@ specifiers:
|
|
|
unplugin-vue-components: ^0.18.5
|
|
|
vfonts: ^0.0.3
|
|
|
vite: ^2.9.1
|
|
|
- vitest: ^0.9.0
|
|
|
+ vitest: ^0.9.2
|
|
|
vue: ^3.2.31
|
|
|
vue-eslint-parser: ^8.3.0
|
|
|
vue-router: ^4.0.14
|
|
@@ -72,6 +73,7 @@ devDependencies:
|
|
|
'@typescript-eslint/eslint-plugin': 5.18.0_a07dca3bdfc4bfa60f4dda0c1f9e3287
|
|
|
'@typescript-eslint/parser': 5.18.0_eslint@8.12.0+typescript@4.6.3
|
|
|
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
|
|
|
+ '@vitejs/plugin-vue-jsx': 1.3.9
|
|
|
autoprefixer: 10.4.4_postcss@8.4.12
|
|
|
electron: 1.7.16
|
|
|
eslint: 8.12.0
|
|
@@ -84,12 +86,19 @@ devDependencies:
|
|
|
unplugin-auto-import: 0.6.9_vite@2.9.1
|
|
|
unplugin-vue-components: 0.18.5_vite@2.9.1+vue@3.2.31
|
|
|
vite: 2.9.1
|
|
|
- vitest: 0.9.0_happy-dom@2.55.0
|
|
|
+ vitest: 0.9.2_happy-dom@2.55.0
|
|
|
vue-eslint-parser: 8.3.0_eslint@8.12.0
|
|
|
vue-tsc: 0.33.9_typescript@4.6.3
|
|
|
|
|
|
packages:
|
|
|
|
|
|
+ /@ampproject/remapping/2.1.2:
|
|
|
+ resolution: {integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==}
|
|
|
+ engines: {node: '>=6.0.0'}
|
|
|
+ dependencies:
|
|
|
+ '@jridgewell/trace-mapping': 0.3.4
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@antfu/utils/0.5.0:
|
|
|
resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==}
|
|
|
dev: true
|
|
@@ -99,12 +108,192 @@ packages:
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
dependencies:
|
|
|
'@babel/highlight': 7.17.9
|
|
|
- dev: false
|
|
|
+
|
|
|
+ /@babel/compat-data/7.17.7:
|
|
|
+ resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/core/7.17.9:
|
|
|
+ resolution: {integrity: sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@ampproject/remapping': 2.1.2
|
|
|
+ '@babel/code-frame': 7.16.7
|
|
|
+ '@babel/generator': 7.17.9
|
|
|
+ '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9
|
|
|
+ '@babel/helper-module-transforms': 7.17.7
|
|
|
+ '@babel/helpers': 7.17.9
|
|
|
+ '@babel/parser': 7.17.9
|
|
|
+ '@babel/template': 7.16.7
|
|
|
+ '@babel/traverse': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ convert-source-map: 1.8.0
|
|
|
+ debug: 4.3.4
|
|
|
+ gensync: 1.0.0-beta.2
|
|
|
+ json5: 2.2.1
|
|
|
+ semver: 6.3.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/generator/7.17.9:
|
|
|
+ resolution: {integrity: sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ jsesc: 2.5.2
|
|
|
+ source-map: 0.5.7
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-annotate-as-pure/7.16.7:
|
|
|
+ resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0
|
|
|
+ dependencies:
|
|
|
+ '@babel/compat-data': 7.17.7
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/helper-validator-option': 7.16.7
|
|
|
+ browserslist: 4.20.2
|
|
|
+ semver: 6.3.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/helper-annotate-as-pure': 7.16.7
|
|
|
+ '@babel/helper-environment-visitor': 7.16.7
|
|
|
+ '@babel/helper-function-name': 7.17.9
|
|
|
+ '@babel/helper-member-expression-to-functions': 7.17.7
|
|
|
+ '@babel/helper-optimise-call-expression': 7.16.7
|
|
|
+ '@babel/helper-replace-supers': 7.16.7
|
|
|
+ '@babel/helper-split-export-declaration': 7.16.7
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-environment-visitor/7.16.7:
|
|
|
+ resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-function-name/7.17.9:
|
|
|
+ resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/template': 7.16.7
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-hoist-variables/7.16.7:
|
|
|
+ resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-member-expression-to-functions/7.17.7:
|
|
|
+ resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-module-imports/7.16.7:
|
|
|
+ resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-module-transforms/7.17.7:
|
|
|
+ resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==}
|
|
|
+ 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.17.7
|
|
|
+ '@babel/helper-split-export-declaration': 7.16.7
|
|
|
+ '@babel/helper-validator-identifier': 7.16.7
|
|
|
+ '@babel/template': 7.16.7
|
|
|
+ '@babel/traverse': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-optimise-call-expression/7.16.7:
|
|
|
+ resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-plugin-utils/7.16.7:
|
|
|
+ resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-replace-supers/7.16.7:
|
|
|
+ resolution: {integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/helper-environment-visitor': 7.16.7
|
|
|
+ '@babel/helper-member-expression-to-functions': 7.17.7
|
|
|
+ '@babel/helper-optimise-call-expression': 7.16.7
|
|
|
+ '@babel/traverse': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-simple-access/7.17.7:
|
|
|
+ resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helper-split-export-declaration/7.16.7:
|
|
|
+ resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
|
|
|
/@babel/helper-validator-identifier/7.16.7:
|
|
|
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
- dev: false
|
|
|
+
|
|
|
+ /@babel/helper-validator-option/7.16.7:
|
|
|
+ resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/helpers/7.17.9:
|
|
|
+ resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/template': 7.16.7
|
|
|
+ '@babel/traverse': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
|
|
|
/@babel/highlight/7.17.9:
|
|
|
resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==}
|
|
@@ -113,13 +302,55 @@ packages:
|
|
|
'@babel/helper-validator-identifier': 7.16.7
|
|
|
chalk: 2.4.2
|
|
|
js-tokens: 4.0.0
|
|
|
- dev: false
|
|
|
|
|
|
/@babel/parser/7.17.9:
|
|
|
resolution: {integrity: sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==}
|
|
|
engines: {node: '>=6.0.0'}
|
|
|
hasBin: true
|
|
|
|
|
|
+ /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0-0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/helper-plugin-utils': 7.16.7
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0-0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/helper-plugin-utils': 7.16.7
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0-0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/helper-plugin-utils': 7.16.7
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@babel/core': ^7.0.0-0
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9
|
|
|
+ '@babel/helper-plugin-utils': 7.16.7
|
|
|
+ '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.9
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@babel/runtime/7.17.9:
|
|
|
resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
@@ -132,6 +363,41 @@ packages:
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
dev: false
|
|
|
|
|
|
+ /@babel/template/7.16.7:
|
|
|
+ resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/code-frame': 7.16.7
|
|
|
+ '@babel/parser': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/traverse/7.17.9:
|
|
|
+ resolution: {integrity: sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/code-frame': 7.16.7
|
|
|
+ '@babel/generator': 7.17.9
|
|
|
+ '@babel/helper-environment-visitor': 7.16.7
|
|
|
+ '@babel/helper-function-name': 7.17.9
|
|
|
+ '@babel/helper-hoist-variables': 7.16.7
|
|
|
+ '@babel/helper-split-export-declaration': 7.16.7
|
|
|
+ '@babel/parser': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ debug: 4.3.4
|
|
|
+ globals: 11.12.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@babel/types/7.17.0:
|
|
|
+ resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/helper-validator-identifier': 7.16.7
|
|
|
+ to-fast-properties: 2.0.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@chenfengyuan/vue-qrcode/2.0.0_qrcode@1.5.0+vue@3.2.31:
|
|
|
resolution: {integrity: sha512-33Cfr0zjbc3Dd8d5b1IgzXRAgXH0c2Gv19VI4snS25V/x9Z41eg769tC+Us1x+vqgQQhgD5YUjLnkpkrQfeMSw==}
|
|
|
peerDependencies:
|
|
@@ -194,6 +460,22 @@ packages:
|
|
|
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
|
|
dev: true
|
|
|
|
|
|
+ /@jridgewell/resolve-uri/3.0.5:
|
|
|
+ resolution: {integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==}
|
|
|
+ engines: {node: '>=6.0.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@jridgewell/sourcemap-codec/1.4.11:
|
|
|
+ resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==}
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@jridgewell/trace-mapping/0.3.4:
|
|
|
+ resolution: {integrity: sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==}
|
|
|
+ dependencies:
|
|
|
+ '@jridgewell/resolve-uri': 3.0.5
|
|
|
+ '@jridgewell/sourcemap-codec': 1.4.11
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@nodelib/fs.scandir/2.1.5:
|
|
|
resolution: {integrity: sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=, tarball: '@nodelib/fs.scandir/download/@nodelib/fs.scandir-2.1.5.tgz'}
|
|
|
engines: {node: '>= 8'}
|
|
@@ -464,6 +746,20 @@ packages:
|
|
|
vite: 2.9.1
|
|
|
dev: false
|
|
|
|
|
|
+ /@vitejs/plugin-vue-jsx/1.3.9:
|
|
|
+ resolution: {integrity: sha512-aJpmBpAXM9jbVWaf7UR22/c0v/wfNPqOj0nBibuOndnrM8YmPAj4NnHEasguXxf0wVH00DinWqyzgZV8CZqEOQ==}
|
|
|
+ engines: {node: '>=12.0.0'}
|
|
|
+ dependencies:
|
|
|
+ '@babel/core': 7.17.9
|
|
|
+ '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.9
|
|
|
+ '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.9
|
|
|
+ '@rollup/pluginutils': 4.2.0
|
|
|
+ '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.9
|
|
|
+ hash-sum: 2.0.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@vitejs/plugin-vue/2.3.1_vite@2.9.1+vue@3.2.31:
|
|
|
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==}
|
|
|
engines: {node: '>=12.0.0'}
|
|
@@ -534,6 +830,27 @@ packages:
|
|
|
'@vue/reactivity': 3.2.31
|
|
|
dev: true
|
|
|
|
|
|
+ /@vue/babel-helper-vue-transform-on/1.0.2:
|
|
|
+ resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==}
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.17.9:
|
|
|
+ resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==}
|
|
|
+ dependencies:
|
|
|
+ '@babel/helper-module-imports': 7.16.7
|
|
|
+ '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.9
|
|
|
+ '@babel/template': 7.16.7
|
|
|
+ '@babel/traverse': 7.17.9
|
|
|
+ '@babel/types': 7.17.0
|
|
|
+ '@vue/babel-helper-vue-transform-on': 1.0.2
|
|
|
+ camelcase: 6.3.0
|
|
|
+ html-tags: 3.2.0
|
|
|
+ svg-tags: 1.0.0
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - '@babel/core'
|
|
|
+ - supports-color
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@vue/compiler-core/3.2.31:
|
|
|
resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==}
|
|
|
dependencies:
|
|
@@ -669,7 +986,6 @@ packages:
|
|
|
engines: {node: '>=4'}
|
|
|
dependencies:
|
|
|
color-convert: 1.9.3
|
|
|
- dev: false
|
|
|
|
|
|
/ansi-styles/4.3.0:
|
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
@@ -850,6 +1166,11 @@ packages:
|
|
|
engines: {node: '>=6'}
|
|
|
dev: false
|
|
|
|
|
|
+ /camelcase/6.3.0:
|
|
|
+ resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
|
+ engines: {node: '>=10'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/caniuse-lite/1.0.30001325:
|
|
|
resolution: {integrity: sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ==}
|
|
|
dev: true
|
|
@@ -878,7 +1199,6 @@ packages:
|
|
|
ansi-styles: 3.2.1
|
|
|
escape-string-regexp: 1.0.5
|
|
|
supports-color: 5.5.0
|
|
|
- dev: false
|
|
|
|
|
|
/chalk/4.1.2:
|
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
@@ -928,7 +1248,6 @@ packages:
|
|
|
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
|
|
|
dependencies:
|
|
|
color-name: 1.1.3
|
|
|
- dev: false
|
|
|
|
|
|
/color-convert/2.0.1:
|
|
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
@@ -938,7 +1257,6 @@ packages:
|
|
|
|
|
|
/color-name/1.1.3:
|
|
|
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
|
|
|
- dev: false
|
|
|
|
|
|
/color-name/1.1.4:
|
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
@@ -964,6 +1282,12 @@ packages:
|
|
|
typedarray: 0.0.6
|
|
|
dev: true
|
|
|
|
|
|
+ /convert-source-map/1.8.0:
|
|
|
+ resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==}
|
|
|
+ dependencies:
|
|
|
+ safe-buffer: 5.1.2
|
|
|
+ dev: true
|
|
|
+
|
|
|
/core-js/3.21.1:
|
|
|
resolution: {integrity: sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==}
|
|
|
requiresBuild: true
|
|
@@ -1402,7 +1726,6 @@ packages:
|
|
|
/escape-string-regexp/1.0.5:
|
|
|
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
|
|
|
engines: {node: '>=0.8.0'}
|
|
|
- dev: false
|
|
|
|
|
|
/escape-string-regexp/4.0.0:
|
|
|
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
@@ -1705,6 +2028,11 @@ packages:
|
|
|
resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==}
|
|
|
dev: true
|
|
|
|
|
|
+ /gensync/1.0.0-beta.2:
|
|
|
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
|
+ engines: {node: '>=6.9.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/get-caller-file/2.0.5:
|
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
@@ -1756,6 +2084,11 @@ packages:
|
|
|
path-is-absolute: 1.0.1
|
|
|
dev: true
|
|
|
|
|
|
+ /globals/11.12.0:
|
|
|
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
|
|
|
+ engines: {node: '>=4'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/globals/13.13.0:
|
|
|
resolution: {integrity: sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==}
|
|
|
engines: {node: '>=8'}
|
|
@@ -1808,7 +2141,6 @@ packages:
|
|
|
/has-flag/3.0.0:
|
|
|
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
|
|
|
engines: {node: '>=4'}
|
|
|
- dev: false
|
|
|
|
|
|
/has-flag/4.0.0:
|
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
@@ -1832,6 +2164,10 @@ packages:
|
|
|
dependencies:
|
|
|
function-bind: 1.1.1
|
|
|
|
|
|
+ /hash-sum/2.0.0:
|
|
|
+ resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/he/1.2.0:
|
|
|
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
|
|
|
hasBin: true
|
|
@@ -1846,6 +2182,11 @@ packages:
|
|
|
resolution: {integrity: sha512-tM1pVa+u3ZqQwIkXcWfhUlY3HWS3TsnKsfi2OHHvnhkX52s9etyktPyy1rQotkr0euWimChDq+QkQuDe8ngUlQ==}
|
|
|
dev: true
|
|
|
|
|
|
+ /html-tags/3.2.0:
|
|
|
+ resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==}
|
|
|
+ engines: {node: '>=8'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/http-basic/8.1.3:
|
|
|
resolution: {integrity: sha512-/EcDMwJZh3mABI2NhGfHOGOeOZITqfkEO4p/xK+l3NpyncIHUQBoMvCSF/b5GqvKtySC2srL/GGG3+EtlqlmCw==}
|
|
|
engines: {node: '>=6.0.0'}
|
|
@@ -2026,7 +2367,6 @@ packages:
|
|
|
|
|
|
/js-tokens/4.0.0:
|
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
- dev: false
|
|
|
|
|
|
/js-yaml/4.1.0:
|
|
|
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
|
@@ -2039,6 +2379,12 @@ packages:
|
|
|
resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==}
|
|
|
dev: true
|
|
|
|
|
|
+ /jsesc/2.5.2:
|
|
|
+ resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
|
|
|
+ engines: {node: '>=4'}
|
|
|
+ hasBin: true
|
|
|
+ dev: true
|
|
|
+
|
|
|
/json-parse-even-better-errors/2.3.1:
|
|
|
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
|
|
dev: false
|
|
@@ -2059,6 +2405,12 @@ packages:
|
|
|
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
|
|
|
dev: true
|
|
|
|
|
|
+ /json5/2.2.1:
|
|
|
+ resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==}
|
|
|
+ engines: {node: '>=6'}
|
|
|
+ hasBin: true
|
|
|
+ dev: true
|
|
|
+
|
|
|
/jsonfile/2.4.0:
|
|
|
resolution: {integrity: sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==}
|
|
|
optionalDependencies:
|
|
@@ -2739,6 +3091,11 @@ packages:
|
|
|
hasBin: true
|
|
|
dev: true
|
|
|
|
|
|
+ /semver/6.3.0:
|
|
|
+ resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
|
|
|
+ hasBin: true
|
|
|
+ dev: true
|
|
|
+
|
|
|
/semver/7.3.6:
|
|
|
resolution: {integrity: sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==}
|
|
|
engines: {node: ^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
@@ -2778,6 +3135,11 @@ packages:
|
|
|
resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
|
|
+ /source-map/0.5.7:
|
|
|
+ resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
|
|
|
+ engines: {node: '>=0.10.0'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/source-map/0.6.1:
|
|
|
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
|
engines: {node: '>=0.10.0'}
|
|
@@ -2868,7 +3230,6 @@ packages:
|
|
|
engines: {node: '>=4'}
|
|
|
dependencies:
|
|
|
has-flag: 3.0.0
|
|
|
- dev: false
|
|
|
|
|
|
/supports-color/7.2.0:
|
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
@@ -2880,6 +3241,10 @@ packages:
|
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
+ /svg-tags/1.0.0:
|
|
|
+ resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/sync-request/6.1.0:
|
|
|
resolution: {integrity: sha512-8fjNkrNlNCrVc/av+Jn+xxqfCjYaBoHqCsDz6mt030UMxJGr+GSfCV1dQt2gRtlL63+VPidwDVLr7V2OcTSdRw==}
|
|
|
engines: {node: '>=8.0.0'}
|
|
@@ -2969,11 +3334,16 @@ packages:
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
dev: true
|
|
|
|
|
|
- /tinyspy/0.3.1:
|
|
|
- resolution: {integrity: sha512-XXD1NYn5HciffxgxlHmOzq45tTNKRtPHss5go1ZAQmX9LLBIszXLG+NEpnD0shS2F2OMcQ9VSk7IswEeViCrbw==}
|
|
|
+ /tinyspy/0.3.2:
|
|
|
+ resolution: {integrity: sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==}
|
|
|
engines: {node: '>=14.0.0'}
|
|
|
dev: true
|
|
|
|
|
|
+ /to-fast-properties/2.0.0:
|
|
|
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
|
|
|
+ engines: {node: '>=4'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/to-regex-range/5.0.1:
|
|
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
|
engines: {node: '>=8.0'}
|
|
@@ -3196,8 +3566,8 @@ packages:
|
|
|
fsevents: 2.3.2
|
|
|
dev: true
|
|
|
|
|
|
- /vitest/0.9.0_happy-dom@2.55.0:
|
|
|
- resolution: {integrity: sha512-WyNY35WGRqtW/hd00FPgsnatDxKrRzEWVLS36KPbSFqAOn3HHtV+4/ihiPBaDAzAKtr6/eT52x+7kobUXa59TA==}
|
|
|
+ /vitest/0.9.2_happy-dom@2.55.0:
|
|
|
+ resolution: {integrity: sha512-XgR42njw350OxBfKD4MK0cNIzgQrhSUKJq9sgbgRR+bD8GonPCyjpFFmPejptaiEyjmQ2FXpEvFHN37b9X2HJA==}
|
|
|
engines: {node: '>=v14.16.0'}
|
|
|
hasBin: true
|
|
|
peerDependencies:
|
|
@@ -3221,7 +3591,7 @@ packages:
|
|
|
happy-dom: 2.55.0
|
|
|
local-pkg: 0.4.1
|
|
|
tinypool: 0.1.2
|
|
|
- tinyspy: 0.3.1
|
|
|
+ tinyspy: 0.3.2
|
|
|
vite: 2.9.1
|
|
|
transitivePeerDependencies:
|
|
|
- less
|