@xmszm/core 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +1296 -1285
- package/dist/plugin/vite/initRouteMeta.cjs +1 -0
- package/dist/plugin/vite/initRouteMeta.mjs +13 -0
- package/dist/style.css +1 -1
- package/docs/.vitepress/config.mjs +10 -1
- package/docs/components/config-options.md +125 -0
- package/docs/components/dataform.md +175 -22
- package/docs/components/datatable.md +21 -39
- package/docs/components/dialog.md +155 -16
- package/docs/components/options.md +43 -14
- package/docs/components/query.md +20 -12
- package/docs/components/utils.md +118 -10
- package/docs/guide/changelog.md +81 -0
- package/docs/guide/config.md +241 -4
- package/docs/guide/quickstart.md +27 -2
- package/docs/index.md +1 -1
- package/docs/usage.md +16 -3
- package/examples/README.md +46 -0
- package/examples/index.html +14 -0
- package/examples/package.json +25 -0
- package/examples/pnpm-lock.yaml +1568 -0
- package/examples/pnpm-workspace.yaml +2 -0
- package/examples/src/AdminSystem.vue +870 -0
- package/examples/src/App.vue +330 -0
- package/examples/src/Introduction.vue +307 -0
- package/examples/src/main.js +22 -0
- package/examples/src/utils/permission.js +16 -0
- package/examples/src/utils/request.js +10 -0
- package/examples/vite.config.js +41 -0
- package/package.json +10 -4
- package/src/dialog/commonDialog.tsx +286 -0
- package/src/dialog/utils/{dialog.js → dialog.ts} +2 -0
- package/src/enum/sort.tsx +45 -0
- package/src/form/DataForm.vue +26 -52
- package/src/{index.js → index.ts} +7 -6
- package/src/list/{useList.jsx → useList.tsx} +49 -14
- package/src/options/{Options.jsx → Options.tsx} +37 -36
- package/src/options/defaultOptions.tsx +656 -0
- package/src/query/CommonQuery.vue +57 -89
- package/src/table/DataTable.vue +60 -94
- package/src/table/opr/{DataColumnCollet.jsx → DataColumnCollet.tsx} +18 -8
- package/src/table/opr/{useDataColumn.jsx → useDataColumn.tsx} +43 -48
- package/src/table/opr/{useDataColumnButton.jsx → useDataColumnButton.tsx} +13 -6
- package/src/table/opr/{useDataColumnPop.jsx → useDataColumnPop.tsx} +13 -5
- package/src/utils/{array.js → array.ts} +4 -6
- package/src/utils/{config.js → config.ts} +16 -2
- package/src/utils/{dialog.js → dialog.ts} +2 -2
- package/src/utils/{object.js → object.ts} +1 -0
- package/src/utils/{upload.js → upload.ts} +3 -3
- package/types/components.d.ts +402 -0
- package/types/index.d.ts +145 -7
- package/types/plugin/vite/initRouteMeta.d.ts +23 -0
- package/types/src.d.ts +55 -0
- package/types/vue-shim.d.ts +9 -0
- package/examples/demo.vue +0 -224
- package/src/dialog/commonDialog.jsx +0 -262
- package/src/enum/sort.jsx +0 -31
- package/src/options/defaultOptions.jsx +0 -580
- /package/src/dialog/{useCommonDialog.js → useCommonDialog.ts} +0 -0
- /package/src/directives/{auto-register.js → auto-register.ts} +0 -0
- /package/src/directives/{permission.js → permission.ts} +0 -0
- /package/src/enum/{options.js → options.ts} +0 -0
- /package/src/plugin/{index.js → index.ts} +0 -0
- /package/src/plugin/vite/{initRouteMeta.js → initRouteMeta.ts} +0 -0
- /package/src/store/utils/{index.js → index.ts} +0 -0
- /package/src/table/opr/{useQRCode.js → useQRCode.ts} +0 -0
- /package/src/table/utils/{ellipsis.js → ellipsis.ts} +0 -0
- /package/src/utils/{auth.js → auth.ts} +0 -0
- /package/src/utils/{time.js → time.ts} +0 -0
|
@@ -0,0 +1,1568 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
overrides:
|
|
8
|
+
'@xmszm/core': link:C:/Users/admin/AppData/Local/pnpm/global/5/node_modules/@xmszm/core
|
|
9
|
+
|
|
10
|
+
importers:
|
|
11
|
+
|
|
12
|
+
.:
|
|
13
|
+
dependencies:
|
|
14
|
+
'@vicons/ionicons5':
|
|
15
|
+
specifier: ^0.13.0
|
|
16
|
+
version: 0.13.0
|
|
17
|
+
'@xmszm/core':
|
|
18
|
+
specifier: link:C:/Users/admin/AppData/Local/pnpm/global/5/node_modules/@xmszm/core
|
|
19
|
+
version: link:C:/Users/admin/AppData/Local/pnpm/global/5/node_modules/@xmszm/core
|
|
20
|
+
dayjs:
|
|
21
|
+
specifier: ^1.11.0
|
|
22
|
+
version: 1.11.19
|
|
23
|
+
lodash-es:
|
|
24
|
+
specifier: ^4.17.21
|
|
25
|
+
version: 4.17.21
|
|
26
|
+
naive-ui:
|
|
27
|
+
specifier: ^2.38.0
|
|
28
|
+
version: 2.43.2(vue@3.5.25)
|
|
29
|
+
vue:
|
|
30
|
+
specifier: ^3.3.0
|
|
31
|
+
version: 3.5.25
|
|
32
|
+
vue-router:
|
|
33
|
+
specifier: ^4.2.0
|
|
34
|
+
version: 4.6.3(vue@3.5.25)
|
|
35
|
+
devDependencies:
|
|
36
|
+
'@vitejs/plugin-vue':
|
|
37
|
+
specifier: ^5.1.2
|
|
38
|
+
version: 5.2.4(vite@5.4.21(less@4.4.2))(vue@3.5.25)
|
|
39
|
+
'@vitejs/plugin-vue-jsx':
|
|
40
|
+
specifier: ^4.0.1
|
|
41
|
+
version: 4.2.0(vite@5.4.21(less@4.4.2))(vue@3.5.25)
|
|
42
|
+
less:
|
|
43
|
+
specifier: ^4.2.0
|
|
44
|
+
version: 4.4.2
|
|
45
|
+
vite:
|
|
46
|
+
specifier: ^5.4.0
|
|
47
|
+
version: 5.4.21(less@4.4.2)
|
|
48
|
+
|
|
49
|
+
packages:
|
|
50
|
+
|
|
51
|
+
'@babel/code-frame@7.27.1':
|
|
52
|
+
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
|
|
53
|
+
engines: {node: '>=6.9.0'}
|
|
54
|
+
|
|
55
|
+
'@babel/compat-data@7.28.5':
|
|
56
|
+
resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
|
|
57
|
+
engines: {node: '>=6.9.0'}
|
|
58
|
+
|
|
59
|
+
'@babel/core@7.28.5':
|
|
60
|
+
resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
|
|
61
|
+
engines: {node: '>=6.9.0'}
|
|
62
|
+
|
|
63
|
+
'@babel/generator@7.28.5':
|
|
64
|
+
resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
|
|
65
|
+
engines: {node: '>=6.9.0'}
|
|
66
|
+
|
|
67
|
+
'@babel/helper-annotate-as-pure@7.27.3':
|
|
68
|
+
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
|
|
69
|
+
engines: {node: '>=6.9.0'}
|
|
70
|
+
|
|
71
|
+
'@babel/helper-compilation-targets@7.27.2':
|
|
72
|
+
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
|
|
73
|
+
engines: {node: '>=6.9.0'}
|
|
74
|
+
|
|
75
|
+
'@babel/helper-create-class-features-plugin@7.28.5':
|
|
76
|
+
resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==}
|
|
77
|
+
engines: {node: '>=6.9.0'}
|
|
78
|
+
peerDependencies:
|
|
79
|
+
'@babel/core': ^7.0.0
|
|
80
|
+
|
|
81
|
+
'@babel/helper-globals@7.28.0':
|
|
82
|
+
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
83
|
+
engines: {node: '>=6.9.0'}
|
|
84
|
+
|
|
85
|
+
'@babel/helper-member-expression-to-functions@7.28.5':
|
|
86
|
+
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
|
|
87
|
+
engines: {node: '>=6.9.0'}
|
|
88
|
+
|
|
89
|
+
'@babel/helper-module-imports@7.27.1':
|
|
90
|
+
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
|
|
91
|
+
engines: {node: '>=6.9.0'}
|
|
92
|
+
|
|
93
|
+
'@babel/helper-module-transforms@7.28.3':
|
|
94
|
+
resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
|
|
95
|
+
engines: {node: '>=6.9.0'}
|
|
96
|
+
peerDependencies:
|
|
97
|
+
'@babel/core': ^7.0.0
|
|
98
|
+
|
|
99
|
+
'@babel/helper-optimise-call-expression@7.27.1':
|
|
100
|
+
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
|
|
101
|
+
engines: {node: '>=6.9.0'}
|
|
102
|
+
|
|
103
|
+
'@babel/helper-plugin-utils@7.27.1':
|
|
104
|
+
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
|
|
105
|
+
engines: {node: '>=6.9.0'}
|
|
106
|
+
|
|
107
|
+
'@babel/helper-replace-supers@7.27.1':
|
|
108
|
+
resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==}
|
|
109
|
+
engines: {node: '>=6.9.0'}
|
|
110
|
+
peerDependencies:
|
|
111
|
+
'@babel/core': ^7.0.0
|
|
112
|
+
|
|
113
|
+
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
|
114
|
+
resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
|
|
115
|
+
engines: {node: '>=6.9.0'}
|
|
116
|
+
|
|
117
|
+
'@babel/helper-string-parser@7.27.1':
|
|
118
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
119
|
+
engines: {node: '>=6.9.0'}
|
|
120
|
+
|
|
121
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
122
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
123
|
+
engines: {node: '>=6.9.0'}
|
|
124
|
+
|
|
125
|
+
'@babel/helper-validator-option@7.27.1':
|
|
126
|
+
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
127
|
+
engines: {node: '>=6.9.0'}
|
|
128
|
+
|
|
129
|
+
'@babel/helpers@7.28.4':
|
|
130
|
+
resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
|
|
131
|
+
engines: {node: '>=6.9.0'}
|
|
132
|
+
|
|
133
|
+
'@babel/parser@7.28.5':
|
|
134
|
+
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
|
|
135
|
+
engines: {node: '>=6.0.0'}
|
|
136
|
+
hasBin: true
|
|
137
|
+
|
|
138
|
+
'@babel/plugin-syntax-jsx@7.27.1':
|
|
139
|
+
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
|
|
140
|
+
engines: {node: '>=6.9.0'}
|
|
141
|
+
peerDependencies:
|
|
142
|
+
'@babel/core': ^7.0.0-0
|
|
143
|
+
|
|
144
|
+
'@babel/plugin-syntax-typescript@7.27.1':
|
|
145
|
+
resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
|
|
146
|
+
engines: {node: '>=6.9.0'}
|
|
147
|
+
peerDependencies:
|
|
148
|
+
'@babel/core': ^7.0.0-0
|
|
149
|
+
|
|
150
|
+
'@babel/plugin-transform-typescript@7.28.5':
|
|
151
|
+
resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==}
|
|
152
|
+
engines: {node: '>=6.9.0'}
|
|
153
|
+
peerDependencies:
|
|
154
|
+
'@babel/core': ^7.0.0-0
|
|
155
|
+
|
|
156
|
+
'@babel/template@7.27.2':
|
|
157
|
+
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
|
|
158
|
+
engines: {node: '>=6.9.0'}
|
|
159
|
+
|
|
160
|
+
'@babel/traverse@7.28.5':
|
|
161
|
+
resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
|
|
162
|
+
engines: {node: '>=6.9.0'}
|
|
163
|
+
|
|
164
|
+
'@babel/types@7.28.5':
|
|
165
|
+
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
|
|
166
|
+
engines: {node: '>=6.9.0'}
|
|
167
|
+
|
|
168
|
+
'@css-render/plugin-bem@0.15.14':
|
|
169
|
+
resolution: {integrity: sha512-QK513CJ7yEQxm/P3EwsI+d+ha8kSOcjGvD6SevM41neEMxdULE+18iuQK6tEChAWMOQNQPLG/Rw3Khb69r5neg==}
|
|
170
|
+
peerDependencies:
|
|
171
|
+
css-render: ~0.15.14
|
|
172
|
+
|
|
173
|
+
'@css-render/vue3-ssr@0.15.14':
|
|
174
|
+
resolution: {integrity: sha512-//8027GSbxE9n3QlD73xFY6z4ZbHbvrOVB7AO6hsmrEzGbg+h2A09HboUyDgu+xsmj7JnvJD39Irt+2D0+iV8g==}
|
|
175
|
+
peerDependencies:
|
|
176
|
+
vue: ^3.0.11
|
|
177
|
+
|
|
178
|
+
'@emotion/hash@0.8.0':
|
|
179
|
+
resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
|
|
180
|
+
|
|
181
|
+
'@esbuild/aix-ppc64@0.21.5':
|
|
182
|
+
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
|
|
183
|
+
engines: {node: '>=12'}
|
|
184
|
+
cpu: [ppc64]
|
|
185
|
+
os: [aix]
|
|
186
|
+
|
|
187
|
+
'@esbuild/android-arm64@0.21.5':
|
|
188
|
+
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
189
|
+
engines: {node: '>=12'}
|
|
190
|
+
cpu: [arm64]
|
|
191
|
+
os: [android]
|
|
192
|
+
|
|
193
|
+
'@esbuild/android-arm@0.21.5':
|
|
194
|
+
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
195
|
+
engines: {node: '>=12'}
|
|
196
|
+
cpu: [arm]
|
|
197
|
+
os: [android]
|
|
198
|
+
|
|
199
|
+
'@esbuild/android-x64@0.21.5':
|
|
200
|
+
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
201
|
+
engines: {node: '>=12'}
|
|
202
|
+
cpu: [x64]
|
|
203
|
+
os: [android]
|
|
204
|
+
|
|
205
|
+
'@esbuild/darwin-arm64@0.21.5':
|
|
206
|
+
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
207
|
+
engines: {node: '>=12'}
|
|
208
|
+
cpu: [arm64]
|
|
209
|
+
os: [darwin]
|
|
210
|
+
|
|
211
|
+
'@esbuild/darwin-x64@0.21.5':
|
|
212
|
+
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
213
|
+
engines: {node: '>=12'}
|
|
214
|
+
cpu: [x64]
|
|
215
|
+
os: [darwin]
|
|
216
|
+
|
|
217
|
+
'@esbuild/freebsd-arm64@0.21.5':
|
|
218
|
+
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
219
|
+
engines: {node: '>=12'}
|
|
220
|
+
cpu: [arm64]
|
|
221
|
+
os: [freebsd]
|
|
222
|
+
|
|
223
|
+
'@esbuild/freebsd-x64@0.21.5':
|
|
224
|
+
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
225
|
+
engines: {node: '>=12'}
|
|
226
|
+
cpu: [x64]
|
|
227
|
+
os: [freebsd]
|
|
228
|
+
|
|
229
|
+
'@esbuild/linux-arm64@0.21.5':
|
|
230
|
+
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
231
|
+
engines: {node: '>=12'}
|
|
232
|
+
cpu: [arm64]
|
|
233
|
+
os: [linux]
|
|
234
|
+
|
|
235
|
+
'@esbuild/linux-arm@0.21.5':
|
|
236
|
+
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
237
|
+
engines: {node: '>=12'}
|
|
238
|
+
cpu: [arm]
|
|
239
|
+
os: [linux]
|
|
240
|
+
|
|
241
|
+
'@esbuild/linux-ia32@0.21.5':
|
|
242
|
+
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
243
|
+
engines: {node: '>=12'}
|
|
244
|
+
cpu: [ia32]
|
|
245
|
+
os: [linux]
|
|
246
|
+
|
|
247
|
+
'@esbuild/linux-loong64@0.21.5':
|
|
248
|
+
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
249
|
+
engines: {node: '>=12'}
|
|
250
|
+
cpu: [loong64]
|
|
251
|
+
os: [linux]
|
|
252
|
+
|
|
253
|
+
'@esbuild/linux-mips64el@0.21.5':
|
|
254
|
+
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
255
|
+
engines: {node: '>=12'}
|
|
256
|
+
cpu: [mips64el]
|
|
257
|
+
os: [linux]
|
|
258
|
+
|
|
259
|
+
'@esbuild/linux-ppc64@0.21.5':
|
|
260
|
+
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
261
|
+
engines: {node: '>=12'}
|
|
262
|
+
cpu: [ppc64]
|
|
263
|
+
os: [linux]
|
|
264
|
+
|
|
265
|
+
'@esbuild/linux-riscv64@0.21.5':
|
|
266
|
+
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
267
|
+
engines: {node: '>=12'}
|
|
268
|
+
cpu: [riscv64]
|
|
269
|
+
os: [linux]
|
|
270
|
+
|
|
271
|
+
'@esbuild/linux-s390x@0.21.5':
|
|
272
|
+
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
273
|
+
engines: {node: '>=12'}
|
|
274
|
+
cpu: [s390x]
|
|
275
|
+
os: [linux]
|
|
276
|
+
|
|
277
|
+
'@esbuild/linux-x64@0.21.5':
|
|
278
|
+
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
279
|
+
engines: {node: '>=12'}
|
|
280
|
+
cpu: [x64]
|
|
281
|
+
os: [linux]
|
|
282
|
+
|
|
283
|
+
'@esbuild/netbsd-x64@0.21.5':
|
|
284
|
+
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
285
|
+
engines: {node: '>=12'}
|
|
286
|
+
cpu: [x64]
|
|
287
|
+
os: [netbsd]
|
|
288
|
+
|
|
289
|
+
'@esbuild/openbsd-x64@0.21.5':
|
|
290
|
+
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
291
|
+
engines: {node: '>=12'}
|
|
292
|
+
cpu: [x64]
|
|
293
|
+
os: [openbsd]
|
|
294
|
+
|
|
295
|
+
'@esbuild/sunos-x64@0.21.5':
|
|
296
|
+
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
297
|
+
engines: {node: '>=12'}
|
|
298
|
+
cpu: [x64]
|
|
299
|
+
os: [sunos]
|
|
300
|
+
|
|
301
|
+
'@esbuild/win32-arm64@0.21.5':
|
|
302
|
+
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
303
|
+
engines: {node: '>=12'}
|
|
304
|
+
cpu: [arm64]
|
|
305
|
+
os: [win32]
|
|
306
|
+
|
|
307
|
+
'@esbuild/win32-ia32@0.21.5':
|
|
308
|
+
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
309
|
+
engines: {node: '>=12'}
|
|
310
|
+
cpu: [ia32]
|
|
311
|
+
os: [win32]
|
|
312
|
+
|
|
313
|
+
'@esbuild/win32-x64@0.21.5':
|
|
314
|
+
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
315
|
+
engines: {node: '>=12'}
|
|
316
|
+
cpu: [x64]
|
|
317
|
+
os: [win32]
|
|
318
|
+
|
|
319
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
320
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
321
|
+
|
|
322
|
+
'@jridgewell/remapping@2.3.5':
|
|
323
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
324
|
+
|
|
325
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
326
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
327
|
+
engines: {node: '>=6.0.0'}
|
|
328
|
+
|
|
329
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
330
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
331
|
+
|
|
332
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
333
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
334
|
+
|
|
335
|
+
'@juggle/resize-observer@3.4.0':
|
|
336
|
+
resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==}
|
|
337
|
+
|
|
338
|
+
'@rolldown/pluginutils@1.0.0-beta.53':
|
|
339
|
+
resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
|
|
340
|
+
|
|
341
|
+
'@rollup/rollup-android-arm-eabi@4.53.3':
|
|
342
|
+
resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==}
|
|
343
|
+
cpu: [arm]
|
|
344
|
+
os: [android]
|
|
345
|
+
|
|
346
|
+
'@rollup/rollup-android-arm64@4.53.3':
|
|
347
|
+
resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==}
|
|
348
|
+
cpu: [arm64]
|
|
349
|
+
os: [android]
|
|
350
|
+
|
|
351
|
+
'@rollup/rollup-darwin-arm64@4.53.3':
|
|
352
|
+
resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==}
|
|
353
|
+
cpu: [arm64]
|
|
354
|
+
os: [darwin]
|
|
355
|
+
|
|
356
|
+
'@rollup/rollup-darwin-x64@4.53.3':
|
|
357
|
+
resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==}
|
|
358
|
+
cpu: [x64]
|
|
359
|
+
os: [darwin]
|
|
360
|
+
|
|
361
|
+
'@rollup/rollup-freebsd-arm64@4.53.3':
|
|
362
|
+
resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==}
|
|
363
|
+
cpu: [arm64]
|
|
364
|
+
os: [freebsd]
|
|
365
|
+
|
|
366
|
+
'@rollup/rollup-freebsd-x64@4.53.3':
|
|
367
|
+
resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==}
|
|
368
|
+
cpu: [x64]
|
|
369
|
+
os: [freebsd]
|
|
370
|
+
|
|
371
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.53.3':
|
|
372
|
+
resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==}
|
|
373
|
+
cpu: [arm]
|
|
374
|
+
os: [linux]
|
|
375
|
+
libc: [glibc]
|
|
376
|
+
|
|
377
|
+
'@rollup/rollup-linux-arm-musleabihf@4.53.3':
|
|
378
|
+
resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==}
|
|
379
|
+
cpu: [arm]
|
|
380
|
+
os: [linux]
|
|
381
|
+
libc: [musl]
|
|
382
|
+
|
|
383
|
+
'@rollup/rollup-linux-arm64-gnu@4.53.3':
|
|
384
|
+
resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==}
|
|
385
|
+
cpu: [arm64]
|
|
386
|
+
os: [linux]
|
|
387
|
+
libc: [glibc]
|
|
388
|
+
|
|
389
|
+
'@rollup/rollup-linux-arm64-musl@4.53.3':
|
|
390
|
+
resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==}
|
|
391
|
+
cpu: [arm64]
|
|
392
|
+
os: [linux]
|
|
393
|
+
libc: [musl]
|
|
394
|
+
|
|
395
|
+
'@rollup/rollup-linux-loong64-gnu@4.53.3':
|
|
396
|
+
resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==}
|
|
397
|
+
cpu: [loong64]
|
|
398
|
+
os: [linux]
|
|
399
|
+
libc: [glibc]
|
|
400
|
+
|
|
401
|
+
'@rollup/rollup-linux-ppc64-gnu@4.53.3':
|
|
402
|
+
resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==}
|
|
403
|
+
cpu: [ppc64]
|
|
404
|
+
os: [linux]
|
|
405
|
+
libc: [glibc]
|
|
406
|
+
|
|
407
|
+
'@rollup/rollup-linux-riscv64-gnu@4.53.3':
|
|
408
|
+
resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==}
|
|
409
|
+
cpu: [riscv64]
|
|
410
|
+
os: [linux]
|
|
411
|
+
libc: [glibc]
|
|
412
|
+
|
|
413
|
+
'@rollup/rollup-linux-riscv64-musl@4.53.3':
|
|
414
|
+
resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==}
|
|
415
|
+
cpu: [riscv64]
|
|
416
|
+
os: [linux]
|
|
417
|
+
libc: [musl]
|
|
418
|
+
|
|
419
|
+
'@rollup/rollup-linux-s390x-gnu@4.53.3':
|
|
420
|
+
resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==}
|
|
421
|
+
cpu: [s390x]
|
|
422
|
+
os: [linux]
|
|
423
|
+
libc: [glibc]
|
|
424
|
+
|
|
425
|
+
'@rollup/rollup-linux-x64-gnu@4.53.3':
|
|
426
|
+
resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==}
|
|
427
|
+
cpu: [x64]
|
|
428
|
+
os: [linux]
|
|
429
|
+
libc: [glibc]
|
|
430
|
+
|
|
431
|
+
'@rollup/rollup-linux-x64-musl@4.53.3':
|
|
432
|
+
resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==}
|
|
433
|
+
cpu: [x64]
|
|
434
|
+
os: [linux]
|
|
435
|
+
libc: [musl]
|
|
436
|
+
|
|
437
|
+
'@rollup/rollup-openharmony-arm64@4.53.3':
|
|
438
|
+
resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==}
|
|
439
|
+
cpu: [arm64]
|
|
440
|
+
os: [openharmony]
|
|
441
|
+
|
|
442
|
+
'@rollup/rollup-win32-arm64-msvc@4.53.3':
|
|
443
|
+
resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==}
|
|
444
|
+
cpu: [arm64]
|
|
445
|
+
os: [win32]
|
|
446
|
+
|
|
447
|
+
'@rollup/rollup-win32-ia32-msvc@4.53.3':
|
|
448
|
+
resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==}
|
|
449
|
+
cpu: [ia32]
|
|
450
|
+
os: [win32]
|
|
451
|
+
|
|
452
|
+
'@rollup/rollup-win32-x64-gnu@4.53.3':
|
|
453
|
+
resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==}
|
|
454
|
+
cpu: [x64]
|
|
455
|
+
os: [win32]
|
|
456
|
+
|
|
457
|
+
'@rollup/rollup-win32-x64-msvc@4.53.3':
|
|
458
|
+
resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==}
|
|
459
|
+
cpu: [x64]
|
|
460
|
+
os: [win32]
|
|
461
|
+
|
|
462
|
+
'@types/estree@1.0.8':
|
|
463
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
464
|
+
|
|
465
|
+
'@types/katex@0.16.7':
|
|
466
|
+
resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==}
|
|
467
|
+
|
|
468
|
+
'@types/lodash-es@4.17.12':
|
|
469
|
+
resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
|
|
470
|
+
|
|
471
|
+
'@types/lodash@4.17.21':
|
|
472
|
+
resolution: {integrity: sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==}
|
|
473
|
+
|
|
474
|
+
'@vicons/ionicons5@0.13.0':
|
|
475
|
+
resolution: {integrity: sha512-zvZKBPjEXKN7AXNo2Na2uy+nvuv6SP4KAMQxpKL2vfHMj0fSvuw7JZcOPCjQC3e7ayssKnaoFVAhbYcW6v41qQ==}
|
|
476
|
+
|
|
477
|
+
'@vitejs/plugin-vue-jsx@4.2.0':
|
|
478
|
+
resolution: {integrity: sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==}
|
|
479
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
480
|
+
peerDependencies:
|
|
481
|
+
vite: ^5.0.0 || ^6.0.0
|
|
482
|
+
vue: ^3.0.0
|
|
483
|
+
|
|
484
|
+
'@vitejs/plugin-vue@5.2.4':
|
|
485
|
+
resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==}
|
|
486
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
487
|
+
peerDependencies:
|
|
488
|
+
vite: ^5.0.0 || ^6.0.0
|
|
489
|
+
vue: ^3.2.25
|
|
490
|
+
|
|
491
|
+
'@vue/babel-helper-vue-transform-on@1.5.0':
|
|
492
|
+
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
|
|
493
|
+
|
|
494
|
+
'@vue/babel-plugin-jsx@1.5.0':
|
|
495
|
+
resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==}
|
|
496
|
+
peerDependencies:
|
|
497
|
+
'@babel/core': ^7.0.0-0
|
|
498
|
+
peerDependenciesMeta:
|
|
499
|
+
'@babel/core':
|
|
500
|
+
optional: true
|
|
501
|
+
|
|
502
|
+
'@vue/babel-plugin-resolve-type@1.5.0':
|
|
503
|
+
resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==}
|
|
504
|
+
peerDependencies:
|
|
505
|
+
'@babel/core': ^7.0.0-0
|
|
506
|
+
|
|
507
|
+
'@vue/compiler-core@3.5.25':
|
|
508
|
+
resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==}
|
|
509
|
+
|
|
510
|
+
'@vue/compiler-dom@3.5.25':
|
|
511
|
+
resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==}
|
|
512
|
+
|
|
513
|
+
'@vue/compiler-sfc@3.5.25':
|
|
514
|
+
resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==}
|
|
515
|
+
|
|
516
|
+
'@vue/compiler-ssr@3.5.25':
|
|
517
|
+
resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==}
|
|
518
|
+
|
|
519
|
+
'@vue/devtools-api@6.6.4':
|
|
520
|
+
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
|
|
521
|
+
|
|
522
|
+
'@vue/reactivity@3.5.25':
|
|
523
|
+
resolution: {integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==}
|
|
524
|
+
|
|
525
|
+
'@vue/runtime-core@3.5.25':
|
|
526
|
+
resolution: {integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==}
|
|
527
|
+
|
|
528
|
+
'@vue/runtime-dom@3.5.25':
|
|
529
|
+
resolution: {integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==}
|
|
530
|
+
|
|
531
|
+
'@vue/server-renderer@3.5.25':
|
|
532
|
+
resolution: {integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==}
|
|
533
|
+
peerDependencies:
|
|
534
|
+
vue: 3.5.25
|
|
535
|
+
|
|
536
|
+
'@vue/shared@3.5.25':
|
|
537
|
+
resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==}
|
|
538
|
+
|
|
539
|
+
async-validator@4.2.5:
|
|
540
|
+
resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
|
|
541
|
+
|
|
542
|
+
baseline-browser-mapping@2.9.6:
|
|
543
|
+
resolution: {integrity: sha512-v9BVVpOTLB59C9E7aSnmIF8h7qRsFpx+A2nugVMTszEOMcfjlZMsXRm4LF23I3Z9AJxc8ANpIvzbzONoX9VJlg==}
|
|
544
|
+
hasBin: true
|
|
545
|
+
|
|
546
|
+
browserslist@4.28.1:
|
|
547
|
+
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
548
|
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
549
|
+
hasBin: true
|
|
550
|
+
|
|
551
|
+
caniuse-lite@1.0.30001760:
|
|
552
|
+
resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==}
|
|
553
|
+
|
|
554
|
+
convert-source-map@2.0.0:
|
|
555
|
+
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
556
|
+
|
|
557
|
+
copy-anything@2.0.6:
|
|
558
|
+
resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
|
|
559
|
+
|
|
560
|
+
css-render@0.15.14:
|
|
561
|
+
resolution: {integrity: sha512-9nF4PdUle+5ta4W5SyZdLCCmFd37uVimSjg1evcTqKJCyvCEEj12WKzOSBNak6r4im4J4iYXKH1OWpUV5LBYFg==}
|
|
562
|
+
|
|
563
|
+
csstype@3.0.11:
|
|
564
|
+
resolution: {integrity: sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==}
|
|
565
|
+
|
|
566
|
+
csstype@3.2.3:
|
|
567
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
568
|
+
|
|
569
|
+
date-fns-tz@3.2.0:
|
|
570
|
+
resolution: {integrity: sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==}
|
|
571
|
+
peerDependencies:
|
|
572
|
+
date-fns: ^3.0.0 || ^4.0.0
|
|
573
|
+
|
|
574
|
+
date-fns@4.1.0:
|
|
575
|
+
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
|
|
576
|
+
|
|
577
|
+
dayjs@1.11.19:
|
|
578
|
+
resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
|
|
579
|
+
|
|
580
|
+
debug@4.4.3:
|
|
581
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
582
|
+
engines: {node: '>=6.0'}
|
|
583
|
+
peerDependencies:
|
|
584
|
+
supports-color: '*'
|
|
585
|
+
peerDependenciesMeta:
|
|
586
|
+
supports-color:
|
|
587
|
+
optional: true
|
|
588
|
+
|
|
589
|
+
electron-to-chromium@1.5.267:
|
|
590
|
+
resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==}
|
|
591
|
+
|
|
592
|
+
entities@4.5.0:
|
|
593
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
594
|
+
engines: {node: '>=0.12'}
|
|
595
|
+
|
|
596
|
+
errno@0.1.8:
|
|
597
|
+
resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
|
|
598
|
+
hasBin: true
|
|
599
|
+
|
|
600
|
+
esbuild@0.21.5:
|
|
601
|
+
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
602
|
+
engines: {node: '>=12'}
|
|
603
|
+
hasBin: true
|
|
604
|
+
|
|
605
|
+
escalade@3.2.0:
|
|
606
|
+
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
607
|
+
engines: {node: '>=6'}
|
|
608
|
+
|
|
609
|
+
estree-walker@2.0.2:
|
|
610
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
611
|
+
|
|
612
|
+
evtd@0.2.4:
|
|
613
|
+
resolution: {integrity: sha512-qaeGN5bx63s/AXgQo8gj6fBkxge+OoLddLniox5qtLAEY5HSnuSlISXVPxnSae1dWblvTh4/HoMIB+mbMsvZzw==}
|
|
614
|
+
|
|
615
|
+
fsevents@2.3.3:
|
|
616
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
617
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
618
|
+
os: [darwin]
|
|
619
|
+
|
|
620
|
+
gensync@1.0.0-beta.2:
|
|
621
|
+
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
622
|
+
engines: {node: '>=6.9.0'}
|
|
623
|
+
|
|
624
|
+
graceful-fs@4.2.11:
|
|
625
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
626
|
+
|
|
627
|
+
highlight.js@11.11.1:
|
|
628
|
+
resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==}
|
|
629
|
+
engines: {node: '>=12.0.0'}
|
|
630
|
+
|
|
631
|
+
iconv-lite@0.6.3:
|
|
632
|
+
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
633
|
+
engines: {node: '>=0.10.0'}
|
|
634
|
+
|
|
635
|
+
image-size@0.5.5:
|
|
636
|
+
resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
|
|
637
|
+
engines: {node: '>=0.10.0'}
|
|
638
|
+
hasBin: true
|
|
639
|
+
|
|
640
|
+
is-what@3.14.1:
|
|
641
|
+
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
|
|
642
|
+
|
|
643
|
+
js-tokens@4.0.0:
|
|
644
|
+
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
645
|
+
|
|
646
|
+
jsesc@3.1.0:
|
|
647
|
+
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
648
|
+
engines: {node: '>=6'}
|
|
649
|
+
hasBin: true
|
|
650
|
+
|
|
651
|
+
json5@2.2.3:
|
|
652
|
+
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
653
|
+
engines: {node: '>=6'}
|
|
654
|
+
hasBin: true
|
|
655
|
+
|
|
656
|
+
less@4.4.2:
|
|
657
|
+
resolution: {integrity: sha512-j1n1IuTX1VQjIy3tT7cyGbX7nvQOsFLoIqobZv4ttI5axP923gA44zUj6miiA6R5Aoms4sEGVIIcucXUbRI14g==}
|
|
658
|
+
engines: {node: '>=14'}
|
|
659
|
+
hasBin: true
|
|
660
|
+
|
|
661
|
+
lodash-es@4.17.21:
|
|
662
|
+
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
|
|
663
|
+
|
|
664
|
+
lodash@4.17.21:
|
|
665
|
+
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
666
|
+
|
|
667
|
+
lru-cache@5.1.1:
|
|
668
|
+
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
669
|
+
|
|
670
|
+
magic-string@0.30.21:
|
|
671
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
672
|
+
|
|
673
|
+
make-dir@2.1.0:
|
|
674
|
+
resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
|
|
675
|
+
engines: {node: '>=6'}
|
|
676
|
+
|
|
677
|
+
mime@1.6.0:
|
|
678
|
+
resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
|
|
679
|
+
engines: {node: '>=4'}
|
|
680
|
+
hasBin: true
|
|
681
|
+
|
|
682
|
+
ms@2.1.3:
|
|
683
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
684
|
+
|
|
685
|
+
naive-ui@2.43.2:
|
|
686
|
+
resolution: {integrity: sha512-YlLMnGrwGTOc+zMj90sG3ubaH5/7czsgLgGcjTLA981IUaz8r6t4WIujNt8r9PNr+dqv6XNEr0vxkARgPPjfBQ==}
|
|
687
|
+
peerDependencies:
|
|
688
|
+
vue: ^3.0.0
|
|
689
|
+
|
|
690
|
+
nanoid@3.3.11:
|
|
691
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
692
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
693
|
+
hasBin: true
|
|
694
|
+
|
|
695
|
+
needle@3.3.1:
|
|
696
|
+
resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
|
|
697
|
+
engines: {node: '>= 4.4.x'}
|
|
698
|
+
hasBin: true
|
|
699
|
+
|
|
700
|
+
node-releases@2.0.27:
|
|
701
|
+
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
702
|
+
|
|
703
|
+
parse-node-version@1.0.1:
|
|
704
|
+
resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
|
|
705
|
+
engines: {node: '>= 0.10'}
|
|
706
|
+
|
|
707
|
+
picocolors@1.1.1:
|
|
708
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
709
|
+
|
|
710
|
+
pify@4.0.1:
|
|
711
|
+
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
|
|
712
|
+
engines: {node: '>=6'}
|
|
713
|
+
|
|
714
|
+
postcss@8.5.6:
|
|
715
|
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
716
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
717
|
+
|
|
718
|
+
prr@1.0.1:
|
|
719
|
+
resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
|
|
720
|
+
|
|
721
|
+
rollup@4.53.3:
|
|
722
|
+
resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==}
|
|
723
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
724
|
+
hasBin: true
|
|
725
|
+
|
|
726
|
+
safer-buffer@2.1.2:
|
|
727
|
+
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
728
|
+
|
|
729
|
+
sax@1.4.3:
|
|
730
|
+
resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==}
|
|
731
|
+
|
|
732
|
+
seemly@0.3.10:
|
|
733
|
+
resolution: {integrity: sha512-2+SMxtG1PcsL0uyhkumlOU6Qo9TAQ/WyH7tthnPIOQB05/12jz9naq6GZ6iZ6ApVsO3rr2gsnTf3++OV63kE1Q==}
|
|
734
|
+
|
|
735
|
+
semver@5.7.2:
|
|
736
|
+
resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
|
|
737
|
+
hasBin: true
|
|
738
|
+
|
|
739
|
+
semver@6.3.1:
|
|
740
|
+
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
741
|
+
hasBin: true
|
|
742
|
+
|
|
743
|
+
source-map-js@1.2.1:
|
|
744
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
745
|
+
engines: {node: '>=0.10.0'}
|
|
746
|
+
|
|
747
|
+
source-map@0.6.1:
|
|
748
|
+
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
749
|
+
engines: {node: '>=0.10.0'}
|
|
750
|
+
|
|
751
|
+
treemate@0.3.11:
|
|
752
|
+
resolution: {integrity: sha512-M8RGFoKtZ8dF+iwJfAJTOH/SM4KluKOKRJpjCMhI8bG3qB74zrFoArKZ62ll0Fr3mqkMJiQOmWYkdYgDeITYQg==}
|
|
753
|
+
|
|
754
|
+
tslib@2.8.1:
|
|
755
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
756
|
+
|
|
757
|
+
update-browserslist-db@1.2.2:
|
|
758
|
+
resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==}
|
|
759
|
+
hasBin: true
|
|
760
|
+
peerDependencies:
|
|
761
|
+
browserslist: '>= 4.21.0'
|
|
762
|
+
|
|
763
|
+
vdirs@0.1.8:
|
|
764
|
+
resolution: {integrity: sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==}
|
|
765
|
+
peerDependencies:
|
|
766
|
+
vue: ^3.0.11
|
|
767
|
+
|
|
768
|
+
vite@5.4.21:
|
|
769
|
+
resolution: {integrity: sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==}
|
|
770
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
771
|
+
hasBin: true
|
|
772
|
+
peerDependencies:
|
|
773
|
+
'@types/node': ^18.0.0 || >=20.0.0
|
|
774
|
+
less: '*'
|
|
775
|
+
lightningcss: ^1.21.0
|
|
776
|
+
sass: '*'
|
|
777
|
+
sass-embedded: '*'
|
|
778
|
+
stylus: '*'
|
|
779
|
+
sugarss: '*'
|
|
780
|
+
terser: ^5.4.0
|
|
781
|
+
peerDependenciesMeta:
|
|
782
|
+
'@types/node':
|
|
783
|
+
optional: true
|
|
784
|
+
less:
|
|
785
|
+
optional: true
|
|
786
|
+
lightningcss:
|
|
787
|
+
optional: true
|
|
788
|
+
sass:
|
|
789
|
+
optional: true
|
|
790
|
+
sass-embedded:
|
|
791
|
+
optional: true
|
|
792
|
+
stylus:
|
|
793
|
+
optional: true
|
|
794
|
+
sugarss:
|
|
795
|
+
optional: true
|
|
796
|
+
terser:
|
|
797
|
+
optional: true
|
|
798
|
+
|
|
799
|
+
vooks@0.2.12:
|
|
800
|
+
resolution: {integrity: sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==}
|
|
801
|
+
peerDependencies:
|
|
802
|
+
vue: ^3.0.0
|
|
803
|
+
|
|
804
|
+
vue-router@4.6.3:
|
|
805
|
+
resolution: {integrity: sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==}
|
|
806
|
+
peerDependencies:
|
|
807
|
+
vue: ^3.5.0
|
|
808
|
+
|
|
809
|
+
vue@3.5.25:
|
|
810
|
+
resolution: {integrity: sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==}
|
|
811
|
+
peerDependencies:
|
|
812
|
+
typescript: '*'
|
|
813
|
+
peerDependenciesMeta:
|
|
814
|
+
typescript:
|
|
815
|
+
optional: true
|
|
816
|
+
|
|
817
|
+
vueuc@0.4.65:
|
|
818
|
+
resolution: {integrity: sha512-lXuMl+8gsBmruudfxnMF9HW4be8rFziylXFu1VHVNbLVhRTXXV4njvpRuJapD/8q+oFEMSfQMH16E/85VoWRyQ==}
|
|
819
|
+
peerDependencies:
|
|
820
|
+
vue: ^3.0.11
|
|
821
|
+
|
|
822
|
+
yallist@3.1.1:
|
|
823
|
+
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
824
|
+
|
|
825
|
+
snapshots:
|
|
826
|
+
|
|
827
|
+
'@babel/code-frame@7.27.1':
|
|
828
|
+
dependencies:
|
|
829
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
830
|
+
js-tokens: 4.0.0
|
|
831
|
+
picocolors: 1.1.1
|
|
832
|
+
|
|
833
|
+
'@babel/compat-data@7.28.5': {}
|
|
834
|
+
|
|
835
|
+
'@babel/core@7.28.5':
|
|
836
|
+
dependencies:
|
|
837
|
+
'@babel/code-frame': 7.27.1
|
|
838
|
+
'@babel/generator': 7.28.5
|
|
839
|
+
'@babel/helper-compilation-targets': 7.27.2
|
|
840
|
+
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5)
|
|
841
|
+
'@babel/helpers': 7.28.4
|
|
842
|
+
'@babel/parser': 7.28.5
|
|
843
|
+
'@babel/template': 7.27.2
|
|
844
|
+
'@babel/traverse': 7.28.5
|
|
845
|
+
'@babel/types': 7.28.5
|
|
846
|
+
'@jridgewell/remapping': 2.3.5
|
|
847
|
+
convert-source-map: 2.0.0
|
|
848
|
+
debug: 4.4.3
|
|
849
|
+
gensync: 1.0.0-beta.2
|
|
850
|
+
json5: 2.2.3
|
|
851
|
+
semver: 6.3.1
|
|
852
|
+
transitivePeerDependencies:
|
|
853
|
+
- supports-color
|
|
854
|
+
|
|
855
|
+
'@babel/generator@7.28.5':
|
|
856
|
+
dependencies:
|
|
857
|
+
'@babel/parser': 7.28.5
|
|
858
|
+
'@babel/types': 7.28.5
|
|
859
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
860
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
861
|
+
jsesc: 3.1.0
|
|
862
|
+
|
|
863
|
+
'@babel/helper-annotate-as-pure@7.27.3':
|
|
864
|
+
dependencies:
|
|
865
|
+
'@babel/types': 7.28.5
|
|
866
|
+
|
|
867
|
+
'@babel/helper-compilation-targets@7.27.2':
|
|
868
|
+
dependencies:
|
|
869
|
+
'@babel/compat-data': 7.28.5
|
|
870
|
+
'@babel/helper-validator-option': 7.27.1
|
|
871
|
+
browserslist: 4.28.1
|
|
872
|
+
lru-cache: 5.1.1
|
|
873
|
+
semver: 6.3.1
|
|
874
|
+
|
|
875
|
+
'@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)':
|
|
876
|
+
dependencies:
|
|
877
|
+
'@babel/core': 7.28.5
|
|
878
|
+
'@babel/helper-annotate-as-pure': 7.27.3
|
|
879
|
+
'@babel/helper-member-expression-to-functions': 7.28.5
|
|
880
|
+
'@babel/helper-optimise-call-expression': 7.27.1
|
|
881
|
+
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5)
|
|
882
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
|
883
|
+
'@babel/traverse': 7.28.5
|
|
884
|
+
semver: 6.3.1
|
|
885
|
+
transitivePeerDependencies:
|
|
886
|
+
- supports-color
|
|
887
|
+
|
|
888
|
+
'@babel/helper-globals@7.28.0': {}
|
|
889
|
+
|
|
890
|
+
'@babel/helper-member-expression-to-functions@7.28.5':
|
|
891
|
+
dependencies:
|
|
892
|
+
'@babel/traverse': 7.28.5
|
|
893
|
+
'@babel/types': 7.28.5
|
|
894
|
+
transitivePeerDependencies:
|
|
895
|
+
- supports-color
|
|
896
|
+
|
|
897
|
+
'@babel/helper-module-imports@7.27.1':
|
|
898
|
+
dependencies:
|
|
899
|
+
'@babel/traverse': 7.28.5
|
|
900
|
+
'@babel/types': 7.28.5
|
|
901
|
+
transitivePeerDependencies:
|
|
902
|
+
- supports-color
|
|
903
|
+
|
|
904
|
+
'@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
|
|
905
|
+
dependencies:
|
|
906
|
+
'@babel/core': 7.28.5
|
|
907
|
+
'@babel/helper-module-imports': 7.27.1
|
|
908
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
909
|
+
'@babel/traverse': 7.28.5
|
|
910
|
+
transitivePeerDependencies:
|
|
911
|
+
- supports-color
|
|
912
|
+
|
|
913
|
+
'@babel/helper-optimise-call-expression@7.27.1':
|
|
914
|
+
dependencies:
|
|
915
|
+
'@babel/types': 7.28.5
|
|
916
|
+
|
|
917
|
+
'@babel/helper-plugin-utils@7.27.1': {}
|
|
918
|
+
|
|
919
|
+
'@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)':
|
|
920
|
+
dependencies:
|
|
921
|
+
'@babel/core': 7.28.5
|
|
922
|
+
'@babel/helper-member-expression-to-functions': 7.28.5
|
|
923
|
+
'@babel/helper-optimise-call-expression': 7.27.1
|
|
924
|
+
'@babel/traverse': 7.28.5
|
|
925
|
+
transitivePeerDependencies:
|
|
926
|
+
- supports-color
|
|
927
|
+
|
|
928
|
+
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
|
|
929
|
+
dependencies:
|
|
930
|
+
'@babel/traverse': 7.28.5
|
|
931
|
+
'@babel/types': 7.28.5
|
|
932
|
+
transitivePeerDependencies:
|
|
933
|
+
- supports-color
|
|
934
|
+
|
|
935
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
936
|
+
|
|
937
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
938
|
+
|
|
939
|
+
'@babel/helper-validator-option@7.27.1': {}
|
|
940
|
+
|
|
941
|
+
'@babel/helpers@7.28.4':
|
|
942
|
+
dependencies:
|
|
943
|
+
'@babel/template': 7.27.2
|
|
944
|
+
'@babel/types': 7.28.5
|
|
945
|
+
|
|
946
|
+
'@babel/parser@7.28.5':
|
|
947
|
+
dependencies:
|
|
948
|
+
'@babel/types': 7.28.5
|
|
949
|
+
|
|
950
|
+
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)':
|
|
951
|
+
dependencies:
|
|
952
|
+
'@babel/core': 7.28.5
|
|
953
|
+
'@babel/helper-plugin-utils': 7.27.1
|
|
954
|
+
|
|
955
|
+
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)':
|
|
956
|
+
dependencies:
|
|
957
|
+
'@babel/core': 7.28.5
|
|
958
|
+
'@babel/helper-plugin-utils': 7.27.1
|
|
959
|
+
|
|
960
|
+
'@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5)':
|
|
961
|
+
dependencies:
|
|
962
|
+
'@babel/core': 7.28.5
|
|
963
|
+
'@babel/helper-annotate-as-pure': 7.27.3
|
|
964
|
+
'@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5)
|
|
965
|
+
'@babel/helper-plugin-utils': 7.27.1
|
|
966
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
|
967
|
+
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
|
|
968
|
+
transitivePeerDependencies:
|
|
969
|
+
- supports-color
|
|
970
|
+
|
|
971
|
+
'@babel/template@7.27.2':
|
|
972
|
+
dependencies:
|
|
973
|
+
'@babel/code-frame': 7.27.1
|
|
974
|
+
'@babel/parser': 7.28.5
|
|
975
|
+
'@babel/types': 7.28.5
|
|
976
|
+
|
|
977
|
+
'@babel/traverse@7.28.5':
|
|
978
|
+
dependencies:
|
|
979
|
+
'@babel/code-frame': 7.27.1
|
|
980
|
+
'@babel/generator': 7.28.5
|
|
981
|
+
'@babel/helper-globals': 7.28.0
|
|
982
|
+
'@babel/parser': 7.28.5
|
|
983
|
+
'@babel/template': 7.27.2
|
|
984
|
+
'@babel/types': 7.28.5
|
|
985
|
+
debug: 4.4.3
|
|
986
|
+
transitivePeerDependencies:
|
|
987
|
+
- supports-color
|
|
988
|
+
|
|
989
|
+
'@babel/types@7.28.5':
|
|
990
|
+
dependencies:
|
|
991
|
+
'@babel/helper-string-parser': 7.27.1
|
|
992
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
993
|
+
|
|
994
|
+
'@css-render/plugin-bem@0.15.14(css-render@0.15.14)':
|
|
995
|
+
dependencies:
|
|
996
|
+
css-render: 0.15.14
|
|
997
|
+
|
|
998
|
+
'@css-render/vue3-ssr@0.15.14(vue@3.5.25)':
|
|
999
|
+
dependencies:
|
|
1000
|
+
vue: 3.5.25
|
|
1001
|
+
|
|
1002
|
+
'@emotion/hash@0.8.0': {}
|
|
1003
|
+
|
|
1004
|
+
'@esbuild/aix-ppc64@0.21.5':
|
|
1005
|
+
optional: true
|
|
1006
|
+
|
|
1007
|
+
'@esbuild/android-arm64@0.21.5':
|
|
1008
|
+
optional: true
|
|
1009
|
+
|
|
1010
|
+
'@esbuild/android-arm@0.21.5':
|
|
1011
|
+
optional: true
|
|
1012
|
+
|
|
1013
|
+
'@esbuild/android-x64@0.21.5':
|
|
1014
|
+
optional: true
|
|
1015
|
+
|
|
1016
|
+
'@esbuild/darwin-arm64@0.21.5':
|
|
1017
|
+
optional: true
|
|
1018
|
+
|
|
1019
|
+
'@esbuild/darwin-x64@0.21.5':
|
|
1020
|
+
optional: true
|
|
1021
|
+
|
|
1022
|
+
'@esbuild/freebsd-arm64@0.21.5':
|
|
1023
|
+
optional: true
|
|
1024
|
+
|
|
1025
|
+
'@esbuild/freebsd-x64@0.21.5':
|
|
1026
|
+
optional: true
|
|
1027
|
+
|
|
1028
|
+
'@esbuild/linux-arm64@0.21.5':
|
|
1029
|
+
optional: true
|
|
1030
|
+
|
|
1031
|
+
'@esbuild/linux-arm@0.21.5':
|
|
1032
|
+
optional: true
|
|
1033
|
+
|
|
1034
|
+
'@esbuild/linux-ia32@0.21.5':
|
|
1035
|
+
optional: true
|
|
1036
|
+
|
|
1037
|
+
'@esbuild/linux-loong64@0.21.5':
|
|
1038
|
+
optional: true
|
|
1039
|
+
|
|
1040
|
+
'@esbuild/linux-mips64el@0.21.5':
|
|
1041
|
+
optional: true
|
|
1042
|
+
|
|
1043
|
+
'@esbuild/linux-ppc64@0.21.5':
|
|
1044
|
+
optional: true
|
|
1045
|
+
|
|
1046
|
+
'@esbuild/linux-riscv64@0.21.5':
|
|
1047
|
+
optional: true
|
|
1048
|
+
|
|
1049
|
+
'@esbuild/linux-s390x@0.21.5':
|
|
1050
|
+
optional: true
|
|
1051
|
+
|
|
1052
|
+
'@esbuild/linux-x64@0.21.5':
|
|
1053
|
+
optional: true
|
|
1054
|
+
|
|
1055
|
+
'@esbuild/netbsd-x64@0.21.5':
|
|
1056
|
+
optional: true
|
|
1057
|
+
|
|
1058
|
+
'@esbuild/openbsd-x64@0.21.5':
|
|
1059
|
+
optional: true
|
|
1060
|
+
|
|
1061
|
+
'@esbuild/sunos-x64@0.21.5':
|
|
1062
|
+
optional: true
|
|
1063
|
+
|
|
1064
|
+
'@esbuild/win32-arm64@0.21.5':
|
|
1065
|
+
optional: true
|
|
1066
|
+
|
|
1067
|
+
'@esbuild/win32-ia32@0.21.5':
|
|
1068
|
+
optional: true
|
|
1069
|
+
|
|
1070
|
+
'@esbuild/win32-x64@0.21.5':
|
|
1071
|
+
optional: true
|
|
1072
|
+
|
|
1073
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
1074
|
+
dependencies:
|
|
1075
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1076
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
1077
|
+
|
|
1078
|
+
'@jridgewell/remapping@2.3.5':
|
|
1079
|
+
dependencies:
|
|
1080
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
1081
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
1082
|
+
|
|
1083
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
1084
|
+
|
|
1085
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
1086
|
+
|
|
1087
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
1088
|
+
dependencies:
|
|
1089
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
1090
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1091
|
+
|
|
1092
|
+
'@juggle/resize-observer@3.4.0': {}
|
|
1093
|
+
|
|
1094
|
+
'@rolldown/pluginutils@1.0.0-beta.53': {}
|
|
1095
|
+
|
|
1096
|
+
'@rollup/rollup-android-arm-eabi@4.53.3':
|
|
1097
|
+
optional: true
|
|
1098
|
+
|
|
1099
|
+
'@rollup/rollup-android-arm64@4.53.3':
|
|
1100
|
+
optional: true
|
|
1101
|
+
|
|
1102
|
+
'@rollup/rollup-darwin-arm64@4.53.3':
|
|
1103
|
+
optional: true
|
|
1104
|
+
|
|
1105
|
+
'@rollup/rollup-darwin-x64@4.53.3':
|
|
1106
|
+
optional: true
|
|
1107
|
+
|
|
1108
|
+
'@rollup/rollup-freebsd-arm64@4.53.3':
|
|
1109
|
+
optional: true
|
|
1110
|
+
|
|
1111
|
+
'@rollup/rollup-freebsd-x64@4.53.3':
|
|
1112
|
+
optional: true
|
|
1113
|
+
|
|
1114
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.53.3':
|
|
1115
|
+
optional: true
|
|
1116
|
+
|
|
1117
|
+
'@rollup/rollup-linux-arm-musleabihf@4.53.3':
|
|
1118
|
+
optional: true
|
|
1119
|
+
|
|
1120
|
+
'@rollup/rollup-linux-arm64-gnu@4.53.3':
|
|
1121
|
+
optional: true
|
|
1122
|
+
|
|
1123
|
+
'@rollup/rollup-linux-arm64-musl@4.53.3':
|
|
1124
|
+
optional: true
|
|
1125
|
+
|
|
1126
|
+
'@rollup/rollup-linux-loong64-gnu@4.53.3':
|
|
1127
|
+
optional: true
|
|
1128
|
+
|
|
1129
|
+
'@rollup/rollup-linux-ppc64-gnu@4.53.3':
|
|
1130
|
+
optional: true
|
|
1131
|
+
|
|
1132
|
+
'@rollup/rollup-linux-riscv64-gnu@4.53.3':
|
|
1133
|
+
optional: true
|
|
1134
|
+
|
|
1135
|
+
'@rollup/rollup-linux-riscv64-musl@4.53.3':
|
|
1136
|
+
optional: true
|
|
1137
|
+
|
|
1138
|
+
'@rollup/rollup-linux-s390x-gnu@4.53.3':
|
|
1139
|
+
optional: true
|
|
1140
|
+
|
|
1141
|
+
'@rollup/rollup-linux-x64-gnu@4.53.3':
|
|
1142
|
+
optional: true
|
|
1143
|
+
|
|
1144
|
+
'@rollup/rollup-linux-x64-musl@4.53.3':
|
|
1145
|
+
optional: true
|
|
1146
|
+
|
|
1147
|
+
'@rollup/rollup-openharmony-arm64@4.53.3':
|
|
1148
|
+
optional: true
|
|
1149
|
+
|
|
1150
|
+
'@rollup/rollup-win32-arm64-msvc@4.53.3':
|
|
1151
|
+
optional: true
|
|
1152
|
+
|
|
1153
|
+
'@rollup/rollup-win32-ia32-msvc@4.53.3':
|
|
1154
|
+
optional: true
|
|
1155
|
+
|
|
1156
|
+
'@rollup/rollup-win32-x64-gnu@4.53.3':
|
|
1157
|
+
optional: true
|
|
1158
|
+
|
|
1159
|
+
'@rollup/rollup-win32-x64-msvc@4.53.3':
|
|
1160
|
+
optional: true
|
|
1161
|
+
|
|
1162
|
+
'@types/estree@1.0.8': {}
|
|
1163
|
+
|
|
1164
|
+
'@types/katex@0.16.7': {}
|
|
1165
|
+
|
|
1166
|
+
'@types/lodash-es@4.17.12':
|
|
1167
|
+
dependencies:
|
|
1168
|
+
'@types/lodash': 4.17.21
|
|
1169
|
+
|
|
1170
|
+
'@types/lodash@4.17.21': {}
|
|
1171
|
+
|
|
1172
|
+
'@vicons/ionicons5@0.13.0': {}
|
|
1173
|
+
|
|
1174
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@5.4.21(less@4.4.2))(vue@3.5.25)':
|
|
1175
|
+
dependencies:
|
|
1176
|
+
'@babel/core': 7.28.5
|
|
1177
|
+
'@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5)
|
|
1178
|
+
'@rolldown/pluginutils': 1.0.0-beta.53
|
|
1179
|
+
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5)
|
|
1180
|
+
vite: 5.4.21(less@4.4.2)
|
|
1181
|
+
vue: 3.5.25
|
|
1182
|
+
transitivePeerDependencies:
|
|
1183
|
+
- supports-color
|
|
1184
|
+
|
|
1185
|
+
'@vitejs/plugin-vue@5.2.4(vite@5.4.21(less@4.4.2))(vue@3.5.25)':
|
|
1186
|
+
dependencies:
|
|
1187
|
+
vite: 5.4.21(less@4.4.2)
|
|
1188
|
+
vue: 3.5.25
|
|
1189
|
+
|
|
1190
|
+
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
|
1191
|
+
|
|
1192
|
+
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.5)':
|
|
1193
|
+
dependencies:
|
|
1194
|
+
'@babel/helper-module-imports': 7.27.1
|
|
1195
|
+
'@babel/helper-plugin-utils': 7.27.1
|
|
1196
|
+
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5)
|
|
1197
|
+
'@babel/template': 7.27.2
|
|
1198
|
+
'@babel/traverse': 7.28.5
|
|
1199
|
+
'@babel/types': 7.28.5
|
|
1200
|
+
'@vue/babel-helper-vue-transform-on': 1.5.0
|
|
1201
|
+
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.5)
|
|
1202
|
+
'@vue/shared': 3.5.25
|
|
1203
|
+
optionalDependencies:
|
|
1204
|
+
'@babel/core': 7.28.5
|
|
1205
|
+
transitivePeerDependencies:
|
|
1206
|
+
- supports-color
|
|
1207
|
+
|
|
1208
|
+
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.5)':
|
|
1209
|
+
dependencies:
|
|
1210
|
+
'@babel/code-frame': 7.27.1
|
|
1211
|
+
'@babel/core': 7.28.5
|
|
1212
|
+
'@babel/helper-module-imports': 7.27.1
|
|
1213
|
+
'@babel/helper-plugin-utils': 7.27.1
|
|
1214
|
+
'@babel/parser': 7.28.5
|
|
1215
|
+
'@vue/compiler-sfc': 3.5.25
|
|
1216
|
+
transitivePeerDependencies:
|
|
1217
|
+
- supports-color
|
|
1218
|
+
|
|
1219
|
+
'@vue/compiler-core@3.5.25':
|
|
1220
|
+
dependencies:
|
|
1221
|
+
'@babel/parser': 7.28.5
|
|
1222
|
+
'@vue/shared': 3.5.25
|
|
1223
|
+
entities: 4.5.0
|
|
1224
|
+
estree-walker: 2.0.2
|
|
1225
|
+
source-map-js: 1.2.1
|
|
1226
|
+
|
|
1227
|
+
'@vue/compiler-dom@3.5.25':
|
|
1228
|
+
dependencies:
|
|
1229
|
+
'@vue/compiler-core': 3.5.25
|
|
1230
|
+
'@vue/shared': 3.5.25
|
|
1231
|
+
|
|
1232
|
+
'@vue/compiler-sfc@3.5.25':
|
|
1233
|
+
dependencies:
|
|
1234
|
+
'@babel/parser': 7.28.5
|
|
1235
|
+
'@vue/compiler-core': 3.5.25
|
|
1236
|
+
'@vue/compiler-dom': 3.5.25
|
|
1237
|
+
'@vue/compiler-ssr': 3.5.25
|
|
1238
|
+
'@vue/shared': 3.5.25
|
|
1239
|
+
estree-walker: 2.0.2
|
|
1240
|
+
magic-string: 0.30.21
|
|
1241
|
+
postcss: 8.5.6
|
|
1242
|
+
source-map-js: 1.2.1
|
|
1243
|
+
|
|
1244
|
+
'@vue/compiler-ssr@3.5.25':
|
|
1245
|
+
dependencies:
|
|
1246
|
+
'@vue/compiler-dom': 3.5.25
|
|
1247
|
+
'@vue/shared': 3.5.25
|
|
1248
|
+
|
|
1249
|
+
'@vue/devtools-api@6.6.4': {}
|
|
1250
|
+
|
|
1251
|
+
'@vue/reactivity@3.5.25':
|
|
1252
|
+
dependencies:
|
|
1253
|
+
'@vue/shared': 3.5.25
|
|
1254
|
+
|
|
1255
|
+
'@vue/runtime-core@3.5.25':
|
|
1256
|
+
dependencies:
|
|
1257
|
+
'@vue/reactivity': 3.5.25
|
|
1258
|
+
'@vue/shared': 3.5.25
|
|
1259
|
+
|
|
1260
|
+
'@vue/runtime-dom@3.5.25':
|
|
1261
|
+
dependencies:
|
|
1262
|
+
'@vue/reactivity': 3.5.25
|
|
1263
|
+
'@vue/runtime-core': 3.5.25
|
|
1264
|
+
'@vue/shared': 3.5.25
|
|
1265
|
+
csstype: 3.2.3
|
|
1266
|
+
|
|
1267
|
+
'@vue/server-renderer@3.5.25(vue@3.5.25)':
|
|
1268
|
+
dependencies:
|
|
1269
|
+
'@vue/compiler-ssr': 3.5.25
|
|
1270
|
+
'@vue/shared': 3.5.25
|
|
1271
|
+
vue: 3.5.25
|
|
1272
|
+
|
|
1273
|
+
'@vue/shared@3.5.25': {}
|
|
1274
|
+
|
|
1275
|
+
async-validator@4.2.5: {}
|
|
1276
|
+
|
|
1277
|
+
baseline-browser-mapping@2.9.6: {}
|
|
1278
|
+
|
|
1279
|
+
browserslist@4.28.1:
|
|
1280
|
+
dependencies:
|
|
1281
|
+
baseline-browser-mapping: 2.9.6
|
|
1282
|
+
caniuse-lite: 1.0.30001760
|
|
1283
|
+
electron-to-chromium: 1.5.267
|
|
1284
|
+
node-releases: 2.0.27
|
|
1285
|
+
update-browserslist-db: 1.2.2(browserslist@4.28.1)
|
|
1286
|
+
|
|
1287
|
+
caniuse-lite@1.0.30001760: {}
|
|
1288
|
+
|
|
1289
|
+
convert-source-map@2.0.0: {}
|
|
1290
|
+
|
|
1291
|
+
copy-anything@2.0.6:
|
|
1292
|
+
dependencies:
|
|
1293
|
+
is-what: 3.14.1
|
|
1294
|
+
|
|
1295
|
+
css-render@0.15.14:
|
|
1296
|
+
dependencies:
|
|
1297
|
+
'@emotion/hash': 0.8.0
|
|
1298
|
+
csstype: 3.0.11
|
|
1299
|
+
|
|
1300
|
+
csstype@3.0.11: {}
|
|
1301
|
+
|
|
1302
|
+
csstype@3.2.3: {}
|
|
1303
|
+
|
|
1304
|
+
date-fns-tz@3.2.0(date-fns@4.1.0):
|
|
1305
|
+
dependencies:
|
|
1306
|
+
date-fns: 4.1.0
|
|
1307
|
+
|
|
1308
|
+
date-fns@4.1.0: {}
|
|
1309
|
+
|
|
1310
|
+
dayjs@1.11.19: {}
|
|
1311
|
+
|
|
1312
|
+
debug@4.4.3:
|
|
1313
|
+
dependencies:
|
|
1314
|
+
ms: 2.1.3
|
|
1315
|
+
|
|
1316
|
+
electron-to-chromium@1.5.267: {}
|
|
1317
|
+
|
|
1318
|
+
entities@4.5.0: {}
|
|
1319
|
+
|
|
1320
|
+
errno@0.1.8:
|
|
1321
|
+
dependencies:
|
|
1322
|
+
prr: 1.0.1
|
|
1323
|
+
optional: true
|
|
1324
|
+
|
|
1325
|
+
esbuild@0.21.5:
|
|
1326
|
+
optionalDependencies:
|
|
1327
|
+
'@esbuild/aix-ppc64': 0.21.5
|
|
1328
|
+
'@esbuild/android-arm': 0.21.5
|
|
1329
|
+
'@esbuild/android-arm64': 0.21.5
|
|
1330
|
+
'@esbuild/android-x64': 0.21.5
|
|
1331
|
+
'@esbuild/darwin-arm64': 0.21.5
|
|
1332
|
+
'@esbuild/darwin-x64': 0.21.5
|
|
1333
|
+
'@esbuild/freebsd-arm64': 0.21.5
|
|
1334
|
+
'@esbuild/freebsd-x64': 0.21.5
|
|
1335
|
+
'@esbuild/linux-arm': 0.21.5
|
|
1336
|
+
'@esbuild/linux-arm64': 0.21.5
|
|
1337
|
+
'@esbuild/linux-ia32': 0.21.5
|
|
1338
|
+
'@esbuild/linux-loong64': 0.21.5
|
|
1339
|
+
'@esbuild/linux-mips64el': 0.21.5
|
|
1340
|
+
'@esbuild/linux-ppc64': 0.21.5
|
|
1341
|
+
'@esbuild/linux-riscv64': 0.21.5
|
|
1342
|
+
'@esbuild/linux-s390x': 0.21.5
|
|
1343
|
+
'@esbuild/linux-x64': 0.21.5
|
|
1344
|
+
'@esbuild/netbsd-x64': 0.21.5
|
|
1345
|
+
'@esbuild/openbsd-x64': 0.21.5
|
|
1346
|
+
'@esbuild/sunos-x64': 0.21.5
|
|
1347
|
+
'@esbuild/win32-arm64': 0.21.5
|
|
1348
|
+
'@esbuild/win32-ia32': 0.21.5
|
|
1349
|
+
'@esbuild/win32-x64': 0.21.5
|
|
1350
|
+
|
|
1351
|
+
escalade@3.2.0: {}
|
|
1352
|
+
|
|
1353
|
+
estree-walker@2.0.2: {}
|
|
1354
|
+
|
|
1355
|
+
evtd@0.2.4: {}
|
|
1356
|
+
|
|
1357
|
+
fsevents@2.3.3:
|
|
1358
|
+
optional: true
|
|
1359
|
+
|
|
1360
|
+
gensync@1.0.0-beta.2: {}
|
|
1361
|
+
|
|
1362
|
+
graceful-fs@4.2.11:
|
|
1363
|
+
optional: true
|
|
1364
|
+
|
|
1365
|
+
highlight.js@11.11.1: {}
|
|
1366
|
+
|
|
1367
|
+
iconv-lite@0.6.3:
|
|
1368
|
+
dependencies:
|
|
1369
|
+
safer-buffer: 2.1.2
|
|
1370
|
+
optional: true
|
|
1371
|
+
|
|
1372
|
+
image-size@0.5.5:
|
|
1373
|
+
optional: true
|
|
1374
|
+
|
|
1375
|
+
is-what@3.14.1: {}
|
|
1376
|
+
|
|
1377
|
+
js-tokens@4.0.0: {}
|
|
1378
|
+
|
|
1379
|
+
jsesc@3.1.0: {}
|
|
1380
|
+
|
|
1381
|
+
json5@2.2.3: {}
|
|
1382
|
+
|
|
1383
|
+
less@4.4.2:
|
|
1384
|
+
dependencies:
|
|
1385
|
+
copy-anything: 2.0.6
|
|
1386
|
+
parse-node-version: 1.0.1
|
|
1387
|
+
tslib: 2.8.1
|
|
1388
|
+
optionalDependencies:
|
|
1389
|
+
errno: 0.1.8
|
|
1390
|
+
graceful-fs: 4.2.11
|
|
1391
|
+
image-size: 0.5.5
|
|
1392
|
+
make-dir: 2.1.0
|
|
1393
|
+
mime: 1.6.0
|
|
1394
|
+
needle: 3.3.1
|
|
1395
|
+
source-map: 0.6.1
|
|
1396
|
+
|
|
1397
|
+
lodash-es@4.17.21: {}
|
|
1398
|
+
|
|
1399
|
+
lodash@4.17.21: {}
|
|
1400
|
+
|
|
1401
|
+
lru-cache@5.1.1:
|
|
1402
|
+
dependencies:
|
|
1403
|
+
yallist: 3.1.1
|
|
1404
|
+
|
|
1405
|
+
magic-string@0.30.21:
|
|
1406
|
+
dependencies:
|
|
1407
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1408
|
+
|
|
1409
|
+
make-dir@2.1.0:
|
|
1410
|
+
dependencies:
|
|
1411
|
+
pify: 4.0.1
|
|
1412
|
+
semver: 5.7.2
|
|
1413
|
+
optional: true
|
|
1414
|
+
|
|
1415
|
+
mime@1.6.0:
|
|
1416
|
+
optional: true
|
|
1417
|
+
|
|
1418
|
+
ms@2.1.3: {}
|
|
1419
|
+
|
|
1420
|
+
naive-ui@2.43.2(vue@3.5.25):
|
|
1421
|
+
dependencies:
|
|
1422
|
+
'@css-render/plugin-bem': 0.15.14(css-render@0.15.14)
|
|
1423
|
+
'@css-render/vue3-ssr': 0.15.14(vue@3.5.25)
|
|
1424
|
+
'@types/katex': 0.16.7
|
|
1425
|
+
'@types/lodash': 4.17.21
|
|
1426
|
+
'@types/lodash-es': 4.17.12
|
|
1427
|
+
async-validator: 4.2.5
|
|
1428
|
+
css-render: 0.15.14
|
|
1429
|
+
csstype: 3.2.3
|
|
1430
|
+
date-fns: 4.1.0
|
|
1431
|
+
date-fns-tz: 3.2.0(date-fns@4.1.0)
|
|
1432
|
+
evtd: 0.2.4
|
|
1433
|
+
highlight.js: 11.11.1
|
|
1434
|
+
lodash: 4.17.21
|
|
1435
|
+
lodash-es: 4.17.21
|
|
1436
|
+
seemly: 0.3.10
|
|
1437
|
+
treemate: 0.3.11
|
|
1438
|
+
vdirs: 0.1.8(vue@3.5.25)
|
|
1439
|
+
vooks: 0.2.12(vue@3.5.25)
|
|
1440
|
+
vue: 3.5.25
|
|
1441
|
+
vueuc: 0.4.65(vue@3.5.25)
|
|
1442
|
+
|
|
1443
|
+
nanoid@3.3.11: {}
|
|
1444
|
+
|
|
1445
|
+
needle@3.3.1:
|
|
1446
|
+
dependencies:
|
|
1447
|
+
iconv-lite: 0.6.3
|
|
1448
|
+
sax: 1.4.3
|
|
1449
|
+
optional: true
|
|
1450
|
+
|
|
1451
|
+
node-releases@2.0.27: {}
|
|
1452
|
+
|
|
1453
|
+
parse-node-version@1.0.1: {}
|
|
1454
|
+
|
|
1455
|
+
picocolors@1.1.1: {}
|
|
1456
|
+
|
|
1457
|
+
pify@4.0.1:
|
|
1458
|
+
optional: true
|
|
1459
|
+
|
|
1460
|
+
postcss@8.5.6:
|
|
1461
|
+
dependencies:
|
|
1462
|
+
nanoid: 3.3.11
|
|
1463
|
+
picocolors: 1.1.1
|
|
1464
|
+
source-map-js: 1.2.1
|
|
1465
|
+
|
|
1466
|
+
prr@1.0.1:
|
|
1467
|
+
optional: true
|
|
1468
|
+
|
|
1469
|
+
rollup@4.53.3:
|
|
1470
|
+
dependencies:
|
|
1471
|
+
'@types/estree': 1.0.8
|
|
1472
|
+
optionalDependencies:
|
|
1473
|
+
'@rollup/rollup-android-arm-eabi': 4.53.3
|
|
1474
|
+
'@rollup/rollup-android-arm64': 4.53.3
|
|
1475
|
+
'@rollup/rollup-darwin-arm64': 4.53.3
|
|
1476
|
+
'@rollup/rollup-darwin-x64': 4.53.3
|
|
1477
|
+
'@rollup/rollup-freebsd-arm64': 4.53.3
|
|
1478
|
+
'@rollup/rollup-freebsd-x64': 4.53.3
|
|
1479
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.53.3
|
|
1480
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.53.3
|
|
1481
|
+
'@rollup/rollup-linux-arm64-gnu': 4.53.3
|
|
1482
|
+
'@rollup/rollup-linux-arm64-musl': 4.53.3
|
|
1483
|
+
'@rollup/rollup-linux-loong64-gnu': 4.53.3
|
|
1484
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.53.3
|
|
1485
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.53.3
|
|
1486
|
+
'@rollup/rollup-linux-riscv64-musl': 4.53.3
|
|
1487
|
+
'@rollup/rollup-linux-s390x-gnu': 4.53.3
|
|
1488
|
+
'@rollup/rollup-linux-x64-gnu': 4.53.3
|
|
1489
|
+
'@rollup/rollup-linux-x64-musl': 4.53.3
|
|
1490
|
+
'@rollup/rollup-openharmony-arm64': 4.53.3
|
|
1491
|
+
'@rollup/rollup-win32-arm64-msvc': 4.53.3
|
|
1492
|
+
'@rollup/rollup-win32-ia32-msvc': 4.53.3
|
|
1493
|
+
'@rollup/rollup-win32-x64-gnu': 4.53.3
|
|
1494
|
+
'@rollup/rollup-win32-x64-msvc': 4.53.3
|
|
1495
|
+
fsevents: 2.3.3
|
|
1496
|
+
|
|
1497
|
+
safer-buffer@2.1.2:
|
|
1498
|
+
optional: true
|
|
1499
|
+
|
|
1500
|
+
sax@1.4.3:
|
|
1501
|
+
optional: true
|
|
1502
|
+
|
|
1503
|
+
seemly@0.3.10: {}
|
|
1504
|
+
|
|
1505
|
+
semver@5.7.2:
|
|
1506
|
+
optional: true
|
|
1507
|
+
|
|
1508
|
+
semver@6.3.1: {}
|
|
1509
|
+
|
|
1510
|
+
source-map-js@1.2.1: {}
|
|
1511
|
+
|
|
1512
|
+
source-map@0.6.1:
|
|
1513
|
+
optional: true
|
|
1514
|
+
|
|
1515
|
+
treemate@0.3.11: {}
|
|
1516
|
+
|
|
1517
|
+
tslib@2.8.1: {}
|
|
1518
|
+
|
|
1519
|
+
update-browserslist-db@1.2.2(browserslist@4.28.1):
|
|
1520
|
+
dependencies:
|
|
1521
|
+
browserslist: 4.28.1
|
|
1522
|
+
escalade: 3.2.0
|
|
1523
|
+
picocolors: 1.1.1
|
|
1524
|
+
|
|
1525
|
+
vdirs@0.1.8(vue@3.5.25):
|
|
1526
|
+
dependencies:
|
|
1527
|
+
evtd: 0.2.4
|
|
1528
|
+
vue: 3.5.25
|
|
1529
|
+
|
|
1530
|
+
vite@5.4.21(less@4.4.2):
|
|
1531
|
+
dependencies:
|
|
1532
|
+
esbuild: 0.21.5
|
|
1533
|
+
postcss: 8.5.6
|
|
1534
|
+
rollup: 4.53.3
|
|
1535
|
+
optionalDependencies:
|
|
1536
|
+
fsevents: 2.3.3
|
|
1537
|
+
less: 4.4.2
|
|
1538
|
+
|
|
1539
|
+
vooks@0.2.12(vue@3.5.25):
|
|
1540
|
+
dependencies:
|
|
1541
|
+
evtd: 0.2.4
|
|
1542
|
+
vue: 3.5.25
|
|
1543
|
+
|
|
1544
|
+
vue-router@4.6.3(vue@3.5.25):
|
|
1545
|
+
dependencies:
|
|
1546
|
+
'@vue/devtools-api': 6.6.4
|
|
1547
|
+
vue: 3.5.25
|
|
1548
|
+
|
|
1549
|
+
vue@3.5.25:
|
|
1550
|
+
dependencies:
|
|
1551
|
+
'@vue/compiler-dom': 3.5.25
|
|
1552
|
+
'@vue/compiler-sfc': 3.5.25
|
|
1553
|
+
'@vue/runtime-dom': 3.5.25
|
|
1554
|
+
'@vue/server-renderer': 3.5.25(vue@3.5.25)
|
|
1555
|
+
'@vue/shared': 3.5.25
|
|
1556
|
+
|
|
1557
|
+
vueuc@0.4.65(vue@3.5.25):
|
|
1558
|
+
dependencies:
|
|
1559
|
+
'@css-render/vue3-ssr': 0.15.14(vue@3.5.25)
|
|
1560
|
+
'@juggle/resize-observer': 3.4.0
|
|
1561
|
+
css-render: 0.15.14
|
|
1562
|
+
evtd: 0.2.4
|
|
1563
|
+
seemly: 0.3.10
|
|
1564
|
+
vdirs: 0.1.8(vue@3.5.25)
|
|
1565
|
+
vooks: 0.2.12(vue@3.5.25)
|
|
1566
|
+
vue: 3.5.25
|
|
1567
|
+
|
|
1568
|
+
yallist@3.1.1: {}
|