create-jsview 2.1.200 → 2.1.339-test.0
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/package.json +3 -3
- package/template-react-webpack/package-lock-json +6 -6
- package/template-react-webpack/package.json +2 -2
- package/template-vue-vite/crash.log +36 -0
- package/template-vue-vite/package-lock-json +653 -434
- package/template-vue-vite/package.json +5 -5
- package/template-vue-vite/.DS_Store +0 -0
|
@@ -9,18 +9,15 @@
|
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@shijiu/jsview": "2.1.
|
|
13
|
-
"@shijiu/jsview-vue": "2.1.
|
|
14
|
-
"gifuct-js": "^2.1.2",
|
|
15
|
-
"postcss-js": "^4.0.0",
|
|
16
|
-
"qr.js": "^0.0.0",
|
|
12
|
+
"@shijiu/jsview": "2.1.339-test.0",
|
|
13
|
+
"@shijiu/jsview-vue": "2.1.339-test.0",
|
|
17
14
|
"vue": "3.2.45",
|
|
18
15
|
"vue-router": "4.1.6"
|
|
19
16
|
},
|
|
20
17
|
"devDependencies": {
|
|
21
|
-
"@vitejs/plugin-vue": "
|
|
22
|
-
"typescript": "
|
|
23
|
-
"vite": "
|
|
18
|
+
"@vitejs/plugin-vue": "5.0.3",
|
|
19
|
+
"typescript": "5.3.3",
|
|
20
|
+
"vite": "5.0.11",
|
|
24
21
|
"vue-tsc": "1.0.11"
|
|
25
22
|
},
|
|
26
23
|
"engines": {
|
|
@@ -46,14 +43,32 @@
|
|
|
46
43
|
"node": ">=6.0.0"
|
|
47
44
|
}
|
|
48
45
|
},
|
|
46
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
47
|
+
"version": "0.19.11",
|
|
48
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz",
|
|
49
|
+
"integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==",
|
|
50
|
+
"cpu": [
|
|
51
|
+
"ppc64"
|
|
52
|
+
],
|
|
53
|
+
"dev": true,
|
|
54
|
+
"license": "MIT",
|
|
55
|
+
"optional": true,
|
|
56
|
+
"os": [
|
|
57
|
+
"aix"
|
|
58
|
+
],
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=12"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
49
63
|
"node_modules/@esbuild/android-arm": {
|
|
50
|
-
"version": "0.
|
|
51
|
-
"resolved": "https://
|
|
52
|
-
"integrity": "sha512-
|
|
64
|
+
"version": "0.19.11",
|
|
65
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/android-arm/-/android-arm-0.19.11.tgz",
|
|
66
|
+
"integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==",
|
|
53
67
|
"cpu": [
|
|
54
68
|
"arm"
|
|
55
69
|
],
|
|
56
70
|
"dev": true,
|
|
71
|
+
"license": "MIT",
|
|
57
72
|
"optional": true,
|
|
58
73
|
"os": [
|
|
59
74
|
"android"
|
|
@@ -63,13 +78,14 @@
|
|
|
63
78
|
}
|
|
64
79
|
},
|
|
65
80
|
"node_modules/@esbuild/android-arm64": {
|
|
66
|
-
"version": "0.
|
|
67
|
-
"resolved": "https://
|
|
68
|
-
"integrity": "sha512-
|
|
81
|
+
"version": "0.19.11",
|
|
82
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz",
|
|
83
|
+
"integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==",
|
|
69
84
|
"cpu": [
|
|
70
85
|
"arm64"
|
|
71
86
|
],
|
|
72
87
|
"dev": true,
|
|
88
|
+
"license": "MIT",
|
|
73
89
|
"optional": true,
|
|
74
90
|
"os": [
|
|
75
91
|
"android"
|
|
@@ -79,13 +95,14 @@
|
|
|
79
95
|
}
|
|
80
96
|
},
|
|
81
97
|
"node_modules/@esbuild/android-x64": {
|
|
82
|
-
"version": "0.
|
|
83
|
-
"resolved": "https://
|
|
84
|
-
"integrity": "sha512-
|
|
98
|
+
"version": "0.19.11",
|
|
99
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/android-x64/-/android-x64-0.19.11.tgz",
|
|
100
|
+
"integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==",
|
|
85
101
|
"cpu": [
|
|
86
102
|
"x64"
|
|
87
103
|
],
|
|
88
104
|
"dev": true,
|
|
105
|
+
"license": "MIT",
|
|
89
106
|
"optional": true,
|
|
90
107
|
"os": [
|
|
91
108
|
"android"
|
|
@@ -95,13 +112,14 @@
|
|
|
95
112
|
}
|
|
96
113
|
},
|
|
97
114
|
"node_modules/@esbuild/darwin-arm64": {
|
|
98
|
-
"version": "0.
|
|
99
|
-
"resolved": "https://
|
|
100
|
-
"integrity": "sha512
|
|
115
|
+
"version": "0.19.11",
|
|
116
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz",
|
|
117
|
+
"integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==",
|
|
101
118
|
"cpu": [
|
|
102
119
|
"arm64"
|
|
103
120
|
],
|
|
104
121
|
"dev": true,
|
|
122
|
+
"license": "MIT",
|
|
105
123
|
"optional": true,
|
|
106
124
|
"os": [
|
|
107
125
|
"darwin"
|
|
@@ -111,13 +129,14 @@
|
|
|
111
129
|
}
|
|
112
130
|
},
|
|
113
131
|
"node_modules/@esbuild/darwin-x64": {
|
|
114
|
-
"version": "0.
|
|
115
|
-
"resolved": "https://
|
|
116
|
-
"integrity": "sha512-
|
|
132
|
+
"version": "0.19.11",
|
|
133
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz",
|
|
134
|
+
"integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==",
|
|
117
135
|
"cpu": [
|
|
118
136
|
"x64"
|
|
119
137
|
],
|
|
120
138
|
"dev": true,
|
|
139
|
+
"license": "MIT",
|
|
121
140
|
"optional": true,
|
|
122
141
|
"os": [
|
|
123
142
|
"darwin"
|
|
@@ -127,13 +146,14 @@
|
|
|
127
146
|
}
|
|
128
147
|
},
|
|
129
148
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
130
|
-
"version": "0.
|
|
131
|
-
"resolved": "https://
|
|
132
|
-
"integrity": "sha512-
|
|
149
|
+
"version": "0.19.11",
|
|
150
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz",
|
|
151
|
+
"integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==",
|
|
133
152
|
"cpu": [
|
|
134
153
|
"arm64"
|
|
135
154
|
],
|
|
136
155
|
"dev": true,
|
|
156
|
+
"license": "MIT",
|
|
137
157
|
"optional": true,
|
|
138
158
|
"os": [
|
|
139
159
|
"freebsd"
|
|
@@ -143,13 +163,14 @@
|
|
|
143
163
|
}
|
|
144
164
|
},
|
|
145
165
|
"node_modules/@esbuild/freebsd-x64": {
|
|
146
|
-
"version": "0.
|
|
147
|
-
"resolved": "https://
|
|
148
|
-
"integrity": "sha512-
|
|
166
|
+
"version": "0.19.11",
|
|
167
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz",
|
|
168
|
+
"integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==",
|
|
149
169
|
"cpu": [
|
|
150
170
|
"x64"
|
|
151
171
|
],
|
|
152
172
|
"dev": true,
|
|
173
|
+
"license": "MIT",
|
|
153
174
|
"optional": true,
|
|
154
175
|
"os": [
|
|
155
176
|
"freebsd"
|
|
@@ -159,13 +180,14 @@
|
|
|
159
180
|
}
|
|
160
181
|
},
|
|
161
182
|
"node_modules/@esbuild/linux-arm": {
|
|
162
|
-
"version": "0.
|
|
163
|
-
"resolved": "https://
|
|
164
|
-
"integrity": "sha512-
|
|
183
|
+
"version": "0.19.11",
|
|
184
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz",
|
|
185
|
+
"integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==",
|
|
165
186
|
"cpu": [
|
|
166
187
|
"arm"
|
|
167
188
|
],
|
|
168
189
|
"dev": true,
|
|
190
|
+
"license": "MIT",
|
|
169
191
|
"optional": true,
|
|
170
192
|
"os": [
|
|
171
193
|
"linux"
|
|
@@ -175,13 +197,14 @@
|
|
|
175
197
|
}
|
|
176
198
|
},
|
|
177
199
|
"node_modules/@esbuild/linux-arm64": {
|
|
178
|
-
"version": "0.
|
|
179
|
-
"resolved": "https://
|
|
180
|
-
"integrity": "sha512-
|
|
200
|
+
"version": "0.19.11",
|
|
201
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz",
|
|
202
|
+
"integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==",
|
|
181
203
|
"cpu": [
|
|
182
204
|
"arm64"
|
|
183
205
|
],
|
|
184
206
|
"dev": true,
|
|
207
|
+
"license": "MIT",
|
|
185
208
|
"optional": true,
|
|
186
209
|
"os": [
|
|
187
210
|
"linux"
|
|
@@ -191,13 +214,14 @@
|
|
|
191
214
|
}
|
|
192
215
|
},
|
|
193
216
|
"node_modules/@esbuild/linux-ia32": {
|
|
194
|
-
"version": "0.
|
|
195
|
-
"resolved": "https://
|
|
196
|
-
"integrity": "sha512-
|
|
217
|
+
"version": "0.19.11",
|
|
218
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz",
|
|
219
|
+
"integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==",
|
|
197
220
|
"cpu": [
|
|
198
221
|
"ia32"
|
|
199
222
|
],
|
|
200
223
|
"dev": true,
|
|
224
|
+
"license": "MIT",
|
|
201
225
|
"optional": true,
|
|
202
226
|
"os": [
|
|
203
227
|
"linux"
|
|
@@ -207,13 +231,14 @@
|
|
|
207
231
|
}
|
|
208
232
|
},
|
|
209
233
|
"node_modules/@esbuild/linux-loong64": {
|
|
210
|
-
"version": "0.
|
|
211
|
-
"resolved": "https://
|
|
212
|
-
"integrity": "sha512-
|
|
234
|
+
"version": "0.19.11",
|
|
235
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz",
|
|
236
|
+
"integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==",
|
|
213
237
|
"cpu": [
|
|
214
238
|
"loong64"
|
|
215
239
|
],
|
|
216
240
|
"dev": true,
|
|
241
|
+
"license": "MIT",
|
|
217
242
|
"optional": true,
|
|
218
243
|
"os": [
|
|
219
244
|
"linux"
|
|
@@ -223,13 +248,14 @@
|
|
|
223
248
|
}
|
|
224
249
|
},
|
|
225
250
|
"node_modules/@esbuild/linux-mips64el": {
|
|
226
|
-
"version": "0.
|
|
227
|
-
"resolved": "https://
|
|
228
|
-
"integrity": "sha512-
|
|
251
|
+
"version": "0.19.11",
|
|
252
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz",
|
|
253
|
+
"integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==",
|
|
229
254
|
"cpu": [
|
|
230
255
|
"mips64el"
|
|
231
256
|
],
|
|
232
257
|
"dev": true,
|
|
258
|
+
"license": "MIT",
|
|
233
259
|
"optional": true,
|
|
234
260
|
"os": [
|
|
235
261
|
"linux"
|
|
@@ -239,13 +265,14 @@
|
|
|
239
265
|
}
|
|
240
266
|
},
|
|
241
267
|
"node_modules/@esbuild/linux-ppc64": {
|
|
242
|
-
"version": "0.
|
|
243
|
-
"resolved": "https://
|
|
244
|
-
"integrity": "sha512-
|
|
268
|
+
"version": "0.19.11",
|
|
269
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz",
|
|
270
|
+
"integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==",
|
|
245
271
|
"cpu": [
|
|
246
272
|
"ppc64"
|
|
247
273
|
],
|
|
248
274
|
"dev": true,
|
|
275
|
+
"license": "MIT",
|
|
249
276
|
"optional": true,
|
|
250
277
|
"os": [
|
|
251
278
|
"linux"
|
|
@@ -255,13 +282,14 @@
|
|
|
255
282
|
}
|
|
256
283
|
},
|
|
257
284
|
"node_modules/@esbuild/linux-riscv64": {
|
|
258
|
-
"version": "0.
|
|
259
|
-
"resolved": "https://
|
|
260
|
-
"integrity": "sha512-
|
|
285
|
+
"version": "0.19.11",
|
|
286
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz",
|
|
287
|
+
"integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==",
|
|
261
288
|
"cpu": [
|
|
262
289
|
"riscv64"
|
|
263
290
|
],
|
|
264
291
|
"dev": true,
|
|
292
|
+
"license": "MIT",
|
|
265
293
|
"optional": true,
|
|
266
294
|
"os": [
|
|
267
295
|
"linux"
|
|
@@ -271,13 +299,14 @@
|
|
|
271
299
|
}
|
|
272
300
|
},
|
|
273
301
|
"node_modules/@esbuild/linux-s390x": {
|
|
274
|
-
"version": "0.
|
|
275
|
-
"resolved": "https://
|
|
276
|
-
"integrity": "sha512-
|
|
302
|
+
"version": "0.19.11",
|
|
303
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz",
|
|
304
|
+
"integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==",
|
|
277
305
|
"cpu": [
|
|
278
306
|
"s390x"
|
|
279
307
|
],
|
|
280
308
|
"dev": true,
|
|
309
|
+
"license": "MIT",
|
|
281
310
|
"optional": true,
|
|
282
311
|
"os": [
|
|
283
312
|
"linux"
|
|
@@ -287,13 +316,14 @@
|
|
|
287
316
|
}
|
|
288
317
|
},
|
|
289
318
|
"node_modules/@esbuild/linux-x64": {
|
|
290
|
-
"version": "0.
|
|
291
|
-
"resolved": "https://
|
|
292
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "0.19.11",
|
|
320
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz",
|
|
321
|
+
"integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==",
|
|
293
322
|
"cpu": [
|
|
294
323
|
"x64"
|
|
295
324
|
],
|
|
296
325
|
"dev": true,
|
|
326
|
+
"license": "MIT",
|
|
297
327
|
"optional": true,
|
|
298
328
|
"os": [
|
|
299
329
|
"linux"
|
|
@@ -303,13 +333,14 @@
|
|
|
303
333
|
}
|
|
304
334
|
},
|
|
305
335
|
"node_modules/@esbuild/netbsd-x64": {
|
|
306
|
-
"version": "0.
|
|
307
|
-
"resolved": "https://
|
|
308
|
-
"integrity": "sha512
|
|
336
|
+
"version": "0.19.11",
|
|
337
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz",
|
|
338
|
+
"integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==",
|
|
309
339
|
"cpu": [
|
|
310
340
|
"x64"
|
|
311
341
|
],
|
|
312
342
|
"dev": true,
|
|
343
|
+
"license": "MIT",
|
|
313
344
|
"optional": true,
|
|
314
345
|
"os": [
|
|
315
346
|
"netbsd"
|
|
@@ -319,13 +350,14 @@
|
|
|
319
350
|
}
|
|
320
351
|
},
|
|
321
352
|
"node_modules/@esbuild/openbsd-x64": {
|
|
322
|
-
"version": "0.
|
|
323
|
-
"resolved": "https://
|
|
324
|
-
"integrity": "sha512-
|
|
353
|
+
"version": "0.19.11",
|
|
354
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz",
|
|
355
|
+
"integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==",
|
|
325
356
|
"cpu": [
|
|
326
357
|
"x64"
|
|
327
358
|
],
|
|
328
359
|
"dev": true,
|
|
360
|
+
"license": "MIT",
|
|
329
361
|
"optional": true,
|
|
330
362
|
"os": [
|
|
331
363
|
"openbsd"
|
|
@@ -335,13 +367,14 @@
|
|
|
335
367
|
}
|
|
336
368
|
},
|
|
337
369
|
"node_modules/@esbuild/sunos-x64": {
|
|
338
|
-
"version": "0.
|
|
339
|
-
"resolved": "https://
|
|
340
|
-
"integrity": "sha512-
|
|
370
|
+
"version": "0.19.11",
|
|
371
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz",
|
|
372
|
+
"integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==",
|
|
341
373
|
"cpu": [
|
|
342
374
|
"x64"
|
|
343
375
|
],
|
|
344
376
|
"dev": true,
|
|
377
|
+
"license": "MIT",
|
|
345
378
|
"optional": true,
|
|
346
379
|
"os": [
|
|
347
380
|
"sunos"
|
|
@@ -351,13 +384,14 @@
|
|
|
351
384
|
}
|
|
352
385
|
},
|
|
353
386
|
"node_modules/@esbuild/win32-arm64": {
|
|
354
|
-
"version": "0.
|
|
355
|
-
"resolved": "https://
|
|
356
|
-
"integrity": "sha512-
|
|
387
|
+
"version": "0.19.11",
|
|
388
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz",
|
|
389
|
+
"integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==",
|
|
357
390
|
"cpu": [
|
|
358
391
|
"arm64"
|
|
359
392
|
],
|
|
360
393
|
"dev": true,
|
|
394
|
+
"license": "MIT",
|
|
361
395
|
"optional": true,
|
|
362
396
|
"os": [
|
|
363
397
|
"win32"
|
|
@@ -367,13 +401,14 @@
|
|
|
367
401
|
}
|
|
368
402
|
},
|
|
369
403
|
"node_modules/@esbuild/win32-ia32": {
|
|
370
|
-
"version": "0.
|
|
371
|
-
"resolved": "https://
|
|
372
|
-
"integrity": "sha512-
|
|
404
|
+
"version": "0.19.11",
|
|
405
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz",
|
|
406
|
+
"integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==",
|
|
373
407
|
"cpu": [
|
|
374
408
|
"ia32"
|
|
375
409
|
],
|
|
376
410
|
"dev": true,
|
|
411
|
+
"license": "MIT",
|
|
377
412
|
"optional": true,
|
|
378
413
|
"os": [
|
|
379
414
|
"win32"
|
|
@@ -383,13 +418,14 @@
|
|
|
383
418
|
}
|
|
384
419
|
},
|
|
385
420
|
"node_modules/@esbuild/win32-x64": {
|
|
386
|
-
"version": "0.
|
|
387
|
-
"resolved": "https://
|
|
388
|
-
"integrity": "sha512-
|
|
421
|
+
"version": "0.19.11",
|
|
422
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz",
|
|
423
|
+
"integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==",
|
|
389
424
|
"cpu": [
|
|
390
425
|
"x64"
|
|
391
426
|
],
|
|
392
427
|
"dev": true,
|
|
428
|
+
"license": "MIT",
|
|
393
429
|
"optional": true,
|
|
394
430
|
"os": [
|
|
395
431
|
"win32"
|
|
@@ -398,8 +434,190 @@
|
|
|
398
434
|
"node": ">=12"
|
|
399
435
|
}
|
|
400
436
|
},
|
|
437
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
438
|
+
"version": "4.9.5",
|
|
439
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz",
|
|
440
|
+
"integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==",
|
|
441
|
+
"cpu": [
|
|
442
|
+
"arm"
|
|
443
|
+
],
|
|
444
|
+
"dev": true,
|
|
445
|
+
"license": "MIT",
|
|
446
|
+
"optional": true,
|
|
447
|
+
"os": [
|
|
448
|
+
"android"
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
452
|
+
"version": "4.9.5",
|
|
453
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz",
|
|
454
|
+
"integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==",
|
|
455
|
+
"cpu": [
|
|
456
|
+
"arm64"
|
|
457
|
+
],
|
|
458
|
+
"dev": true,
|
|
459
|
+
"license": "MIT",
|
|
460
|
+
"optional": true,
|
|
461
|
+
"os": [
|
|
462
|
+
"android"
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
466
|
+
"version": "4.9.5",
|
|
467
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz",
|
|
468
|
+
"integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==",
|
|
469
|
+
"cpu": [
|
|
470
|
+
"arm64"
|
|
471
|
+
],
|
|
472
|
+
"dev": true,
|
|
473
|
+
"license": "MIT",
|
|
474
|
+
"optional": true,
|
|
475
|
+
"os": [
|
|
476
|
+
"darwin"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
480
|
+
"version": "4.9.5",
|
|
481
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz",
|
|
482
|
+
"integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==",
|
|
483
|
+
"cpu": [
|
|
484
|
+
"x64"
|
|
485
|
+
],
|
|
486
|
+
"dev": true,
|
|
487
|
+
"license": "MIT",
|
|
488
|
+
"optional": true,
|
|
489
|
+
"os": [
|
|
490
|
+
"darwin"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
494
|
+
"version": "4.9.5",
|
|
495
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz",
|
|
496
|
+
"integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==",
|
|
497
|
+
"cpu": [
|
|
498
|
+
"arm"
|
|
499
|
+
],
|
|
500
|
+
"dev": true,
|
|
501
|
+
"license": "MIT",
|
|
502
|
+
"optional": true,
|
|
503
|
+
"os": [
|
|
504
|
+
"linux"
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
508
|
+
"version": "4.9.5",
|
|
509
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz",
|
|
510
|
+
"integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==",
|
|
511
|
+
"cpu": [
|
|
512
|
+
"arm64"
|
|
513
|
+
],
|
|
514
|
+
"dev": true,
|
|
515
|
+
"license": "MIT",
|
|
516
|
+
"optional": true,
|
|
517
|
+
"os": [
|
|
518
|
+
"linux"
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
522
|
+
"version": "4.9.5",
|
|
523
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz",
|
|
524
|
+
"integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==",
|
|
525
|
+
"cpu": [
|
|
526
|
+
"arm64"
|
|
527
|
+
],
|
|
528
|
+
"dev": true,
|
|
529
|
+
"license": "MIT",
|
|
530
|
+
"optional": true,
|
|
531
|
+
"os": [
|
|
532
|
+
"linux"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
536
|
+
"version": "4.9.5",
|
|
537
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz",
|
|
538
|
+
"integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==",
|
|
539
|
+
"cpu": [
|
|
540
|
+
"riscv64"
|
|
541
|
+
],
|
|
542
|
+
"dev": true,
|
|
543
|
+
"license": "MIT",
|
|
544
|
+
"optional": true,
|
|
545
|
+
"os": [
|
|
546
|
+
"linux"
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
550
|
+
"version": "4.9.5",
|
|
551
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz",
|
|
552
|
+
"integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==",
|
|
553
|
+
"cpu": [
|
|
554
|
+
"x64"
|
|
555
|
+
],
|
|
556
|
+
"dev": true,
|
|
557
|
+
"license": "MIT",
|
|
558
|
+
"optional": true,
|
|
559
|
+
"os": [
|
|
560
|
+
"linux"
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
564
|
+
"version": "4.9.5",
|
|
565
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz",
|
|
566
|
+
"integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==",
|
|
567
|
+
"cpu": [
|
|
568
|
+
"x64"
|
|
569
|
+
],
|
|
570
|
+
"dev": true,
|
|
571
|
+
"license": "MIT",
|
|
572
|
+
"optional": true,
|
|
573
|
+
"os": [
|
|
574
|
+
"linux"
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
578
|
+
"version": "4.9.5",
|
|
579
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz",
|
|
580
|
+
"integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==",
|
|
581
|
+
"cpu": [
|
|
582
|
+
"arm64"
|
|
583
|
+
],
|
|
584
|
+
"dev": true,
|
|
585
|
+
"license": "MIT",
|
|
586
|
+
"optional": true,
|
|
587
|
+
"os": [
|
|
588
|
+
"win32"
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
592
|
+
"version": "4.9.5",
|
|
593
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz",
|
|
594
|
+
"integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==",
|
|
595
|
+
"cpu": [
|
|
596
|
+
"ia32"
|
|
597
|
+
],
|
|
598
|
+
"dev": true,
|
|
599
|
+
"license": "MIT",
|
|
600
|
+
"optional": true,
|
|
601
|
+
"os": [
|
|
602
|
+
"win32"
|
|
603
|
+
]
|
|
604
|
+
},
|
|
605
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
606
|
+
"version": "4.9.5",
|
|
607
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz",
|
|
608
|
+
"integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==",
|
|
609
|
+
"cpu": [
|
|
610
|
+
"x64"
|
|
611
|
+
],
|
|
612
|
+
"dev": true,
|
|
613
|
+
"license": "MIT",
|
|
614
|
+
"optional": true,
|
|
615
|
+
"os": [
|
|
616
|
+
"win32"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
401
619
|
"node_modules/@shijiu/jsview": {
|
|
402
|
-
"version": "2.1.
|
|
620
|
+
"version": "2.1.339-test.0",
|
|
403
621
|
"license": "MIT",
|
|
404
622
|
"dependencies": {
|
|
405
623
|
"gifuct-js": "2.1.2",
|
|
@@ -417,28 +635,35 @@
|
|
|
417
635
|
"integrity": ""
|
|
418
636
|
},
|
|
419
637
|
"node_modules/@shijiu/jsview-vue": {
|
|
420
|
-
"version": "2.1.
|
|
638
|
+
"version": "2.1.339-test.0",
|
|
421
639
|
"license": "MIT",
|
|
422
640
|
"dependencies": {
|
|
423
641
|
"qr.js": "0.0.0"
|
|
424
642
|
},
|
|
425
|
-
"devDependencies": {},
|
|
426
643
|
"engines": {
|
|
427
644
|
"node": ">=16.0.0"
|
|
428
645
|
},
|
|
429
646
|
"resolved": "",
|
|
430
647
|
"integrity": ""
|
|
431
648
|
},
|
|
649
|
+
"node_modules/@types/estree": {
|
|
650
|
+
"version": "1.0.5",
|
|
651
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@types/estree/-/estree-1.0.5.tgz",
|
|
652
|
+
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
653
|
+
"dev": true,
|
|
654
|
+
"license": "MIT"
|
|
655
|
+
},
|
|
432
656
|
"node_modules/@vitejs/plugin-vue": {
|
|
433
|
-
"version": "
|
|
434
|
-
"resolved": "https://
|
|
435
|
-
"integrity": "sha512-
|
|
657
|
+
"version": "5.0.3",
|
|
658
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@vitejs/plugin-vue/-/plugin-vue-5.0.3.tgz",
|
|
659
|
+
"integrity": "sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==",
|
|
436
660
|
"dev": true,
|
|
661
|
+
"license": "MIT",
|
|
437
662
|
"engines": {
|
|
438
|
-
"node": "^
|
|
663
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
439
664
|
},
|
|
440
665
|
"peerDependencies": {
|
|
441
|
-
"vite": "^
|
|
666
|
+
"vite": "^5.0.0",
|
|
442
667
|
"vue": "^3.2.25"
|
|
443
668
|
}
|
|
444
669
|
},
|
|
@@ -619,14 +844,6 @@
|
|
|
619
844
|
"balanced-match": "^1.0.0"
|
|
620
845
|
}
|
|
621
846
|
},
|
|
622
|
-
"node_modules/camelcase-css": {
|
|
623
|
-
"version": "2.0.1",
|
|
624
|
-
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
625
|
-
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
|
|
626
|
-
"engines": {
|
|
627
|
-
"node": ">= 6"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
847
|
"node_modules/csstype": {
|
|
631
848
|
"version": "2.6.21",
|
|
632
849
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz",
|
|
@@ -639,11 +856,12 @@
|
|
|
639
856
|
"dev": true
|
|
640
857
|
},
|
|
641
858
|
"node_modules/esbuild": {
|
|
642
|
-
"version": "0.
|
|
643
|
-
"resolved": "https://
|
|
644
|
-
"integrity": "sha512-
|
|
859
|
+
"version": "0.19.11",
|
|
860
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/esbuild/-/esbuild-0.19.11.tgz",
|
|
861
|
+
"integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==",
|
|
645
862
|
"dev": true,
|
|
646
863
|
"hasInstallScript": true,
|
|
864
|
+
"license": "MIT",
|
|
647
865
|
"bin": {
|
|
648
866
|
"esbuild": "bin/esbuild"
|
|
649
867
|
},
|
|
@@ -651,28 +869,29 @@
|
|
|
651
869
|
"node": ">=12"
|
|
652
870
|
},
|
|
653
871
|
"optionalDependencies": {
|
|
654
|
-
"@esbuild/
|
|
655
|
-
"@esbuild/android-
|
|
656
|
-
"@esbuild/android-
|
|
657
|
-
"@esbuild/
|
|
658
|
-
"@esbuild/darwin-
|
|
659
|
-
"@esbuild/
|
|
660
|
-
"@esbuild/freebsd-
|
|
661
|
-
"@esbuild/
|
|
662
|
-
"@esbuild/linux-
|
|
663
|
-
"@esbuild/linux-
|
|
664
|
-
"@esbuild/linux-
|
|
665
|
-
"@esbuild/linux-
|
|
666
|
-
"@esbuild/linux-
|
|
667
|
-
"@esbuild/linux-
|
|
668
|
-
"@esbuild/linux-
|
|
669
|
-
"@esbuild/linux-
|
|
670
|
-
"@esbuild/
|
|
671
|
-
"@esbuild/
|
|
672
|
-
"@esbuild/
|
|
673
|
-
"@esbuild/
|
|
674
|
-
"@esbuild/win32-
|
|
675
|
-
"@esbuild/win32-
|
|
872
|
+
"@esbuild/aix-ppc64": "0.19.11",
|
|
873
|
+
"@esbuild/android-arm": "0.19.11",
|
|
874
|
+
"@esbuild/android-arm64": "0.19.11",
|
|
875
|
+
"@esbuild/android-x64": "0.19.11",
|
|
876
|
+
"@esbuild/darwin-arm64": "0.19.11",
|
|
877
|
+
"@esbuild/darwin-x64": "0.19.11",
|
|
878
|
+
"@esbuild/freebsd-arm64": "0.19.11",
|
|
879
|
+
"@esbuild/freebsd-x64": "0.19.11",
|
|
880
|
+
"@esbuild/linux-arm": "0.19.11",
|
|
881
|
+
"@esbuild/linux-arm64": "0.19.11",
|
|
882
|
+
"@esbuild/linux-ia32": "0.19.11",
|
|
883
|
+
"@esbuild/linux-loong64": "0.19.11",
|
|
884
|
+
"@esbuild/linux-mips64el": "0.19.11",
|
|
885
|
+
"@esbuild/linux-ppc64": "0.19.11",
|
|
886
|
+
"@esbuild/linux-riscv64": "0.19.11",
|
|
887
|
+
"@esbuild/linux-s390x": "0.19.11",
|
|
888
|
+
"@esbuild/linux-x64": "0.19.11",
|
|
889
|
+
"@esbuild/netbsd-x64": "0.19.11",
|
|
890
|
+
"@esbuild/openbsd-x64": "0.19.11",
|
|
891
|
+
"@esbuild/sunos-x64": "0.19.11",
|
|
892
|
+
"@esbuild/win32-arm64": "0.19.11",
|
|
893
|
+
"@esbuild/win32-ia32": "0.19.11",
|
|
894
|
+
"@esbuild/win32-x64": "0.19.11"
|
|
676
895
|
}
|
|
677
896
|
},
|
|
678
897
|
"node_modules/estree-walker": {
|
|
@@ -681,11 +900,12 @@
|
|
|
681
900
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
682
901
|
},
|
|
683
902
|
"node_modules/fsevents": {
|
|
684
|
-
"version": "2.3.
|
|
685
|
-
"resolved": "https://
|
|
686
|
-
"integrity": "sha512-
|
|
903
|
+
"version": "2.3.3",
|
|
904
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/fsevents/-/fsevents-2.3.3.tgz",
|
|
905
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
687
906
|
"dev": true,
|
|
688
907
|
"hasInstallScript": true,
|
|
908
|
+
"license": "MIT",
|
|
689
909
|
"optional": true,
|
|
690
910
|
"os": [
|
|
691
911
|
"darwin"
|
|
@@ -694,32 +914,6 @@
|
|
|
694
914
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
695
915
|
}
|
|
696
916
|
},
|
|
697
|
-
"node_modules/function-bind": {
|
|
698
|
-
"version": "1.1.1",
|
|
699
|
-
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
|
700
|
-
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
|
701
|
-
"dev": true
|
|
702
|
-
},
|
|
703
|
-
"node_modules/gifuct-js": {
|
|
704
|
-
"version": "2.1.2",
|
|
705
|
-
"resolved": "https://registry.npmjs.org/gifuct-js/-/gifuct-js-2.1.2.tgz",
|
|
706
|
-
"integrity": "sha512-rI2asw77u0mGgwhV3qA+OEgYqaDn5UNqgs+Bx0FGwSpuqfYn+Ir6RQY5ENNQ8SbIiG/m5gVa7CD5RriO4f4Lsg==",
|
|
707
|
-
"dependencies": {
|
|
708
|
-
"js-binary-schema-parser": "^2.0.3"
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
"node_modules/has": {
|
|
712
|
-
"version": "1.0.3",
|
|
713
|
-
"resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
|
|
714
|
-
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
|
715
|
-
"dev": true,
|
|
716
|
-
"dependencies": {
|
|
717
|
-
"function-bind": "^1.1.1"
|
|
718
|
-
},
|
|
719
|
-
"engines": {
|
|
720
|
-
"node": ">= 0.4.0"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
917
|
"node_modules/he": {
|
|
724
918
|
"version": "1.2.0",
|
|
725
919
|
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
|
@@ -729,20 +923,6 @@
|
|
|
729
923
|
"he": "bin/he"
|
|
730
924
|
}
|
|
731
925
|
},
|
|
732
|
-
"node_modules/is-core-module": {
|
|
733
|
-
"version": "2.11.0",
|
|
734
|
-
"resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz",
|
|
735
|
-
"integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
|
|
736
|
-
"dev": true,
|
|
737
|
-
"dependencies": {
|
|
738
|
-
"has": "^1.0.3"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
"node_modules/js-binary-schema-parser": {
|
|
742
|
-
"version": "2.0.3",
|
|
743
|
-
"resolved": "https://registry.npmjs.org/js-binary-schema-parser/-/js-binary-schema-parser-2.0.3.tgz",
|
|
744
|
-
"integrity": "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg=="
|
|
745
|
-
},
|
|
746
926
|
"node_modules/magic-string": {
|
|
747
927
|
"version": "0.25.9",
|
|
748
928
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
|
|
@@ -770,9 +950,16 @@
|
|
|
770
950
|
"dev": true
|
|
771
951
|
},
|
|
772
952
|
"node_modules/nanoid": {
|
|
773
|
-
"version": "3.3.
|
|
774
|
-
"resolved": "https://
|
|
775
|
-
"integrity": "sha512-
|
|
953
|
+
"version": "3.3.7",
|
|
954
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/nanoid/-/nanoid-3.3.7.tgz",
|
|
955
|
+
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
956
|
+
"funding": [
|
|
957
|
+
{
|
|
958
|
+
"type": "github",
|
|
959
|
+
"url": "https://github.com/sponsors/ai"
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"license": "MIT",
|
|
776
963
|
"bin": {
|
|
777
964
|
"nanoid": "bin/nanoid.cjs"
|
|
778
965
|
},
|
|
@@ -780,23 +967,32 @@
|
|
|
780
967
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
781
968
|
}
|
|
782
969
|
},
|
|
783
|
-
"node_modules/path-parse": {
|
|
784
|
-
"version": "1.0.7",
|
|
785
|
-
"resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
|
|
786
|
-
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
787
|
-
"dev": true
|
|
788
|
-
},
|
|
789
970
|
"node_modules/picocolors": {
|
|
790
971
|
"version": "1.0.0",
|
|
791
972
|
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
|
|
792
973
|
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
793
974
|
},
|
|
794
975
|
"node_modules/postcss": {
|
|
795
|
-
"version": "8.4.
|
|
796
|
-
"resolved": "https://
|
|
797
|
-
"integrity": "sha512-
|
|
976
|
+
"version": "8.4.33",
|
|
977
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/postcss/-/postcss-8.4.33.tgz",
|
|
978
|
+
"integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==",
|
|
979
|
+
"funding": [
|
|
980
|
+
{
|
|
981
|
+
"type": "opencollective",
|
|
982
|
+
"url": "https://opencollective.com/postcss/"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"type": "tidelift",
|
|
986
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"type": "github",
|
|
990
|
+
"url": "https://github.com/sponsors/ai"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"license": "MIT",
|
|
798
994
|
"dependencies": {
|
|
799
|
-
"nanoid": "^3.3.
|
|
995
|
+
"nanoid": "^3.3.7",
|
|
800
996
|
"picocolors": "^1.0.0",
|
|
801
997
|
"source-map-js": "^1.0.2"
|
|
802
998
|
},
|
|
@@ -804,56 +1000,36 @@
|
|
|
804
1000
|
"node": "^10 || ^12 || >=14"
|
|
805
1001
|
}
|
|
806
1002
|
},
|
|
807
|
-
"node_modules/
|
|
808
|
-
"version": "4.
|
|
809
|
-
"resolved": "https://
|
|
810
|
-
"integrity": "sha512-
|
|
811
|
-
"dependencies": {
|
|
812
|
-
"camelcase-css": "^2.0.1"
|
|
813
|
-
},
|
|
814
|
-
"engines": {
|
|
815
|
-
"node": "^12 || ^14 || >= 16"
|
|
816
|
-
},
|
|
817
|
-
"funding": {
|
|
818
|
-
"type": "opencollective",
|
|
819
|
-
"url": "https://opencollective.com/postcss/"
|
|
820
|
-
},
|
|
821
|
-
"peerDependencies": {
|
|
822
|
-
"postcss": "^8.3.3"
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
|
-
"node_modules/qr.js": {
|
|
826
|
-
"version": "0.0.0",
|
|
827
|
-
"resolved": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz",
|
|
828
|
-
"integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ=="
|
|
829
|
-
},
|
|
830
|
-
"node_modules/resolve": {
|
|
831
|
-
"version": "1.22.1",
|
|
832
|
-
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz",
|
|
833
|
-
"integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
|
|
1003
|
+
"node_modules/rollup": {
|
|
1004
|
+
"version": "4.9.5",
|
|
1005
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/rollup/-/rollup-4.9.5.tgz",
|
|
1006
|
+
"integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==",
|
|
834
1007
|
"dev": true,
|
|
1008
|
+
"license": "MIT",
|
|
835
1009
|
"dependencies": {
|
|
836
|
-
"
|
|
837
|
-
"path-parse": "^1.0.7",
|
|
838
|
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
1010
|
+
"@types/estree": "1.0.5"
|
|
839
1011
|
},
|
|
840
|
-
"bin": {
|
|
841
|
-
"resolve": "bin/resolve"
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
"node_modules/rollup": {
|
|
845
|
-
"version": "3.12.0",
|
|
846
|
-
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.12.0.tgz",
|
|
847
|
-
"integrity": "sha512-4MZ8kA2HNYahIjz63rzrMMRvDqQDeS9LoriJvMuV0V6zIGysP36e9t4yObUfwdT9h/szXoHQideICftcdZklWg==",
|
|
848
|
-
"dev": true,
|
|
849
1012
|
"bin": {
|
|
850
1013
|
"rollup": "dist/bin/rollup"
|
|
851
1014
|
},
|
|
852
1015
|
"engines": {
|
|
853
|
-
"node": ">=
|
|
1016
|
+
"node": ">=18.0.0",
|
|
854
1017
|
"npm": ">=8.0.0"
|
|
855
1018
|
},
|
|
856
1019
|
"optionalDependencies": {
|
|
1020
|
+
"@rollup/rollup-android-arm-eabi": "4.9.5",
|
|
1021
|
+
"@rollup/rollup-android-arm64": "4.9.5",
|
|
1022
|
+
"@rollup/rollup-darwin-arm64": "4.9.5",
|
|
1023
|
+
"@rollup/rollup-darwin-x64": "4.9.5",
|
|
1024
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.9.5",
|
|
1025
|
+
"@rollup/rollup-linux-arm64-gnu": "4.9.5",
|
|
1026
|
+
"@rollup/rollup-linux-arm64-musl": "4.9.5",
|
|
1027
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.9.5",
|
|
1028
|
+
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
|
1029
|
+
"@rollup/rollup-linux-x64-musl": "4.9.5",
|
|
1030
|
+
"@rollup/rollup-win32-arm64-msvc": "4.9.5",
|
|
1031
|
+
"@rollup/rollup-win32-ia32-msvc": "4.9.5",
|
|
1032
|
+
"@rollup/rollup-win32-x64-msvc": "4.9.5",
|
|
857
1033
|
"fsevents": "~2.3.2"
|
|
858
1034
|
}
|
|
859
1035
|
},
|
|
@@ -879,51 +1055,47 @@
|
|
|
879
1055
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
|
|
880
1056
|
"deprecated": "Please use @jridgewell/sourcemap-codec instead"
|
|
881
1057
|
},
|
|
882
|
-
"node_modules/supports-preserve-symlinks-flag": {
|
|
883
|
-
"version": "1.0.0",
|
|
884
|
-
"resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
885
|
-
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
886
|
-
"dev": true,
|
|
887
|
-
"engines": {
|
|
888
|
-
"node": ">= 0.4"
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
1058
|
"node_modules/typescript": {
|
|
892
|
-
"version": "
|
|
893
|
-
"resolved": "https://
|
|
894
|
-
"integrity": "sha512-
|
|
1059
|
+
"version": "5.3.3",
|
|
1060
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/typescript/-/typescript-5.3.3.tgz",
|
|
1061
|
+
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
895
1062
|
"dev": true,
|
|
1063
|
+
"license": "Apache-2.0",
|
|
896
1064
|
"bin": {
|
|
897
1065
|
"tsc": "bin/tsc",
|
|
898
1066
|
"tsserver": "bin/tsserver"
|
|
899
1067
|
},
|
|
900
1068
|
"engines": {
|
|
901
|
-
"node": ">=
|
|
1069
|
+
"node": ">=14.17"
|
|
902
1070
|
}
|
|
903
1071
|
},
|
|
904
1072
|
"node_modules/vite": {
|
|
905
|
-
"version": "
|
|
906
|
-
"resolved": "https://
|
|
907
|
-
"integrity": "sha512-
|
|
1073
|
+
"version": "5.0.11",
|
|
1074
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/vite/-/vite-5.0.11.tgz",
|
|
1075
|
+
"integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==",
|
|
908
1076
|
"dev": true,
|
|
1077
|
+
"license": "MIT",
|
|
909
1078
|
"dependencies": {
|
|
910
|
-
"esbuild": "^0.
|
|
911
|
-
"postcss": "^8.4.
|
|
912
|
-
"
|
|
913
|
-
"rollup": "^3.7.0"
|
|
1079
|
+
"esbuild": "^0.19.3",
|
|
1080
|
+
"postcss": "^8.4.32",
|
|
1081
|
+
"rollup": "^4.2.0"
|
|
914
1082
|
},
|
|
915
1083
|
"bin": {
|
|
916
1084
|
"vite": "bin/vite.js"
|
|
917
1085
|
},
|
|
918
1086
|
"engines": {
|
|
919
|
-
"node": "^
|
|
1087
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1088
|
+
},
|
|
1089
|
+
"funding": {
|
|
1090
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
920
1091
|
},
|
|
921
1092
|
"optionalDependencies": {
|
|
922
|
-
"fsevents": "~2.3.
|
|
1093
|
+
"fsevents": "~2.3.3"
|
|
923
1094
|
},
|
|
924
1095
|
"peerDependencies": {
|
|
925
|
-
"@types/node": ">=
|
|
1096
|
+
"@types/node": "^18.0.0 || >=20.0.0",
|
|
926
1097
|
"less": "*",
|
|
1098
|
+
"lightningcss": "^1.21.0",
|
|
927
1099
|
"sass": "*",
|
|
928
1100
|
"stylus": "*",
|
|
929
1101
|
"sugarss": "*",
|
|
@@ -936,6 +1108,9 @@
|
|
|
936
1108
|
"less": {
|
|
937
1109
|
"optional": true
|
|
938
1110
|
},
|
|
1111
|
+
"lightningcss": {
|
|
1112
|
+
"optional": true
|
|
1113
|
+
},
|
|
939
1114
|
"sass": {
|
|
940
1115
|
"optional": true
|
|
941
1116
|
},
|
|
@@ -964,11 +1139,15 @@
|
|
|
964
1139
|
},
|
|
965
1140
|
"node_modules/vue-router": {
|
|
966
1141
|
"version": "4.1.6",
|
|
967
|
-
"resolved": "https://
|
|
1142
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/vue-router/-/vue-router-4.1.6.tgz",
|
|
968
1143
|
"integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==",
|
|
1144
|
+
"license": "MIT",
|
|
969
1145
|
"dependencies": {
|
|
970
1146
|
"@vue/devtools-api": "^6.4.5"
|
|
971
1147
|
},
|
|
1148
|
+
"funding": {
|
|
1149
|
+
"url": "https://github.com/sponsors/posva"
|
|
1150
|
+
},
|
|
972
1151
|
"peerDependencies": {
|
|
973
1152
|
"vue": "^3.2.0"
|
|
974
1153
|
}
|
|
@@ -1006,162 +1185,260 @@
|
|
|
1006
1185
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.20.13.tgz",
|
|
1007
1186
|
"integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw=="
|
|
1008
1187
|
},
|
|
1188
|
+
"@esbuild/aix-ppc64": {
|
|
1189
|
+
"version": "0.19.11",
|
|
1190
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz",
|
|
1191
|
+
"integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==",
|
|
1192
|
+
"dev": true,
|
|
1193
|
+
"optional": true
|
|
1194
|
+
},
|
|
1009
1195
|
"@esbuild/android-arm": {
|
|
1010
|
-
"version": "0.
|
|
1011
|
-
"resolved": "https://
|
|
1012
|
-
"integrity": "sha512-
|
|
1196
|
+
"version": "0.19.11",
|
|
1197
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/android-arm/-/android-arm-0.19.11.tgz",
|
|
1198
|
+
"integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==",
|
|
1013
1199
|
"dev": true,
|
|
1014
1200
|
"optional": true
|
|
1015
1201
|
},
|
|
1016
1202
|
"@esbuild/android-arm64": {
|
|
1017
|
-
"version": "0.
|
|
1018
|
-
"resolved": "https://
|
|
1019
|
-
"integrity": "sha512-
|
|
1203
|
+
"version": "0.19.11",
|
|
1204
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz",
|
|
1205
|
+
"integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==",
|
|
1020
1206
|
"dev": true,
|
|
1021
1207
|
"optional": true
|
|
1022
1208
|
},
|
|
1023
1209
|
"@esbuild/android-x64": {
|
|
1024
|
-
"version": "0.
|
|
1025
|
-
"resolved": "https://
|
|
1026
|
-
"integrity": "sha512-
|
|
1210
|
+
"version": "0.19.11",
|
|
1211
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/android-x64/-/android-x64-0.19.11.tgz",
|
|
1212
|
+
"integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==",
|
|
1027
1213
|
"dev": true,
|
|
1028
1214
|
"optional": true
|
|
1029
1215
|
},
|
|
1030
1216
|
"@esbuild/darwin-arm64": {
|
|
1031
|
-
"version": "0.
|
|
1032
|
-
"resolved": "https://
|
|
1033
|
-
"integrity": "sha512
|
|
1217
|
+
"version": "0.19.11",
|
|
1218
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz",
|
|
1219
|
+
"integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==",
|
|
1034
1220
|
"dev": true,
|
|
1035
1221
|
"optional": true
|
|
1036
1222
|
},
|
|
1037
1223
|
"@esbuild/darwin-x64": {
|
|
1038
|
-
"version": "0.
|
|
1039
|
-
"resolved": "https://
|
|
1040
|
-
"integrity": "sha512-
|
|
1224
|
+
"version": "0.19.11",
|
|
1225
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz",
|
|
1226
|
+
"integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==",
|
|
1041
1227
|
"dev": true,
|
|
1042
1228
|
"optional": true
|
|
1043
1229
|
},
|
|
1044
1230
|
"@esbuild/freebsd-arm64": {
|
|
1045
|
-
"version": "0.
|
|
1046
|
-
"resolved": "https://
|
|
1047
|
-
"integrity": "sha512-
|
|
1231
|
+
"version": "0.19.11",
|
|
1232
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz",
|
|
1233
|
+
"integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==",
|
|
1048
1234
|
"dev": true,
|
|
1049
1235
|
"optional": true
|
|
1050
1236
|
},
|
|
1051
1237
|
"@esbuild/freebsd-x64": {
|
|
1052
|
-
"version": "0.
|
|
1053
|
-
"resolved": "https://
|
|
1054
|
-
"integrity": "sha512-
|
|
1238
|
+
"version": "0.19.11",
|
|
1239
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz",
|
|
1240
|
+
"integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==",
|
|
1055
1241
|
"dev": true,
|
|
1056
1242
|
"optional": true
|
|
1057
1243
|
},
|
|
1058
1244
|
"@esbuild/linux-arm": {
|
|
1059
|
-
"version": "0.
|
|
1060
|
-
"resolved": "https://
|
|
1061
|
-
"integrity": "sha512-
|
|
1245
|
+
"version": "0.19.11",
|
|
1246
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz",
|
|
1247
|
+
"integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==",
|
|
1062
1248
|
"dev": true,
|
|
1063
1249
|
"optional": true
|
|
1064
1250
|
},
|
|
1065
1251
|
"@esbuild/linux-arm64": {
|
|
1066
|
-
"version": "0.
|
|
1067
|
-
"resolved": "https://
|
|
1068
|
-
"integrity": "sha512-
|
|
1252
|
+
"version": "0.19.11",
|
|
1253
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz",
|
|
1254
|
+
"integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==",
|
|
1069
1255
|
"dev": true,
|
|
1070
1256
|
"optional": true
|
|
1071
1257
|
},
|
|
1072
1258
|
"@esbuild/linux-ia32": {
|
|
1073
|
-
"version": "0.
|
|
1074
|
-
"resolved": "https://
|
|
1075
|
-
"integrity": "sha512-
|
|
1259
|
+
"version": "0.19.11",
|
|
1260
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz",
|
|
1261
|
+
"integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==",
|
|
1076
1262
|
"dev": true,
|
|
1077
1263
|
"optional": true
|
|
1078
1264
|
},
|
|
1079
1265
|
"@esbuild/linux-loong64": {
|
|
1080
|
-
"version": "0.
|
|
1081
|
-
"resolved": "https://
|
|
1082
|
-
"integrity": "sha512-
|
|
1266
|
+
"version": "0.19.11",
|
|
1267
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz",
|
|
1268
|
+
"integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==",
|
|
1083
1269
|
"dev": true,
|
|
1084
1270
|
"optional": true
|
|
1085
1271
|
},
|
|
1086
1272
|
"@esbuild/linux-mips64el": {
|
|
1087
|
-
"version": "0.
|
|
1088
|
-
"resolved": "https://
|
|
1089
|
-
"integrity": "sha512-
|
|
1273
|
+
"version": "0.19.11",
|
|
1274
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz",
|
|
1275
|
+
"integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==",
|
|
1090
1276
|
"dev": true,
|
|
1091
1277
|
"optional": true
|
|
1092
1278
|
},
|
|
1093
1279
|
"@esbuild/linux-ppc64": {
|
|
1094
|
-
"version": "0.
|
|
1095
|
-
"resolved": "https://
|
|
1096
|
-
"integrity": "sha512-
|
|
1280
|
+
"version": "0.19.11",
|
|
1281
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz",
|
|
1282
|
+
"integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==",
|
|
1097
1283
|
"dev": true,
|
|
1098
1284
|
"optional": true
|
|
1099
1285
|
},
|
|
1100
1286
|
"@esbuild/linux-riscv64": {
|
|
1101
|
-
"version": "0.
|
|
1102
|
-
"resolved": "https://
|
|
1103
|
-
"integrity": "sha512-
|
|
1287
|
+
"version": "0.19.11",
|
|
1288
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz",
|
|
1289
|
+
"integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==",
|
|
1104
1290
|
"dev": true,
|
|
1105
1291
|
"optional": true
|
|
1106
1292
|
},
|
|
1107
1293
|
"@esbuild/linux-s390x": {
|
|
1108
|
-
"version": "0.
|
|
1109
|
-
"resolved": "https://
|
|
1110
|
-
"integrity": "sha512-
|
|
1294
|
+
"version": "0.19.11",
|
|
1295
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz",
|
|
1296
|
+
"integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==",
|
|
1111
1297
|
"dev": true,
|
|
1112
1298
|
"optional": true
|
|
1113
1299
|
},
|
|
1114
1300
|
"@esbuild/linux-x64": {
|
|
1115
|
-
"version": "0.
|
|
1116
|
-
"resolved": "https://
|
|
1117
|
-
"integrity": "sha512-
|
|
1301
|
+
"version": "0.19.11",
|
|
1302
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz",
|
|
1303
|
+
"integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==",
|
|
1118
1304
|
"dev": true,
|
|
1119
1305
|
"optional": true
|
|
1120
1306
|
},
|
|
1121
1307
|
"@esbuild/netbsd-x64": {
|
|
1122
|
-
"version": "0.
|
|
1123
|
-
"resolved": "https://
|
|
1124
|
-
"integrity": "sha512
|
|
1308
|
+
"version": "0.19.11",
|
|
1309
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz",
|
|
1310
|
+
"integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==",
|
|
1125
1311
|
"dev": true,
|
|
1126
1312
|
"optional": true
|
|
1127
1313
|
},
|
|
1128
1314
|
"@esbuild/openbsd-x64": {
|
|
1129
|
-
"version": "0.
|
|
1130
|
-
"resolved": "https://
|
|
1131
|
-
"integrity": "sha512-
|
|
1315
|
+
"version": "0.19.11",
|
|
1316
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz",
|
|
1317
|
+
"integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==",
|
|
1132
1318
|
"dev": true,
|
|
1133
1319
|
"optional": true
|
|
1134
1320
|
},
|
|
1135
1321
|
"@esbuild/sunos-x64": {
|
|
1136
|
-
"version": "0.
|
|
1137
|
-
"resolved": "https://
|
|
1138
|
-
"integrity": "sha512-
|
|
1322
|
+
"version": "0.19.11",
|
|
1323
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz",
|
|
1324
|
+
"integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==",
|
|
1139
1325
|
"dev": true,
|
|
1140
1326
|
"optional": true
|
|
1141
1327
|
},
|
|
1142
1328
|
"@esbuild/win32-arm64": {
|
|
1143
|
-
"version": "0.
|
|
1144
|
-
"resolved": "https://
|
|
1145
|
-
"integrity": "sha512-
|
|
1329
|
+
"version": "0.19.11",
|
|
1330
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz",
|
|
1331
|
+
"integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==",
|
|
1146
1332
|
"dev": true,
|
|
1147
1333
|
"optional": true
|
|
1148
1334
|
},
|
|
1149
1335
|
"@esbuild/win32-ia32": {
|
|
1150
|
-
"version": "0.
|
|
1151
|
-
"resolved": "https://
|
|
1152
|
-
"integrity": "sha512-
|
|
1336
|
+
"version": "0.19.11",
|
|
1337
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz",
|
|
1338
|
+
"integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==",
|
|
1153
1339
|
"dev": true,
|
|
1154
1340
|
"optional": true
|
|
1155
1341
|
},
|
|
1156
1342
|
"@esbuild/win32-x64": {
|
|
1157
|
-
"version": "0.
|
|
1158
|
-
"resolved": "https://
|
|
1159
|
-
"integrity": "sha512-
|
|
1343
|
+
"version": "0.19.11",
|
|
1344
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz",
|
|
1345
|
+
"integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==",
|
|
1346
|
+
"dev": true,
|
|
1347
|
+
"optional": true
|
|
1348
|
+
},
|
|
1349
|
+
"@rollup/rollup-android-arm-eabi": {
|
|
1350
|
+
"version": "4.9.5",
|
|
1351
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz",
|
|
1352
|
+
"integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==",
|
|
1353
|
+
"dev": true,
|
|
1354
|
+
"optional": true
|
|
1355
|
+
},
|
|
1356
|
+
"@rollup/rollup-android-arm64": {
|
|
1357
|
+
"version": "4.9.5",
|
|
1358
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz",
|
|
1359
|
+
"integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==",
|
|
1360
|
+
"dev": true,
|
|
1361
|
+
"optional": true
|
|
1362
|
+
},
|
|
1363
|
+
"@rollup/rollup-darwin-arm64": {
|
|
1364
|
+
"version": "4.9.5",
|
|
1365
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz",
|
|
1366
|
+
"integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==",
|
|
1367
|
+
"dev": true,
|
|
1368
|
+
"optional": true
|
|
1369
|
+
},
|
|
1370
|
+
"@rollup/rollup-darwin-x64": {
|
|
1371
|
+
"version": "4.9.5",
|
|
1372
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz",
|
|
1373
|
+
"integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==",
|
|
1374
|
+
"dev": true,
|
|
1375
|
+
"optional": true
|
|
1376
|
+
},
|
|
1377
|
+
"@rollup/rollup-linux-arm-gnueabihf": {
|
|
1378
|
+
"version": "4.9.5",
|
|
1379
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz",
|
|
1380
|
+
"integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==",
|
|
1381
|
+
"dev": true,
|
|
1382
|
+
"optional": true
|
|
1383
|
+
},
|
|
1384
|
+
"@rollup/rollup-linux-arm64-gnu": {
|
|
1385
|
+
"version": "4.9.5",
|
|
1386
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz",
|
|
1387
|
+
"integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==",
|
|
1388
|
+
"dev": true,
|
|
1389
|
+
"optional": true
|
|
1390
|
+
},
|
|
1391
|
+
"@rollup/rollup-linux-arm64-musl": {
|
|
1392
|
+
"version": "4.9.5",
|
|
1393
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz",
|
|
1394
|
+
"integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==",
|
|
1395
|
+
"dev": true,
|
|
1396
|
+
"optional": true
|
|
1397
|
+
},
|
|
1398
|
+
"@rollup/rollup-linux-riscv64-gnu": {
|
|
1399
|
+
"version": "4.9.5",
|
|
1400
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz",
|
|
1401
|
+
"integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==",
|
|
1402
|
+
"dev": true,
|
|
1403
|
+
"optional": true
|
|
1404
|
+
},
|
|
1405
|
+
"@rollup/rollup-linux-x64-gnu": {
|
|
1406
|
+
"version": "4.9.5",
|
|
1407
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz",
|
|
1408
|
+
"integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==",
|
|
1409
|
+
"dev": true,
|
|
1410
|
+
"optional": true
|
|
1411
|
+
},
|
|
1412
|
+
"@rollup/rollup-linux-x64-musl": {
|
|
1413
|
+
"version": "4.9.5",
|
|
1414
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz",
|
|
1415
|
+
"integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==",
|
|
1416
|
+
"dev": true,
|
|
1417
|
+
"optional": true
|
|
1418
|
+
},
|
|
1419
|
+
"@rollup/rollup-win32-arm64-msvc": {
|
|
1420
|
+
"version": "4.9.5",
|
|
1421
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz",
|
|
1422
|
+
"integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==",
|
|
1423
|
+
"dev": true,
|
|
1424
|
+
"optional": true
|
|
1425
|
+
},
|
|
1426
|
+
"@rollup/rollup-win32-ia32-msvc": {
|
|
1427
|
+
"version": "4.9.5",
|
|
1428
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz",
|
|
1429
|
+
"integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==",
|
|
1430
|
+
"dev": true,
|
|
1431
|
+
"optional": true
|
|
1432
|
+
},
|
|
1433
|
+
"@rollup/rollup-win32-x64-msvc": {
|
|
1434
|
+
"version": "4.9.5",
|
|
1435
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz",
|
|
1436
|
+
"integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==",
|
|
1160
1437
|
"dev": true,
|
|
1161
1438
|
"optional": true
|
|
1162
1439
|
},
|
|
1163
1440
|
"@shijiu/jsview": {
|
|
1164
|
-
"version": "2.1.
|
|
1441
|
+
"version": "2.1.339-test.0",
|
|
1165
1442
|
"requires": {
|
|
1166
1443
|
"gifuct-js": "2.1.2",
|
|
1167
1444
|
"postcss-js": "4.0.0"
|
|
@@ -1170,17 +1447,23 @@
|
|
|
1170
1447
|
"integrity": ""
|
|
1171
1448
|
},
|
|
1172
1449
|
"@shijiu/jsview-vue": {
|
|
1173
|
-
"version": "2.1.
|
|
1450
|
+
"version": "2.1.339-test.0",
|
|
1174
1451
|
"requires": {
|
|
1175
1452
|
"qr.js": "0.0.0"
|
|
1176
1453
|
},
|
|
1177
1454
|
"resolved": "",
|
|
1178
1455
|
"integrity": ""
|
|
1179
1456
|
},
|
|
1457
|
+
"@types/estree": {
|
|
1458
|
+
"version": "1.0.5",
|
|
1459
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@types/estree/-/estree-1.0.5.tgz",
|
|
1460
|
+
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
1461
|
+
"dev": true
|
|
1462
|
+
},
|
|
1180
1463
|
"@vitejs/plugin-vue": {
|
|
1181
|
-
"version": "
|
|
1182
|
-
"resolved": "https://
|
|
1183
|
-
"integrity": "sha512-
|
|
1464
|
+
"version": "5.0.3",
|
|
1465
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/@vitejs/plugin-vue/-/plugin-vue-5.0.3.tgz",
|
|
1466
|
+
"integrity": "sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==",
|
|
1184
1467
|
"dev": true,
|
|
1185
1468
|
"requires": {}
|
|
1186
1469
|
},
|
|
@@ -1358,11 +1641,6 @@
|
|
|
1358
1641
|
"balanced-match": "^1.0.0"
|
|
1359
1642
|
}
|
|
1360
1643
|
},
|
|
1361
|
-
"camelcase-css": {
|
|
1362
|
-
"version": "2.0.1",
|
|
1363
|
-
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
1364
|
-
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
|
|
1365
|
-
},
|
|
1366
1644
|
"csstype": {
|
|
1367
1645
|
"version": "2.6.21",
|
|
1368
1646
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz",
|
|
@@ -1375,33 +1653,34 @@
|
|
|
1375
1653
|
"dev": true
|
|
1376
1654
|
},
|
|
1377
1655
|
"esbuild": {
|
|
1378
|
-
"version": "0.
|
|
1379
|
-
"resolved": "https://
|
|
1380
|
-
"integrity": "sha512-
|
|
1656
|
+
"version": "0.19.11",
|
|
1657
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/esbuild/-/esbuild-0.19.11.tgz",
|
|
1658
|
+
"integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==",
|
|
1381
1659
|
"dev": true,
|
|
1382
1660
|
"requires": {
|
|
1383
|
-
"@esbuild/
|
|
1384
|
-
"@esbuild/android-
|
|
1385
|
-
"@esbuild/android-
|
|
1386
|
-
"@esbuild/
|
|
1387
|
-
"@esbuild/darwin-
|
|
1388
|
-
"@esbuild/
|
|
1389
|
-
"@esbuild/freebsd-
|
|
1390
|
-
"@esbuild/
|
|
1391
|
-
"@esbuild/linux-
|
|
1392
|
-
"@esbuild/linux-
|
|
1393
|
-
"@esbuild/linux-
|
|
1394
|
-
"@esbuild/linux-
|
|
1395
|
-
"@esbuild/linux-
|
|
1396
|
-
"@esbuild/linux-
|
|
1397
|
-
"@esbuild/linux-
|
|
1398
|
-
"@esbuild/linux-
|
|
1399
|
-
"@esbuild/
|
|
1400
|
-
"@esbuild/
|
|
1401
|
-
"@esbuild/
|
|
1402
|
-
"@esbuild/
|
|
1403
|
-
"@esbuild/win32-
|
|
1404
|
-
"@esbuild/win32-
|
|
1661
|
+
"@esbuild/aix-ppc64": "0.19.11",
|
|
1662
|
+
"@esbuild/android-arm": "0.19.11",
|
|
1663
|
+
"@esbuild/android-arm64": "0.19.11",
|
|
1664
|
+
"@esbuild/android-x64": "0.19.11",
|
|
1665
|
+
"@esbuild/darwin-arm64": "0.19.11",
|
|
1666
|
+
"@esbuild/darwin-x64": "0.19.11",
|
|
1667
|
+
"@esbuild/freebsd-arm64": "0.19.11",
|
|
1668
|
+
"@esbuild/freebsd-x64": "0.19.11",
|
|
1669
|
+
"@esbuild/linux-arm": "0.19.11",
|
|
1670
|
+
"@esbuild/linux-arm64": "0.19.11",
|
|
1671
|
+
"@esbuild/linux-ia32": "0.19.11",
|
|
1672
|
+
"@esbuild/linux-loong64": "0.19.11",
|
|
1673
|
+
"@esbuild/linux-mips64el": "0.19.11",
|
|
1674
|
+
"@esbuild/linux-ppc64": "0.19.11",
|
|
1675
|
+
"@esbuild/linux-riscv64": "0.19.11",
|
|
1676
|
+
"@esbuild/linux-s390x": "0.19.11",
|
|
1677
|
+
"@esbuild/linux-x64": "0.19.11",
|
|
1678
|
+
"@esbuild/netbsd-x64": "0.19.11",
|
|
1679
|
+
"@esbuild/openbsd-x64": "0.19.11",
|
|
1680
|
+
"@esbuild/sunos-x64": "0.19.11",
|
|
1681
|
+
"@esbuild/win32-arm64": "0.19.11",
|
|
1682
|
+
"@esbuild/win32-ia32": "0.19.11",
|
|
1683
|
+
"@esbuild/win32-x64": "0.19.11"
|
|
1405
1684
|
}
|
|
1406
1685
|
},
|
|
1407
1686
|
"estree-walker": {
|
|
@@ -1410,55 +1689,18 @@
|
|
|
1410
1689
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
1411
1690
|
},
|
|
1412
1691
|
"fsevents": {
|
|
1413
|
-
"version": "2.3.
|
|
1414
|
-
"resolved": "https://
|
|
1415
|
-
"integrity": "sha512-
|
|
1692
|
+
"version": "2.3.3",
|
|
1693
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/fsevents/-/fsevents-2.3.3.tgz",
|
|
1694
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1416
1695
|
"dev": true,
|
|
1417
1696
|
"optional": true
|
|
1418
1697
|
},
|
|
1419
|
-
"function-bind": {
|
|
1420
|
-
"version": "1.1.1",
|
|
1421
|
-
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
|
1422
|
-
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
|
1423
|
-
"dev": true
|
|
1424
|
-
},
|
|
1425
|
-
"gifuct-js": {
|
|
1426
|
-
"version": "2.1.2",
|
|
1427
|
-
"resolved": "https://registry.npmjs.org/gifuct-js/-/gifuct-js-2.1.2.tgz",
|
|
1428
|
-
"integrity": "sha512-rI2asw77u0mGgwhV3qA+OEgYqaDn5UNqgs+Bx0FGwSpuqfYn+Ir6RQY5ENNQ8SbIiG/m5gVa7CD5RriO4f4Lsg==",
|
|
1429
|
-
"requires": {
|
|
1430
|
-
"js-binary-schema-parser": "^2.0.3"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"has": {
|
|
1434
|
-
"version": "1.0.3",
|
|
1435
|
-
"resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
|
|
1436
|
-
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
|
1437
|
-
"dev": true,
|
|
1438
|
-
"requires": {
|
|
1439
|
-
"function-bind": "^1.1.1"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
1698
|
"he": {
|
|
1443
1699
|
"version": "1.2.0",
|
|
1444
1700
|
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
|
1445
1701
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
1446
1702
|
"dev": true
|
|
1447
1703
|
},
|
|
1448
|
-
"is-core-module": {
|
|
1449
|
-
"version": "2.11.0",
|
|
1450
|
-
"resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz",
|
|
1451
|
-
"integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
|
|
1452
|
-
"dev": true,
|
|
1453
|
-
"requires": {
|
|
1454
|
-
"has": "^1.0.3"
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
"js-binary-schema-parser": {
|
|
1458
|
-
"version": "2.0.3",
|
|
1459
|
-
"resolved": "https://registry.npmjs.org/js-binary-schema-parser/-/js-binary-schema-parser-2.0.3.tgz",
|
|
1460
|
-
"integrity": "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg=="
|
|
1461
|
-
},
|
|
1462
1704
|
"magic-string": {
|
|
1463
1705
|
"version": "0.25.9",
|
|
1464
1706
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
|
|
@@ -1483,15 +1725,9 @@
|
|
|
1483
1725
|
"dev": true
|
|
1484
1726
|
},
|
|
1485
1727
|
"nanoid": {
|
|
1486
|
-
"version": "3.3.
|
|
1487
|
-
"resolved": "https://
|
|
1488
|
-
"integrity": "sha512-
|
|
1489
|
-
},
|
|
1490
|
-
"path-parse": {
|
|
1491
|
-
"version": "1.0.7",
|
|
1492
|
-
"resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
|
|
1493
|
-
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
1494
|
-
"dev": true
|
|
1728
|
+
"version": "3.3.7",
|
|
1729
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/nanoid/-/nanoid-3.3.7.tgz",
|
|
1730
|
+
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g=="
|
|
1495
1731
|
},
|
|
1496
1732
|
"picocolors": {
|
|
1497
1733
|
"version": "1.0.0",
|
|
@@ -1499,45 +1735,35 @@
|
|
|
1499
1735
|
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
1500
1736
|
},
|
|
1501
1737
|
"postcss": {
|
|
1502
|
-
"version": "8.4.
|
|
1503
|
-
"resolved": "https://
|
|
1504
|
-
"integrity": "sha512-
|
|
1738
|
+
"version": "8.4.33",
|
|
1739
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/postcss/-/postcss-8.4.33.tgz",
|
|
1740
|
+
"integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==",
|
|
1505
1741
|
"requires": {
|
|
1506
|
-
"nanoid": "^3.3.
|
|
1742
|
+
"nanoid": "^3.3.7",
|
|
1507
1743
|
"picocolors": "^1.0.0",
|
|
1508
1744
|
"source-map-js": "^1.0.2"
|
|
1509
1745
|
}
|
|
1510
1746
|
},
|
|
1511
|
-
"postcss-js": {
|
|
1512
|
-
"version": "4.0.0",
|
|
1513
|
-
"resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
|
|
1514
|
-
"integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
|
|
1515
|
-
"requires": {
|
|
1516
|
-
"camelcase-css": "^2.0.1"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"qr.js": {
|
|
1520
|
-
"version": "0.0.0",
|
|
1521
|
-
"resolved": "https://registry.npmjs.org/qr.js/-/qr.js-0.0.0.tgz",
|
|
1522
|
-
"integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ=="
|
|
1523
|
-
},
|
|
1524
|
-
"resolve": {
|
|
1525
|
-
"version": "1.22.1",
|
|
1526
|
-
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz",
|
|
1527
|
-
"integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
|
|
1528
|
-
"dev": true,
|
|
1529
|
-
"requires": {
|
|
1530
|
-
"is-core-module": "^2.9.0",
|
|
1531
|
-
"path-parse": "^1.0.7",
|
|
1532
|
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
1533
|
-
}
|
|
1534
|
-
},
|
|
1535
1747
|
"rollup": {
|
|
1536
|
-
"version": "
|
|
1537
|
-
"resolved": "https://
|
|
1538
|
-
"integrity": "sha512-
|
|
1748
|
+
"version": "4.9.5",
|
|
1749
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/rollup/-/rollup-4.9.5.tgz",
|
|
1750
|
+
"integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==",
|
|
1539
1751
|
"dev": true,
|
|
1540
1752
|
"requires": {
|
|
1753
|
+
"@rollup/rollup-android-arm-eabi": "4.9.5",
|
|
1754
|
+
"@rollup/rollup-android-arm64": "4.9.5",
|
|
1755
|
+
"@rollup/rollup-darwin-arm64": "4.9.5",
|
|
1756
|
+
"@rollup/rollup-darwin-x64": "4.9.5",
|
|
1757
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.9.5",
|
|
1758
|
+
"@rollup/rollup-linux-arm64-gnu": "4.9.5",
|
|
1759
|
+
"@rollup/rollup-linux-arm64-musl": "4.9.5",
|
|
1760
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.9.5",
|
|
1761
|
+
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
|
1762
|
+
"@rollup/rollup-linux-x64-musl": "4.9.5",
|
|
1763
|
+
"@rollup/rollup-win32-arm64-msvc": "4.9.5",
|
|
1764
|
+
"@rollup/rollup-win32-ia32-msvc": "4.9.5",
|
|
1765
|
+
"@rollup/rollup-win32-x64-msvc": "4.9.5",
|
|
1766
|
+
"@types/estree": "1.0.5",
|
|
1541
1767
|
"fsevents": "~2.3.2"
|
|
1542
1768
|
}
|
|
1543
1769
|
},
|
|
@@ -1556,29 +1782,22 @@
|
|
|
1556
1782
|
"resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
|
1557
1783
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
|
|
1558
1784
|
},
|
|
1559
|
-
"supports-preserve-symlinks-flag": {
|
|
1560
|
-
"version": "1.0.0",
|
|
1561
|
-
"resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
1562
|
-
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
1563
|
-
"dev": true
|
|
1564
|
-
},
|
|
1565
1785
|
"typescript": {
|
|
1566
|
-
"version": "
|
|
1567
|
-
"resolved": "https://
|
|
1568
|
-
"integrity": "sha512-
|
|
1786
|
+
"version": "5.3.3",
|
|
1787
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/typescript/-/typescript-5.3.3.tgz",
|
|
1788
|
+
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
1569
1789
|
"dev": true
|
|
1570
1790
|
},
|
|
1571
1791
|
"vite": {
|
|
1572
|
-
"version": "
|
|
1573
|
-
"resolved": "https://
|
|
1574
|
-
"integrity": "sha512-
|
|
1792
|
+
"version": "5.0.11",
|
|
1793
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/vite/-/vite-5.0.11.tgz",
|
|
1794
|
+
"integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==",
|
|
1575
1795
|
"dev": true,
|
|
1576
1796
|
"requires": {
|
|
1577
|
-
"esbuild": "^0.
|
|
1578
|
-
"fsevents": "~2.3.
|
|
1579
|
-
"postcss": "^8.4.
|
|
1580
|
-
"
|
|
1581
|
-
"rollup": "^3.7.0"
|
|
1797
|
+
"esbuild": "^0.19.3",
|
|
1798
|
+
"fsevents": "~2.3.3",
|
|
1799
|
+
"postcss": "^8.4.32",
|
|
1800
|
+
"rollup": "^4.2.0"
|
|
1582
1801
|
}
|
|
1583
1802
|
},
|
|
1584
1803
|
"vue": {
|
|
@@ -1595,7 +1814,7 @@
|
|
|
1595
1814
|
},
|
|
1596
1815
|
"vue-router": {
|
|
1597
1816
|
"version": "4.1.6",
|
|
1598
|
-
"resolved": "https://
|
|
1817
|
+
"resolved": "https://nexus.cluster.qcast.cn/repository/npm-public/vue-router/-/vue-router-4.1.6.tgz",
|
|
1599
1818
|
"integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==",
|
|
1600
1819
|
"requires": {
|
|
1601
1820
|
"@vue/devtools-api": "^6.4.5"
|