@cloudglides/nox 1.1.0 → 1.1.2
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/example/README.md +26 -0
- package/example/index.html +13 -0
- package/example/package-lock.json +1636 -0
- package/example/package.json +20 -0
- package/example/src/App.css +161 -0
- package/example/src/App.jsx +176 -0
- package/example/src/index.css +55 -0
- package/example/src/main.jsx +10 -0
- package/example/vite.config.js +11 -0
- package/package.json +9 -8
- package/src/core.browser.js +10 -0
- package/src/core.js +2 -0
- package/src/index.browser.js +31 -0
- package/src/index.js +1 -0
- package/src/presets.js +7 -0
- package/src/rng.browser.js +141 -0
- package/src/rng.js +6 -5
- package/src/utils/entropy.browser.js +63 -0
- package/src/utils/entropy.js +51 -12
|
@@ -0,0 +1,1636 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nox-demo",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "nox-demo",
|
|
9
|
+
"version": "0.0.1",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@cloudglides/nox": "latest",
|
|
12
|
+
"react": "^18.2.0",
|
|
13
|
+
"react-dom": "^18.2.0"
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
17
|
+
"vite": "^5.0.8"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"node_modules/@babel/code-frame": {
|
|
21
|
+
"version": "7.27.1",
|
|
22
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
23
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
24
|
+
"dev": true,
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
28
|
+
"js-tokens": "^4.0.0",
|
|
29
|
+
"picocolors": "^1.1.1"
|
|
30
|
+
},
|
|
31
|
+
"engines": {
|
|
32
|
+
"node": ">=6.9.0"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"node_modules/@babel/compat-data": {
|
|
36
|
+
"version": "7.28.5",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
|
|
38
|
+
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
39
|
+
"dev": true,
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"engines": {
|
|
42
|
+
"node": ">=6.9.0"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"node_modules/@babel/core": {
|
|
46
|
+
"version": "7.28.5",
|
|
47
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
48
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
49
|
+
"dev": true,
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@babel/code-frame": "^7.27.1",
|
|
53
|
+
"@babel/generator": "^7.28.5",
|
|
54
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
55
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
56
|
+
"@babel/helpers": "^7.28.4",
|
|
57
|
+
"@babel/parser": "^7.28.5",
|
|
58
|
+
"@babel/template": "^7.27.2",
|
|
59
|
+
"@babel/traverse": "^7.28.5",
|
|
60
|
+
"@babel/types": "^7.28.5",
|
|
61
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
62
|
+
"convert-source-map": "^2.0.0",
|
|
63
|
+
"debug": "^4.1.0",
|
|
64
|
+
"gensync": "^1.0.0-beta.2",
|
|
65
|
+
"json5": "^2.2.3",
|
|
66
|
+
"semver": "^6.3.1"
|
|
67
|
+
},
|
|
68
|
+
"engines": {
|
|
69
|
+
"node": ">=6.9.0"
|
|
70
|
+
},
|
|
71
|
+
"funding": {
|
|
72
|
+
"type": "opencollective",
|
|
73
|
+
"url": "https://opencollective.com/babel"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"node_modules/@babel/generator": {
|
|
77
|
+
"version": "7.28.5",
|
|
78
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
79
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
80
|
+
"dev": true,
|
|
81
|
+
"license": "MIT",
|
|
82
|
+
"dependencies": {
|
|
83
|
+
"@babel/parser": "^7.28.5",
|
|
84
|
+
"@babel/types": "^7.28.5",
|
|
85
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
86
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
87
|
+
"jsesc": "^3.0.2"
|
|
88
|
+
},
|
|
89
|
+
"engines": {
|
|
90
|
+
"node": ">=6.9.0"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"node_modules/@babel/helper-compilation-targets": {
|
|
94
|
+
"version": "7.27.2",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
96
|
+
"integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
97
|
+
"dev": true,
|
|
98
|
+
"license": "MIT",
|
|
99
|
+
"dependencies": {
|
|
100
|
+
"@babel/compat-data": "^7.27.2",
|
|
101
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
102
|
+
"browserslist": "^4.24.0",
|
|
103
|
+
"lru-cache": "^5.1.1",
|
|
104
|
+
"semver": "^6.3.1"
|
|
105
|
+
},
|
|
106
|
+
"engines": {
|
|
107
|
+
"node": ">=6.9.0"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/@babel/helper-globals": {
|
|
111
|
+
"version": "7.28.0",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
113
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
114
|
+
"dev": true,
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"engines": {
|
|
117
|
+
"node": ">=6.9.0"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"node_modules/@babel/helper-module-imports": {
|
|
121
|
+
"version": "7.27.1",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
123
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
124
|
+
"dev": true,
|
|
125
|
+
"license": "MIT",
|
|
126
|
+
"dependencies": {
|
|
127
|
+
"@babel/traverse": "^7.27.1",
|
|
128
|
+
"@babel/types": "^7.27.1"
|
|
129
|
+
},
|
|
130
|
+
"engines": {
|
|
131
|
+
"node": ">=6.9.0"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"node_modules/@babel/helper-module-transforms": {
|
|
135
|
+
"version": "7.28.3",
|
|
136
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
137
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
138
|
+
"dev": true,
|
|
139
|
+
"license": "MIT",
|
|
140
|
+
"dependencies": {
|
|
141
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
142
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
143
|
+
"@babel/traverse": "^7.28.3"
|
|
144
|
+
},
|
|
145
|
+
"engines": {
|
|
146
|
+
"node": ">=6.9.0"
|
|
147
|
+
},
|
|
148
|
+
"peerDependencies": {
|
|
149
|
+
"@babel/core": "^7.0.0"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"node_modules/@babel/helper-plugin-utils": {
|
|
153
|
+
"version": "7.27.1",
|
|
154
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
155
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
156
|
+
"dev": true,
|
|
157
|
+
"license": "MIT",
|
|
158
|
+
"engines": {
|
|
159
|
+
"node": ">=6.9.0"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
"node_modules/@babel/helper-string-parser": {
|
|
163
|
+
"version": "7.27.1",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
165
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
166
|
+
"dev": true,
|
|
167
|
+
"license": "MIT",
|
|
168
|
+
"engines": {
|
|
169
|
+
"node": ">=6.9.0"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
173
|
+
"version": "7.28.5",
|
|
174
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
175
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
176
|
+
"dev": true,
|
|
177
|
+
"license": "MIT",
|
|
178
|
+
"engines": {
|
|
179
|
+
"node": ">=6.9.0"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@babel/helper-validator-option": {
|
|
183
|
+
"version": "7.27.1",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
185
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
186
|
+
"dev": true,
|
|
187
|
+
"license": "MIT",
|
|
188
|
+
"engines": {
|
|
189
|
+
"node": ">=6.9.0"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"node_modules/@babel/helpers": {
|
|
193
|
+
"version": "7.28.4",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
195
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
196
|
+
"dev": true,
|
|
197
|
+
"license": "MIT",
|
|
198
|
+
"dependencies": {
|
|
199
|
+
"@babel/template": "^7.27.2",
|
|
200
|
+
"@babel/types": "^7.28.4"
|
|
201
|
+
},
|
|
202
|
+
"engines": {
|
|
203
|
+
"node": ">=6.9.0"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"node_modules/@babel/parser": {
|
|
207
|
+
"version": "7.28.5",
|
|
208
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
209
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
210
|
+
"dev": true,
|
|
211
|
+
"license": "MIT",
|
|
212
|
+
"dependencies": {
|
|
213
|
+
"@babel/types": "^7.28.5"
|
|
214
|
+
},
|
|
215
|
+
"bin": {
|
|
216
|
+
"parser": "bin/babel-parser.js"
|
|
217
|
+
},
|
|
218
|
+
"engines": {
|
|
219
|
+
"node": ">=6.0.0"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
223
|
+
"version": "7.27.1",
|
|
224
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
|
|
225
|
+
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
|
|
226
|
+
"dev": true,
|
|
227
|
+
"license": "MIT",
|
|
228
|
+
"dependencies": {
|
|
229
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
230
|
+
},
|
|
231
|
+
"engines": {
|
|
232
|
+
"node": ">=6.9.0"
|
|
233
|
+
},
|
|
234
|
+
"peerDependencies": {
|
|
235
|
+
"@babel/core": "^7.0.0-0"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
239
|
+
"version": "7.27.1",
|
|
240
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
|
|
241
|
+
"integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
|
|
242
|
+
"dev": true,
|
|
243
|
+
"license": "MIT",
|
|
244
|
+
"dependencies": {
|
|
245
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
246
|
+
},
|
|
247
|
+
"engines": {
|
|
248
|
+
"node": ">=6.9.0"
|
|
249
|
+
},
|
|
250
|
+
"peerDependencies": {
|
|
251
|
+
"@babel/core": "^7.0.0-0"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"node_modules/@babel/template": {
|
|
255
|
+
"version": "7.27.2",
|
|
256
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
257
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
258
|
+
"dev": true,
|
|
259
|
+
"license": "MIT",
|
|
260
|
+
"dependencies": {
|
|
261
|
+
"@babel/code-frame": "^7.27.1",
|
|
262
|
+
"@babel/parser": "^7.27.2",
|
|
263
|
+
"@babel/types": "^7.27.1"
|
|
264
|
+
},
|
|
265
|
+
"engines": {
|
|
266
|
+
"node": ">=6.9.0"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"node_modules/@babel/traverse": {
|
|
270
|
+
"version": "7.28.5",
|
|
271
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
272
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
273
|
+
"dev": true,
|
|
274
|
+
"license": "MIT",
|
|
275
|
+
"dependencies": {
|
|
276
|
+
"@babel/code-frame": "^7.27.1",
|
|
277
|
+
"@babel/generator": "^7.28.5",
|
|
278
|
+
"@babel/helper-globals": "^7.28.0",
|
|
279
|
+
"@babel/parser": "^7.28.5",
|
|
280
|
+
"@babel/template": "^7.27.2",
|
|
281
|
+
"@babel/types": "^7.28.5",
|
|
282
|
+
"debug": "^4.3.1"
|
|
283
|
+
},
|
|
284
|
+
"engines": {
|
|
285
|
+
"node": ">=6.9.0"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"node_modules/@babel/types": {
|
|
289
|
+
"version": "7.28.5",
|
|
290
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
291
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
292
|
+
"dev": true,
|
|
293
|
+
"license": "MIT",
|
|
294
|
+
"dependencies": {
|
|
295
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
296
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
297
|
+
},
|
|
298
|
+
"engines": {
|
|
299
|
+
"node": ">=6.9.0"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"node_modules/@cloudglides/nox": {
|
|
303
|
+
"version": "1.1.0",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/@cloudglides/nox/-/nox-1.1.0.tgz",
|
|
305
|
+
"integrity": "sha512-CGpWvyvBLiG2RVLT9ZSeAbkJs71WEtyi+Tc1r66TgTDIkBPq1LozHrUUwqfa14DvhJDJ2pNiiIL3gqKyvGApxg==",
|
|
306
|
+
"license": "ISC"
|
|
307
|
+
},
|
|
308
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
309
|
+
"version": "0.21.5",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
|
|
311
|
+
"integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
|
|
312
|
+
"cpu": [
|
|
313
|
+
"ppc64"
|
|
314
|
+
],
|
|
315
|
+
"dev": true,
|
|
316
|
+
"license": "MIT",
|
|
317
|
+
"optional": true,
|
|
318
|
+
"os": [
|
|
319
|
+
"aix"
|
|
320
|
+
],
|
|
321
|
+
"engines": {
|
|
322
|
+
"node": ">=12"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"node_modules/@esbuild/android-arm": {
|
|
326
|
+
"version": "0.21.5",
|
|
327
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
|
|
328
|
+
"integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
|
|
329
|
+
"cpu": [
|
|
330
|
+
"arm"
|
|
331
|
+
],
|
|
332
|
+
"dev": true,
|
|
333
|
+
"license": "MIT",
|
|
334
|
+
"optional": true,
|
|
335
|
+
"os": [
|
|
336
|
+
"android"
|
|
337
|
+
],
|
|
338
|
+
"engines": {
|
|
339
|
+
"node": ">=12"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"node_modules/@esbuild/android-arm64": {
|
|
343
|
+
"version": "0.21.5",
|
|
344
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
|
|
345
|
+
"integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
|
|
346
|
+
"cpu": [
|
|
347
|
+
"arm64"
|
|
348
|
+
],
|
|
349
|
+
"dev": true,
|
|
350
|
+
"license": "MIT",
|
|
351
|
+
"optional": true,
|
|
352
|
+
"os": [
|
|
353
|
+
"android"
|
|
354
|
+
],
|
|
355
|
+
"engines": {
|
|
356
|
+
"node": ">=12"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"node_modules/@esbuild/android-x64": {
|
|
360
|
+
"version": "0.21.5",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
|
|
362
|
+
"integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
|
|
363
|
+
"cpu": [
|
|
364
|
+
"x64"
|
|
365
|
+
],
|
|
366
|
+
"dev": true,
|
|
367
|
+
"license": "MIT",
|
|
368
|
+
"optional": true,
|
|
369
|
+
"os": [
|
|
370
|
+
"android"
|
|
371
|
+
],
|
|
372
|
+
"engines": {
|
|
373
|
+
"node": ">=12"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
377
|
+
"version": "0.21.5",
|
|
378
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
|
|
379
|
+
"integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
|
|
380
|
+
"cpu": [
|
|
381
|
+
"arm64"
|
|
382
|
+
],
|
|
383
|
+
"dev": true,
|
|
384
|
+
"license": "MIT",
|
|
385
|
+
"optional": true,
|
|
386
|
+
"os": [
|
|
387
|
+
"darwin"
|
|
388
|
+
],
|
|
389
|
+
"engines": {
|
|
390
|
+
"node": ">=12"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
394
|
+
"version": "0.21.5",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
|
|
396
|
+
"integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
|
|
397
|
+
"cpu": [
|
|
398
|
+
"x64"
|
|
399
|
+
],
|
|
400
|
+
"dev": true,
|
|
401
|
+
"license": "MIT",
|
|
402
|
+
"optional": true,
|
|
403
|
+
"os": [
|
|
404
|
+
"darwin"
|
|
405
|
+
],
|
|
406
|
+
"engines": {
|
|
407
|
+
"node": ">=12"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
411
|
+
"version": "0.21.5",
|
|
412
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
|
|
413
|
+
"integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
|
|
414
|
+
"cpu": [
|
|
415
|
+
"arm64"
|
|
416
|
+
],
|
|
417
|
+
"dev": true,
|
|
418
|
+
"license": "MIT",
|
|
419
|
+
"optional": true,
|
|
420
|
+
"os": [
|
|
421
|
+
"freebsd"
|
|
422
|
+
],
|
|
423
|
+
"engines": {
|
|
424
|
+
"node": ">=12"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
428
|
+
"version": "0.21.5",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
|
|
430
|
+
"integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
|
|
431
|
+
"cpu": [
|
|
432
|
+
"x64"
|
|
433
|
+
],
|
|
434
|
+
"dev": true,
|
|
435
|
+
"license": "MIT",
|
|
436
|
+
"optional": true,
|
|
437
|
+
"os": [
|
|
438
|
+
"freebsd"
|
|
439
|
+
],
|
|
440
|
+
"engines": {
|
|
441
|
+
"node": ">=12"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"node_modules/@esbuild/linux-arm": {
|
|
445
|
+
"version": "0.21.5",
|
|
446
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
|
|
447
|
+
"integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
|
|
448
|
+
"cpu": [
|
|
449
|
+
"arm"
|
|
450
|
+
],
|
|
451
|
+
"dev": true,
|
|
452
|
+
"license": "MIT",
|
|
453
|
+
"optional": true,
|
|
454
|
+
"os": [
|
|
455
|
+
"linux"
|
|
456
|
+
],
|
|
457
|
+
"engines": {
|
|
458
|
+
"node": ">=12"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
462
|
+
"version": "0.21.5",
|
|
463
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
|
|
464
|
+
"integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
|
|
465
|
+
"cpu": [
|
|
466
|
+
"arm64"
|
|
467
|
+
],
|
|
468
|
+
"dev": true,
|
|
469
|
+
"license": "MIT",
|
|
470
|
+
"optional": true,
|
|
471
|
+
"os": [
|
|
472
|
+
"linux"
|
|
473
|
+
],
|
|
474
|
+
"engines": {
|
|
475
|
+
"node": ">=12"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
479
|
+
"version": "0.21.5",
|
|
480
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
|
|
481
|
+
"integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
|
|
482
|
+
"cpu": [
|
|
483
|
+
"ia32"
|
|
484
|
+
],
|
|
485
|
+
"dev": true,
|
|
486
|
+
"license": "MIT",
|
|
487
|
+
"optional": true,
|
|
488
|
+
"os": [
|
|
489
|
+
"linux"
|
|
490
|
+
],
|
|
491
|
+
"engines": {
|
|
492
|
+
"node": ">=12"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
496
|
+
"version": "0.21.5",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
|
|
498
|
+
"integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
|
|
499
|
+
"cpu": [
|
|
500
|
+
"loong64"
|
|
501
|
+
],
|
|
502
|
+
"dev": true,
|
|
503
|
+
"license": "MIT",
|
|
504
|
+
"optional": true,
|
|
505
|
+
"os": [
|
|
506
|
+
"linux"
|
|
507
|
+
],
|
|
508
|
+
"engines": {
|
|
509
|
+
"node": ">=12"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
513
|
+
"version": "0.21.5",
|
|
514
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
|
|
515
|
+
"integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
|
|
516
|
+
"cpu": [
|
|
517
|
+
"mips64el"
|
|
518
|
+
],
|
|
519
|
+
"dev": true,
|
|
520
|
+
"license": "MIT",
|
|
521
|
+
"optional": true,
|
|
522
|
+
"os": [
|
|
523
|
+
"linux"
|
|
524
|
+
],
|
|
525
|
+
"engines": {
|
|
526
|
+
"node": ">=12"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
530
|
+
"version": "0.21.5",
|
|
531
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
|
|
532
|
+
"integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
|
|
533
|
+
"cpu": [
|
|
534
|
+
"ppc64"
|
|
535
|
+
],
|
|
536
|
+
"dev": true,
|
|
537
|
+
"license": "MIT",
|
|
538
|
+
"optional": true,
|
|
539
|
+
"os": [
|
|
540
|
+
"linux"
|
|
541
|
+
],
|
|
542
|
+
"engines": {
|
|
543
|
+
"node": ">=12"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
547
|
+
"version": "0.21.5",
|
|
548
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
|
|
549
|
+
"integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
|
|
550
|
+
"cpu": [
|
|
551
|
+
"riscv64"
|
|
552
|
+
],
|
|
553
|
+
"dev": true,
|
|
554
|
+
"license": "MIT",
|
|
555
|
+
"optional": true,
|
|
556
|
+
"os": [
|
|
557
|
+
"linux"
|
|
558
|
+
],
|
|
559
|
+
"engines": {
|
|
560
|
+
"node": ">=12"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
564
|
+
"version": "0.21.5",
|
|
565
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
|
|
566
|
+
"integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
|
|
567
|
+
"cpu": [
|
|
568
|
+
"s390x"
|
|
569
|
+
],
|
|
570
|
+
"dev": true,
|
|
571
|
+
"license": "MIT",
|
|
572
|
+
"optional": true,
|
|
573
|
+
"os": [
|
|
574
|
+
"linux"
|
|
575
|
+
],
|
|
576
|
+
"engines": {
|
|
577
|
+
"node": ">=12"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"node_modules/@esbuild/linux-x64": {
|
|
581
|
+
"version": "0.21.5",
|
|
582
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
|
|
583
|
+
"integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
|
|
584
|
+
"cpu": [
|
|
585
|
+
"x64"
|
|
586
|
+
],
|
|
587
|
+
"dev": true,
|
|
588
|
+
"license": "MIT",
|
|
589
|
+
"optional": true,
|
|
590
|
+
"os": [
|
|
591
|
+
"linux"
|
|
592
|
+
],
|
|
593
|
+
"engines": {
|
|
594
|
+
"node": ">=12"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
598
|
+
"version": "0.21.5",
|
|
599
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
|
|
600
|
+
"integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
|
|
601
|
+
"cpu": [
|
|
602
|
+
"x64"
|
|
603
|
+
],
|
|
604
|
+
"dev": true,
|
|
605
|
+
"license": "MIT",
|
|
606
|
+
"optional": true,
|
|
607
|
+
"os": [
|
|
608
|
+
"netbsd"
|
|
609
|
+
],
|
|
610
|
+
"engines": {
|
|
611
|
+
"node": ">=12"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
615
|
+
"version": "0.21.5",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
|
|
617
|
+
"integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
|
|
618
|
+
"cpu": [
|
|
619
|
+
"x64"
|
|
620
|
+
],
|
|
621
|
+
"dev": true,
|
|
622
|
+
"license": "MIT",
|
|
623
|
+
"optional": true,
|
|
624
|
+
"os": [
|
|
625
|
+
"openbsd"
|
|
626
|
+
],
|
|
627
|
+
"engines": {
|
|
628
|
+
"node": ">=12"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
632
|
+
"version": "0.21.5",
|
|
633
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
|
|
634
|
+
"integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
|
|
635
|
+
"cpu": [
|
|
636
|
+
"x64"
|
|
637
|
+
],
|
|
638
|
+
"dev": true,
|
|
639
|
+
"license": "MIT",
|
|
640
|
+
"optional": true,
|
|
641
|
+
"os": [
|
|
642
|
+
"sunos"
|
|
643
|
+
],
|
|
644
|
+
"engines": {
|
|
645
|
+
"node": ">=12"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
649
|
+
"version": "0.21.5",
|
|
650
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
|
|
651
|
+
"integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
|
|
652
|
+
"cpu": [
|
|
653
|
+
"arm64"
|
|
654
|
+
],
|
|
655
|
+
"dev": true,
|
|
656
|
+
"license": "MIT",
|
|
657
|
+
"optional": true,
|
|
658
|
+
"os": [
|
|
659
|
+
"win32"
|
|
660
|
+
],
|
|
661
|
+
"engines": {
|
|
662
|
+
"node": ">=12"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
666
|
+
"version": "0.21.5",
|
|
667
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
|
|
668
|
+
"integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
|
|
669
|
+
"cpu": [
|
|
670
|
+
"ia32"
|
|
671
|
+
],
|
|
672
|
+
"dev": true,
|
|
673
|
+
"license": "MIT",
|
|
674
|
+
"optional": true,
|
|
675
|
+
"os": [
|
|
676
|
+
"win32"
|
|
677
|
+
],
|
|
678
|
+
"engines": {
|
|
679
|
+
"node": ">=12"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"node_modules/@esbuild/win32-x64": {
|
|
683
|
+
"version": "0.21.5",
|
|
684
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
|
|
685
|
+
"integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
|
|
686
|
+
"cpu": [
|
|
687
|
+
"x64"
|
|
688
|
+
],
|
|
689
|
+
"dev": true,
|
|
690
|
+
"license": "MIT",
|
|
691
|
+
"optional": true,
|
|
692
|
+
"os": [
|
|
693
|
+
"win32"
|
|
694
|
+
],
|
|
695
|
+
"engines": {
|
|
696
|
+
"node": ">=12"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
700
|
+
"version": "0.3.13",
|
|
701
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
702
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
703
|
+
"dev": true,
|
|
704
|
+
"license": "MIT",
|
|
705
|
+
"dependencies": {
|
|
706
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
707
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
"node_modules/@jridgewell/remapping": {
|
|
711
|
+
"version": "2.3.5",
|
|
712
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
713
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
714
|
+
"dev": true,
|
|
715
|
+
"license": "MIT",
|
|
716
|
+
"dependencies": {
|
|
717
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
718
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
722
|
+
"version": "3.1.2",
|
|
723
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
724
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
725
|
+
"dev": true,
|
|
726
|
+
"license": "MIT",
|
|
727
|
+
"engines": {
|
|
728
|
+
"node": ">=6.0.0"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
732
|
+
"version": "1.5.5",
|
|
733
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
734
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
735
|
+
"dev": true,
|
|
736
|
+
"license": "MIT"
|
|
737
|
+
},
|
|
738
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
739
|
+
"version": "0.3.31",
|
|
740
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
741
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
742
|
+
"dev": true,
|
|
743
|
+
"license": "MIT",
|
|
744
|
+
"dependencies": {
|
|
745
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
746
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"node_modules/@rolldown/pluginutils": {
|
|
750
|
+
"version": "1.0.0-beta.27",
|
|
751
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
752
|
+
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|
753
|
+
"dev": true,
|
|
754
|
+
"license": "MIT"
|
|
755
|
+
},
|
|
756
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
757
|
+
"version": "4.54.0",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.54.0.tgz",
|
|
759
|
+
"integrity": "sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==",
|
|
760
|
+
"cpu": [
|
|
761
|
+
"arm"
|
|
762
|
+
],
|
|
763
|
+
"dev": true,
|
|
764
|
+
"license": "MIT",
|
|
765
|
+
"optional": true,
|
|
766
|
+
"os": [
|
|
767
|
+
"android"
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
771
|
+
"version": "4.54.0",
|
|
772
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.54.0.tgz",
|
|
773
|
+
"integrity": "sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==",
|
|
774
|
+
"cpu": [
|
|
775
|
+
"arm64"
|
|
776
|
+
],
|
|
777
|
+
"dev": true,
|
|
778
|
+
"license": "MIT",
|
|
779
|
+
"optional": true,
|
|
780
|
+
"os": [
|
|
781
|
+
"android"
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
785
|
+
"version": "4.54.0",
|
|
786
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.54.0.tgz",
|
|
787
|
+
"integrity": "sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==",
|
|
788
|
+
"cpu": [
|
|
789
|
+
"arm64"
|
|
790
|
+
],
|
|
791
|
+
"dev": true,
|
|
792
|
+
"license": "MIT",
|
|
793
|
+
"optional": true,
|
|
794
|
+
"os": [
|
|
795
|
+
"darwin"
|
|
796
|
+
]
|
|
797
|
+
},
|
|
798
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
799
|
+
"version": "4.54.0",
|
|
800
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.54.0.tgz",
|
|
801
|
+
"integrity": "sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==",
|
|
802
|
+
"cpu": [
|
|
803
|
+
"x64"
|
|
804
|
+
],
|
|
805
|
+
"dev": true,
|
|
806
|
+
"license": "MIT",
|
|
807
|
+
"optional": true,
|
|
808
|
+
"os": [
|
|
809
|
+
"darwin"
|
|
810
|
+
]
|
|
811
|
+
},
|
|
812
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
813
|
+
"version": "4.54.0",
|
|
814
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.54.0.tgz",
|
|
815
|
+
"integrity": "sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==",
|
|
816
|
+
"cpu": [
|
|
817
|
+
"arm64"
|
|
818
|
+
],
|
|
819
|
+
"dev": true,
|
|
820
|
+
"license": "MIT",
|
|
821
|
+
"optional": true,
|
|
822
|
+
"os": [
|
|
823
|
+
"freebsd"
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
827
|
+
"version": "4.54.0",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.54.0.tgz",
|
|
829
|
+
"integrity": "sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==",
|
|
830
|
+
"cpu": [
|
|
831
|
+
"x64"
|
|
832
|
+
],
|
|
833
|
+
"dev": true,
|
|
834
|
+
"license": "MIT",
|
|
835
|
+
"optional": true,
|
|
836
|
+
"os": [
|
|
837
|
+
"freebsd"
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
841
|
+
"version": "4.54.0",
|
|
842
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.54.0.tgz",
|
|
843
|
+
"integrity": "sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==",
|
|
844
|
+
"cpu": [
|
|
845
|
+
"arm"
|
|
846
|
+
],
|
|
847
|
+
"dev": true,
|
|
848
|
+
"license": "MIT",
|
|
849
|
+
"optional": true,
|
|
850
|
+
"os": [
|
|
851
|
+
"linux"
|
|
852
|
+
]
|
|
853
|
+
},
|
|
854
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
855
|
+
"version": "4.54.0",
|
|
856
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.54.0.tgz",
|
|
857
|
+
"integrity": "sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==",
|
|
858
|
+
"cpu": [
|
|
859
|
+
"arm"
|
|
860
|
+
],
|
|
861
|
+
"dev": true,
|
|
862
|
+
"license": "MIT",
|
|
863
|
+
"optional": true,
|
|
864
|
+
"os": [
|
|
865
|
+
"linux"
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
869
|
+
"version": "4.54.0",
|
|
870
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.54.0.tgz",
|
|
871
|
+
"integrity": "sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==",
|
|
872
|
+
"cpu": [
|
|
873
|
+
"arm64"
|
|
874
|
+
],
|
|
875
|
+
"dev": true,
|
|
876
|
+
"license": "MIT",
|
|
877
|
+
"optional": true,
|
|
878
|
+
"os": [
|
|
879
|
+
"linux"
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
883
|
+
"version": "4.54.0",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.54.0.tgz",
|
|
885
|
+
"integrity": "sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==",
|
|
886
|
+
"cpu": [
|
|
887
|
+
"arm64"
|
|
888
|
+
],
|
|
889
|
+
"dev": true,
|
|
890
|
+
"license": "MIT",
|
|
891
|
+
"optional": true,
|
|
892
|
+
"os": [
|
|
893
|
+
"linux"
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
897
|
+
"version": "4.54.0",
|
|
898
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.54.0.tgz",
|
|
899
|
+
"integrity": "sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==",
|
|
900
|
+
"cpu": [
|
|
901
|
+
"loong64"
|
|
902
|
+
],
|
|
903
|
+
"dev": true,
|
|
904
|
+
"license": "MIT",
|
|
905
|
+
"optional": true,
|
|
906
|
+
"os": [
|
|
907
|
+
"linux"
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
911
|
+
"version": "4.54.0",
|
|
912
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.54.0.tgz",
|
|
913
|
+
"integrity": "sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==",
|
|
914
|
+
"cpu": [
|
|
915
|
+
"ppc64"
|
|
916
|
+
],
|
|
917
|
+
"dev": true,
|
|
918
|
+
"license": "MIT",
|
|
919
|
+
"optional": true,
|
|
920
|
+
"os": [
|
|
921
|
+
"linux"
|
|
922
|
+
]
|
|
923
|
+
},
|
|
924
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
925
|
+
"version": "4.54.0",
|
|
926
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.54.0.tgz",
|
|
927
|
+
"integrity": "sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==",
|
|
928
|
+
"cpu": [
|
|
929
|
+
"riscv64"
|
|
930
|
+
],
|
|
931
|
+
"dev": true,
|
|
932
|
+
"license": "MIT",
|
|
933
|
+
"optional": true,
|
|
934
|
+
"os": [
|
|
935
|
+
"linux"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
939
|
+
"version": "4.54.0",
|
|
940
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.54.0.tgz",
|
|
941
|
+
"integrity": "sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==",
|
|
942
|
+
"cpu": [
|
|
943
|
+
"riscv64"
|
|
944
|
+
],
|
|
945
|
+
"dev": true,
|
|
946
|
+
"license": "MIT",
|
|
947
|
+
"optional": true,
|
|
948
|
+
"os": [
|
|
949
|
+
"linux"
|
|
950
|
+
]
|
|
951
|
+
},
|
|
952
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
953
|
+
"version": "4.54.0",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.54.0.tgz",
|
|
955
|
+
"integrity": "sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==",
|
|
956
|
+
"cpu": [
|
|
957
|
+
"s390x"
|
|
958
|
+
],
|
|
959
|
+
"dev": true,
|
|
960
|
+
"license": "MIT",
|
|
961
|
+
"optional": true,
|
|
962
|
+
"os": [
|
|
963
|
+
"linux"
|
|
964
|
+
]
|
|
965
|
+
},
|
|
966
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
967
|
+
"version": "4.54.0",
|
|
968
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
|
|
969
|
+
"integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
|
|
970
|
+
"cpu": [
|
|
971
|
+
"x64"
|
|
972
|
+
],
|
|
973
|
+
"dev": true,
|
|
974
|
+
"license": "MIT",
|
|
975
|
+
"optional": true,
|
|
976
|
+
"os": [
|
|
977
|
+
"linux"
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
981
|
+
"version": "4.54.0",
|
|
982
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.54.0.tgz",
|
|
983
|
+
"integrity": "sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==",
|
|
984
|
+
"cpu": [
|
|
985
|
+
"x64"
|
|
986
|
+
],
|
|
987
|
+
"dev": true,
|
|
988
|
+
"license": "MIT",
|
|
989
|
+
"optional": true,
|
|
990
|
+
"os": [
|
|
991
|
+
"linux"
|
|
992
|
+
]
|
|
993
|
+
},
|
|
994
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
995
|
+
"version": "4.54.0",
|
|
996
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.54.0.tgz",
|
|
997
|
+
"integrity": "sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==",
|
|
998
|
+
"cpu": [
|
|
999
|
+
"arm64"
|
|
1000
|
+
],
|
|
1001
|
+
"dev": true,
|
|
1002
|
+
"license": "MIT",
|
|
1003
|
+
"optional": true,
|
|
1004
|
+
"os": [
|
|
1005
|
+
"openharmony"
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1009
|
+
"version": "4.54.0",
|
|
1010
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.54.0.tgz",
|
|
1011
|
+
"integrity": "sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==",
|
|
1012
|
+
"cpu": [
|
|
1013
|
+
"arm64"
|
|
1014
|
+
],
|
|
1015
|
+
"dev": true,
|
|
1016
|
+
"license": "MIT",
|
|
1017
|
+
"optional": true,
|
|
1018
|
+
"os": [
|
|
1019
|
+
"win32"
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1023
|
+
"version": "4.54.0",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.54.0.tgz",
|
|
1025
|
+
"integrity": "sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==",
|
|
1026
|
+
"cpu": [
|
|
1027
|
+
"ia32"
|
|
1028
|
+
],
|
|
1029
|
+
"dev": true,
|
|
1030
|
+
"license": "MIT",
|
|
1031
|
+
"optional": true,
|
|
1032
|
+
"os": [
|
|
1033
|
+
"win32"
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1037
|
+
"version": "4.54.0",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.54.0.tgz",
|
|
1039
|
+
"integrity": "sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==",
|
|
1040
|
+
"cpu": [
|
|
1041
|
+
"x64"
|
|
1042
|
+
],
|
|
1043
|
+
"dev": true,
|
|
1044
|
+
"license": "MIT",
|
|
1045
|
+
"optional": true,
|
|
1046
|
+
"os": [
|
|
1047
|
+
"win32"
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1051
|
+
"version": "4.54.0",
|
|
1052
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.54.0.tgz",
|
|
1053
|
+
"integrity": "sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==",
|
|
1054
|
+
"cpu": [
|
|
1055
|
+
"x64"
|
|
1056
|
+
],
|
|
1057
|
+
"dev": true,
|
|
1058
|
+
"license": "MIT",
|
|
1059
|
+
"optional": true,
|
|
1060
|
+
"os": [
|
|
1061
|
+
"win32"
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
1064
|
+
"node_modules/@types/babel__core": {
|
|
1065
|
+
"version": "7.20.5",
|
|
1066
|
+
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
1067
|
+
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
1068
|
+
"dev": true,
|
|
1069
|
+
"license": "MIT",
|
|
1070
|
+
"dependencies": {
|
|
1071
|
+
"@babel/parser": "^7.20.7",
|
|
1072
|
+
"@babel/types": "^7.20.7",
|
|
1073
|
+
"@types/babel__generator": "*",
|
|
1074
|
+
"@types/babel__template": "*",
|
|
1075
|
+
"@types/babel__traverse": "*"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
"node_modules/@types/babel__generator": {
|
|
1079
|
+
"version": "7.27.0",
|
|
1080
|
+
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
1081
|
+
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
1082
|
+
"dev": true,
|
|
1083
|
+
"license": "MIT",
|
|
1084
|
+
"dependencies": {
|
|
1085
|
+
"@babel/types": "^7.0.0"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"node_modules/@types/babel__template": {
|
|
1089
|
+
"version": "7.4.4",
|
|
1090
|
+
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
1091
|
+
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1092
|
+
"dev": true,
|
|
1093
|
+
"license": "MIT",
|
|
1094
|
+
"dependencies": {
|
|
1095
|
+
"@babel/parser": "^7.1.0",
|
|
1096
|
+
"@babel/types": "^7.0.0"
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"node_modules/@types/babel__traverse": {
|
|
1100
|
+
"version": "7.28.0",
|
|
1101
|
+
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|
1102
|
+
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|
1103
|
+
"dev": true,
|
|
1104
|
+
"license": "MIT",
|
|
1105
|
+
"dependencies": {
|
|
1106
|
+
"@babel/types": "^7.28.2"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"node_modules/@types/estree": {
|
|
1110
|
+
"version": "1.0.8",
|
|
1111
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
1112
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1113
|
+
"dev": true,
|
|
1114
|
+
"license": "MIT"
|
|
1115
|
+
},
|
|
1116
|
+
"node_modules/@vitejs/plugin-react": {
|
|
1117
|
+
"version": "4.7.0",
|
|
1118
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
|
|
1119
|
+
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
|
|
1120
|
+
"dev": true,
|
|
1121
|
+
"license": "MIT",
|
|
1122
|
+
"dependencies": {
|
|
1123
|
+
"@babel/core": "^7.28.0",
|
|
1124
|
+
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
1125
|
+
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
1126
|
+
"@rolldown/pluginutils": "1.0.0-beta.27",
|
|
1127
|
+
"@types/babel__core": "^7.20.5",
|
|
1128
|
+
"react-refresh": "^0.17.0"
|
|
1129
|
+
},
|
|
1130
|
+
"engines": {
|
|
1131
|
+
"node": "^14.18.0 || >=16.0.0"
|
|
1132
|
+
},
|
|
1133
|
+
"peerDependencies": {
|
|
1134
|
+
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"node_modules/baseline-browser-mapping": {
|
|
1138
|
+
"version": "2.9.11",
|
|
1139
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
|
|
1140
|
+
"integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
|
|
1141
|
+
"dev": true,
|
|
1142
|
+
"license": "Apache-2.0",
|
|
1143
|
+
"bin": {
|
|
1144
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"node_modules/browserslist": {
|
|
1148
|
+
"version": "4.28.1",
|
|
1149
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
1150
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
1151
|
+
"dev": true,
|
|
1152
|
+
"funding": [
|
|
1153
|
+
{
|
|
1154
|
+
"type": "opencollective",
|
|
1155
|
+
"url": "https://opencollective.com/browserslist"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "tidelift",
|
|
1159
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"type": "github",
|
|
1163
|
+
"url": "https://github.com/sponsors/ai"
|
|
1164
|
+
}
|
|
1165
|
+
],
|
|
1166
|
+
"license": "MIT",
|
|
1167
|
+
"dependencies": {
|
|
1168
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
1169
|
+
"caniuse-lite": "^1.0.30001759",
|
|
1170
|
+
"electron-to-chromium": "^1.5.263",
|
|
1171
|
+
"node-releases": "^2.0.27",
|
|
1172
|
+
"update-browserslist-db": "^1.2.0"
|
|
1173
|
+
},
|
|
1174
|
+
"bin": {
|
|
1175
|
+
"browserslist": "cli.js"
|
|
1176
|
+
},
|
|
1177
|
+
"engines": {
|
|
1178
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"node_modules/caniuse-lite": {
|
|
1182
|
+
"version": "1.0.30001761",
|
|
1183
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
|
|
1184
|
+
"integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
|
|
1185
|
+
"dev": true,
|
|
1186
|
+
"funding": [
|
|
1187
|
+
{
|
|
1188
|
+
"type": "opencollective",
|
|
1189
|
+
"url": "https://opencollective.com/browserslist"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"type": "tidelift",
|
|
1193
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"type": "github",
|
|
1197
|
+
"url": "https://github.com/sponsors/ai"
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"license": "CC-BY-4.0"
|
|
1201
|
+
},
|
|
1202
|
+
"node_modules/convert-source-map": {
|
|
1203
|
+
"version": "2.0.0",
|
|
1204
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
1205
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1206
|
+
"dev": true,
|
|
1207
|
+
"license": "MIT"
|
|
1208
|
+
},
|
|
1209
|
+
"node_modules/debug": {
|
|
1210
|
+
"version": "4.4.3",
|
|
1211
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1212
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1213
|
+
"dev": true,
|
|
1214
|
+
"license": "MIT",
|
|
1215
|
+
"dependencies": {
|
|
1216
|
+
"ms": "^2.1.3"
|
|
1217
|
+
},
|
|
1218
|
+
"engines": {
|
|
1219
|
+
"node": ">=6.0"
|
|
1220
|
+
},
|
|
1221
|
+
"peerDependenciesMeta": {
|
|
1222
|
+
"supports-color": {
|
|
1223
|
+
"optional": true
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"node_modules/electron-to-chromium": {
|
|
1228
|
+
"version": "1.5.267",
|
|
1229
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
|
|
1230
|
+
"integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
|
|
1231
|
+
"dev": true,
|
|
1232
|
+
"license": "ISC"
|
|
1233
|
+
},
|
|
1234
|
+
"node_modules/esbuild": {
|
|
1235
|
+
"version": "0.21.5",
|
|
1236
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
|
|
1237
|
+
"integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
|
|
1238
|
+
"dev": true,
|
|
1239
|
+
"hasInstallScript": true,
|
|
1240
|
+
"license": "MIT",
|
|
1241
|
+
"bin": {
|
|
1242
|
+
"esbuild": "bin/esbuild"
|
|
1243
|
+
},
|
|
1244
|
+
"engines": {
|
|
1245
|
+
"node": ">=12"
|
|
1246
|
+
},
|
|
1247
|
+
"optionalDependencies": {
|
|
1248
|
+
"@esbuild/aix-ppc64": "0.21.5",
|
|
1249
|
+
"@esbuild/android-arm": "0.21.5",
|
|
1250
|
+
"@esbuild/android-arm64": "0.21.5",
|
|
1251
|
+
"@esbuild/android-x64": "0.21.5",
|
|
1252
|
+
"@esbuild/darwin-arm64": "0.21.5",
|
|
1253
|
+
"@esbuild/darwin-x64": "0.21.5",
|
|
1254
|
+
"@esbuild/freebsd-arm64": "0.21.5",
|
|
1255
|
+
"@esbuild/freebsd-x64": "0.21.5",
|
|
1256
|
+
"@esbuild/linux-arm": "0.21.5",
|
|
1257
|
+
"@esbuild/linux-arm64": "0.21.5",
|
|
1258
|
+
"@esbuild/linux-ia32": "0.21.5",
|
|
1259
|
+
"@esbuild/linux-loong64": "0.21.5",
|
|
1260
|
+
"@esbuild/linux-mips64el": "0.21.5",
|
|
1261
|
+
"@esbuild/linux-ppc64": "0.21.5",
|
|
1262
|
+
"@esbuild/linux-riscv64": "0.21.5",
|
|
1263
|
+
"@esbuild/linux-s390x": "0.21.5",
|
|
1264
|
+
"@esbuild/linux-x64": "0.21.5",
|
|
1265
|
+
"@esbuild/netbsd-x64": "0.21.5",
|
|
1266
|
+
"@esbuild/openbsd-x64": "0.21.5",
|
|
1267
|
+
"@esbuild/sunos-x64": "0.21.5",
|
|
1268
|
+
"@esbuild/win32-arm64": "0.21.5",
|
|
1269
|
+
"@esbuild/win32-ia32": "0.21.5",
|
|
1270
|
+
"@esbuild/win32-x64": "0.21.5"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"node_modules/escalade": {
|
|
1274
|
+
"version": "3.2.0",
|
|
1275
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
1276
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
1277
|
+
"dev": true,
|
|
1278
|
+
"license": "MIT",
|
|
1279
|
+
"engines": {
|
|
1280
|
+
"node": ">=6"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"node_modules/fsevents": {
|
|
1284
|
+
"version": "2.3.3",
|
|
1285
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
1286
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1287
|
+
"dev": true,
|
|
1288
|
+
"hasInstallScript": true,
|
|
1289
|
+
"license": "MIT",
|
|
1290
|
+
"optional": true,
|
|
1291
|
+
"os": [
|
|
1292
|
+
"darwin"
|
|
1293
|
+
],
|
|
1294
|
+
"engines": {
|
|
1295
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"node_modules/gensync": {
|
|
1299
|
+
"version": "1.0.0-beta.2",
|
|
1300
|
+
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
1301
|
+
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
1302
|
+
"dev": true,
|
|
1303
|
+
"license": "MIT",
|
|
1304
|
+
"engines": {
|
|
1305
|
+
"node": ">=6.9.0"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"node_modules/js-tokens": {
|
|
1309
|
+
"version": "4.0.0",
|
|
1310
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
1311
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
1312
|
+
"license": "MIT"
|
|
1313
|
+
},
|
|
1314
|
+
"node_modules/jsesc": {
|
|
1315
|
+
"version": "3.1.0",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
1317
|
+
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
1318
|
+
"dev": true,
|
|
1319
|
+
"license": "MIT",
|
|
1320
|
+
"bin": {
|
|
1321
|
+
"jsesc": "bin/jsesc"
|
|
1322
|
+
},
|
|
1323
|
+
"engines": {
|
|
1324
|
+
"node": ">=6"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"node_modules/json5": {
|
|
1328
|
+
"version": "2.2.3",
|
|
1329
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
1330
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
1331
|
+
"dev": true,
|
|
1332
|
+
"license": "MIT",
|
|
1333
|
+
"bin": {
|
|
1334
|
+
"json5": "lib/cli.js"
|
|
1335
|
+
},
|
|
1336
|
+
"engines": {
|
|
1337
|
+
"node": ">=6"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"node_modules/loose-envify": {
|
|
1341
|
+
"version": "1.4.0",
|
|
1342
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
1343
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
1344
|
+
"license": "MIT",
|
|
1345
|
+
"dependencies": {
|
|
1346
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
1347
|
+
},
|
|
1348
|
+
"bin": {
|
|
1349
|
+
"loose-envify": "cli.js"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
"node_modules/lru-cache": {
|
|
1353
|
+
"version": "5.1.1",
|
|
1354
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
1355
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
1356
|
+
"dev": true,
|
|
1357
|
+
"license": "ISC",
|
|
1358
|
+
"dependencies": {
|
|
1359
|
+
"yallist": "^3.0.2"
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1362
|
+
"node_modules/ms": {
|
|
1363
|
+
"version": "2.1.3",
|
|
1364
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1365
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1366
|
+
"dev": true,
|
|
1367
|
+
"license": "MIT"
|
|
1368
|
+
},
|
|
1369
|
+
"node_modules/nanoid": {
|
|
1370
|
+
"version": "3.3.11",
|
|
1371
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
1372
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
1373
|
+
"dev": true,
|
|
1374
|
+
"funding": [
|
|
1375
|
+
{
|
|
1376
|
+
"type": "github",
|
|
1377
|
+
"url": "https://github.com/sponsors/ai"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"license": "MIT",
|
|
1381
|
+
"bin": {
|
|
1382
|
+
"nanoid": "bin/nanoid.cjs"
|
|
1383
|
+
},
|
|
1384
|
+
"engines": {
|
|
1385
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
"node_modules/node-releases": {
|
|
1389
|
+
"version": "2.0.27",
|
|
1390
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
1391
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
1392
|
+
"dev": true,
|
|
1393
|
+
"license": "MIT"
|
|
1394
|
+
},
|
|
1395
|
+
"node_modules/picocolors": {
|
|
1396
|
+
"version": "1.1.1",
|
|
1397
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1398
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1399
|
+
"dev": true,
|
|
1400
|
+
"license": "ISC"
|
|
1401
|
+
},
|
|
1402
|
+
"node_modules/postcss": {
|
|
1403
|
+
"version": "8.5.6",
|
|
1404
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
1405
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
1406
|
+
"dev": true,
|
|
1407
|
+
"funding": [
|
|
1408
|
+
{
|
|
1409
|
+
"type": "opencollective",
|
|
1410
|
+
"url": "https://opencollective.com/postcss/"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"type": "tidelift",
|
|
1414
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"type": "github",
|
|
1418
|
+
"url": "https://github.com/sponsors/ai"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"license": "MIT",
|
|
1422
|
+
"dependencies": {
|
|
1423
|
+
"nanoid": "^3.3.11",
|
|
1424
|
+
"picocolors": "^1.1.1",
|
|
1425
|
+
"source-map-js": "^1.2.1"
|
|
1426
|
+
},
|
|
1427
|
+
"engines": {
|
|
1428
|
+
"node": "^10 || ^12 || >=14"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"node_modules/react": {
|
|
1432
|
+
"version": "18.3.1",
|
|
1433
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
1434
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
1435
|
+
"license": "MIT",
|
|
1436
|
+
"dependencies": {
|
|
1437
|
+
"loose-envify": "^1.1.0"
|
|
1438
|
+
},
|
|
1439
|
+
"engines": {
|
|
1440
|
+
"node": ">=0.10.0"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"node_modules/react-dom": {
|
|
1444
|
+
"version": "18.3.1",
|
|
1445
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
1446
|
+
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
1447
|
+
"license": "MIT",
|
|
1448
|
+
"dependencies": {
|
|
1449
|
+
"loose-envify": "^1.1.0",
|
|
1450
|
+
"scheduler": "^0.23.2"
|
|
1451
|
+
},
|
|
1452
|
+
"peerDependencies": {
|
|
1453
|
+
"react": "^18.3.1"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"node_modules/react-refresh": {
|
|
1457
|
+
"version": "0.17.0",
|
|
1458
|
+
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
|
|
1459
|
+
"integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
|
|
1460
|
+
"dev": true,
|
|
1461
|
+
"license": "MIT",
|
|
1462
|
+
"engines": {
|
|
1463
|
+
"node": ">=0.10.0"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"node_modules/rollup": {
|
|
1467
|
+
"version": "4.54.0",
|
|
1468
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.54.0.tgz",
|
|
1469
|
+
"integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
|
|
1470
|
+
"dev": true,
|
|
1471
|
+
"license": "MIT",
|
|
1472
|
+
"dependencies": {
|
|
1473
|
+
"@types/estree": "1.0.8"
|
|
1474
|
+
},
|
|
1475
|
+
"bin": {
|
|
1476
|
+
"rollup": "dist/bin/rollup"
|
|
1477
|
+
},
|
|
1478
|
+
"engines": {
|
|
1479
|
+
"node": ">=18.0.0",
|
|
1480
|
+
"npm": ">=8.0.0"
|
|
1481
|
+
},
|
|
1482
|
+
"optionalDependencies": {
|
|
1483
|
+
"@rollup/rollup-android-arm-eabi": "4.54.0",
|
|
1484
|
+
"@rollup/rollup-android-arm64": "4.54.0",
|
|
1485
|
+
"@rollup/rollup-darwin-arm64": "4.54.0",
|
|
1486
|
+
"@rollup/rollup-darwin-x64": "4.54.0",
|
|
1487
|
+
"@rollup/rollup-freebsd-arm64": "4.54.0",
|
|
1488
|
+
"@rollup/rollup-freebsd-x64": "4.54.0",
|
|
1489
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
|
|
1490
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.54.0",
|
|
1491
|
+
"@rollup/rollup-linux-arm64-gnu": "4.54.0",
|
|
1492
|
+
"@rollup/rollup-linux-arm64-musl": "4.54.0",
|
|
1493
|
+
"@rollup/rollup-linux-loong64-gnu": "4.54.0",
|
|
1494
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.54.0",
|
|
1495
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.54.0",
|
|
1496
|
+
"@rollup/rollup-linux-riscv64-musl": "4.54.0",
|
|
1497
|
+
"@rollup/rollup-linux-s390x-gnu": "4.54.0",
|
|
1498
|
+
"@rollup/rollup-linux-x64-gnu": "4.54.0",
|
|
1499
|
+
"@rollup/rollup-linux-x64-musl": "4.54.0",
|
|
1500
|
+
"@rollup/rollup-openharmony-arm64": "4.54.0",
|
|
1501
|
+
"@rollup/rollup-win32-arm64-msvc": "4.54.0",
|
|
1502
|
+
"@rollup/rollup-win32-ia32-msvc": "4.54.0",
|
|
1503
|
+
"@rollup/rollup-win32-x64-gnu": "4.54.0",
|
|
1504
|
+
"@rollup/rollup-win32-x64-msvc": "4.54.0",
|
|
1505
|
+
"fsevents": "~2.3.2"
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
"node_modules/scheduler": {
|
|
1509
|
+
"version": "0.23.2",
|
|
1510
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
1511
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
1512
|
+
"license": "MIT",
|
|
1513
|
+
"dependencies": {
|
|
1514
|
+
"loose-envify": "^1.1.0"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
"node_modules/semver": {
|
|
1518
|
+
"version": "6.3.1",
|
|
1519
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1520
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1521
|
+
"dev": true,
|
|
1522
|
+
"license": "ISC",
|
|
1523
|
+
"bin": {
|
|
1524
|
+
"semver": "bin/semver.js"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
"node_modules/source-map-js": {
|
|
1528
|
+
"version": "1.2.1",
|
|
1529
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1530
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
1531
|
+
"dev": true,
|
|
1532
|
+
"license": "BSD-3-Clause",
|
|
1533
|
+
"engines": {
|
|
1534
|
+
"node": ">=0.10.0"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
"node_modules/update-browserslist-db": {
|
|
1538
|
+
"version": "1.2.3",
|
|
1539
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
1540
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
1541
|
+
"dev": true,
|
|
1542
|
+
"funding": [
|
|
1543
|
+
{
|
|
1544
|
+
"type": "opencollective",
|
|
1545
|
+
"url": "https://opencollective.com/browserslist"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"type": "tidelift",
|
|
1549
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"type": "github",
|
|
1553
|
+
"url": "https://github.com/sponsors/ai"
|
|
1554
|
+
}
|
|
1555
|
+
],
|
|
1556
|
+
"license": "MIT",
|
|
1557
|
+
"dependencies": {
|
|
1558
|
+
"escalade": "^3.2.0",
|
|
1559
|
+
"picocolors": "^1.1.1"
|
|
1560
|
+
},
|
|
1561
|
+
"bin": {
|
|
1562
|
+
"update-browserslist-db": "cli.js"
|
|
1563
|
+
},
|
|
1564
|
+
"peerDependencies": {
|
|
1565
|
+
"browserslist": ">= 4.21.0"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"node_modules/vite": {
|
|
1569
|
+
"version": "5.4.21",
|
|
1570
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
|
|
1571
|
+
"integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
|
|
1572
|
+
"dev": true,
|
|
1573
|
+
"license": "MIT",
|
|
1574
|
+
"dependencies": {
|
|
1575
|
+
"esbuild": "^0.21.3",
|
|
1576
|
+
"postcss": "^8.4.43",
|
|
1577
|
+
"rollup": "^4.20.0"
|
|
1578
|
+
},
|
|
1579
|
+
"bin": {
|
|
1580
|
+
"vite": "bin/vite.js"
|
|
1581
|
+
},
|
|
1582
|
+
"engines": {
|
|
1583
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1584
|
+
},
|
|
1585
|
+
"funding": {
|
|
1586
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
1587
|
+
},
|
|
1588
|
+
"optionalDependencies": {
|
|
1589
|
+
"fsevents": "~2.3.3"
|
|
1590
|
+
},
|
|
1591
|
+
"peerDependencies": {
|
|
1592
|
+
"@types/node": "^18.0.0 || >=20.0.0",
|
|
1593
|
+
"less": "*",
|
|
1594
|
+
"lightningcss": "^1.21.0",
|
|
1595
|
+
"sass": "*",
|
|
1596
|
+
"sass-embedded": "*",
|
|
1597
|
+
"stylus": "*",
|
|
1598
|
+
"sugarss": "*",
|
|
1599
|
+
"terser": "^5.4.0"
|
|
1600
|
+
},
|
|
1601
|
+
"peerDependenciesMeta": {
|
|
1602
|
+
"@types/node": {
|
|
1603
|
+
"optional": true
|
|
1604
|
+
},
|
|
1605
|
+
"less": {
|
|
1606
|
+
"optional": true
|
|
1607
|
+
},
|
|
1608
|
+
"lightningcss": {
|
|
1609
|
+
"optional": true
|
|
1610
|
+
},
|
|
1611
|
+
"sass": {
|
|
1612
|
+
"optional": true
|
|
1613
|
+
},
|
|
1614
|
+
"sass-embedded": {
|
|
1615
|
+
"optional": true
|
|
1616
|
+
},
|
|
1617
|
+
"stylus": {
|
|
1618
|
+
"optional": true
|
|
1619
|
+
},
|
|
1620
|
+
"sugarss": {
|
|
1621
|
+
"optional": true
|
|
1622
|
+
},
|
|
1623
|
+
"terser": {
|
|
1624
|
+
"optional": true
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"node_modules/yallist": {
|
|
1629
|
+
"version": "3.1.1",
|
|
1630
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
1631
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
1632
|
+
"dev": true,
|
|
1633
|
+
"license": "ISC"
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
}
|