create-jsview 2.3.151-test.0 → 3.0.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/common.mjs +9 -8
- package/package.json +4 -4
- package/template-vue-vite/package-lock-json +1372 -1160
- package/template-vue-vite/package.json +23 -12
- package/template-vue-vite/src/appConfig/jsview.config.mjs +8 -2
- package/template-vue-vite/src/{featureEnables.tsx → featureEnables.ts} +3 -0
- package/template-vue-vite/tsconfig/tsconfig.app.json +29 -0
- package/template-vue-vite/tsconfig/tsconfig.jsview.json +15 -0
- package/template-vue-vite/tsconfig/tsconfig.node.json +22 -0
- package/template-vue-vite/tsconfig.json +5 -24
- package/template-react-webpack/README.md +0 -16
- package/template-react-webpack/_gitignore +0 -23
- package/template-react-webpack/package-lock-json +0 -27673
- package/template-react-webpack/package.json +0 -32
- package/template-react-webpack/public/index.html +0 -12
- package/template-react-webpack/src/App.css +0 -38
- package/template-react-webpack/src/App.js +0 -18
- package/template-react-webpack/src/appConfig/HOW_TO_CONFIG.md +0 -20
- package/template-react-webpack/src/appConfig/app.config.mjs +0 -7
- package/template-react-webpack/src/appConfig/app_sign_private_key_sample.crt +0 -28
- package/template-react-webpack/src/appConfig/app_sign_public_key_sample.pem +0 -9
- package/template-react-webpack/src/appConfig/jsview.config.mjs +0 -41
- package/template-react-webpack/src/logo.png +0 -0
- package/template-react-webpack/src/main.tsx +0 -19
- package/template-react-webpack/tsconfig.json +0 -9
- package/template-vue-vite/tsconfig.node.json +0 -8
- /package/template-vue-vite/src/{main.tsx → main.ts} +0 -0
- /package/template-vue-vite/src/{permissionResult.tsx → permissionResult.ts} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsview-vue-test",
|
|
3
3
|
"version": "0.0.0",
|
|
4
|
-
"lockfileVersion":
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
@@ -9,36 +9,82 @@
|
|
|
9
9
|
"version": "0.0.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@shijiu/jsview": "
|
|
13
|
-
"@shijiu/jsview-vue": "
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"vue": "3.
|
|
18
|
-
"vue-
|
|
12
|
+
"@shijiu/jsview": "3.0.0",
|
|
13
|
+
"@shijiu/jsview-vue": "3.0.0",
|
|
14
|
+
"@vue/compiler-core": "3.6.0-beta.10",
|
|
15
|
+
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
16
|
+
"@vue/compiler-sfc": "3.6.0-beta.10",
|
|
17
|
+
"@vue/compiler-ssr": "3.6.0-beta.10",
|
|
18
|
+
"@vue/compiler-vapor": "3.6.0-beta.10",
|
|
19
|
+
"@vue/reactivity": "3.6.0-beta.10",
|
|
20
|
+
"@vue/runtime-core": "3.6.0-beta.10",
|
|
21
|
+
"@vue/runtime-dom": "3.6.0-beta.10",
|
|
22
|
+
"@vue/runtime-vapor": "3.6.0-beta.10",
|
|
23
|
+
"@vue/server-renderer": "3.6.0-beta.10",
|
|
24
|
+
"@vue/shared": "3.6.0-beta.10",
|
|
25
|
+
"vue": "3.6.0-beta.10",
|
|
26
|
+
"vue-router": "5.0.6"
|
|
19
27
|
},
|
|
20
28
|
"devDependencies": {
|
|
21
|
-
"@vitejs/plugin-vue": "
|
|
22
|
-
"typescript": "
|
|
23
|
-
"vite": "
|
|
24
|
-
"vue-tsc": "
|
|
29
|
+
"@vitejs/plugin-vue": "6.0.6",
|
|
30
|
+
"typescript": "6.0.3",
|
|
31
|
+
"vite": "8.0.9",
|
|
32
|
+
"vue-tsc": "3.2.7"
|
|
25
33
|
},
|
|
26
34
|
"engines": {
|
|
27
|
-
"node": ">=
|
|
35
|
+
"node": ">=20.0.0"
|
|
28
36
|
}
|
|
29
37
|
},
|
|
30
38
|
"../vue-extra-samples": {
|
|
31
39
|
"name": "jsview-vue-extra-samples",
|
|
32
40
|
"version": "0.0.0",
|
|
41
|
+
"extraneous": true,
|
|
33
42
|
"devDependencies": {},
|
|
34
43
|
"engines": {
|
|
35
44
|
"node": ">=16.0.0"
|
|
36
45
|
}
|
|
37
46
|
},
|
|
47
|
+
"node_modules/@babel/generator": {
|
|
48
|
+
"version": "7.29.1",
|
|
49
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@babel/generator/-/generator-7.29.1.tgz",
|
|
50
|
+
"integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@babel/parser": "^7.29.0",
|
|
54
|
+
"@babel/types": "^7.29.0",
|
|
55
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
56
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
57
|
+
"jsesc": "^3.0.2"
|
|
58
|
+
},
|
|
59
|
+
"engines": {
|
|
60
|
+
"node": ">=6.9.0"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"node_modules/@babel/helper-string-parser": {
|
|
64
|
+
"version": "7.27.1",
|
|
65
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
66
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
67
|
+
"license": "MIT",
|
|
68
|
+
"engines": {
|
|
69
|
+
"node": ">=6.9.0"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
73
|
+
"version": "7.28.5",
|
|
74
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
75
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
76
|
+
"license": "MIT",
|
|
77
|
+
"engines": {
|
|
78
|
+
"node": ">=6.9.0"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
38
81
|
"node_modules/@babel/parser": {
|
|
39
|
-
"version": "7.
|
|
40
|
-
"resolved": "
|
|
41
|
-
"integrity": "sha512-
|
|
82
|
+
"version": "7.29.2",
|
|
83
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@babel/parser/-/parser-7.29.2.tgz",
|
|
84
|
+
"integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"@babel/types": "^7.29.0"
|
|
87
|
+
},
|
|
42
88
|
"bin": {
|
|
43
89
|
"parser": "bin/babel-parser.js"
|
|
44
90
|
},
|
|
@@ -46,204 +92,235 @@
|
|
|
46
92
|
"node": ">=6.0.0"
|
|
47
93
|
}
|
|
48
94
|
},
|
|
49
|
-
"node_modules/@
|
|
50
|
-
"version": "
|
|
51
|
-
"resolved": "
|
|
52
|
-
"integrity": "sha512-
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"os": [
|
|
59
|
-
"android"
|
|
60
|
-
],
|
|
95
|
+
"node_modules/@babel/types": {
|
|
96
|
+
"version": "7.29.0",
|
|
97
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@babel/types/-/types-7.29.0.tgz",
|
|
98
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
99
|
+
"license": "MIT",
|
|
100
|
+
"dependencies": {
|
|
101
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
102
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
103
|
+
},
|
|
61
104
|
"engines": {
|
|
62
|
-
"node": ">=
|
|
105
|
+
"node": ">=6.9.0"
|
|
63
106
|
}
|
|
64
107
|
},
|
|
65
|
-
"node_modules/@
|
|
66
|
-
"version": "
|
|
67
|
-
"resolved": "
|
|
68
|
-
"integrity": "sha512-
|
|
69
|
-
"cpu": [
|
|
70
|
-
"arm64"
|
|
71
|
-
],
|
|
108
|
+
"node_modules/@emnapi/core": {
|
|
109
|
+
"version": "1.9.2",
|
|
110
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@emnapi/core/-/core-1.9.2.tgz",
|
|
111
|
+
"integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
|
|
72
112
|
"dev": true,
|
|
113
|
+
"license": "MIT",
|
|
73
114
|
"optional": true,
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
"engines": {
|
|
78
|
-
"node": ">=12"
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"@emnapi/wasi-threads": "1.2.1",
|
|
117
|
+
"tslib": "^2.4.0"
|
|
79
118
|
}
|
|
80
119
|
},
|
|
81
|
-
"node_modules/@
|
|
82
|
-
"version": "
|
|
83
|
-
"resolved": "
|
|
84
|
-
"integrity": "sha512-
|
|
85
|
-
"cpu": [
|
|
86
|
-
"x64"
|
|
87
|
-
],
|
|
120
|
+
"node_modules/@emnapi/runtime": {
|
|
121
|
+
"version": "1.9.2",
|
|
122
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@emnapi/runtime/-/runtime-1.9.2.tgz",
|
|
123
|
+
"integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
|
|
88
124
|
"dev": true,
|
|
125
|
+
"license": "MIT",
|
|
89
126
|
"optional": true,
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
],
|
|
93
|
-
"engines": {
|
|
94
|
-
"node": ">=12"
|
|
127
|
+
"dependencies": {
|
|
128
|
+
"tslib": "^2.4.0"
|
|
95
129
|
}
|
|
96
130
|
},
|
|
97
|
-
"node_modules/@
|
|
98
|
-
"version": "
|
|
99
|
-
"resolved": "
|
|
100
|
-
"integrity": "sha512
|
|
101
|
-
"cpu": [
|
|
102
|
-
"arm64"
|
|
103
|
-
],
|
|
131
|
+
"node_modules/@emnapi/wasi-threads": {
|
|
132
|
+
"version": "1.2.1",
|
|
133
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
134
|
+
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
104
135
|
"dev": true,
|
|
136
|
+
"license": "MIT",
|
|
105
137
|
"optional": true,
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
|
|
138
|
+
"dependencies": {
|
|
139
|
+
"tslib": "^2.4.0"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
143
|
+
"version": "0.3.13",
|
|
144
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
145
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
146
|
+
"license": "MIT",
|
|
147
|
+
"dependencies": {
|
|
148
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
149
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"node_modules/@jridgewell/remapping": {
|
|
153
|
+
"version": "2.3.5",
|
|
154
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
155
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
156
|
+
"license": "MIT",
|
|
157
|
+
"dependencies": {
|
|
158
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
159
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
163
|
+
"version": "3.1.2",
|
|
164
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
165
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
166
|
+
"license": "MIT",
|
|
109
167
|
"engines": {
|
|
110
|
-
"node": ">=
|
|
168
|
+
"node": ">=6.0.0"
|
|
111
169
|
}
|
|
112
170
|
},
|
|
113
|
-
"node_modules/@
|
|
114
|
-
"version": "
|
|
115
|
-
"resolved": "
|
|
116
|
-
"integrity": "sha512-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
171
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
172
|
+
"version": "1.5.5",
|
|
173
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
174
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
175
|
+
"license": "MIT"
|
|
176
|
+
},
|
|
177
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
178
|
+
"version": "0.3.31",
|
|
179
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
180
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
181
|
+
"license": "MIT",
|
|
182
|
+
"dependencies": {
|
|
183
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
184
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
188
|
+
"version": "1.1.4",
|
|
189
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
|
|
190
|
+
"integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
|
|
120
191
|
"dev": true,
|
|
192
|
+
"license": "MIT",
|
|
121
193
|
"optional": true,
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
"
|
|
126
|
-
"
|
|
194
|
+
"dependencies": {
|
|
195
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
196
|
+
},
|
|
197
|
+
"funding": {
|
|
198
|
+
"type": "github",
|
|
199
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
200
|
+
},
|
|
201
|
+
"peerDependencies": {
|
|
202
|
+
"@emnapi/core": "^1.7.1",
|
|
203
|
+
"@emnapi/runtime": "^1.7.1"
|
|
127
204
|
}
|
|
128
205
|
},
|
|
129
|
-
"node_modules/@
|
|
130
|
-
"version": "0.
|
|
131
|
-
"resolved": "
|
|
132
|
-
"integrity": "sha512-
|
|
133
|
-
"cpu": [
|
|
134
|
-
"arm64"
|
|
135
|
-
],
|
|
206
|
+
"node_modules/@oxc-project/types": {
|
|
207
|
+
"version": "0.126.0",
|
|
208
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@oxc-project/types/-/types-0.126.0.tgz",
|
|
209
|
+
"integrity": "sha512-oGfVtjAgwQVVpfBrbtk4e1XDyWHRFta6BS3GWVzrF8xYBT2VGQAk39yJS/wFSMrZqoiCU4oghT3Ch0HaHGIHcQ==",
|
|
136
210
|
"dev": true,
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
],
|
|
141
|
-
"engines": {
|
|
142
|
-
"node": ">=12"
|
|
211
|
+
"license": "MIT",
|
|
212
|
+
"funding": {
|
|
213
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
143
214
|
}
|
|
144
215
|
},
|
|
145
|
-
"node_modules/@
|
|
146
|
-
"version": "0.16
|
|
147
|
-
"resolved": "
|
|
148
|
-
"integrity": "sha512-
|
|
216
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
217
|
+
"version": "1.0.0-rc.16",
|
|
218
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.16.tgz",
|
|
219
|
+
"integrity": "sha512-rhY3k7Bsae9qQfOtph2Pm2jZEA+s8Gmjoz4hhmx70K9iMQ/ddeae+xhRQcM5IuVx5ry1+bGfkvMn7D6MJggVSA==",
|
|
149
220
|
"cpu": [
|
|
150
|
-
"
|
|
221
|
+
"arm64"
|
|
151
222
|
],
|
|
152
223
|
"dev": true,
|
|
224
|
+
"license": "MIT",
|
|
153
225
|
"optional": true,
|
|
154
226
|
"os": [
|
|
155
|
-
"
|
|
227
|
+
"android"
|
|
156
228
|
],
|
|
157
229
|
"engines": {
|
|
158
|
-
"node": ">=12"
|
|
230
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
159
231
|
}
|
|
160
232
|
},
|
|
161
|
-
"node_modules/@
|
|
162
|
-
"version": "0.16
|
|
163
|
-
"resolved": "
|
|
164
|
-
"integrity": "sha512-
|
|
233
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
234
|
+
"version": "1.0.0-rc.16",
|
|
235
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.16.tgz",
|
|
236
|
+
"integrity": "sha512-rNz0yK078yrNn3DrdgN+PKiMOW8HfQ92jQiXxwX8yW899ayV00MLVdaCNeVBhG/TbH3ouYVObo8/yrkiectkcQ==",
|
|
165
237
|
"cpu": [
|
|
166
|
-
"
|
|
238
|
+
"arm64"
|
|
167
239
|
],
|
|
168
240
|
"dev": true,
|
|
241
|
+
"license": "MIT",
|
|
169
242
|
"optional": true,
|
|
170
243
|
"os": [
|
|
171
|
-
"
|
|
244
|
+
"darwin"
|
|
172
245
|
],
|
|
173
246
|
"engines": {
|
|
174
|
-
"node": ">=12"
|
|
247
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
175
248
|
}
|
|
176
249
|
},
|
|
177
|
-
"node_modules/@
|
|
178
|
-
"version": "0.16
|
|
179
|
-
"resolved": "
|
|
180
|
-
"integrity": "sha512-
|
|
250
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
251
|
+
"version": "1.0.0-rc.16",
|
|
252
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.16.tgz",
|
|
253
|
+
"integrity": "sha512-r/OmdR00HmD4i79Z//xO06uEPOq5hRXdhw7nzkxQxwSavs3PSHa1ijntdpOiZ2mzOQ3fVVu8C1M19FoNM+dMUQ==",
|
|
181
254
|
"cpu": [
|
|
182
|
-
"
|
|
255
|
+
"x64"
|
|
183
256
|
],
|
|
184
257
|
"dev": true,
|
|
258
|
+
"license": "MIT",
|
|
185
259
|
"optional": true,
|
|
186
260
|
"os": [
|
|
187
|
-
"
|
|
261
|
+
"darwin"
|
|
188
262
|
],
|
|
189
263
|
"engines": {
|
|
190
|
-
"node": ">=12"
|
|
264
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
191
265
|
}
|
|
192
266
|
},
|
|
193
|
-
"node_modules/@
|
|
194
|
-
"version": "0.16
|
|
195
|
-
"resolved": "
|
|
196
|
-
"integrity": "sha512-
|
|
267
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
268
|
+
"version": "1.0.0-rc.16",
|
|
269
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.16.tgz",
|
|
270
|
+
"integrity": "sha512-KcRE5w8h0OnjUatG8pldyD14/CQ5Phs1oxfR+3pKDjboHRo9+MkqQaiIZlZRpsxC15paeXme/I127tUa9TXJ6g==",
|
|
197
271
|
"cpu": [
|
|
198
|
-
"
|
|
272
|
+
"x64"
|
|
199
273
|
],
|
|
200
274
|
"dev": true,
|
|
275
|
+
"license": "MIT",
|
|
201
276
|
"optional": true,
|
|
202
277
|
"os": [
|
|
203
|
-
"
|
|
278
|
+
"freebsd"
|
|
204
279
|
],
|
|
205
280
|
"engines": {
|
|
206
|
-
"node": ">=12"
|
|
281
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
207
282
|
}
|
|
208
283
|
},
|
|
209
|
-
"node_modules/@
|
|
210
|
-
"version": "0.16
|
|
211
|
-
"resolved": "
|
|
212
|
-
"integrity": "sha512-
|
|
284
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
285
|
+
"version": "1.0.0-rc.16",
|
|
286
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.16.tgz",
|
|
287
|
+
"integrity": "sha512-bT0guA1bpxEJ/ZhTRniQf7rNF8ybvXOuWbNIeLABaV5NGjx4EtOWBTSRGWFU9ZWVkPOZ+HNFP8RMcBokBiZ0Kg==",
|
|
213
288
|
"cpu": [
|
|
214
|
-
"
|
|
289
|
+
"arm"
|
|
215
290
|
],
|
|
216
291
|
"dev": true,
|
|
292
|
+
"license": "MIT",
|
|
217
293
|
"optional": true,
|
|
218
294
|
"os": [
|
|
219
295
|
"linux"
|
|
220
296
|
],
|
|
221
297
|
"engines": {
|
|
222
|
-
"node": ">=12"
|
|
298
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
223
299
|
}
|
|
224
300
|
},
|
|
225
|
-
"node_modules/@
|
|
226
|
-
"version": "0.16
|
|
227
|
-
"resolved": "
|
|
228
|
-
"integrity": "sha512
|
|
301
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
302
|
+
"version": "1.0.0-rc.16",
|
|
303
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.16.tgz",
|
|
304
|
+
"integrity": "sha512-+tHktCHWV8BDQSjemUqm/Jl/TPk3QObCTIjmdDy/nlupcujZghmKK2962LYrqFpWu+ai01AN/REOH3NEpqvYQg==",
|
|
229
305
|
"cpu": [
|
|
230
|
-
"
|
|
306
|
+
"arm64"
|
|
231
307
|
],
|
|
232
308
|
"dev": true,
|
|
309
|
+
"license": "MIT",
|
|
233
310
|
"optional": true,
|
|
234
311
|
"os": [
|
|
235
312
|
"linux"
|
|
236
313
|
],
|
|
237
314
|
"engines": {
|
|
238
|
-
"node": ">=12"
|
|
315
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
239
316
|
}
|
|
240
317
|
},
|
|
241
|
-
"node_modules/@
|
|
242
|
-
"version": "0.16
|
|
243
|
-
"resolved": "
|
|
244
|
-
"integrity": "sha512-
|
|
318
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
319
|
+
"version": "1.0.0-rc.16",
|
|
320
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.16.tgz",
|
|
321
|
+
"integrity": "sha512-3fPzdREH806oRLxpTWW1Gt4tQHs0TitZFOECB2xzCFLPKnSOy90gwA7P29cksYilFO6XVRY1kzga0cL2nRjKPg==",
|
|
245
322
|
"cpu": [
|
|
246
|
-
"
|
|
323
|
+
"arm64"
|
|
247
324
|
],
|
|
248
325
|
"dev": true,
|
|
249
326
|
"optional": true,
|
|
@@ -251,441 +328,581 @@
|
|
|
251
328
|
"linux"
|
|
252
329
|
],
|
|
253
330
|
"engines": {
|
|
254
|
-
"node": ">=12"
|
|
331
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
255
332
|
}
|
|
256
333
|
},
|
|
257
|
-
"node_modules/@
|
|
258
|
-
"version": "0.16
|
|
259
|
-
"resolved": "
|
|
260
|
-
"integrity": "sha512-
|
|
334
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
335
|
+
"version": "1.0.0-rc.16",
|
|
336
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.16.tgz",
|
|
337
|
+
"integrity": "sha512-EKwI1tSrLs7YVw+JPJT/G2dJQ1jl9qlTTTEG0V2Ok/RdOenRfBw2PQdLPyjhIu58ocdBfP7vIRN/pvMsPxs/AQ==",
|
|
261
338
|
"cpu": [
|
|
262
|
-
"
|
|
339
|
+
"ppc64"
|
|
263
340
|
],
|
|
264
341
|
"dev": true,
|
|
342
|
+
"license": "MIT",
|
|
265
343
|
"optional": true,
|
|
266
344
|
"os": [
|
|
267
345
|
"linux"
|
|
268
346
|
],
|
|
269
347
|
"engines": {
|
|
270
|
-
"node": ">=12"
|
|
348
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
271
349
|
}
|
|
272
350
|
},
|
|
273
|
-
"node_modules/@
|
|
274
|
-
"version": "0.16
|
|
275
|
-
"resolved": "
|
|
276
|
-
"integrity": "sha512-
|
|
351
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
352
|
+
"version": "1.0.0-rc.16",
|
|
353
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.16.tgz",
|
|
354
|
+
"integrity": "sha512-Uknladnb3Sxqu6SEcqBldQyJUpk8NleooZEc0MbRBJ4inEhRYWZX0NJu12vNf2mqAq7gsofAxHrGghiUYjhaLQ==",
|
|
277
355
|
"cpu": [
|
|
278
356
|
"s390x"
|
|
279
357
|
],
|
|
280
358
|
"dev": true,
|
|
359
|
+
"license": "MIT",
|
|
281
360
|
"optional": true,
|
|
282
361
|
"os": [
|
|
283
362
|
"linux"
|
|
284
363
|
],
|
|
285
364
|
"engines": {
|
|
286
|
-
"node": ">=12"
|
|
365
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
287
366
|
}
|
|
288
367
|
},
|
|
289
|
-
"node_modules/@
|
|
290
|
-
"version": "0.16
|
|
291
|
-
"resolved": "
|
|
292
|
-
"integrity": "sha512-
|
|
368
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
369
|
+
"version": "1.0.0-rc.16",
|
|
370
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.16.tgz",
|
|
371
|
+
"integrity": "sha512-FIb8+uG49sZBtLTn+zt1AJ20TqVcqWeSIyoVt0or7uAWesgKaHbiBh6OpA/k9v0LTt+PTrb1Lao133kP4uVxkg==",
|
|
293
372
|
"cpu": [
|
|
294
373
|
"x64"
|
|
295
374
|
],
|
|
296
375
|
"dev": true,
|
|
376
|
+
"license": "MIT",
|
|
297
377
|
"optional": true,
|
|
298
378
|
"os": [
|
|
299
379
|
"linux"
|
|
300
380
|
],
|
|
301
381
|
"engines": {
|
|
302
|
-
"node": ">=12"
|
|
382
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
303
383
|
}
|
|
304
384
|
},
|
|
305
|
-
"node_modules/@
|
|
306
|
-
"version": "0.16
|
|
307
|
-
"resolved": "
|
|
308
|
-
"integrity": "sha512
|
|
385
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
386
|
+
"version": "1.0.0-rc.16",
|
|
387
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.16.tgz",
|
|
388
|
+
"integrity": "sha512-RuERhF9/EgWxZEXYWCOaViUWHIboceK4/ivdtQ3R0T44NjLkIIlGIAVAuCddFxsZ7vnRHtNQUrt2vR2n2slB2w==",
|
|
309
389
|
"cpu": [
|
|
310
390
|
"x64"
|
|
311
391
|
],
|
|
312
392
|
"dev": true,
|
|
393
|
+
"license": "MIT",
|
|
313
394
|
"optional": true,
|
|
314
395
|
"os": [
|
|
315
|
-
"
|
|
396
|
+
"linux"
|
|
316
397
|
],
|
|
317
398
|
"engines": {
|
|
318
|
-
"node": ">=12"
|
|
399
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
319
400
|
}
|
|
320
401
|
},
|
|
321
|
-
"node_modules/@
|
|
322
|
-
"version": "0.16
|
|
323
|
-
"resolved": "
|
|
324
|
-
"integrity": "sha512-
|
|
402
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
403
|
+
"version": "1.0.0-rc.16",
|
|
404
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.16.tgz",
|
|
405
|
+
"integrity": "sha512-mXcXnvd9GpazCxeUCCnZ2+YF7nut+ZOEbE4GtaiPtyY6AkhZWbK70y1KK3j+RDhjVq5+U8FySkKRb/+w0EeUwA==",
|
|
325
406
|
"cpu": [
|
|
326
|
-
"
|
|
407
|
+
"arm64"
|
|
327
408
|
],
|
|
328
409
|
"dev": true,
|
|
410
|
+
"license": "MIT",
|
|
329
411
|
"optional": true,
|
|
330
412
|
"os": [
|
|
331
|
-
"
|
|
413
|
+
"openharmony"
|
|
332
414
|
],
|
|
333
415
|
"engines": {
|
|
334
|
-
"node": ">=12"
|
|
416
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
335
417
|
}
|
|
336
418
|
},
|
|
337
|
-
"node_modules/@
|
|
338
|
-
"version": "0.16
|
|
339
|
-
"resolved": "
|
|
340
|
-
"integrity": "sha512-
|
|
419
|
+
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
420
|
+
"version": "1.0.0-rc.16",
|
|
421
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.16.tgz",
|
|
422
|
+
"integrity": "sha512-3Q2KQxnC8IJOLqXmUMoYwyIPZU9hzRbnHaoV3Euz+VVnjZKcY8ktnNP8T9R4/GGQtb27C/UYKABxesKWb8lsvQ==",
|
|
341
423
|
"cpu": [
|
|
342
|
-
"
|
|
424
|
+
"wasm32"
|
|
343
425
|
],
|
|
344
426
|
"dev": true,
|
|
345
427
|
"optional": true,
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
|
|
428
|
+
"dependencies": {
|
|
429
|
+
"@emnapi/core": "1.9.2",
|
|
430
|
+
"@emnapi/runtime": "1.9.2",
|
|
431
|
+
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
432
|
+
},
|
|
349
433
|
"engines": {
|
|
350
|
-
"node": ">=12"
|
|
434
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
351
435
|
}
|
|
352
436
|
},
|
|
353
|
-
"node_modules/@
|
|
354
|
-
"version": "0.16
|
|
355
|
-
"resolved": "
|
|
356
|
-
"integrity": "sha512-
|
|
437
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
438
|
+
"version": "1.0.0-rc.16",
|
|
439
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.16.tgz",
|
|
440
|
+
"integrity": "sha512-tj7XRemQcOcFwv7qhpUxMTBbI5mWMlE4c1Omhg5+h8GuLXzyj8HviYgR+bB2DMDgRqUE+jiDleqSCRjx4aYk/Q==",
|
|
357
441
|
"cpu": [
|
|
358
442
|
"arm64"
|
|
359
443
|
],
|
|
360
444
|
"dev": true,
|
|
445
|
+
"license": "MIT",
|
|
361
446
|
"optional": true,
|
|
362
447
|
"os": [
|
|
363
448
|
"win32"
|
|
364
449
|
],
|
|
365
450
|
"engines": {
|
|
366
|
-
"node": ">=12"
|
|
451
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
367
452
|
}
|
|
368
453
|
},
|
|
369
|
-
"node_modules/@
|
|
370
|
-
"version": "0.16
|
|
371
|
-
"resolved": "
|
|
372
|
-
"integrity": "sha512-
|
|
454
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
455
|
+
"version": "1.0.0-rc.16",
|
|
456
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.16.tgz",
|
|
457
|
+
"integrity": "sha512-PH5DRZT+F4f2PTXRXR8uJxnBq2po/xFtddyabTJVJs/ZYVHqXPEgNIr35IHTEa6bpa0Q8Awg+ymkTaGnKITw4g==",
|
|
373
458
|
"cpu": [
|
|
374
|
-
"
|
|
459
|
+
"x64"
|
|
375
460
|
],
|
|
376
461
|
"dev": true,
|
|
462
|
+
"license": "MIT",
|
|
377
463
|
"optional": true,
|
|
378
464
|
"os": [
|
|
379
465
|
"win32"
|
|
380
466
|
],
|
|
381
467
|
"engines": {
|
|
382
|
-
"node": ">=12"
|
|
468
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
383
469
|
}
|
|
384
470
|
},
|
|
385
|
-
"node_modules/@
|
|
386
|
-
"version": "0.
|
|
387
|
-
"resolved": "
|
|
388
|
-
"integrity": "sha512-
|
|
389
|
-
"cpu": [
|
|
390
|
-
"x64"
|
|
391
|
-
],
|
|
471
|
+
"node_modules/@rolldown/pluginutils": {
|
|
472
|
+
"version": "1.0.0-rc.13",
|
|
473
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.13.tgz",
|
|
474
|
+
"integrity": "sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==",
|
|
392
475
|
"dev": true,
|
|
393
|
-
"
|
|
394
|
-
"os": [
|
|
395
|
-
"win32"
|
|
396
|
-
],
|
|
397
|
-
"engines": {
|
|
398
|
-
"node": ">=12"
|
|
399
|
-
}
|
|
476
|
+
"license": "MIT"
|
|
400
477
|
},
|
|
401
478
|
"node_modules/@shijiu/jsview": {
|
|
402
|
-
"
|
|
479
|
+
"resolved": "",
|
|
480
|
+
"link": true,
|
|
403
481
|
"license": "MIT",
|
|
404
482
|
"dependencies": {
|
|
405
483
|
"gifuct-js": "2.1.2",
|
|
406
|
-
"postcss-js": "
|
|
484
|
+
"postcss-js": "5.1.0"
|
|
407
485
|
},
|
|
408
486
|
"bin": {
|
|
409
|
-
"jsview-post-build": "tools/jsview-post-build.
|
|
410
|
-
"jsview-post-install": "tools/jsview-post-install.
|
|
487
|
+
"jsview-post-build": "tools/jsview-post-build.mjs",
|
|
488
|
+
"jsview-post-install": "tools/jsview-post-install.mjs",
|
|
489
|
+
"jsview-run-tool": "tools/jsview-run-tool.mjs"
|
|
411
490
|
},
|
|
412
|
-
"devDependencies": {},
|
|
413
491
|
"engines": {
|
|
414
|
-
"node": ">=
|
|
492
|
+
"node": ">=20.0.0"
|
|
415
493
|
},
|
|
416
|
-
"
|
|
494
|
+
"version": "3.0.0",
|
|
417
495
|
"integrity": ""
|
|
418
496
|
},
|
|
419
497
|
"node_modules/@shijiu/jsview-vue": {
|
|
420
|
-
"
|
|
498
|
+
"resolved": "",
|
|
499
|
+
"link": true,
|
|
421
500
|
"license": "MIT",
|
|
422
501
|
"dependencies": {
|
|
423
502
|
"qr.js": "0.0.0"
|
|
424
503
|
},
|
|
425
|
-
"devDependencies": {},
|
|
426
504
|
"engines": {
|
|
427
|
-
"node": ">=
|
|
505
|
+
"node": ">=20.0.0"
|
|
428
506
|
},
|
|
429
|
-
"
|
|
507
|
+
"version": "3.0.0",
|
|
430
508
|
"integrity": ""
|
|
431
509
|
},
|
|
510
|
+
"node_modules/@tybys/wasm-util": {
|
|
511
|
+
"version": "0.10.1",
|
|
512
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
|
|
513
|
+
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
|
|
514
|
+
"dev": true,
|
|
515
|
+
"license": "MIT",
|
|
516
|
+
"optional": true,
|
|
517
|
+
"dependencies": {
|
|
518
|
+
"tslib": "^2.4.0"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
432
521
|
"node_modules/@vitejs/plugin-vue": {
|
|
433
|
-
"version": "
|
|
434
|
-
"resolved": "
|
|
435
|
-
"integrity": "sha512-
|
|
522
|
+
"version": "6.0.6",
|
|
523
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vitejs/plugin-vue/-/plugin-vue-6.0.6.tgz",
|
|
524
|
+
"integrity": "sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==",
|
|
436
525
|
"dev": true,
|
|
526
|
+
"dependencies": {
|
|
527
|
+
"@rolldown/pluginutils": "1.0.0-rc.13"
|
|
528
|
+
},
|
|
437
529
|
"engines": {
|
|
438
|
-
"node": "^
|
|
530
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
439
531
|
},
|
|
440
532
|
"peerDependencies": {
|
|
441
|
-
"vite": "^
|
|
533
|
+
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
442
534
|
"vue": "^3.2.25"
|
|
443
535
|
}
|
|
444
536
|
},
|
|
445
537
|
"node_modules/@volar/language-core": {
|
|
446
|
-
"version": "
|
|
447
|
-
"resolved": "
|
|
448
|
-
"integrity": "sha512-
|
|
538
|
+
"version": "2.4.28",
|
|
539
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@volar/language-core/-/language-core-2.4.28.tgz",
|
|
540
|
+
"integrity": "sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==",
|
|
449
541
|
"dev": true,
|
|
542
|
+
"license": "MIT",
|
|
450
543
|
"dependencies": {
|
|
451
|
-
"@volar/source-map": "
|
|
452
|
-
"@vue/reactivity": "^3.2.45",
|
|
453
|
-
"muggle-string": "^0.1.0"
|
|
544
|
+
"@volar/source-map": "2.4.28"
|
|
454
545
|
}
|
|
455
546
|
},
|
|
456
547
|
"node_modules/@volar/source-map": {
|
|
457
|
-
"version": "
|
|
458
|
-
"resolved": "
|
|
459
|
-
"integrity": "sha512-
|
|
548
|
+
"version": "2.4.28",
|
|
549
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@volar/source-map/-/source-map-2.4.28.tgz",
|
|
550
|
+
"integrity": "sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==",
|
|
460
551
|
"dev": true,
|
|
461
|
-
"
|
|
462
|
-
"muggle-string": "^0.1.0"
|
|
463
|
-
}
|
|
552
|
+
"license": "MIT"
|
|
464
553
|
},
|
|
465
554
|
"node_modules/@volar/typescript": {
|
|
466
|
-
"version": "
|
|
467
|
-
"resolved": "
|
|
468
|
-
"integrity": "sha512-
|
|
469
|
-
"dev": true,
|
|
470
|
-
"dependencies": {
|
|
471
|
-
"@volar/language-core": "1.0.11"
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
"node_modules/@volar/vue-language-core": {
|
|
475
|
-
"version": "1.0.11",
|
|
476
|
-
"resolved": "https://registry.npmmirror.com/@volar/vue-language-core/-/vue-language-core-1.0.11.tgz",
|
|
477
|
-
"integrity": "sha512-A3ODs0/ua7BcpSSnE7KtO8bzWsYsbOJRyW2Q/2uktxlfHj8srln3JdgK/mNlIgfnWtACbE5K+EfMJOgJKv864A==",
|
|
478
|
-
"dev": true,
|
|
479
|
-
"dependencies": {
|
|
480
|
-
"@volar/language-core": "1.0.11",
|
|
481
|
-
"@volar/source-map": "1.0.11",
|
|
482
|
-
"@vue/compiler-dom": "^3.2.45",
|
|
483
|
-
"@vue/compiler-sfc": "^3.2.45",
|
|
484
|
-
"@vue/reactivity": "^3.2.45",
|
|
485
|
-
"@vue/shared": "^3.2.45",
|
|
486
|
-
"minimatch": "^5.1.0",
|
|
487
|
-
"vue-template-compiler": "^2.7.14"
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
"node_modules/@volar/vue-typescript": {
|
|
491
|
-
"version": "1.0.11",
|
|
492
|
-
"resolved": "https://registry.npmmirror.com/@volar/vue-typescript/-/vue-typescript-1.0.11.tgz",
|
|
493
|
-
"integrity": "sha512-jlnFPvBcTyPiAbGlgjhKK7fp3Q+Z7Z5eU1NTbTSS0lQC8Gog3sh2UxLAFG5Voe1gHIxasoOEPXzMR0CWF4bKbA==",
|
|
555
|
+
"version": "2.4.28",
|
|
556
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@volar/typescript/-/typescript-2.4.28.tgz",
|
|
557
|
+
"integrity": "sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==",
|
|
494
558
|
"dev": true,
|
|
559
|
+
"license": "MIT",
|
|
495
560
|
"dependencies": {
|
|
496
|
-
"@volar/
|
|
497
|
-
"
|
|
561
|
+
"@volar/language-core": "2.4.28",
|
|
562
|
+
"path-browserify": "^1.0.1",
|
|
563
|
+
"vscode-uri": "^3.0.8"
|
|
498
564
|
}
|
|
499
565
|
},
|
|
500
566
|
"node_modules/@vue/compiler-core": {
|
|
501
|
-
"version": "3.
|
|
502
|
-
"resolved": "
|
|
503
|
-
"integrity": "sha512-
|
|
567
|
+
"version": "3.6.0-beta.10",
|
|
568
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-core/-/compiler-core-3.6.0-beta.10.tgz",
|
|
569
|
+
"integrity": "sha512-hzkiI5eeO3YgCBlXRXM6HT8E7l2aE3FY4bBBdzHkXDEXy+13gDpztU/TdJQmr6OsER51tNponBOpqwkaZvpL7g==",
|
|
504
570
|
"dependencies": {
|
|
505
|
-
"@babel/parser": "^7.
|
|
506
|
-
"@vue/shared": "3.
|
|
571
|
+
"@babel/parser": "^7.29.2",
|
|
572
|
+
"@vue/shared": "3.6.0-beta.10",
|
|
573
|
+
"entities": "^7.0.1",
|
|
507
574
|
"estree-walker": "^2.0.2",
|
|
508
|
-
"source-map": "^
|
|
575
|
+
"source-map-js": "^1.2.1"
|
|
509
576
|
}
|
|
510
577
|
},
|
|
511
578
|
"node_modules/@vue/compiler-dom": {
|
|
512
|
-
"version": "3.
|
|
513
|
-
"resolved": "
|
|
514
|
-
"integrity": "sha512-
|
|
579
|
+
"version": "3.6.0-beta.10",
|
|
580
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-dom/-/compiler-dom-3.6.0-beta.10.tgz",
|
|
581
|
+
"integrity": "sha512-syaKfkW2D4VFFndlNYweR/EqYWxpf1zCF2URtDcN8IJXV3jvsfOSZA+p8+kyNSbDtBEq8CAeulUXrRfORrM0mQ==",
|
|
582
|
+
"license": "MIT",
|
|
515
583
|
"dependencies": {
|
|
516
|
-
"@vue/compiler-core": "3.
|
|
517
|
-
"@vue/shared": "3.
|
|
584
|
+
"@vue/compiler-core": "3.6.0-beta.10",
|
|
585
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
518
586
|
}
|
|
519
587
|
},
|
|
520
588
|
"node_modules/@vue/compiler-sfc": {
|
|
521
|
-
"version": "3.
|
|
522
|
-
"resolved": "
|
|
523
|
-
"integrity": "sha512-
|
|
589
|
+
"version": "3.6.0-beta.10",
|
|
590
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-sfc/-/compiler-sfc-3.6.0-beta.10.tgz",
|
|
591
|
+
"integrity": "sha512-Pw6EkQB1a4wfh137rIgYwMwqc8v8JcsIwspzfGYG7a+St38gcnNGJFGVvfJh689EOLgfv1Z8was6ktrESfowwQ==",
|
|
592
|
+
"license": "MIT",
|
|
524
593
|
"dependencies": {
|
|
525
|
-
"@babel/parser": "^7.
|
|
526
|
-
"@vue/compiler-core": "3.
|
|
527
|
-
"@vue/compiler-dom": "3.
|
|
528
|
-
"@vue/compiler-ssr": "3.
|
|
529
|
-
"@vue/
|
|
530
|
-
"@vue/shared": "3.
|
|
594
|
+
"@babel/parser": "^7.29.2",
|
|
595
|
+
"@vue/compiler-core": "3.6.0-beta.10",
|
|
596
|
+
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
597
|
+
"@vue/compiler-ssr": "3.6.0-beta.10",
|
|
598
|
+
"@vue/compiler-vapor": "3.6.0-beta.10",
|
|
599
|
+
"@vue/shared": "3.6.0-beta.10",
|
|
531
600
|
"estree-walker": "^2.0.2",
|
|
532
|
-
"magic-string": "^0.
|
|
533
|
-
"postcss": "^8.
|
|
534
|
-
"source-map": "^
|
|
601
|
+
"magic-string": "^0.30.21",
|
|
602
|
+
"postcss": "^8.5.8",
|
|
603
|
+
"source-map-js": "^1.2.1"
|
|
535
604
|
}
|
|
536
605
|
},
|
|
537
606
|
"node_modules/@vue/compiler-ssr": {
|
|
538
|
-
"version": "3.
|
|
539
|
-
"resolved": "
|
|
540
|
-
"integrity": "sha512-
|
|
607
|
+
"version": "3.6.0-beta.10",
|
|
608
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-ssr/-/compiler-ssr-3.6.0-beta.10.tgz",
|
|
609
|
+
"integrity": "sha512-Pp5QQYgEhtv3C7irbeZP64gAWQjrsSnMlaNtBfgge/Cla/xE+HCQqE+8aJUndirtkmFutEA8CvHJ9K4FDHlOjQ==",
|
|
610
|
+
"license": "MIT",
|
|
611
|
+
"dependencies": {
|
|
612
|
+
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
613
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"node_modules/@vue/compiler-vapor": {
|
|
617
|
+
"version": "3.6.0-beta.10",
|
|
618
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-vapor/-/compiler-vapor-3.6.0-beta.10.tgz",
|
|
619
|
+
"integrity": "sha512-9DqhmWnv06wefy/gBIix0bfphEDba0La96tt8jbNZb9+CbnbB0VyNCz70ynXyhbvrM5K9yhGcIqNfhkNhcepAQ==",
|
|
620
|
+
"license": "MIT",
|
|
541
621
|
"dependencies": {
|
|
542
|
-
"@
|
|
543
|
-
"@vue/
|
|
622
|
+
"@babel/parser": "^7.29.2",
|
|
623
|
+
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
624
|
+
"@vue/shared": "3.6.0-beta.10",
|
|
625
|
+
"estree-walker": "^2.0.2",
|
|
626
|
+
"source-map-js": "^1.2.1"
|
|
544
627
|
}
|
|
545
628
|
},
|
|
546
629
|
"node_modules/@vue/devtools-api": {
|
|
547
|
-
"version": "
|
|
548
|
-
"resolved": "
|
|
549
|
-
"integrity": "sha512-
|
|
630
|
+
"version": "8.1.1",
|
|
631
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/devtools-api/-/devtools-api-8.1.1.tgz",
|
|
632
|
+
"integrity": "sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==",
|
|
633
|
+
"license": "MIT",
|
|
634
|
+
"dependencies": {
|
|
635
|
+
"@vue/devtools-kit": "^8.1.1"
|
|
636
|
+
}
|
|
550
637
|
},
|
|
551
|
-
"node_modules/@vue/
|
|
552
|
-
"version": "
|
|
553
|
-
"resolved": "
|
|
554
|
-
"integrity": "sha512-
|
|
638
|
+
"node_modules/@vue/devtools-kit": {
|
|
639
|
+
"version": "8.1.1",
|
|
640
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz",
|
|
641
|
+
"integrity": "sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==",
|
|
642
|
+
"license": "MIT",
|
|
643
|
+
"dependencies": {
|
|
644
|
+
"@vue/devtools-shared": "^8.1.1",
|
|
645
|
+
"birpc": "^2.6.1",
|
|
646
|
+
"hookable": "^5.5.3",
|
|
647
|
+
"perfect-debounce": "^2.0.0"
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
"node_modules/@vue/devtools-shared": {
|
|
651
|
+
"version": "8.1.1",
|
|
652
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/devtools-shared/-/devtools-shared-8.1.1.tgz",
|
|
653
|
+
"integrity": "sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==",
|
|
654
|
+
"license": "MIT"
|
|
655
|
+
},
|
|
656
|
+
"node_modules/@vue/language-core": {
|
|
657
|
+
"version": "3.2.7",
|
|
658
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/language-core/-/language-core-3.2.7.tgz",
|
|
659
|
+
"integrity": "sha512-Gn4q/tRxbpVGLEuARQ43p3YELlNAFgRUVCgW9U5Cr+5q4vfD2bWDWpl3ABbJMXUt5xlE1dF8dkigg2aUq7JYYw==",
|
|
660
|
+
"dev": true,
|
|
555
661
|
"dependencies": {
|
|
556
|
-
"@
|
|
662
|
+
"@volar/language-core": "2.4.28",
|
|
663
|
+
"@vue/compiler-dom": "^3.5.0",
|
|
664
|
+
"@vue/shared": "^3.5.0",
|
|
665
|
+
"alien-signals": "^3.1.2",
|
|
666
|
+
"muggle-string": "^0.4.1",
|
|
667
|
+
"path-browserify": "^1.0.1",
|
|
668
|
+
"picomatch": "^4.0.4"
|
|
557
669
|
}
|
|
558
670
|
},
|
|
559
|
-
"node_modules/@vue/
|
|
560
|
-
"version": "3.
|
|
561
|
-
"resolved": "
|
|
562
|
-
"integrity": "sha512-
|
|
671
|
+
"node_modules/@vue/language-core/node_modules/@vue/compiler-core": {
|
|
672
|
+
"version": "3.5.33",
|
|
673
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-core/-/compiler-core-3.5.33.tgz",
|
|
674
|
+
"integrity": "sha512-3PZLQwFw4Za3TC8t0FvTy3wI16Kt+pmwcgNZca4Pj9iWL2E72a/gZlpBtAJvEdDMdCxdG/qq0C7PN0bsJuv0Rw==",
|
|
675
|
+
"dev": true,
|
|
563
676
|
"dependencies": {
|
|
564
|
-
"@babel/parser": "^7.
|
|
565
|
-
"@vue/
|
|
566
|
-
"
|
|
677
|
+
"@babel/parser": "^7.29.2",
|
|
678
|
+
"@vue/shared": "3.5.33",
|
|
679
|
+
"entities": "^7.0.1",
|
|
567
680
|
"estree-walker": "^2.0.2",
|
|
568
|
-
"
|
|
681
|
+
"source-map-js": "^1.2.1"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"node_modules/@vue/language-core/node_modules/@vue/compiler-dom": {
|
|
685
|
+
"version": "3.5.33",
|
|
686
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-dom/-/compiler-dom-3.5.33.tgz",
|
|
687
|
+
"integrity": "sha512-PXq0yrfCLzzL07rbXO4awtXY1Z06LG2eu6Adg3RJFa/j3Cii217XxxLXG22N330gw7GmALCY0Z8RgXEviwgpjA==",
|
|
688
|
+
"dev": true,
|
|
689
|
+
"license": "MIT",
|
|
690
|
+
"dependencies": {
|
|
691
|
+
"@vue/compiler-core": "3.5.33",
|
|
692
|
+
"@vue/shared": "3.5.33"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"node_modules/@vue/language-core/node_modules/@vue/shared": {
|
|
696
|
+
"version": "3.5.33",
|
|
697
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/shared/-/shared-3.5.33.tgz",
|
|
698
|
+
"integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ==",
|
|
699
|
+
"dev": true
|
|
700
|
+
},
|
|
701
|
+
"node_modules/@vue/reactivity": {
|
|
702
|
+
"version": "3.6.0-beta.10",
|
|
703
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/reactivity/-/reactivity-3.6.0-beta.10.tgz",
|
|
704
|
+
"integrity": "sha512-YOdRI7G9SAI/Ic3dBUE1Mwzvb7J5h4Oqe0FijSi0y3mI4MWkMxNvWSSLkjqALSfAgixxjSRRfSR9Ln2jm53WeQ==",
|
|
705
|
+
"license": "MIT",
|
|
706
|
+
"dependencies": {
|
|
707
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
569
708
|
}
|
|
570
709
|
},
|
|
571
710
|
"node_modules/@vue/runtime-core": {
|
|
572
|
-
"version": "3.
|
|
573
|
-
"resolved": "
|
|
574
|
-
"integrity": "sha512-
|
|
711
|
+
"version": "3.6.0-beta.10",
|
|
712
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/runtime-core/-/runtime-core-3.6.0-beta.10.tgz",
|
|
713
|
+
"integrity": "sha512-5cFbYbxtTm7H2Ch1qEdmUFySrPI/+aSmUJsJpMltG5gQJCuWN3kjVqeZp2AZB7pI3a2Jkq2NJC0gR++4eAw1xw==",
|
|
575
714
|
"dependencies": {
|
|
576
|
-
"@vue/reactivity": "3.
|
|
577
|
-
"@vue/shared": "3.
|
|
715
|
+
"@vue/reactivity": "3.6.0-beta.10",
|
|
716
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
578
717
|
}
|
|
579
718
|
},
|
|
580
719
|
"node_modules/@vue/runtime-dom": {
|
|
581
|
-
"version": "3.
|
|
582
|
-
"resolved": "
|
|
583
|
-
"integrity": "sha512-
|
|
720
|
+
"version": "3.6.0-beta.10",
|
|
721
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/runtime-dom/-/runtime-dom-3.6.0-beta.10.tgz",
|
|
722
|
+
"integrity": "sha512-w02s59Gq1NoZtSCpVKRWzk9No9BEq/eq9n1+KLre5WvYMIYjK0XBNN9cltZfE0/j5uZQlb87i4qR51YxFFbHog==",
|
|
723
|
+
"dependencies": {
|
|
724
|
+
"@vue/reactivity": "3.6.0-beta.10",
|
|
725
|
+
"@vue/runtime-core": "3.6.0-beta.10",
|
|
726
|
+
"@vue/shared": "3.6.0-beta.10",
|
|
727
|
+
"csstype": "^3.2.3"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"node_modules/@vue/runtime-vapor": {
|
|
731
|
+
"version": "3.6.0-beta.10",
|
|
732
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/runtime-vapor/-/runtime-vapor-3.6.0-beta.10.tgz",
|
|
733
|
+
"integrity": "sha512-MQOs7WughaIUFB6nL02kIHgjPpmiZeXnCLP303kihdfaS3vdsYzvc9u6cnTTtvfSGbyHq8F15rcz5QoRlF+zew==",
|
|
734
|
+
"license": "MIT",
|
|
584
735
|
"dependencies": {
|
|
585
|
-
"@vue/
|
|
586
|
-
"@vue/shared": "3.
|
|
587
|
-
|
|
736
|
+
"@vue/reactivity": "3.6.0-beta.10",
|
|
737
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
738
|
+
},
|
|
739
|
+
"peerDependencies": {
|
|
740
|
+
"@vue/runtime-dom": "3.6.0-beta.10"
|
|
588
741
|
}
|
|
589
742
|
},
|
|
590
743
|
"node_modules/@vue/server-renderer": {
|
|
591
|
-
"version": "3.
|
|
592
|
-
"resolved": "
|
|
593
|
-
"integrity": "sha512-
|
|
744
|
+
"version": "3.6.0-beta.10",
|
|
745
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/server-renderer/-/server-renderer-3.6.0-beta.10.tgz",
|
|
746
|
+
"integrity": "sha512-K9bq8O1Hv2fHS0/aVkAxvvukkdy+U8W/nfFRQLcCCvQ92uLuMYsBp8+E3KZRdGaQbAAeuIf4GwJVCGXHTQEg9Q==",
|
|
747
|
+
"license": "MIT",
|
|
594
748
|
"dependencies": {
|
|
595
|
-
"@vue/compiler-ssr": "3.
|
|
596
|
-
"@vue/shared": "3.
|
|
749
|
+
"@vue/compiler-ssr": "3.6.0-beta.10",
|
|
750
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
597
751
|
},
|
|
598
752
|
"peerDependencies": {
|
|
599
|
-
"vue": "3.
|
|
753
|
+
"vue": "3.6.0-beta.10"
|
|
600
754
|
}
|
|
601
755
|
},
|
|
602
756
|
"node_modules/@vue/shared": {
|
|
603
|
-
"version": "3.
|
|
604
|
-
"resolved": "
|
|
605
|
-
"integrity": "sha512-
|
|
606
|
-
},
|
|
607
|
-
"node_modules/
|
|
608
|
-
"version": "
|
|
609
|
-
"resolved": "
|
|
610
|
-
"integrity": "sha512-
|
|
611
|
-
"
|
|
757
|
+
"version": "3.6.0-beta.10",
|
|
758
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/shared/-/shared-3.6.0-beta.10.tgz",
|
|
759
|
+
"integrity": "sha512-13JUfIAd06F+IBnObE8mExDAMOknPIBjPBUN2JeemmuQwj5i20GduCLbHLVbxSkpFD0RGH4z2mOxUUdD+8M/Aw=="
|
|
760
|
+
},
|
|
761
|
+
"node_modules/acorn": {
|
|
762
|
+
"version": "8.16.0",
|
|
763
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/acorn/-/acorn-8.16.0.tgz",
|
|
764
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
765
|
+
"license": "MIT",
|
|
766
|
+
"bin": {
|
|
767
|
+
"acorn": "bin/acorn"
|
|
768
|
+
},
|
|
769
|
+
"engines": {
|
|
770
|
+
"node": ">=0.4.0"
|
|
771
|
+
}
|
|
612
772
|
},
|
|
613
|
-
"node_modules/
|
|
614
|
-
"version": "
|
|
615
|
-
"resolved": "
|
|
616
|
-
"integrity": "sha512-
|
|
773
|
+
"node_modules/alien-signals": {
|
|
774
|
+
"version": "3.1.2",
|
|
775
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/alien-signals/-/alien-signals-3.1.2.tgz",
|
|
776
|
+
"integrity": "sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==",
|
|
617
777
|
"dev": true,
|
|
618
|
-
"
|
|
619
|
-
"balanced-match": "^1.0.0"
|
|
620
|
-
}
|
|
778
|
+
"license": "MIT"
|
|
621
779
|
},
|
|
622
|
-
"node_modules/
|
|
623
|
-
"version": "2.0
|
|
624
|
-
"resolved": "
|
|
625
|
-
"integrity": "sha512-
|
|
780
|
+
"node_modules/ast-kit": {
|
|
781
|
+
"version": "2.2.0",
|
|
782
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/ast-kit/-/ast-kit-2.2.0.tgz",
|
|
783
|
+
"integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
|
|
784
|
+
"license": "MIT",
|
|
785
|
+
"dependencies": {
|
|
786
|
+
"@babel/parser": "^7.28.5",
|
|
787
|
+
"pathe": "^2.0.3"
|
|
788
|
+
},
|
|
626
789
|
"engines": {
|
|
627
|
-
"node": ">=
|
|
790
|
+
"node": ">=20.19.0"
|
|
791
|
+
},
|
|
792
|
+
"funding": {
|
|
793
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
628
794
|
}
|
|
629
795
|
},
|
|
630
|
-
"node_modules/
|
|
631
|
-
"version": "
|
|
632
|
-
"resolved": "
|
|
633
|
-
"integrity": "sha512-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
|
639
|
-
"dev": true
|
|
640
|
-
},
|
|
641
|
-
"node_modules/esbuild": {
|
|
642
|
-
"version": "0.16.17",
|
|
643
|
-
"resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.16.17.tgz",
|
|
644
|
-
"integrity": "sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==",
|
|
645
|
-
"dev": true,
|
|
646
|
-
"hasInstallScript": true,
|
|
647
|
-
"bin": {
|
|
648
|
-
"esbuild": "bin/esbuild"
|
|
796
|
+
"node_modules/ast-walker-scope": {
|
|
797
|
+
"version": "0.8.3",
|
|
798
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
|
|
799
|
+
"integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
|
|
800
|
+
"license": "MIT",
|
|
801
|
+
"dependencies": {
|
|
802
|
+
"@babel/parser": "^7.28.4",
|
|
803
|
+
"ast-kit": "^2.1.3"
|
|
649
804
|
},
|
|
650
805
|
"engines": {
|
|
651
|
-
"node": ">=
|
|
806
|
+
"node": ">=20.19.0"
|
|
652
807
|
},
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
"
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"
|
|
808
|
+
"funding": {
|
|
809
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"node_modules/birpc": {
|
|
813
|
+
"version": "2.9.0",
|
|
814
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/birpc/-/birpc-2.9.0.tgz",
|
|
815
|
+
"integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
|
|
816
|
+
"license": "MIT",
|
|
817
|
+
"funding": {
|
|
818
|
+
"url": "https://github.com/sponsors/antfu"
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"node_modules/chokidar": {
|
|
822
|
+
"version": "5.0.0",
|
|
823
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/chokidar/-/chokidar-5.0.0.tgz",
|
|
824
|
+
"integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
|
|
825
|
+
"license": "MIT",
|
|
826
|
+
"dependencies": {
|
|
827
|
+
"readdirp": "^5.0.0"
|
|
828
|
+
},
|
|
829
|
+
"engines": {
|
|
830
|
+
"node": ">= 20.19.0"
|
|
831
|
+
},
|
|
832
|
+
"funding": {
|
|
833
|
+
"url": "https://paulmillr.com/funding/"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/confbox": {
|
|
837
|
+
"version": "0.2.4",
|
|
838
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/confbox/-/confbox-0.2.4.tgz",
|
|
839
|
+
"integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
|
|
840
|
+
"license": "MIT"
|
|
841
|
+
},
|
|
842
|
+
"node_modules/csstype": {
|
|
843
|
+
"version": "3.2.3",
|
|
844
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/csstype/-/csstype-3.2.3.tgz",
|
|
845
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
846
|
+
"license": "MIT"
|
|
847
|
+
},
|
|
848
|
+
"node_modules/detect-libc": {
|
|
849
|
+
"version": "2.1.2",
|
|
850
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
851
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
852
|
+
"dev": true,
|
|
853
|
+
"license": "Apache-2.0",
|
|
854
|
+
"engines": {
|
|
855
|
+
"node": ">=8"
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"node_modules/entities": {
|
|
859
|
+
"version": "7.0.1",
|
|
860
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/entities/-/entities-7.0.1.tgz",
|
|
861
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
862
|
+
"license": "BSD-2-Clause",
|
|
863
|
+
"engines": {
|
|
864
|
+
"node": ">=0.12"
|
|
865
|
+
},
|
|
866
|
+
"funding": {
|
|
867
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
676
868
|
}
|
|
677
869
|
},
|
|
678
870
|
"node_modules/estree-walker": {
|
|
679
871
|
"version": "2.0.2",
|
|
680
|
-
"resolved": "
|
|
681
|
-
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
872
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
873
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
874
|
+
"license": "MIT"
|
|
875
|
+
},
|
|
876
|
+
"node_modules/exsolve": {
|
|
877
|
+
"version": "1.0.8",
|
|
878
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/exsolve/-/exsolve-1.0.8.tgz",
|
|
879
|
+
"integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
|
|
880
|
+
"license": "MIT"
|
|
881
|
+
},
|
|
882
|
+
"node_modules/fdir": {
|
|
883
|
+
"version": "6.5.0",
|
|
884
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/fdir/-/fdir-6.5.0.tgz",
|
|
885
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
886
|
+
"license": "MIT",
|
|
887
|
+
"engines": {
|
|
888
|
+
"node": ">=12.0.0"
|
|
889
|
+
},
|
|
890
|
+
"peerDependencies": {
|
|
891
|
+
"picomatch": "^3 || ^4"
|
|
892
|
+
},
|
|
893
|
+
"peerDependenciesMeta": {
|
|
894
|
+
"picomatch": {
|
|
895
|
+
"optional": true
|
|
896
|
+
}
|
|
897
|
+
}
|
|
682
898
|
},
|
|
683
899
|
"node_modules/fsevents": {
|
|
684
|
-
"version": "2.3.
|
|
685
|
-
"resolved": "
|
|
686
|
-
"integrity": "sha512-
|
|
900
|
+
"version": "2.3.3",
|
|
901
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/fsevents/-/fsevents-2.3.3.tgz",
|
|
902
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
687
903
|
"dev": true,
|
|
688
904
|
"hasInstallScript": true,
|
|
905
|
+
"license": "MIT",
|
|
689
906
|
"optional": true,
|
|
690
907
|
"os": [
|
|
691
908
|
"darwin"
|
|
@@ -694,85 +911,395 @@
|
|
|
694
911
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
695
912
|
}
|
|
696
913
|
},
|
|
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
914
|
"node_modules/gifuct-js": {
|
|
704
915
|
"version": "2.1.2",
|
|
705
|
-
"resolved": "
|
|
916
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/gifuct-js/-/gifuct-js-2.1.2.tgz",
|
|
706
917
|
"integrity": "sha512-rI2asw77u0mGgwhV3qA+OEgYqaDn5UNqgs+Bx0FGwSpuqfYn+Ir6RQY5ENNQ8SbIiG/m5gVa7CD5RriO4f4Lsg==",
|
|
918
|
+
"license": "MIT",
|
|
707
919
|
"dependencies": {
|
|
708
920
|
"js-binary-schema-parser": "^2.0.3"
|
|
709
921
|
}
|
|
710
922
|
},
|
|
711
|
-
"node_modules/
|
|
712
|
-
"version": "
|
|
713
|
-
"resolved": "
|
|
714
|
-
"integrity": "sha512-
|
|
923
|
+
"node_modules/hookable": {
|
|
924
|
+
"version": "5.5.3",
|
|
925
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/hookable/-/hookable-5.5.3.tgz",
|
|
926
|
+
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
|
|
927
|
+
"license": "MIT"
|
|
928
|
+
},
|
|
929
|
+
"node_modules/js-binary-schema-parser": {
|
|
930
|
+
"version": "2.0.3",
|
|
931
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/js-binary-schema-parser/-/js-binary-schema-parser-2.0.3.tgz",
|
|
932
|
+
"integrity": "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg=="
|
|
933
|
+
},
|
|
934
|
+
"node_modules/jsesc": {
|
|
935
|
+
"version": "3.1.0",
|
|
936
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/jsesc/-/jsesc-3.1.0.tgz",
|
|
937
|
+
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
938
|
+
"license": "MIT",
|
|
939
|
+
"bin": {
|
|
940
|
+
"jsesc": "bin/jsesc"
|
|
941
|
+
},
|
|
942
|
+
"engines": {
|
|
943
|
+
"node": ">=6"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"node_modules/json5": {
|
|
947
|
+
"version": "2.2.3",
|
|
948
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/json5/-/json5-2.2.3.tgz",
|
|
949
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
950
|
+
"license": "MIT",
|
|
951
|
+
"bin": {
|
|
952
|
+
"json5": "lib/cli.js"
|
|
953
|
+
},
|
|
954
|
+
"engines": {
|
|
955
|
+
"node": ">=6"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
"node_modules/lightningcss": {
|
|
959
|
+
"version": "1.32.0",
|
|
960
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
961
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
715
962
|
"dev": true,
|
|
963
|
+
"license": "MPL-2.0",
|
|
716
964
|
"dependencies": {
|
|
717
|
-
"
|
|
965
|
+
"detect-libc": "^2.0.3"
|
|
966
|
+
},
|
|
967
|
+
"engines": {
|
|
968
|
+
"node": ">= 12.0.0"
|
|
969
|
+
},
|
|
970
|
+
"funding": {
|
|
971
|
+
"type": "opencollective",
|
|
972
|
+
"url": "https://opencollective.com/parcel"
|
|
973
|
+
},
|
|
974
|
+
"optionalDependencies": {
|
|
975
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
976
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
977
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
978
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
979
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
980
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
981
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
982
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
983
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
984
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
985
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
"node_modules/lightningcss-android-arm64": {
|
|
989
|
+
"version": "1.32.0",
|
|
990
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
991
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
992
|
+
"cpu": [
|
|
993
|
+
"arm64"
|
|
994
|
+
],
|
|
995
|
+
"dev": true,
|
|
996
|
+
"license": "MPL-2.0",
|
|
997
|
+
"optional": true,
|
|
998
|
+
"os": [
|
|
999
|
+
"android"
|
|
1000
|
+
],
|
|
1001
|
+
"engines": {
|
|
1002
|
+
"node": ">= 12.0.0"
|
|
718
1003
|
},
|
|
1004
|
+
"funding": {
|
|
1005
|
+
"type": "opencollective",
|
|
1006
|
+
"url": "https://opencollective.com/parcel"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
1010
|
+
"version": "1.32.0",
|
|
1011
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
1012
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
1013
|
+
"cpu": [
|
|
1014
|
+
"arm64"
|
|
1015
|
+
],
|
|
1016
|
+
"dev": true,
|
|
1017
|
+
"license": "MPL-2.0",
|
|
1018
|
+
"optional": true,
|
|
1019
|
+
"os": [
|
|
1020
|
+
"darwin"
|
|
1021
|
+
],
|
|
719
1022
|
"engines": {
|
|
720
|
-
"node": ">= 0.
|
|
1023
|
+
"node": ">= 12.0.0"
|
|
1024
|
+
},
|
|
1025
|
+
"funding": {
|
|
1026
|
+
"type": "opencollective",
|
|
1027
|
+
"url": "https://opencollective.com/parcel"
|
|
721
1028
|
}
|
|
722
1029
|
},
|
|
723
|
-
"node_modules/
|
|
724
|
-
"version": "1.
|
|
725
|
-
"resolved": "
|
|
726
|
-
"integrity": "sha512-
|
|
1030
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
1031
|
+
"version": "1.32.0",
|
|
1032
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
1033
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
1034
|
+
"cpu": [
|
|
1035
|
+
"x64"
|
|
1036
|
+
],
|
|
727
1037
|
"dev": true,
|
|
728
|
-
"
|
|
729
|
-
|
|
1038
|
+
"license": "MPL-2.0",
|
|
1039
|
+
"optional": true,
|
|
1040
|
+
"os": [
|
|
1041
|
+
"darwin"
|
|
1042
|
+
],
|
|
1043
|
+
"engines": {
|
|
1044
|
+
"node": ">= 12.0.0"
|
|
1045
|
+
},
|
|
1046
|
+
"funding": {
|
|
1047
|
+
"type": "opencollective",
|
|
1048
|
+
"url": "https://opencollective.com/parcel"
|
|
730
1049
|
}
|
|
731
1050
|
},
|
|
732
|
-
"node_modules/
|
|
733
|
-
"version": "
|
|
734
|
-
"resolved": "
|
|
735
|
-
"integrity": "sha512-
|
|
1051
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
1052
|
+
"version": "1.32.0",
|
|
1053
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
1054
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
1055
|
+
"cpu": [
|
|
1056
|
+
"x64"
|
|
1057
|
+
],
|
|
736
1058
|
"dev": true,
|
|
737
|
-
"
|
|
738
|
-
|
|
1059
|
+
"license": "MPL-2.0",
|
|
1060
|
+
"optional": true,
|
|
1061
|
+
"os": [
|
|
1062
|
+
"freebsd"
|
|
1063
|
+
],
|
|
1064
|
+
"engines": {
|
|
1065
|
+
"node": ">= 12.0.0"
|
|
1066
|
+
},
|
|
1067
|
+
"funding": {
|
|
1068
|
+
"type": "opencollective",
|
|
1069
|
+
"url": "https://opencollective.com/parcel"
|
|
739
1070
|
}
|
|
740
1071
|
},
|
|
741
|
-
"node_modules/
|
|
742
|
-
"version": "
|
|
743
|
-
"resolved": "
|
|
744
|
-
"integrity": "sha512-
|
|
1072
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
1073
|
+
"version": "1.32.0",
|
|
1074
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
1075
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
1076
|
+
"cpu": [
|
|
1077
|
+
"arm"
|
|
1078
|
+
],
|
|
1079
|
+
"dev": true,
|
|
1080
|
+
"license": "MPL-2.0",
|
|
1081
|
+
"optional": true,
|
|
1082
|
+
"os": [
|
|
1083
|
+
"linux"
|
|
1084
|
+
],
|
|
1085
|
+
"engines": {
|
|
1086
|
+
"node": ">= 12.0.0"
|
|
1087
|
+
},
|
|
1088
|
+
"funding": {
|
|
1089
|
+
"type": "opencollective",
|
|
1090
|
+
"url": "https://opencollective.com/parcel"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
1094
|
+
"version": "1.32.0",
|
|
1095
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
1096
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
1097
|
+
"cpu": [
|
|
1098
|
+
"arm64"
|
|
1099
|
+
],
|
|
1100
|
+
"dev": true,
|
|
1101
|
+
"license": "MPL-2.0",
|
|
1102
|
+
"optional": true,
|
|
1103
|
+
"os": [
|
|
1104
|
+
"linux"
|
|
1105
|
+
],
|
|
1106
|
+
"engines": {
|
|
1107
|
+
"node": ">= 12.0.0"
|
|
1108
|
+
},
|
|
1109
|
+
"funding": {
|
|
1110
|
+
"type": "opencollective",
|
|
1111
|
+
"url": "https://opencollective.com/parcel"
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
1115
|
+
"version": "1.32.0",
|
|
1116
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
1117
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
1118
|
+
"cpu": [
|
|
1119
|
+
"arm64"
|
|
1120
|
+
],
|
|
1121
|
+
"dev": true,
|
|
1122
|
+
"optional": true,
|
|
1123
|
+
"os": [
|
|
1124
|
+
"linux"
|
|
1125
|
+
],
|
|
1126
|
+
"engines": {
|
|
1127
|
+
"node": ">= 12.0.0"
|
|
1128
|
+
},
|
|
1129
|
+
"funding": {
|
|
1130
|
+
"type": "opencollective",
|
|
1131
|
+
"url": "https://opencollective.com/parcel"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
1135
|
+
"version": "1.32.0",
|
|
1136
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
1137
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
1138
|
+
"cpu": [
|
|
1139
|
+
"x64"
|
|
1140
|
+
],
|
|
1141
|
+
"dev": true,
|
|
1142
|
+
"license": "MPL-2.0",
|
|
1143
|
+
"optional": true,
|
|
1144
|
+
"os": [
|
|
1145
|
+
"linux"
|
|
1146
|
+
],
|
|
1147
|
+
"engines": {
|
|
1148
|
+
"node": ">= 12.0.0"
|
|
1149
|
+
},
|
|
1150
|
+
"funding": {
|
|
1151
|
+
"type": "opencollective",
|
|
1152
|
+
"url": "https://opencollective.com/parcel"
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
1156
|
+
"version": "1.32.0",
|
|
1157
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
1158
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
1159
|
+
"cpu": [
|
|
1160
|
+
"x64"
|
|
1161
|
+
],
|
|
1162
|
+
"dev": true,
|
|
1163
|
+
"optional": true,
|
|
1164
|
+
"os": [
|
|
1165
|
+
"linux"
|
|
1166
|
+
],
|
|
1167
|
+
"engines": {
|
|
1168
|
+
"node": ">= 12.0.0"
|
|
1169
|
+
},
|
|
1170
|
+
"funding": {
|
|
1171
|
+
"type": "opencollective",
|
|
1172
|
+
"url": "https://opencollective.com/parcel"
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
1176
|
+
"version": "1.32.0",
|
|
1177
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
1178
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
1179
|
+
"cpu": [
|
|
1180
|
+
"arm64"
|
|
1181
|
+
],
|
|
1182
|
+
"dev": true,
|
|
1183
|
+
"license": "MPL-2.0",
|
|
1184
|
+
"optional": true,
|
|
1185
|
+
"os": [
|
|
1186
|
+
"win32"
|
|
1187
|
+
],
|
|
1188
|
+
"engines": {
|
|
1189
|
+
"node": ">= 12.0.0"
|
|
1190
|
+
},
|
|
1191
|
+
"funding": {
|
|
1192
|
+
"type": "opencollective",
|
|
1193
|
+
"url": "https://opencollective.com/parcel"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
1197
|
+
"version": "1.32.0",
|
|
1198
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
1199
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
1200
|
+
"cpu": [
|
|
1201
|
+
"x64"
|
|
1202
|
+
],
|
|
1203
|
+
"dev": true,
|
|
1204
|
+
"license": "MPL-2.0",
|
|
1205
|
+
"optional": true,
|
|
1206
|
+
"os": [
|
|
1207
|
+
"win32"
|
|
1208
|
+
],
|
|
1209
|
+
"engines": {
|
|
1210
|
+
"node": ">= 12.0.0"
|
|
1211
|
+
},
|
|
1212
|
+
"funding": {
|
|
1213
|
+
"type": "opencollective",
|
|
1214
|
+
"url": "https://opencollective.com/parcel"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"node_modules/local-pkg": {
|
|
1218
|
+
"version": "1.1.2",
|
|
1219
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/local-pkg/-/local-pkg-1.1.2.tgz",
|
|
1220
|
+
"integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
|
|
1221
|
+
"license": "MIT",
|
|
1222
|
+
"dependencies": {
|
|
1223
|
+
"mlly": "^1.7.4",
|
|
1224
|
+
"pkg-types": "^2.3.0",
|
|
1225
|
+
"quansync": "^0.2.11"
|
|
1226
|
+
},
|
|
1227
|
+
"engines": {
|
|
1228
|
+
"node": ">=14"
|
|
1229
|
+
},
|
|
1230
|
+
"funding": {
|
|
1231
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1232
|
+
}
|
|
745
1233
|
},
|
|
746
1234
|
"node_modules/magic-string": {
|
|
747
|
-
"version": "0.
|
|
748
|
-
"resolved": "
|
|
749
|
-
"integrity": "sha512-
|
|
1235
|
+
"version": "0.30.21",
|
|
1236
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/magic-string/-/magic-string-0.30.21.tgz",
|
|
1237
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
750
1238
|
"dependencies": {
|
|
751
|
-
"sourcemap-codec": "^1.
|
|
1239
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
752
1240
|
}
|
|
753
1241
|
},
|
|
754
|
-
"node_modules/
|
|
755
|
-
"version": "
|
|
756
|
-
"resolved": "
|
|
757
|
-
"integrity": "sha512-
|
|
758
|
-
"
|
|
1242
|
+
"node_modules/magic-string-ast": {
|
|
1243
|
+
"version": "1.0.3",
|
|
1244
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
|
|
1245
|
+
"integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
|
|
1246
|
+
"license": "MIT",
|
|
759
1247
|
"dependencies": {
|
|
760
|
-
"
|
|
1248
|
+
"magic-string": "^0.30.19"
|
|
761
1249
|
},
|
|
762
1250
|
"engines": {
|
|
763
|
-
"node": ">=
|
|
1251
|
+
"node": ">=20.19.0"
|
|
1252
|
+
},
|
|
1253
|
+
"funding": {
|
|
1254
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
"node_modules/mlly": {
|
|
1258
|
+
"version": "1.8.2",
|
|
1259
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/mlly/-/mlly-1.8.2.tgz",
|
|
1260
|
+
"integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
|
|
1261
|
+
"license": "MIT",
|
|
1262
|
+
"dependencies": {
|
|
1263
|
+
"acorn": "^8.16.0",
|
|
1264
|
+
"pathe": "^2.0.3",
|
|
1265
|
+
"pkg-types": "^1.3.1",
|
|
1266
|
+
"ufo": "^1.6.3"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"node_modules/mlly/node_modules/confbox": {
|
|
1270
|
+
"version": "0.1.8",
|
|
1271
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/confbox/-/confbox-0.1.8.tgz",
|
|
1272
|
+
"integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
|
|
1273
|
+
"license": "MIT"
|
|
1274
|
+
},
|
|
1275
|
+
"node_modules/mlly/node_modules/pkg-types": {
|
|
1276
|
+
"version": "1.3.1",
|
|
1277
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/pkg-types/-/pkg-types-1.3.1.tgz",
|
|
1278
|
+
"integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
|
|
1279
|
+
"license": "MIT",
|
|
1280
|
+
"dependencies": {
|
|
1281
|
+
"confbox": "^0.1.8",
|
|
1282
|
+
"mlly": "^1.7.4",
|
|
1283
|
+
"pathe": "^2.0.1"
|
|
764
1284
|
}
|
|
765
1285
|
},
|
|
766
1286
|
"node_modules/muggle-string": {
|
|
767
|
-
"version": "0.1
|
|
768
|
-
"resolved": "
|
|
769
|
-
"integrity": "sha512-
|
|
770
|
-
"
|
|
1287
|
+
"version": "0.4.1",
|
|
1288
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/muggle-string/-/muggle-string-0.4.1.tgz",
|
|
1289
|
+
"integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
|
|
1290
|
+
"license": "MIT"
|
|
771
1291
|
},
|
|
772
1292
|
"node_modules/nanoid": {
|
|
773
|
-
"version": "3.3.
|
|
774
|
-
"resolved": "
|
|
775
|
-
"integrity": "sha512-
|
|
1293
|
+
"version": "3.3.11",
|
|
1294
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/nanoid/-/nanoid-3.3.11.tgz",
|
|
1295
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
1296
|
+
"funding": [
|
|
1297
|
+
{
|
|
1298
|
+
"type": "github",
|
|
1299
|
+
"url": "https://github.com/sponsors/ai"
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"license": "MIT",
|
|
776
1303
|
"bin": {
|
|
777
1304
|
"nanoid": "bin/nanoid.cjs"
|
|
778
1305
|
},
|
|
@@ -780,165 +1307,326 @@
|
|
|
780
1307
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
781
1308
|
}
|
|
782
1309
|
},
|
|
783
|
-
"node_modules/path-
|
|
784
|
-
"version": "1.0.
|
|
785
|
-
"resolved": "
|
|
786
|
-
"integrity": "sha512-
|
|
787
|
-
"dev": true
|
|
1310
|
+
"node_modules/path-browserify": {
|
|
1311
|
+
"version": "1.0.1",
|
|
1312
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
1313
|
+
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
|
1314
|
+
"dev": true,
|
|
1315
|
+
"license": "MIT"
|
|
1316
|
+
},
|
|
1317
|
+
"node_modules/pathe": {
|
|
1318
|
+
"version": "2.0.3",
|
|
1319
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/pathe/-/pathe-2.0.3.tgz",
|
|
1320
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
1321
|
+
"license": "MIT"
|
|
1322
|
+
},
|
|
1323
|
+
"node_modules/perfect-debounce": {
|
|
1324
|
+
"version": "2.1.0",
|
|
1325
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
|
|
1326
|
+
"integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
|
|
1327
|
+
"license": "MIT"
|
|
788
1328
|
},
|
|
789
1329
|
"node_modules/picocolors": {
|
|
790
|
-
"version": "1.
|
|
791
|
-
"resolved": "
|
|
792
|
-
"integrity": "sha512-
|
|
1330
|
+
"version": "1.1.1",
|
|
1331
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/picocolors/-/picocolors-1.1.1.tgz",
|
|
1332
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1333
|
+
"license": "ISC"
|
|
1334
|
+
},
|
|
1335
|
+
"node_modules/picomatch": {
|
|
1336
|
+
"version": "4.0.4",
|
|
1337
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/picomatch/-/picomatch-4.0.4.tgz",
|
|
1338
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
1339
|
+
"engines": {
|
|
1340
|
+
"node": ">=12"
|
|
1341
|
+
},
|
|
1342
|
+
"funding": {
|
|
1343
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
"node_modules/pkg-types": {
|
|
1347
|
+
"version": "2.3.1",
|
|
1348
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/pkg-types/-/pkg-types-2.3.1.tgz",
|
|
1349
|
+
"integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
|
|
1350
|
+
"license": "MIT",
|
|
1351
|
+
"dependencies": {
|
|
1352
|
+
"confbox": "^0.2.4",
|
|
1353
|
+
"exsolve": "^1.0.8",
|
|
1354
|
+
"pathe": "^2.0.3"
|
|
1355
|
+
}
|
|
793
1356
|
},
|
|
794
1357
|
"node_modules/postcss": {
|
|
795
|
-
"version": "8.
|
|
796
|
-
"resolved": "
|
|
797
|
-
"integrity": "sha512-
|
|
1358
|
+
"version": "8.5.12",
|
|
1359
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/postcss/-/postcss-8.5.12.tgz",
|
|
1360
|
+
"integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
|
|
1361
|
+
"funding": [
|
|
1362
|
+
{
|
|
1363
|
+
"type": "opencollective",
|
|
1364
|
+
"url": "https://opencollective.com/postcss/"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"type": "tidelift",
|
|
1368
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"type": "github",
|
|
1372
|
+
"url": "https://github.com/sponsors/ai"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
798
1375
|
"dependencies": {
|
|
799
|
-
"nanoid": "^3.3.
|
|
800
|
-
"picocolors": "^1.
|
|
801
|
-
"source-map-js": "^1.
|
|
1376
|
+
"nanoid": "^3.3.11",
|
|
1377
|
+
"picocolors": "^1.1.1",
|
|
1378
|
+
"source-map-js": "^1.2.1"
|
|
802
1379
|
},
|
|
803
1380
|
"engines": {
|
|
804
1381
|
"node": "^10 || ^12 || >=14"
|
|
805
1382
|
}
|
|
806
1383
|
},
|
|
807
1384
|
"node_modules/postcss-js": {
|
|
808
|
-
"version": "
|
|
809
|
-
"resolved": "
|
|
810
|
-
"integrity": "sha512-
|
|
811
|
-
"
|
|
812
|
-
|
|
813
|
-
|
|
1385
|
+
"version": "5.1.0",
|
|
1386
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/postcss-js/-/postcss-js-5.1.0.tgz",
|
|
1387
|
+
"integrity": "sha512-glrtXSrLt3eH/mgceNgP6u/6jHodqRQ/ToFht+yqwquw0KBf6Zue5qJQFgcIEfQQyYl+BCPN/TYdWyeOQh3c5Q==",
|
|
1388
|
+
"funding": [
|
|
1389
|
+
{
|
|
1390
|
+
"type": "opencollective",
|
|
1391
|
+
"url": "https://opencollective.com/postcss/"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"type": "github",
|
|
1395
|
+
"url": "https://github.com/sponsors/ai"
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
814
1398
|
"engines": {
|
|
815
|
-
"node": "^
|
|
816
|
-
},
|
|
817
|
-
"funding": {
|
|
818
|
-
"type": "opencollective",
|
|
819
|
-
"url": "https://opencollective.com/postcss/"
|
|
1399
|
+
"node": "^20 || ^22 || >= 24"
|
|
820
1400
|
},
|
|
821
1401
|
"peerDependencies": {
|
|
822
|
-
"postcss": "^8.
|
|
1402
|
+
"postcss": "^8.4.21"
|
|
823
1403
|
}
|
|
824
1404
|
},
|
|
825
1405
|
"node_modules/qr.js": {
|
|
826
1406
|
"version": "0.0.0",
|
|
827
|
-
"resolved": "
|
|
828
|
-
"integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ=="
|
|
1407
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/qr.js/-/qr.js-0.0.0.tgz",
|
|
1408
|
+
"integrity": "sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==",
|
|
1409
|
+
"license": "MIT"
|
|
1410
|
+
},
|
|
1411
|
+
"node_modules/quansync": {
|
|
1412
|
+
"version": "0.2.11",
|
|
1413
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/quansync/-/quansync-0.2.11.tgz",
|
|
1414
|
+
"integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
|
|
1415
|
+
"funding": [
|
|
1416
|
+
{
|
|
1417
|
+
"type": "individual",
|
|
1418
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"type": "individual",
|
|
1422
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
1423
|
+
}
|
|
1424
|
+
],
|
|
1425
|
+
"license": "MIT"
|
|
829
1426
|
},
|
|
830
|
-
"node_modules/
|
|
831
|
-
"version": "
|
|
832
|
-
"resolved": "
|
|
833
|
-
"integrity": "sha512-
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
-
"path-parse": "^1.0.7",
|
|
838
|
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
1427
|
+
"node_modules/readdirp": {
|
|
1428
|
+
"version": "5.0.0",
|
|
1429
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/readdirp/-/readdirp-5.0.0.tgz",
|
|
1430
|
+
"integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
|
|
1431
|
+
"license": "MIT",
|
|
1432
|
+
"engines": {
|
|
1433
|
+
"node": ">= 20.19.0"
|
|
839
1434
|
},
|
|
840
|
-
"
|
|
841
|
-
"
|
|
1435
|
+
"funding": {
|
|
1436
|
+
"type": "individual",
|
|
1437
|
+
"url": "https://paulmillr.com/funding/"
|
|
842
1438
|
}
|
|
843
1439
|
},
|
|
844
|
-
"node_modules/
|
|
845
|
-
"version": "
|
|
846
|
-
"resolved": "
|
|
847
|
-
"integrity": "sha512-
|
|
1440
|
+
"node_modules/rolldown": {
|
|
1441
|
+
"version": "1.0.0-rc.16",
|
|
1442
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/rolldown/-/rolldown-1.0.0-rc.16.tgz",
|
|
1443
|
+
"integrity": "sha512-rzi5WqKzEZw3SooTt7cgm4eqIoujPIyGcJNGFL7iPEuajQw7vxMHUkXylu4/vhCkJGXsgRmxqMKXUpT6FEgl0g==",
|
|
848
1444
|
"dev": true,
|
|
1445
|
+
"license": "MIT",
|
|
1446
|
+
"dependencies": {
|
|
1447
|
+
"@oxc-project/types": "=0.126.0",
|
|
1448
|
+
"@rolldown/pluginutils": "1.0.0-rc.16"
|
|
1449
|
+
},
|
|
849
1450
|
"bin": {
|
|
850
|
-
"
|
|
1451
|
+
"rolldown": "bin/cli.mjs"
|
|
851
1452
|
},
|
|
852
1453
|
"engines": {
|
|
853
|
-
"node": ">=
|
|
854
|
-
"npm": ">=8.0.0"
|
|
1454
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
855
1455
|
},
|
|
856
1456
|
"optionalDependencies": {
|
|
857
|
-
"
|
|
858
|
-
|
|
1457
|
+
"@rolldown/binding-android-arm64": "1.0.0-rc.16",
|
|
1458
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-rc.16",
|
|
1459
|
+
"@rolldown/binding-darwin-x64": "1.0.0-rc.16",
|
|
1460
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-rc.16",
|
|
1461
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.16",
|
|
1462
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.16",
|
|
1463
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.16",
|
|
1464
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.16",
|
|
1465
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.16",
|
|
1466
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.16",
|
|
1467
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.16",
|
|
1468
|
+
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.16",
|
|
1469
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.16",
|
|
1470
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.16",
|
|
1471
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.16"
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
"node_modules/rolldown/node_modules/@rolldown/pluginutils": {
|
|
1475
|
+
"version": "1.0.0-rc.16",
|
|
1476
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.16.tgz",
|
|
1477
|
+
"integrity": "sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==",
|
|
1478
|
+
"dev": true,
|
|
1479
|
+
"license": "MIT"
|
|
1480
|
+
},
|
|
1481
|
+
"node_modules/scule": {
|
|
1482
|
+
"version": "1.3.0",
|
|
1483
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/scule/-/scule-1.3.0.tgz",
|
|
1484
|
+
"integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
|
|
1485
|
+
"license": "MIT"
|
|
859
1486
|
},
|
|
860
|
-
"node_modules/source-map": {
|
|
861
|
-
"version": "
|
|
862
|
-
"resolved": "
|
|
863
|
-
"integrity": "sha512-
|
|
1487
|
+
"node_modules/source-map-js": {
|
|
1488
|
+
"version": "1.2.1",
|
|
1489
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1490
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
864
1491
|
"engines": {
|
|
865
1492
|
"node": ">=0.10.0"
|
|
866
1493
|
}
|
|
867
1494
|
},
|
|
868
|
-
"node_modules/
|
|
869
|
-
"version": "
|
|
870
|
-
"resolved": "
|
|
871
|
-
"integrity": "sha512-
|
|
1495
|
+
"node_modules/tinyglobby": {
|
|
1496
|
+
"version": "0.2.16",
|
|
1497
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
1498
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
1499
|
+
"license": "MIT",
|
|
1500
|
+
"dependencies": {
|
|
1501
|
+
"fdir": "^6.5.0",
|
|
1502
|
+
"picomatch": "^4.0.4"
|
|
1503
|
+
},
|
|
872
1504
|
"engines": {
|
|
873
|
-
"node": ">=0.
|
|
1505
|
+
"node": ">=12.0.0"
|
|
1506
|
+
},
|
|
1507
|
+
"funding": {
|
|
1508
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
874
1509
|
}
|
|
875
1510
|
},
|
|
876
|
-
"node_modules/
|
|
877
|
-
"version": "
|
|
878
|
-
"resolved": "
|
|
879
|
-
"integrity": "sha512-
|
|
880
|
-
"deprecated": "Please use @jridgewell/sourcemap-codec instead"
|
|
881
|
-
},
|
|
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==",
|
|
1511
|
+
"node_modules/tslib": {
|
|
1512
|
+
"version": "2.8.1",
|
|
1513
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/tslib/-/tslib-2.8.1.tgz",
|
|
1514
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
886
1515
|
"dev": true,
|
|
887
|
-
"
|
|
888
|
-
|
|
889
|
-
}
|
|
1516
|
+
"license": "0BSD",
|
|
1517
|
+
"optional": true
|
|
890
1518
|
},
|
|
891
1519
|
"node_modules/typescript": {
|
|
892
|
-
"version": "
|
|
893
|
-
"resolved": "
|
|
894
|
-
"integrity": "sha512-
|
|
895
|
-
"
|
|
1520
|
+
"version": "6.0.3",
|
|
1521
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/typescript/-/typescript-6.0.3.tgz",
|
|
1522
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
1523
|
+
"devOptional": true,
|
|
1524
|
+
"license": "Apache-2.0",
|
|
896
1525
|
"bin": {
|
|
897
1526
|
"tsc": "bin/tsc",
|
|
898
1527
|
"tsserver": "bin/tsserver"
|
|
899
1528
|
},
|
|
900
1529
|
"engines": {
|
|
901
|
-
"node": ">=
|
|
1530
|
+
"node": ">=14.17"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"node_modules/ufo": {
|
|
1534
|
+
"version": "1.6.4",
|
|
1535
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/ufo/-/ufo-1.6.4.tgz",
|
|
1536
|
+
"integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
|
|
1537
|
+
"license": "MIT"
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/unplugin": {
|
|
1540
|
+
"version": "3.0.0",
|
|
1541
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/unplugin/-/unplugin-3.0.0.tgz",
|
|
1542
|
+
"integrity": "sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"dependencies": {
|
|
1545
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1546
|
+
"picomatch": "^4.0.3",
|
|
1547
|
+
"webpack-virtual-modules": "^0.6.2"
|
|
1548
|
+
},
|
|
1549
|
+
"engines": {
|
|
1550
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"node_modules/unplugin-utils": {
|
|
1554
|
+
"version": "0.3.1",
|
|
1555
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/unplugin-utils/-/unplugin-utils-0.3.1.tgz",
|
|
1556
|
+
"integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==",
|
|
1557
|
+
"license": "MIT",
|
|
1558
|
+
"dependencies": {
|
|
1559
|
+
"pathe": "^2.0.3",
|
|
1560
|
+
"picomatch": "^4.0.3"
|
|
1561
|
+
},
|
|
1562
|
+
"engines": {
|
|
1563
|
+
"node": ">=20.19.0"
|
|
1564
|
+
},
|
|
1565
|
+
"funding": {
|
|
1566
|
+
"url": "https://github.com/sponsors/sxzz"
|
|
902
1567
|
}
|
|
903
1568
|
},
|
|
904
1569
|
"node_modules/vite": {
|
|
905
|
-
"version": "
|
|
906
|
-
"resolved": "
|
|
907
|
-
"integrity": "sha512-
|
|
1570
|
+
"version": "8.0.9",
|
|
1571
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/vite/-/vite-8.0.9.tgz",
|
|
1572
|
+
"integrity": "sha512-t7g7GVRpMXjNpa67HaVWI/8BWtdVIQPCL2WoozXXA7LBGEFK4AkkKkHx2hAQf5x1GZSlcmEDPkVLSGahxnEEZw==",
|
|
908
1573
|
"dev": true,
|
|
1574
|
+
"license": "MIT",
|
|
909
1575
|
"dependencies": {
|
|
910
|
-
"
|
|
911
|
-
"
|
|
912
|
-
"
|
|
913
|
-
"
|
|
1576
|
+
"lightningcss": "^1.32.0",
|
|
1577
|
+
"picomatch": "^4.0.4",
|
|
1578
|
+
"postcss": "^8.5.10",
|
|
1579
|
+
"rolldown": "1.0.0-rc.16",
|
|
1580
|
+
"tinyglobby": "^0.2.16"
|
|
914
1581
|
},
|
|
915
1582
|
"bin": {
|
|
916
1583
|
"vite": "bin/vite.js"
|
|
917
1584
|
},
|
|
918
1585
|
"engines": {
|
|
919
|
-
"node": "^
|
|
1586
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1587
|
+
},
|
|
1588
|
+
"funding": {
|
|
1589
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
920
1590
|
},
|
|
921
1591
|
"optionalDependencies": {
|
|
922
|
-
"fsevents": "~2.3.
|
|
1592
|
+
"fsevents": "~2.3.3"
|
|
923
1593
|
},
|
|
924
1594
|
"peerDependencies": {
|
|
925
|
-
"@types/node": ">=
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
930
|
-
"
|
|
1595
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
1596
|
+
"@vitejs/devtools": "^0.1.0",
|
|
1597
|
+
"esbuild": "^0.27.0 || ^0.28.0",
|
|
1598
|
+
"jiti": ">=1.21.0",
|
|
1599
|
+
"less": "^4.0.0",
|
|
1600
|
+
"sass": "^1.70.0",
|
|
1601
|
+
"sass-embedded": "^1.70.0",
|
|
1602
|
+
"stylus": ">=0.54.8",
|
|
1603
|
+
"sugarss": "^5.0.0",
|
|
1604
|
+
"terser": "^5.16.0",
|
|
1605
|
+
"tsx": "^4.8.1",
|
|
1606
|
+
"yaml": "^2.4.2"
|
|
931
1607
|
},
|
|
932
1608
|
"peerDependenciesMeta": {
|
|
933
1609
|
"@types/node": {
|
|
934
1610
|
"optional": true
|
|
935
1611
|
},
|
|
1612
|
+
"@vitejs/devtools": {
|
|
1613
|
+
"optional": true
|
|
1614
|
+
},
|
|
1615
|
+
"esbuild": {
|
|
1616
|
+
"optional": true
|
|
1617
|
+
},
|
|
1618
|
+
"jiti": {
|
|
1619
|
+
"optional": true
|
|
1620
|
+
},
|
|
936
1621
|
"less": {
|
|
937
1622
|
"optional": true
|
|
938
1623
|
},
|
|
939
1624
|
"sass": {
|
|
940
1625
|
"optional": true
|
|
941
1626
|
},
|
|
1627
|
+
"sass-embedded": {
|
|
1628
|
+
"optional": true
|
|
1629
|
+
},
|
|
942
1630
|
"stylus": {
|
|
943
1631
|
"optional": true
|
|
944
1632
|
},
|
|
@@ -947,678 +1635,202 @@
|
|
|
947
1635
|
},
|
|
948
1636
|
"terser": {
|
|
949
1637
|
"optional": true
|
|
1638
|
+
},
|
|
1639
|
+
"tsx": {
|
|
1640
|
+
"optional": true
|
|
1641
|
+
},
|
|
1642
|
+
"yaml": {
|
|
1643
|
+
"optional": true
|
|
950
1644
|
}
|
|
951
1645
|
}
|
|
952
1646
|
},
|
|
1647
|
+
"node_modules/vscode-uri": {
|
|
1648
|
+
"version": "3.1.0",
|
|
1649
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/vscode-uri/-/vscode-uri-3.1.0.tgz",
|
|
1650
|
+
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
|
|
1651
|
+
"dev": true,
|
|
1652
|
+
"license": "MIT"
|
|
1653
|
+
},
|
|
953
1654
|
"node_modules/vue": {
|
|
954
|
-
"version": "3.
|
|
955
|
-
"resolved": "
|
|
956
|
-
"integrity": "sha512-
|
|
1655
|
+
"version": "3.6.0-beta.10",
|
|
1656
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/vue/-/vue-3.6.0-beta.10.tgz",
|
|
1657
|
+
"integrity": "sha512-Bkc/Qd6FuPh6YbXkxDNtxqVQ3r6O3+hzSZfR9OtL5R74x3pIpjB/Qovqf6ysq0Fs6AIMFpClUOo8JfhhiVW2ow==",
|
|
957
1658
|
"dependencies": {
|
|
958
|
-
"@vue/compiler-dom": "3.
|
|
959
|
-
"@vue/compiler-sfc": "3.
|
|
960
|
-
"@vue/runtime-dom": "3.
|
|
961
|
-
"@vue/
|
|
962
|
-
"@vue/
|
|
1659
|
+
"@vue/compiler-dom": "3.6.0-beta.10",
|
|
1660
|
+
"@vue/compiler-sfc": "3.6.0-beta.10",
|
|
1661
|
+
"@vue/runtime-dom": "3.6.0-beta.10",
|
|
1662
|
+
"@vue/runtime-vapor": "3.6.0-beta.10",
|
|
1663
|
+
"@vue/server-renderer": "3.6.0-beta.10",
|
|
1664
|
+
"@vue/shared": "3.6.0-beta.10"
|
|
1665
|
+
},
|
|
1666
|
+
"peerDependencies": {
|
|
1667
|
+
"typescript": "*"
|
|
1668
|
+
},
|
|
1669
|
+
"peerDependenciesMeta": {
|
|
1670
|
+
"typescript": {
|
|
1671
|
+
"optional": true
|
|
1672
|
+
}
|
|
963
1673
|
}
|
|
964
1674
|
},
|
|
965
1675
|
"node_modules/vue-router": {
|
|
966
|
-
"version": "
|
|
967
|
-
"resolved": "
|
|
968
|
-
"integrity": "sha512-
|
|
1676
|
+
"version": "5.0.6",
|
|
1677
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/vue-router/-/vue-router-5.0.6.tgz",
|
|
1678
|
+
"integrity": "sha512-9+kmUTGbKMyW9Asoy98IXXYIzrTMT7JDAdpDDeEkorHvybpUvBI2wsrSM5jFOXrFydpzRFJ9vAh+80DN2PGu9w==",
|
|
969
1679
|
"dependencies": {
|
|
970
|
-
"@
|
|
1680
|
+
"@babel/generator": "^7.28.6",
|
|
1681
|
+
"@vue-macros/common": "^3.1.1",
|
|
1682
|
+
"@vue/devtools-api": "^8.0.6",
|
|
1683
|
+
"ast-walker-scope": "^0.8.3",
|
|
1684
|
+
"chokidar": "^5.0.0",
|
|
1685
|
+
"json5": "^2.2.3",
|
|
1686
|
+
"local-pkg": "^1.1.2",
|
|
1687
|
+
"magic-string": "^0.30.21",
|
|
1688
|
+
"mlly": "^1.8.0",
|
|
1689
|
+
"muggle-string": "^0.4.1",
|
|
1690
|
+
"pathe": "^2.0.3",
|
|
1691
|
+
"picomatch": "^4.0.3",
|
|
1692
|
+
"scule": "^1.3.0",
|
|
1693
|
+
"tinyglobby": "^0.2.15",
|
|
1694
|
+
"unplugin": "^3.0.0",
|
|
1695
|
+
"unplugin-utils": "^0.3.1",
|
|
1696
|
+
"yaml": "^2.8.2"
|
|
1697
|
+
},
|
|
1698
|
+
"funding": {
|
|
1699
|
+
"url": "https://github.com/sponsors/posva"
|
|
971
1700
|
},
|
|
972
1701
|
"peerDependencies": {
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
"
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
"
|
|
983
|
-
|
|
1702
|
+
"@pinia/colada": ">=0.21.2",
|
|
1703
|
+
"@vue/compiler-sfc": "^3.5.17",
|
|
1704
|
+
"pinia": "^3.0.4",
|
|
1705
|
+
"vue": "^3.5.0"
|
|
1706
|
+
},
|
|
1707
|
+
"peerDependenciesMeta": {
|
|
1708
|
+
"@pinia/colada": {
|
|
1709
|
+
"optional": true
|
|
1710
|
+
},
|
|
1711
|
+
"@vue/compiler-sfc": {
|
|
1712
|
+
"optional": true
|
|
1713
|
+
},
|
|
1714
|
+
"pinia": {
|
|
1715
|
+
"optional": true
|
|
1716
|
+
}
|
|
984
1717
|
}
|
|
985
1718
|
},
|
|
986
|
-
"node_modules/vue-
|
|
987
|
-
"version": "1.
|
|
988
|
-
"resolved": "
|
|
989
|
-
"integrity": "sha512-
|
|
990
|
-
"
|
|
1719
|
+
"node_modules/vue-router/node_modules/@vue-macros/common": {
|
|
1720
|
+
"version": "3.1.2",
|
|
1721
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue-macros/common/-/common-3.1.2.tgz",
|
|
1722
|
+
"integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==",
|
|
1723
|
+
"license": "MIT",
|
|
991
1724
|
"dependencies": {
|
|
992
|
-
"@
|
|
993
|
-
"
|
|
1725
|
+
"@vue/compiler-sfc": "^3.5.22",
|
|
1726
|
+
"ast-kit": "^2.1.2",
|
|
1727
|
+
"local-pkg": "^1.1.2",
|
|
1728
|
+
"magic-string-ast": "^1.0.2",
|
|
1729
|
+
"unplugin-utils": "^0.3.0"
|
|
994
1730
|
},
|
|
995
|
-
"
|
|
996
|
-
"
|
|
1731
|
+
"engines": {
|
|
1732
|
+
"node": ">=20.19.0"
|
|
997
1733
|
},
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
|
-
"dependencies": {
|
|
1004
|
-
"@babel/parser": {
|
|
1005
|
-
"version": "7.20.13",
|
|
1006
|
-
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.20.13.tgz",
|
|
1007
|
-
"integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw=="
|
|
1008
|
-
},
|
|
1009
|
-
"@esbuild/android-arm": {
|
|
1010
|
-
"version": "0.16.17",
|
|
1011
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.16.17.tgz",
|
|
1012
|
-
"integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==",
|
|
1013
|
-
"dev": true,
|
|
1014
|
-
"optional": true
|
|
1015
|
-
},
|
|
1016
|
-
"@esbuild/android-arm64": {
|
|
1017
|
-
"version": "0.16.17",
|
|
1018
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz",
|
|
1019
|
-
"integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==",
|
|
1020
|
-
"dev": true,
|
|
1021
|
-
"optional": true
|
|
1022
|
-
},
|
|
1023
|
-
"@esbuild/android-x64": {
|
|
1024
|
-
"version": "0.16.17",
|
|
1025
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.16.17.tgz",
|
|
1026
|
-
"integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==",
|
|
1027
|
-
"dev": true,
|
|
1028
|
-
"optional": true
|
|
1029
|
-
},
|
|
1030
|
-
"@esbuild/darwin-arm64": {
|
|
1031
|
-
"version": "0.16.17",
|
|
1032
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz",
|
|
1033
|
-
"integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==",
|
|
1034
|
-
"dev": true,
|
|
1035
|
-
"optional": true
|
|
1036
|
-
},
|
|
1037
|
-
"@esbuild/darwin-x64": {
|
|
1038
|
-
"version": "0.16.17",
|
|
1039
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz",
|
|
1040
|
-
"integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==",
|
|
1041
|
-
"dev": true,
|
|
1042
|
-
"optional": true
|
|
1043
|
-
},
|
|
1044
|
-
"@esbuild/freebsd-arm64": {
|
|
1045
|
-
"version": "0.16.17",
|
|
1046
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz",
|
|
1047
|
-
"integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==",
|
|
1048
|
-
"dev": true,
|
|
1049
|
-
"optional": true
|
|
1050
|
-
},
|
|
1051
|
-
"@esbuild/freebsd-x64": {
|
|
1052
|
-
"version": "0.16.17",
|
|
1053
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz",
|
|
1054
|
-
"integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==",
|
|
1055
|
-
"dev": true,
|
|
1056
|
-
"optional": true
|
|
1057
|
-
},
|
|
1058
|
-
"@esbuild/linux-arm": {
|
|
1059
|
-
"version": "0.16.17",
|
|
1060
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz",
|
|
1061
|
-
"integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==",
|
|
1062
|
-
"dev": true,
|
|
1063
|
-
"optional": true
|
|
1064
|
-
},
|
|
1065
|
-
"@esbuild/linux-arm64": {
|
|
1066
|
-
"version": "0.16.17",
|
|
1067
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz",
|
|
1068
|
-
"integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==",
|
|
1069
|
-
"dev": true,
|
|
1070
|
-
"optional": true
|
|
1071
|
-
},
|
|
1072
|
-
"@esbuild/linux-ia32": {
|
|
1073
|
-
"version": "0.16.17",
|
|
1074
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz",
|
|
1075
|
-
"integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==",
|
|
1076
|
-
"dev": true,
|
|
1077
|
-
"optional": true
|
|
1078
|
-
},
|
|
1079
|
-
"@esbuild/linux-loong64": {
|
|
1080
|
-
"version": "0.16.17",
|
|
1081
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz",
|
|
1082
|
-
"integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==",
|
|
1083
|
-
"dev": true,
|
|
1084
|
-
"optional": true
|
|
1085
|
-
},
|
|
1086
|
-
"@esbuild/linux-mips64el": {
|
|
1087
|
-
"version": "0.16.17",
|
|
1088
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz",
|
|
1089
|
-
"integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==",
|
|
1090
|
-
"dev": true,
|
|
1091
|
-
"optional": true
|
|
1092
|
-
},
|
|
1093
|
-
"@esbuild/linux-ppc64": {
|
|
1094
|
-
"version": "0.16.17",
|
|
1095
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz",
|
|
1096
|
-
"integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==",
|
|
1097
|
-
"dev": true,
|
|
1098
|
-
"optional": true
|
|
1099
|
-
},
|
|
1100
|
-
"@esbuild/linux-riscv64": {
|
|
1101
|
-
"version": "0.16.17",
|
|
1102
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz",
|
|
1103
|
-
"integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==",
|
|
1104
|
-
"dev": true,
|
|
1105
|
-
"optional": true
|
|
1106
|
-
},
|
|
1107
|
-
"@esbuild/linux-s390x": {
|
|
1108
|
-
"version": "0.16.17",
|
|
1109
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz",
|
|
1110
|
-
"integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==",
|
|
1111
|
-
"dev": true,
|
|
1112
|
-
"optional": true
|
|
1113
|
-
},
|
|
1114
|
-
"@esbuild/linux-x64": {
|
|
1115
|
-
"version": "0.16.17",
|
|
1116
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz",
|
|
1117
|
-
"integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==",
|
|
1118
|
-
"dev": true,
|
|
1119
|
-
"optional": true
|
|
1120
|
-
},
|
|
1121
|
-
"@esbuild/netbsd-x64": {
|
|
1122
|
-
"version": "0.16.17",
|
|
1123
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz",
|
|
1124
|
-
"integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==",
|
|
1125
|
-
"dev": true,
|
|
1126
|
-
"optional": true
|
|
1127
|
-
},
|
|
1128
|
-
"@esbuild/openbsd-x64": {
|
|
1129
|
-
"version": "0.16.17",
|
|
1130
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz",
|
|
1131
|
-
"integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==",
|
|
1132
|
-
"dev": true,
|
|
1133
|
-
"optional": true
|
|
1134
|
-
},
|
|
1135
|
-
"@esbuild/sunos-x64": {
|
|
1136
|
-
"version": "0.16.17",
|
|
1137
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz",
|
|
1138
|
-
"integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==",
|
|
1139
|
-
"dev": true,
|
|
1140
|
-
"optional": true
|
|
1141
|
-
},
|
|
1142
|
-
"@esbuild/win32-arm64": {
|
|
1143
|
-
"version": "0.16.17",
|
|
1144
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz",
|
|
1145
|
-
"integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==",
|
|
1146
|
-
"dev": true,
|
|
1147
|
-
"optional": true
|
|
1148
|
-
},
|
|
1149
|
-
"@esbuild/win32-ia32": {
|
|
1150
|
-
"version": "0.16.17",
|
|
1151
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz",
|
|
1152
|
-
"integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==",
|
|
1153
|
-
"dev": true,
|
|
1154
|
-
"optional": true
|
|
1155
|
-
},
|
|
1156
|
-
"@esbuild/win32-x64": {
|
|
1157
|
-
"version": "0.16.17",
|
|
1158
|
-
"resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz",
|
|
1159
|
-
"integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==",
|
|
1160
|
-
"dev": true,
|
|
1161
|
-
"optional": true
|
|
1162
|
-
},
|
|
1163
|
-
"@shijiu/jsview": {
|
|
1164
|
-
"version": "2.3.151-test.0",
|
|
1165
|
-
"requires": {
|
|
1166
|
-
"gifuct-js": "2.1.2",
|
|
1167
|
-
"postcss-js": "4.0.0"
|
|
1734
|
+
"funding": {
|
|
1735
|
+
"url": "https://github.com/sponsors/vue-macros"
|
|
1168
1736
|
},
|
|
1169
|
-
"
|
|
1170
|
-
|
|
1171
|
-
},
|
|
1172
|
-
"@shijiu/jsview-vue": {
|
|
1173
|
-
"version": "2.3.151-test.0",
|
|
1174
|
-
"requires": {
|
|
1175
|
-
"qr.js": "0.0.0"
|
|
1737
|
+
"peerDependencies": {
|
|
1738
|
+
"vue": "^2.7.0 || ^3.2.25"
|
|
1176
1739
|
},
|
|
1177
|
-
"
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
"version": "4.0.0",
|
|
1182
|
-
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz",
|
|
1183
|
-
"integrity": "sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==",
|
|
1184
|
-
"dev": true,
|
|
1185
|
-
"requires": {}
|
|
1186
|
-
},
|
|
1187
|
-
"@volar/language-core": {
|
|
1188
|
-
"version": "1.0.11",
|
|
1189
|
-
"resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-1.0.11.tgz",
|
|
1190
|
-
"integrity": "sha512-YwUYKxIyDc+Fq3kQ6BGGfkrKCG5JzE2Yr6vMxrxEXW2rg/gsq3JgMk/4sI8ybRsaTirhCB4V8+AIVYsvcRxgig==",
|
|
1191
|
-
"dev": true,
|
|
1192
|
-
"requires": {
|
|
1193
|
-
"@volar/source-map": "1.0.11",
|
|
1194
|
-
"@vue/reactivity": "^3.2.45",
|
|
1195
|
-
"muggle-string": "^0.1.0"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"@volar/source-map": {
|
|
1199
|
-
"version": "1.0.11",
|
|
1200
|
-
"resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-1.0.11.tgz",
|
|
1201
|
-
"integrity": "sha512-tkuV9MD+OuiZfHA0qZXrPdW6F7TvnpnuTan6Qe7UGUs9+sflezlMJdjaYdGgQObfP+06pcT1E3xdkOoi08ZyyQ==",
|
|
1202
|
-
"dev": true,
|
|
1203
|
-
"requires": {
|
|
1204
|
-
"muggle-string": "^0.1.0"
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
|
-
"@volar/typescript": {
|
|
1208
|
-
"version": "1.0.11",
|
|
1209
|
-
"resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-1.0.11.tgz",
|
|
1210
|
-
"integrity": "sha512-mq7wDDAs0Eb43jev2FxbowuiwWqvL3kb+tar1we8VQbdabpyQ5dmbWPwo/IglevMmW3SKo1Et+6rqAeZpXNnPQ==",
|
|
1211
|
-
"dev": true,
|
|
1212
|
-
"requires": {
|
|
1213
|
-
"@volar/language-core": "1.0.11"
|
|
1740
|
+
"peerDependenciesMeta": {
|
|
1741
|
+
"vue": {
|
|
1742
|
+
"optional": true
|
|
1743
|
+
}
|
|
1214
1744
|
}
|
|
1215
1745
|
},
|
|
1216
|
-
"
|
|
1217
|
-
"version": "
|
|
1218
|
-
"resolved": "
|
|
1219
|
-
"integrity": "sha512-
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1222
|
-
"@
|
|
1223
|
-
"@
|
|
1224
|
-
"@vue/compiler-dom": "
|
|
1225
|
-
"@vue/compiler-
|
|
1226
|
-
"@vue/
|
|
1227
|
-
"@vue/shared": "^3.2.45",
|
|
1228
|
-
"minimatch": "^5.1.0",
|
|
1229
|
-
"vue-template-compiler": "^2.7.14"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
"@volar/vue-typescript": {
|
|
1233
|
-
"version": "1.0.11",
|
|
1234
|
-
"resolved": "https://registry.npmmirror.com/@volar/vue-typescript/-/vue-typescript-1.0.11.tgz",
|
|
1235
|
-
"integrity": "sha512-jlnFPvBcTyPiAbGlgjhKK7fp3Q+Z7Z5eU1NTbTSS0lQC8Gog3sh2UxLAFG5Voe1gHIxasoOEPXzMR0CWF4bKbA==",
|
|
1236
|
-
"dev": true,
|
|
1237
|
-
"requires": {
|
|
1238
|
-
"@volar/typescript": "1.0.11",
|
|
1239
|
-
"@volar/vue-language-core": "1.0.11"
|
|
1240
|
-
}
|
|
1241
|
-
},
|
|
1242
|
-
"@vue/compiler-core": {
|
|
1243
|
-
"version": "3.2.45",
|
|
1244
|
-
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.45.tgz",
|
|
1245
|
-
"integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==",
|
|
1246
|
-
"requires": {
|
|
1247
|
-
"@babel/parser": "^7.16.4",
|
|
1248
|
-
"@vue/shared": "3.2.45",
|
|
1249
|
-
"estree-walker": "^2.0.2",
|
|
1250
|
-
"source-map": "^0.6.1"
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
"@vue/compiler-dom": {
|
|
1254
|
-
"version": "3.2.45",
|
|
1255
|
-
"resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz",
|
|
1256
|
-
"integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==",
|
|
1257
|
-
"requires": {
|
|
1258
|
-
"@vue/compiler-core": "3.2.45",
|
|
1259
|
-
"@vue/shared": "3.2.45"
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
"@vue/compiler-sfc": {
|
|
1263
|
-
"version": "3.2.45",
|
|
1264
|
-
"resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz",
|
|
1265
|
-
"integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==",
|
|
1266
|
-
"requires": {
|
|
1267
|
-
"@babel/parser": "^7.16.4",
|
|
1268
|
-
"@vue/compiler-core": "3.2.45",
|
|
1269
|
-
"@vue/compiler-dom": "3.2.45",
|
|
1270
|
-
"@vue/compiler-ssr": "3.2.45",
|
|
1271
|
-
"@vue/reactivity-transform": "3.2.45",
|
|
1272
|
-
"@vue/shared": "3.2.45",
|
|
1746
|
+
"node_modules/vue-router/node_modules/@vue-macros/common/node_modules/@vue/compiler-sfc": {
|
|
1747
|
+
"version": "3.5.33",
|
|
1748
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-sfc/-/compiler-sfc-3.5.33.tgz",
|
|
1749
|
+
"integrity": "sha512-UTUvRO9cY+rROrx/pvN9P5Z7FgA6QGfokUCfhQE4EnmUj3rVnK+CHI0LsEO1pg+I7//iRYMUfcNcCPe7tg0CoA==",
|
|
1750
|
+
"license": "MIT",
|
|
1751
|
+
"dependencies": {
|
|
1752
|
+
"@babel/parser": "^7.29.2",
|
|
1753
|
+
"@vue/compiler-core": "3.5.33",
|
|
1754
|
+
"@vue/compiler-dom": "3.5.33",
|
|
1755
|
+
"@vue/compiler-ssr": "3.5.33",
|
|
1756
|
+
"@vue/shared": "3.5.33",
|
|
1273
1757
|
"estree-walker": "^2.0.2",
|
|
1274
|
-
"magic-string": "^0.
|
|
1275
|
-
"postcss": "^8.
|
|
1276
|
-
"source-map": "^
|
|
1758
|
+
"magic-string": "^0.30.21",
|
|
1759
|
+
"postcss": "^8.5.10",
|
|
1760
|
+
"source-map-js": "^1.2.1"
|
|
1277
1761
|
}
|
|
1278
1762
|
},
|
|
1279
|
-
"
|
|
1280
|
-
"version": "3.
|
|
1281
|
-
"resolved": "
|
|
1282
|
-
"integrity": "sha512-
|
|
1283
|
-
"
|
|
1284
|
-
"@
|
|
1285
|
-
"@vue/shared": "3.
|
|
1286
|
-
|
|
1287
|
-
},
|
|
1288
|
-
"@vue/devtools-api": {
|
|
1289
|
-
"version": "6.5.0",
|
|
1290
|
-
"resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.0.tgz",
|
|
1291
|
-
"integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q=="
|
|
1292
|
-
},
|
|
1293
|
-
"@vue/reactivity": {
|
|
1294
|
-
"version": "3.2.45",
|
|
1295
|
-
"resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.45.tgz",
|
|
1296
|
-
"integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==",
|
|
1297
|
-
"requires": {
|
|
1298
|
-
"@vue/shared": "3.2.45"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
"@vue/reactivity-transform": {
|
|
1302
|
-
"version": "3.2.45",
|
|
1303
|
-
"resolved": "https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz",
|
|
1304
|
-
"integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==",
|
|
1305
|
-
"requires": {
|
|
1306
|
-
"@babel/parser": "^7.16.4",
|
|
1307
|
-
"@vue/compiler-core": "3.2.45",
|
|
1308
|
-
"@vue/shared": "3.2.45",
|
|
1763
|
+
"node_modules/vue-router/node_modules/@vue/compiler-core": {
|
|
1764
|
+
"version": "3.5.33",
|
|
1765
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-core/-/compiler-core-3.5.33.tgz",
|
|
1766
|
+
"integrity": "sha512-3PZLQwFw4Za3TC8t0FvTy3wI16Kt+pmwcgNZca4Pj9iWL2E72a/gZlpBtAJvEdDMdCxdG/qq0C7PN0bsJuv0Rw==",
|
|
1767
|
+
"dependencies": {
|
|
1768
|
+
"@babel/parser": "^7.29.2",
|
|
1769
|
+
"@vue/shared": "3.5.33",
|
|
1770
|
+
"entities": "^7.0.1",
|
|
1309
1771
|
"estree-walker": "^2.0.2",
|
|
1310
|
-
"
|
|
1311
|
-
}
|
|
1312
|
-
},
|
|
1313
|
-
"@vue/runtime-core": {
|
|
1314
|
-
"version": "3.2.45",
|
|
1315
|
-
"resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.2.45.tgz",
|
|
1316
|
-
"integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==",
|
|
1317
|
-
"requires": {
|
|
1318
|
-
"@vue/reactivity": "3.2.45",
|
|
1319
|
-
"@vue/shared": "3.2.45"
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
"@vue/runtime-dom": {
|
|
1323
|
-
"version": "3.2.45",
|
|
1324
|
-
"resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz",
|
|
1325
|
-
"integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==",
|
|
1326
|
-
"requires": {
|
|
1327
|
-
"@vue/runtime-core": "3.2.45",
|
|
1328
|
-
"@vue/shared": "3.2.45",
|
|
1329
|
-
"csstype": "^2.6.8"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
"@vue/server-renderer": {
|
|
1333
|
-
"version": "3.2.45",
|
|
1334
|
-
"resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.45.tgz",
|
|
1335
|
-
"integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==",
|
|
1336
|
-
"requires": {
|
|
1337
|
-
"@vue/compiler-ssr": "3.2.45",
|
|
1338
|
-
"@vue/shared": "3.2.45"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"@vue/shared": {
|
|
1342
|
-
"version": "3.2.45",
|
|
1343
|
-
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.45.tgz",
|
|
1344
|
-
"integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg=="
|
|
1345
|
-
},
|
|
1346
|
-
"balanced-match": {
|
|
1347
|
-
"version": "1.0.2",
|
|
1348
|
-
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
1349
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1350
|
-
"dev": true
|
|
1351
|
-
},
|
|
1352
|
-
"brace-expansion": {
|
|
1353
|
-
"version": "2.0.1",
|
|
1354
|
-
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
1355
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
1356
|
-
"dev": true,
|
|
1357
|
-
"requires": {
|
|
1358
|
-
"balanced-match": "^1.0.0"
|
|
1359
|
-
}
|
|
1360
|
-
},
|
|
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
|
-
"csstype": {
|
|
1367
|
-
"version": "2.6.21",
|
|
1368
|
-
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz",
|
|
1369
|
-
"integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w=="
|
|
1370
|
-
},
|
|
1371
|
-
"de-indent": {
|
|
1372
|
-
"version": "1.0.2",
|
|
1373
|
-
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
1374
|
-
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
|
1375
|
-
"dev": true
|
|
1376
|
-
},
|
|
1377
|
-
"esbuild": {
|
|
1378
|
-
"version": "0.16.17",
|
|
1379
|
-
"resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.16.17.tgz",
|
|
1380
|
-
"integrity": "sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==",
|
|
1381
|
-
"dev": true,
|
|
1382
|
-
"requires": {
|
|
1383
|
-
"@esbuild/android-arm": "0.16.17",
|
|
1384
|
-
"@esbuild/android-arm64": "0.16.17",
|
|
1385
|
-
"@esbuild/android-x64": "0.16.17",
|
|
1386
|
-
"@esbuild/darwin-arm64": "0.16.17",
|
|
1387
|
-
"@esbuild/darwin-x64": "0.16.17",
|
|
1388
|
-
"@esbuild/freebsd-arm64": "0.16.17",
|
|
1389
|
-
"@esbuild/freebsd-x64": "0.16.17",
|
|
1390
|
-
"@esbuild/linux-arm": "0.16.17",
|
|
1391
|
-
"@esbuild/linux-arm64": "0.16.17",
|
|
1392
|
-
"@esbuild/linux-ia32": "0.16.17",
|
|
1393
|
-
"@esbuild/linux-loong64": "0.16.17",
|
|
1394
|
-
"@esbuild/linux-mips64el": "0.16.17",
|
|
1395
|
-
"@esbuild/linux-ppc64": "0.16.17",
|
|
1396
|
-
"@esbuild/linux-riscv64": "0.16.17",
|
|
1397
|
-
"@esbuild/linux-s390x": "0.16.17",
|
|
1398
|
-
"@esbuild/linux-x64": "0.16.17",
|
|
1399
|
-
"@esbuild/netbsd-x64": "0.16.17",
|
|
1400
|
-
"@esbuild/openbsd-x64": "0.16.17",
|
|
1401
|
-
"@esbuild/sunos-x64": "0.16.17",
|
|
1402
|
-
"@esbuild/win32-arm64": "0.16.17",
|
|
1403
|
-
"@esbuild/win32-ia32": "0.16.17",
|
|
1404
|
-
"@esbuild/win32-x64": "0.16.17"
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
"estree-walker": {
|
|
1408
|
-
"version": "2.0.2",
|
|
1409
|
-
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
1410
|
-
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
1411
|
-
},
|
|
1412
|
-
"fsevents": {
|
|
1413
|
-
"version": "2.3.2",
|
|
1414
|
-
"resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
|
|
1415
|
-
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
1416
|
-
"dev": true,
|
|
1417
|
-
"optional": true
|
|
1418
|
-
},
|
|
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
|
-
"he": {
|
|
1443
|
-
"version": "1.2.0",
|
|
1444
|
-
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
|
1445
|
-
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
1446
|
-
"dev": true
|
|
1447
|
-
},
|
|
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
|
-
"magic-string": {
|
|
1463
|
-
"version": "0.25.9",
|
|
1464
|
-
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
|
|
1465
|
-
"integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
|
|
1466
|
-
"requires": {
|
|
1467
|
-
"sourcemap-codec": "^1.4.8"
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
"minimatch": {
|
|
1471
|
-
"version": "5.1.6",
|
|
1472
|
-
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
|
|
1473
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
1474
|
-
"dev": true,
|
|
1475
|
-
"requires": {
|
|
1476
|
-
"brace-expansion": "^2.0.1"
|
|
1772
|
+
"source-map-js": "^1.2.1"
|
|
1477
1773
|
}
|
|
1478
1774
|
},
|
|
1479
|
-
"
|
|
1480
|
-
"version": "
|
|
1481
|
-
"resolved": "
|
|
1482
|
-
"integrity": "sha512-
|
|
1483
|
-
"
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz",
|
|
1488
|
-
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw=="
|
|
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
|
|
1495
|
-
},
|
|
1496
|
-
"picocolors": {
|
|
1497
|
-
"version": "1.0.0",
|
|
1498
|
-
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
|
|
1499
|
-
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
1500
|
-
},
|
|
1501
|
-
"postcss": {
|
|
1502
|
-
"version": "8.4.21",
|
|
1503
|
-
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.21.tgz",
|
|
1504
|
-
"integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
|
|
1505
|
-
"requires": {
|
|
1506
|
-
"nanoid": "^3.3.4",
|
|
1507
|
-
"picocolors": "^1.0.0",
|
|
1508
|
-
"source-map-js": "^1.0.2"
|
|
1775
|
+
"node_modules/vue-router/node_modules/@vue/compiler-dom": {
|
|
1776
|
+
"version": "3.5.33",
|
|
1777
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-dom/-/compiler-dom-3.5.33.tgz",
|
|
1778
|
+
"integrity": "sha512-PXq0yrfCLzzL07rbXO4awtXY1Z06LG2eu6Adg3RJFa/j3Cii217XxxLXG22N330gw7GmALCY0Z8RgXEviwgpjA==",
|
|
1779
|
+
"license": "MIT",
|
|
1780
|
+
"dependencies": {
|
|
1781
|
+
"@vue/compiler-core": "3.5.33",
|
|
1782
|
+
"@vue/shared": "3.5.33"
|
|
1509
1783
|
}
|
|
1510
1784
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"version": "
|
|
1513
|
-
"resolved": "
|
|
1514
|
-
"integrity": "sha512-
|
|
1515
|
-
"
|
|
1516
|
-
|
|
1785
|
+
"node_modules/vue-router/node_modules/@vue/compiler-ssr": {
|
|
1786
|
+
"version": "3.5.33",
|
|
1787
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/compiler-ssr/-/compiler-ssr-3.5.33.tgz",
|
|
1788
|
+
"integrity": "sha512-IErjYdnj1qIupG5xxiVIYiiRvDhGWV4zuh/RCrwfYpuL+HWQzeU6lCk/nF9r7olWMnjKxCAkOctT2qFWFkzb1A==",
|
|
1789
|
+
"license": "MIT",
|
|
1790
|
+
"dependencies": {
|
|
1791
|
+
"@vue/compiler-dom": "3.5.33",
|
|
1792
|
+
"@vue/shared": "3.5.33"
|
|
1517
1793
|
}
|
|
1518
1794
|
},
|
|
1519
|
-
"
|
|
1520
|
-
"version": "
|
|
1521
|
-
"resolved": "
|
|
1522
|
-
"integrity": "sha512-
|
|
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
|
-
}
|
|
1795
|
+
"node_modules/vue-router/node_modules/@vue/shared": {
|
|
1796
|
+
"version": "3.5.33",
|
|
1797
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/@vue/shared/-/shared-3.5.33.tgz",
|
|
1798
|
+
"integrity": "sha512-5vR2QIlmaLG77Ygd4pMP6+SGQ5yox9VhtnbDWTy9DzMzdmeLxZ1QqxrywEZ9sa1AVubfIJyaCG3ytyWU81ufcQ=="
|
|
1534
1799
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"version": "3.
|
|
1537
|
-
"resolved": "
|
|
1538
|
-
"integrity": "sha512-
|
|
1800
|
+
"node_modules/vue-tsc": {
|
|
1801
|
+
"version": "3.2.7",
|
|
1802
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/vue-tsc/-/vue-tsc-3.2.7.tgz",
|
|
1803
|
+
"integrity": "sha512-zc1tL3HoQni1zGTGrwBVRQb7rGP5SWdu/m4rGB6JcnAC5MT5LFZIxF7Y+EJEnt4hGF23d60rXH7gRjHGb5KQQQ==",
|
|
1539
1804
|
"dev": true,
|
|
1540
|
-
"
|
|
1541
|
-
|
|
1805
|
+
"license": "MIT",
|
|
1806
|
+
"dependencies": {
|
|
1807
|
+
"@volar/typescript": "2.4.28",
|
|
1808
|
+
"@vue/language-core": "3.2.7"
|
|
1809
|
+
},
|
|
1810
|
+
"bin": {
|
|
1811
|
+
"vue-tsc": "bin/vue-tsc.js"
|
|
1812
|
+
},
|
|
1813
|
+
"peerDependencies": {
|
|
1814
|
+
"typescript": ">=5.0.0"
|
|
1542
1815
|
}
|
|
1543
1816
|
},
|
|
1544
|
-
"
|
|
1545
|
-
"version": "0.6.
|
|
1546
|
-
"resolved": "
|
|
1547
|
-
"integrity": "sha512-
|
|
1817
|
+
"node_modules/webpack-virtual-modules": {
|
|
1818
|
+
"version": "0.6.2",
|
|
1819
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
1820
|
+
"integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ=="
|
|
1548
1821
|
},
|
|
1549
|
-
"
|
|
1550
|
-
"version": "
|
|
1551
|
-
"resolved": "
|
|
1552
|
-
"integrity": "sha512-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
"
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
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
|
-
"typescript": {
|
|
1566
|
-
"version": "4.9.3",
|
|
1567
|
-
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.3.tgz",
|
|
1568
|
-
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
|
|
1569
|
-
"dev": true
|
|
1570
|
-
},
|
|
1571
|
-
"vite": {
|
|
1572
|
-
"version": "4.0.0",
|
|
1573
|
-
"resolved": "https://registry.npmmirror.com/vite/-/vite-4.0.0.tgz",
|
|
1574
|
-
"integrity": "sha512-ynad+4kYs8Jcnn8J7SacS9vAbk7eMy0xWg6E7bAhS1s79TK+D7tVFGXVZ55S7RNLRROU1rxoKlvZ/qjaB41DGA==",
|
|
1575
|
-
"dev": true,
|
|
1576
|
-
"requires": {
|
|
1577
|
-
"esbuild": "^0.16.3",
|
|
1578
|
-
"fsevents": "~2.3.2",
|
|
1579
|
-
"postcss": "^8.4.19",
|
|
1580
|
-
"resolve": "^1.22.1",
|
|
1581
|
-
"rollup": "^3.7.0"
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"vue": {
|
|
1585
|
-
"version": "3.2.45",
|
|
1586
|
-
"resolved": "https://registry.npmmirror.com/vue/-/vue-3.2.45.tgz",
|
|
1587
|
-
"integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==",
|
|
1588
|
-
"requires": {
|
|
1589
|
-
"@vue/compiler-dom": "3.2.45",
|
|
1590
|
-
"@vue/compiler-sfc": "3.2.45",
|
|
1591
|
-
"@vue/runtime-dom": "3.2.45",
|
|
1592
|
-
"@vue/server-renderer": "3.2.45",
|
|
1593
|
-
"@vue/shared": "3.2.45"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
"vue-router": {
|
|
1597
|
-
"version": "4.1.6",
|
|
1598
|
-
"resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz",
|
|
1599
|
-
"integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==",
|
|
1600
|
-
"requires": {
|
|
1601
|
-
"@vue/devtools-api": "^6.4.5"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
"vue-template-compiler": {
|
|
1605
|
-
"version": "2.7.14",
|
|
1606
|
-
"resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz",
|
|
1607
|
-
"integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==",
|
|
1608
|
-
"dev": true,
|
|
1609
|
-
"requires": {
|
|
1610
|
-
"de-indent": "^1.0.2",
|
|
1611
|
-
"he": "^1.2.0"
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
|
-
"vue-tsc": {
|
|
1615
|
-
"version": "1.0.11",
|
|
1616
|
-
"resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.0.11.tgz",
|
|
1617
|
-
"integrity": "sha512-lj+6dEroPsE4wmQOPtjCzAf8x363Km5/tuEvMEoQaoRnzs9myBM46FNvCGIIPStYUGuaqF1W1bORmP2KDQEORA==",
|
|
1618
|
-
"dev": true,
|
|
1619
|
-
"requires": {
|
|
1620
|
-
"@volar/vue-language-core": "1.0.11",
|
|
1621
|
-
"@volar/vue-typescript": "1.0.11"
|
|
1822
|
+
"node_modules/yaml": {
|
|
1823
|
+
"version": "2.8.3",
|
|
1824
|
+
"resolved": "http://nexus.cluster.qcast.cn/repository/npm-public/yaml/-/yaml-2.8.3.tgz",
|
|
1825
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
1826
|
+
"bin": {
|
|
1827
|
+
"yaml": "bin.mjs"
|
|
1828
|
+
},
|
|
1829
|
+
"engines": {
|
|
1830
|
+
"node": ">= 14.6"
|
|
1831
|
+
},
|
|
1832
|
+
"funding": {
|
|
1833
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
1622
1834
|
}
|
|
1623
1835
|
}
|
|
1624
1836
|
}
|