create-aura3d 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -0
- package/dist/index.js +1 -1
- package/dist/showcase-spec-artifacts.d.ts +1 -0
- package/dist/showcase-spec-artifacts.d.ts.map +1 -1
- package/dist/showcase-spec-artifacts.js +1 -0
- package/dist/showcase-spec-artifacts.js.map +1 -1
- package/dist/showcase-spec-evidence.d.ts.map +1 -1
- package/dist/showcase-spec-evidence.js +66 -0
- package/dist/showcase-spec-evidence.js.map +1 -1
- package/dist/showcase-spec-parser.d.ts.map +1 -1
- package/dist/showcase-spec-parser.js +28 -0
- package/dist/showcase-spec-parser.js.map +1 -1
- package/dist/showcase-spec-platformer-artifacts.d.ts.map +1 -1
- package/dist/showcase-spec-platformer-artifacts.js +2 -4
- package/dist/showcase-spec-platformer-artifacts.js.map +1 -1
- package/dist/showcase-spec-types.d.ts +15 -0
- package/dist/showcase-spec-types.d.ts.map +1 -1
- package/package.json +34 -11
- package/templates/animation-channel/package.json +1 -1
- package/templates/animation-studio/package.json +5 -5
- package/templates/character-controller/package.json +3 -3
- package/templates/cinematic-scene/package.json +1 -1
- package/templates/episode-builder/package.json +1 -1
- package/templates/falling-blocks-starter/package.json +1 -1
- package/templates/fighting-game/package.json +1 -1
- package/templates/mini-game/package.json +1 -1
- package/templates/product-viewer/package.json +1 -1
- package/templates/prompt-animation-channel/package.json +1 -1
- package/templates/racing-starter/package.json +1 -1
- package/templates/three-compat-architecture-interior/package.json +1 -1
- package/templates/three-compat-asset-inspector/package.json +1 -1
- package/templates/three-compat-character-viewer/package.json +1 -1
- package/templates/three-compat-custom-threejs-migration/package.json +1 -1
- package/templates/three-compat-large-scene/package.json +1 -1
- package/templates/three-compat-material-authoring/package.json +1 -1
- package/templates/three-compat-postprocess-scene/package.json +1 -1
- package/templates/three-compat-premium-product-viewer/package.json +1 -1
- package/templates/animation-channel/test-results/.last-run.json +0 -4
- package/templates/animation-studio/node_modules.publish-aside/.vite/deps/_metadata.json +0 -8
- package/templates/animation-studio/node_modules.publish-aside/.vite/deps/package.json +0 -3
- package/templates/animation-studio/package-lock.json +0 -3503
|
@@ -1,3503 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aura3d-animation-studio",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "aura3d-animation-studio",
|
|
9
|
-
"version": "0.1.0",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@aura3d/animation": "1.3.2",
|
|
12
|
-
"@aura3d/assets": "1.3.2",
|
|
13
|
-
"@aura3d/core": "1.3.2",
|
|
14
|
-
"@aura3d/engine": "1.3.2",
|
|
15
|
-
"@aura3d/physics": "1.3.2",
|
|
16
|
-
"react": "^18.3.1",
|
|
17
|
-
"react-dom": "^18.3.1",
|
|
18
|
-
"sharp": "^0.33.5"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@playwright/test": "^1.52.0",
|
|
22
|
-
"@types/node": "^22.0.0",
|
|
23
|
-
"@types/react": "^18.3.31",
|
|
24
|
-
"@types/react-dom": "^18.3.7",
|
|
25
|
-
"@vitejs/plugin-react": "^4.7.0",
|
|
26
|
-
"tsx": "^4.20.6",
|
|
27
|
-
"typescript": "^5.9.3",
|
|
28
|
-
"vite": "^7.2.4"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"node_modules/@aura3d/animation": {
|
|
32
|
-
"version": "1.3.2",
|
|
33
|
-
"resolved": "https://registry.npmjs.org/@aura3d/animation/-/animation-1.3.2.tgz",
|
|
34
|
-
"integrity": "sha512-XfhGlHvo5+RSVERbP+xcdSRz+ucVnZQWI+eY78tMaJXlDVjSBzElG2UpDDPZWMRvQoBIySE7yQjct+fGl4UzTA==",
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@aura3d/math": "1.3.2"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"node_modules/@aura3d/assets": {
|
|
40
|
-
"version": "1.3.2",
|
|
41
|
-
"resolved": "https://registry.npmjs.org/@aura3d/assets/-/assets-1.3.2.tgz",
|
|
42
|
-
"integrity": "sha512-0WEyoXTkUIbwRp91TgyN3vmJCzaqzpfpPQC1mPQZZTeK7/bONMLmqwn8DGaOYzampWa0o/GdKmZJaZgl3y0KiA==",
|
|
43
|
-
"dependencies": {
|
|
44
|
-
"@aura3d/animation": "1.3.2",
|
|
45
|
-
"@aura3d/rendering": "1.3.2",
|
|
46
|
-
"@aura3d/scene": "1.3.2"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"node_modules/@aura3d/core": {
|
|
50
|
-
"version": "1.3.2",
|
|
51
|
-
"resolved": "https://registry.npmjs.org/@aura3d/core/-/core-1.3.2.tgz",
|
|
52
|
-
"integrity": "sha512-FFgxrdf0hH0BEtIOF6mgExkAOyaztGahmHLYYwq59LAPXXZdbcy54y4jmP9Kvi4CZikpyabWewvd6YebXc8zOg==",
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"@aura3d/math": "1.3.2"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"node_modules/@aura3d/engine": {
|
|
58
|
-
"version": "1.3.2",
|
|
59
|
-
"resolved": "https://registry.npmjs.org/@aura3d/engine/-/engine-1.3.2.tgz",
|
|
60
|
-
"integrity": "sha512-6wmM9naziifPISIeZKafFf2yxtZrI5nYlq903tHr8EJ6APD83wuEqfkJJmluQwXrF0xSWg3DNCfMNB+bY+VeRA==",
|
|
61
|
-
"license": "MIT",
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"@loaders.gl/core": "4.4.1",
|
|
64
|
-
"@loaders.gl/textures": "4.4.1",
|
|
65
|
-
"cannon-es": "0.20.0"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"node_modules/@aura3d/math": {
|
|
69
|
-
"version": "1.3.2",
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@aura3d/math/-/math-1.3.2.tgz",
|
|
71
|
-
"integrity": "sha512-0cNOgfeIYBvFZ0eyTfko4xfZVKo1jQSqwu3iZd34lVKczZpFr3AOHr3TbR6z5DwIFDrutcSaLdPdXFKLeCY1FA=="
|
|
72
|
-
},
|
|
73
|
-
"node_modules/@aura3d/physics": {
|
|
74
|
-
"version": "1.3.2",
|
|
75
|
-
"resolved": "https://registry.npmjs.org/@aura3d/physics/-/physics-1.3.2.tgz",
|
|
76
|
-
"integrity": "sha512-1DDLL+zMhuqr7GmH2dKlrHMTlzrqDLTfB+VBckMZDuJcXgMSpoBUwSDHGii3+kn39xuVO1MdSoqGiqPaWG4pKg==",
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"cannon-es": "0.20.0"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"node_modules/@aura3d/rendering": {
|
|
82
|
-
"version": "1.3.2",
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@aura3d/rendering/-/rendering-1.3.2.tgz",
|
|
84
|
-
"integrity": "sha512-/noS4T+H+1HInlzco+fSVFCQ26yrUn94DttmW2DIR3qAv4B7YKZccbHXqWkXO2cV7fGsz2O4b2kAeuxXntQHpg==",
|
|
85
|
-
"dependencies": {
|
|
86
|
-
"@aura3d/math": "1.3.2",
|
|
87
|
-
"@aura3d/scene": "1.3.2"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@aura3d/scene": {
|
|
91
|
-
"version": "1.3.2",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@aura3d/scene/-/scene-1.3.2.tgz",
|
|
93
|
-
"integrity": "sha512-0rws5+/ghnsmomZuND2nyblX8aqnCOkeBYfiNjkWRh0fkjkdqH3apCSh4hgeTTac5OnJT/SE+5GrPU1uTDZ73w==",
|
|
94
|
-
"dependencies": {
|
|
95
|
-
"@aura3d/core": "1.3.2",
|
|
96
|
-
"@aura3d/math": "1.3.2"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"node_modules/@babel/code-frame": {
|
|
100
|
-
"version": "7.29.7",
|
|
101
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
102
|
-
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
103
|
-
"dev": true,
|
|
104
|
-
"license": "MIT",
|
|
105
|
-
"dependencies": {
|
|
106
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
107
|
-
"js-tokens": "^4.0.0",
|
|
108
|
-
"picocolors": "^1.1.1"
|
|
109
|
-
},
|
|
110
|
-
"engines": {
|
|
111
|
-
"node": ">=6.9.0"
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"node_modules/@babel/compat-data": {
|
|
115
|
-
"version": "7.29.7",
|
|
116
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
117
|
-
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
118
|
-
"dev": true,
|
|
119
|
-
"license": "MIT",
|
|
120
|
-
"engines": {
|
|
121
|
-
"node": ">=6.9.0"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"node_modules/@babel/core": {
|
|
125
|
-
"version": "7.29.7",
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
127
|
-
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
128
|
-
"dev": true,
|
|
129
|
-
"license": "MIT",
|
|
130
|
-
"dependencies": {
|
|
131
|
-
"@babel/code-frame": "^7.29.7",
|
|
132
|
-
"@babel/generator": "^7.29.7",
|
|
133
|
-
"@babel/helper-compilation-targets": "^7.29.7",
|
|
134
|
-
"@babel/helper-module-transforms": "^7.29.7",
|
|
135
|
-
"@babel/helpers": "^7.29.7",
|
|
136
|
-
"@babel/parser": "^7.29.7",
|
|
137
|
-
"@babel/template": "^7.29.7",
|
|
138
|
-
"@babel/traverse": "^7.29.7",
|
|
139
|
-
"@babel/types": "^7.29.7",
|
|
140
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
141
|
-
"convert-source-map": "^2.0.0",
|
|
142
|
-
"debug": "^4.1.0",
|
|
143
|
-
"gensync": "^1.0.0-beta.2",
|
|
144
|
-
"json5": "^2.2.3",
|
|
145
|
-
"semver": "^6.3.1"
|
|
146
|
-
},
|
|
147
|
-
"engines": {
|
|
148
|
-
"node": ">=6.9.0"
|
|
149
|
-
},
|
|
150
|
-
"funding": {
|
|
151
|
-
"type": "opencollective",
|
|
152
|
-
"url": "https://opencollective.com/babel"
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
"node_modules/@babel/generator": {
|
|
156
|
-
"version": "7.29.7",
|
|
157
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
158
|
-
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
159
|
-
"dev": true,
|
|
160
|
-
"license": "MIT",
|
|
161
|
-
"dependencies": {
|
|
162
|
-
"@babel/parser": "^7.29.7",
|
|
163
|
-
"@babel/types": "^7.29.7",
|
|
164
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
165
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
166
|
-
"jsesc": "^3.0.2"
|
|
167
|
-
},
|
|
168
|
-
"engines": {
|
|
169
|
-
"node": ">=6.9.0"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"node_modules/@babel/helper-compilation-targets": {
|
|
173
|
-
"version": "7.29.7",
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
175
|
-
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
176
|
-
"dev": true,
|
|
177
|
-
"license": "MIT",
|
|
178
|
-
"dependencies": {
|
|
179
|
-
"@babel/compat-data": "^7.29.7",
|
|
180
|
-
"@babel/helper-validator-option": "^7.29.7",
|
|
181
|
-
"browserslist": "^4.24.0",
|
|
182
|
-
"lru-cache": "^5.1.1",
|
|
183
|
-
"semver": "^6.3.1"
|
|
184
|
-
},
|
|
185
|
-
"engines": {
|
|
186
|
-
"node": ">=6.9.0"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"node_modules/@babel/helper-globals": {
|
|
190
|
-
"version": "7.29.7",
|
|
191
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
192
|
-
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
193
|
-
"dev": true,
|
|
194
|
-
"license": "MIT",
|
|
195
|
-
"engines": {
|
|
196
|
-
"node": ">=6.9.0"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"node_modules/@babel/helper-module-imports": {
|
|
200
|
-
"version": "7.29.7",
|
|
201
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
202
|
-
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
203
|
-
"dev": true,
|
|
204
|
-
"license": "MIT",
|
|
205
|
-
"dependencies": {
|
|
206
|
-
"@babel/traverse": "^7.29.7",
|
|
207
|
-
"@babel/types": "^7.29.7"
|
|
208
|
-
},
|
|
209
|
-
"engines": {
|
|
210
|
-
"node": ">=6.9.0"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
"node_modules/@babel/helper-module-transforms": {
|
|
214
|
-
"version": "7.29.7",
|
|
215
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
216
|
-
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
217
|
-
"dev": true,
|
|
218
|
-
"license": "MIT",
|
|
219
|
-
"dependencies": {
|
|
220
|
-
"@babel/helper-module-imports": "^7.29.7",
|
|
221
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
222
|
-
"@babel/traverse": "^7.29.7"
|
|
223
|
-
},
|
|
224
|
-
"engines": {
|
|
225
|
-
"node": ">=6.9.0"
|
|
226
|
-
},
|
|
227
|
-
"peerDependencies": {
|
|
228
|
-
"@babel/core": "^7.0.0"
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
"node_modules/@babel/helper-plugin-utils": {
|
|
232
|
-
"version": "7.29.7",
|
|
233
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
|
|
234
|
-
"integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
|
|
235
|
-
"dev": true,
|
|
236
|
-
"license": "MIT",
|
|
237
|
-
"engines": {
|
|
238
|
-
"node": ">=6.9.0"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
"node_modules/@babel/helper-string-parser": {
|
|
242
|
-
"version": "7.29.7",
|
|
243
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
244
|
-
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
245
|
-
"dev": true,
|
|
246
|
-
"license": "MIT",
|
|
247
|
-
"engines": {
|
|
248
|
-
"node": ">=6.9.0"
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
"node_modules/@babel/helper-validator-identifier": {
|
|
252
|
-
"version": "7.29.7",
|
|
253
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
254
|
-
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
255
|
-
"dev": true,
|
|
256
|
-
"license": "MIT",
|
|
257
|
-
"engines": {
|
|
258
|
-
"node": ">=6.9.0"
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
"node_modules/@babel/helper-validator-option": {
|
|
262
|
-
"version": "7.29.7",
|
|
263
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
264
|
-
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
265
|
-
"dev": true,
|
|
266
|
-
"license": "MIT",
|
|
267
|
-
"engines": {
|
|
268
|
-
"node": ">=6.9.0"
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
"node_modules/@babel/helpers": {
|
|
272
|
-
"version": "7.29.7",
|
|
273
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
274
|
-
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
275
|
-
"dev": true,
|
|
276
|
-
"license": "MIT",
|
|
277
|
-
"dependencies": {
|
|
278
|
-
"@babel/template": "^7.29.7",
|
|
279
|
-
"@babel/types": "^7.29.7"
|
|
280
|
-
},
|
|
281
|
-
"engines": {
|
|
282
|
-
"node": ">=6.9.0"
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
"node_modules/@babel/parser": {
|
|
286
|
-
"version": "7.29.7",
|
|
287
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
288
|
-
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
289
|
-
"dev": true,
|
|
290
|
-
"license": "MIT",
|
|
291
|
-
"dependencies": {
|
|
292
|
-
"@babel/types": "^7.29.7"
|
|
293
|
-
},
|
|
294
|
-
"bin": {
|
|
295
|
-
"parser": "bin/babel-parser.js"
|
|
296
|
-
},
|
|
297
|
-
"engines": {
|
|
298
|
-
"node": ">=6.0.0"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
302
|
-
"version": "7.29.7",
|
|
303
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz",
|
|
304
|
-
"integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==",
|
|
305
|
-
"dev": true,
|
|
306
|
-
"license": "MIT",
|
|
307
|
-
"dependencies": {
|
|
308
|
-
"@babel/helper-plugin-utils": "^7.29.7"
|
|
309
|
-
},
|
|
310
|
-
"engines": {
|
|
311
|
-
"node": ">=6.9.0"
|
|
312
|
-
},
|
|
313
|
-
"peerDependencies": {
|
|
314
|
-
"@babel/core": "^7.0.0-0"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
318
|
-
"version": "7.29.7",
|
|
319
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz",
|
|
320
|
-
"integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==",
|
|
321
|
-
"dev": true,
|
|
322
|
-
"license": "MIT",
|
|
323
|
-
"dependencies": {
|
|
324
|
-
"@babel/helper-plugin-utils": "^7.29.7"
|
|
325
|
-
},
|
|
326
|
-
"engines": {
|
|
327
|
-
"node": ">=6.9.0"
|
|
328
|
-
},
|
|
329
|
-
"peerDependencies": {
|
|
330
|
-
"@babel/core": "^7.0.0-0"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"node_modules/@babel/template": {
|
|
334
|
-
"version": "7.29.7",
|
|
335
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
336
|
-
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
337
|
-
"dev": true,
|
|
338
|
-
"license": "MIT",
|
|
339
|
-
"dependencies": {
|
|
340
|
-
"@babel/code-frame": "^7.29.7",
|
|
341
|
-
"@babel/parser": "^7.29.7",
|
|
342
|
-
"@babel/types": "^7.29.7"
|
|
343
|
-
},
|
|
344
|
-
"engines": {
|
|
345
|
-
"node": ">=6.9.0"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"node_modules/@babel/traverse": {
|
|
349
|
-
"version": "7.29.7",
|
|
350
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
351
|
-
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
352
|
-
"dev": true,
|
|
353
|
-
"license": "MIT",
|
|
354
|
-
"dependencies": {
|
|
355
|
-
"@babel/code-frame": "^7.29.7",
|
|
356
|
-
"@babel/generator": "^7.29.7",
|
|
357
|
-
"@babel/helper-globals": "^7.29.7",
|
|
358
|
-
"@babel/parser": "^7.29.7",
|
|
359
|
-
"@babel/template": "^7.29.7",
|
|
360
|
-
"@babel/types": "^7.29.7",
|
|
361
|
-
"debug": "^4.3.1"
|
|
362
|
-
},
|
|
363
|
-
"engines": {
|
|
364
|
-
"node": ">=6.9.0"
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"node_modules/@babel/types": {
|
|
368
|
-
"version": "7.29.7",
|
|
369
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
370
|
-
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
371
|
-
"dev": true,
|
|
372
|
-
"license": "MIT",
|
|
373
|
-
"dependencies": {
|
|
374
|
-
"@babel/helper-string-parser": "^7.29.7",
|
|
375
|
-
"@babel/helper-validator-identifier": "^7.29.7"
|
|
376
|
-
},
|
|
377
|
-
"engines": {
|
|
378
|
-
"node": ">=6.9.0"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"node_modules/@emnapi/runtime": {
|
|
382
|
-
"version": "1.11.0",
|
|
383
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.0.tgz",
|
|
384
|
-
"integrity": "sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==",
|
|
385
|
-
"license": "MIT",
|
|
386
|
-
"optional": true,
|
|
387
|
-
"dependencies": {
|
|
388
|
-
"tslib": "^2.4.0"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
"node_modules/@esbuild/aix-ppc64": {
|
|
392
|
-
"version": "0.28.0",
|
|
393
|
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.0.tgz",
|
|
394
|
-
"integrity": "sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==",
|
|
395
|
-
"cpu": [
|
|
396
|
-
"ppc64"
|
|
397
|
-
],
|
|
398
|
-
"dev": true,
|
|
399
|
-
"license": "MIT",
|
|
400
|
-
"optional": true,
|
|
401
|
-
"os": [
|
|
402
|
-
"aix"
|
|
403
|
-
],
|
|
404
|
-
"engines": {
|
|
405
|
-
"node": ">=18"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
"node_modules/@esbuild/android-arm": {
|
|
409
|
-
"version": "0.28.0",
|
|
410
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.0.tgz",
|
|
411
|
-
"integrity": "sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==",
|
|
412
|
-
"cpu": [
|
|
413
|
-
"arm"
|
|
414
|
-
],
|
|
415
|
-
"dev": true,
|
|
416
|
-
"license": "MIT",
|
|
417
|
-
"optional": true,
|
|
418
|
-
"os": [
|
|
419
|
-
"android"
|
|
420
|
-
],
|
|
421
|
-
"engines": {
|
|
422
|
-
"node": ">=18"
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
"node_modules/@esbuild/android-arm64": {
|
|
426
|
-
"version": "0.28.0",
|
|
427
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.0.tgz",
|
|
428
|
-
"integrity": "sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==",
|
|
429
|
-
"cpu": [
|
|
430
|
-
"arm64"
|
|
431
|
-
],
|
|
432
|
-
"dev": true,
|
|
433
|
-
"license": "MIT",
|
|
434
|
-
"optional": true,
|
|
435
|
-
"os": [
|
|
436
|
-
"android"
|
|
437
|
-
],
|
|
438
|
-
"engines": {
|
|
439
|
-
"node": ">=18"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
"node_modules/@esbuild/android-x64": {
|
|
443
|
-
"version": "0.28.0",
|
|
444
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.0.tgz",
|
|
445
|
-
"integrity": "sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==",
|
|
446
|
-
"cpu": [
|
|
447
|
-
"x64"
|
|
448
|
-
],
|
|
449
|
-
"dev": true,
|
|
450
|
-
"license": "MIT",
|
|
451
|
-
"optional": true,
|
|
452
|
-
"os": [
|
|
453
|
-
"android"
|
|
454
|
-
],
|
|
455
|
-
"engines": {
|
|
456
|
-
"node": ">=18"
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
"node_modules/@esbuild/darwin-arm64": {
|
|
460
|
-
"version": "0.28.0",
|
|
461
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.0.tgz",
|
|
462
|
-
"integrity": "sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==",
|
|
463
|
-
"cpu": [
|
|
464
|
-
"arm64"
|
|
465
|
-
],
|
|
466
|
-
"dev": true,
|
|
467
|
-
"license": "MIT",
|
|
468
|
-
"optional": true,
|
|
469
|
-
"os": [
|
|
470
|
-
"darwin"
|
|
471
|
-
],
|
|
472
|
-
"engines": {
|
|
473
|
-
"node": ">=18"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
"node_modules/@esbuild/darwin-x64": {
|
|
477
|
-
"version": "0.28.0",
|
|
478
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.0.tgz",
|
|
479
|
-
"integrity": "sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==",
|
|
480
|
-
"cpu": [
|
|
481
|
-
"x64"
|
|
482
|
-
],
|
|
483
|
-
"dev": true,
|
|
484
|
-
"license": "MIT",
|
|
485
|
-
"optional": true,
|
|
486
|
-
"os": [
|
|
487
|
-
"darwin"
|
|
488
|
-
],
|
|
489
|
-
"engines": {
|
|
490
|
-
"node": ">=18"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
"node_modules/@esbuild/freebsd-arm64": {
|
|
494
|
-
"version": "0.28.0",
|
|
495
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.0.tgz",
|
|
496
|
-
"integrity": "sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==",
|
|
497
|
-
"cpu": [
|
|
498
|
-
"arm64"
|
|
499
|
-
],
|
|
500
|
-
"dev": true,
|
|
501
|
-
"license": "MIT",
|
|
502
|
-
"optional": true,
|
|
503
|
-
"os": [
|
|
504
|
-
"freebsd"
|
|
505
|
-
],
|
|
506
|
-
"engines": {
|
|
507
|
-
"node": ">=18"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"node_modules/@esbuild/freebsd-x64": {
|
|
511
|
-
"version": "0.28.0",
|
|
512
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.0.tgz",
|
|
513
|
-
"integrity": "sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==",
|
|
514
|
-
"cpu": [
|
|
515
|
-
"x64"
|
|
516
|
-
],
|
|
517
|
-
"dev": true,
|
|
518
|
-
"license": "MIT",
|
|
519
|
-
"optional": true,
|
|
520
|
-
"os": [
|
|
521
|
-
"freebsd"
|
|
522
|
-
],
|
|
523
|
-
"engines": {
|
|
524
|
-
"node": ">=18"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
"node_modules/@esbuild/linux-arm": {
|
|
528
|
-
"version": "0.28.0",
|
|
529
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.0.tgz",
|
|
530
|
-
"integrity": "sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==",
|
|
531
|
-
"cpu": [
|
|
532
|
-
"arm"
|
|
533
|
-
],
|
|
534
|
-
"dev": true,
|
|
535
|
-
"license": "MIT",
|
|
536
|
-
"optional": true,
|
|
537
|
-
"os": [
|
|
538
|
-
"linux"
|
|
539
|
-
],
|
|
540
|
-
"engines": {
|
|
541
|
-
"node": ">=18"
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
"node_modules/@esbuild/linux-arm64": {
|
|
545
|
-
"version": "0.28.0",
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.0.tgz",
|
|
547
|
-
"integrity": "sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==",
|
|
548
|
-
"cpu": [
|
|
549
|
-
"arm64"
|
|
550
|
-
],
|
|
551
|
-
"dev": true,
|
|
552
|
-
"license": "MIT",
|
|
553
|
-
"optional": true,
|
|
554
|
-
"os": [
|
|
555
|
-
"linux"
|
|
556
|
-
],
|
|
557
|
-
"engines": {
|
|
558
|
-
"node": ">=18"
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
"node_modules/@esbuild/linux-ia32": {
|
|
562
|
-
"version": "0.28.0",
|
|
563
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.0.tgz",
|
|
564
|
-
"integrity": "sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==",
|
|
565
|
-
"cpu": [
|
|
566
|
-
"ia32"
|
|
567
|
-
],
|
|
568
|
-
"dev": true,
|
|
569
|
-
"license": "MIT",
|
|
570
|
-
"optional": true,
|
|
571
|
-
"os": [
|
|
572
|
-
"linux"
|
|
573
|
-
],
|
|
574
|
-
"engines": {
|
|
575
|
-
"node": ">=18"
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
"node_modules/@esbuild/linux-loong64": {
|
|
579
|
-
"version": "0.28.0",
|
|
580
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.0.tgz",
|
|
581
|
-
"integrity": "sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==",
|
|
582
|
-
"cpu": [
|
|
583
|
-
"loong64"
|
|
584
|
-
],
|
|
585
|
-
"dev": true,
|
|
586
|
-
"license": "MIT",
|
|
587
|
-
"optional": true,
|
|
588
|
-
"os": [
|
|
589
|
-
"linux"
|
|
590
|
-
],
|
|
591
|
-
"engines": {
|
|
592
|
-
"node": ">=18"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"node_modules/@esbuild/linux-mips64el": {
|
|
596
|
-
"version": "0.28.0",
|
|
597
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.0.tgz",
|
|
598
|
-
"integrity": "sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==",
|
|
599
|
-
"cpu": [
|
|
600
|
-
"mips64el"
|
|
601
|
-
],
|
|
602
|
-
"dev": true,
|
|
603
|
-
"license": "MIT",
|
|
604
|
-
"optional": true,
|
|
605
|
-
"os": [
|
|
606
|
-
"linux"
|
|
607
|
-
],
|
|
608
|
-
"engines": {
|
|
609
|
-
"node": ">=18"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"node_modules/@esbuild/linux-ppc64": {
|
|
613
|
-
"version": "0.28.0",
|
|
614
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.0.tgz",
|
|
615
|
-
"integrity": "sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==",
|
|
616
|
-
"cpu": [
|
|
617
|
-
"ppc64"
|
|
618
|
-
],
|
|
619
|
-
"dev": true,
|
|
620
|
-
"license": "MIT",
|
|
621
|
-
"optional": true,
|
|
622
|
-
"os": [
|
|
623
|
-
"linux"
|
|
624
|
-
],
|
|
625
|
-
"engines": {
|
|
626
|
-
"node": ">=18"
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
"node_modules/@esbuild/linux-riscv64": {
|
|
630
|
-
"version": "0.28.0",
|
|
631
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.0.tgz",
|
|
632
|
-
"integrity": "sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==",
|
|
633
|
-
"cpu": [
|
|
634
|
-
"riscv64"
|
|
635
|
-
],
|
|
636
|
-
"dev": true,
|
|
637
|
-
"license": "MIT",
|
|
638
|
-
"optional": true,
|
|
639
|
-
"os": [
|
|
640
|
-
"linux"
|
|
641
|
-
],
|
|
642
|
-
"engines": {
|
|
643
|
-
"node": ">=18"
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
"node_modules/@esbuild/linux-s390x": {
|
|
647
|
-
"version": "0.28.0",
|
|
648
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.0.tgz",
|
|
649
|
-
"integrity": "sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==",
|
|
650
|
-
"cpu": [
|
|
651
|
-
"s390x"
|
|
652
|
-
],
|
|
653
|
-
"dev": true,
|
|
654
|
-
"license": "MIT",
|
|
655
|
-
"optional": true,
|
|
656
|
-
"os": [
|
|
657
|
-
"linux"
|
|
658
|
-
],
|
|
659
|
-
"engines": {
|
|
660
|
-
"node": ">=18"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"node_modules/@esbuild/linux-x64": {
|
|
664
|
-
"version": "0.28.0",
|
|
665
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.0.tgz",
|
|
666
|
-
"integrity": "sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==",
|
|
667
|
-
"cpu": [
|
|
668
|
-
"x64"
|
|
669
|
-
],
|
|
670
|
-
"dev": true,
|
|
671
|
-
"license": "MIT",
|
|
672
|
-
"optional": true,
|
|
673
|
-
"os": [
|
|
674
|
-
"linux"
|
|
675
|
-
],
|
|
676
|
-
"engines": {
|
|
677
|
-
"node": ">=18"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
"node_modules/@esbuild/netbsd-arm64": {
|
|
681
|
-
"version": "0.28.0",
|
|
682
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.0.tgz",
|
|
683
|
-
"integrity": "sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==",
|
|
684
|
-
"cpu": [
|
|
685
|
-
"arm64"
|
|
686
|
-
],
|
|
687
|
-
"dev": true,
|
|
688
|
-
"license": "MIT",
|
|
689
|
-
"optional": true,
|
|
690
|
-
"os": [
|
|
691
|
-
"netbsd"
|
|
692
|
-
],
|
|
693
|
-
"engines": {
|
|
694
|
-
"node": ">=18"
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
"node_modules/@esbuild/netbsd-x64": {
|
|
698
|
-
"version": "0.28.0",
|
|
699
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.0.tgz",
|
|
700
|
-
"integrity": "sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==",
|
|
701
|
-
"cpu": [
|
|
702
|
-
"x64"
|
|
703
|
-
],
|
|
704
|
-
"dev": true,
|
|
705
|
-
"license": "MIT",
|
|
706
|
-
"optional": true,
|
|
707
|
-
"os": [
|
|
708
|
-
"netbsd"
|
|
709
|
-
],
|
|
710
|
-
"engines": {
|
|
711
|
-
"node": ">=18"
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
"node_modules/@esbuild/openbsd-arm64": {
|
|
715
|
-
"version": "0.28.0",
|
|
716
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.0.tgz",
|
|
717
|
-
"integrity": "sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==",
|
|
718
|
-
"cpu": [
|
|
719
|
-
"arm64"
|
|
720
|
-
],
|
|
721
|
-
"dev": true,
|
|
722
|
-
"license": "MIT",
|
|
723
|
-
"optional": true,
|
|
724
|
-
"os": [
|
|
725
|
-
"openbsd"
|
|
726
|
-
],
|
|
727
|
-
"engines": {
|
|
728
|
-
"node": ">=18"
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
"node_modules/@esbuild/openbsd-x64": {
|
|
732
|
-
"version": "0.28.0",
|
|
733
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.0.tgz",
|
|
734
|
-
"integrity": "sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==",
|
|
735
|
-
"cpu": [
|
|
736
|
-
"x64"
|
|
737
|
-
],
|
|
738
|
-
"dev": true,
|
|
739
|
-
"license": "MIT",
|
|
740
|
-
"optional": true,
|
|
741
|
-
"os": [
|
|
742
|
-
"openbsd"
|
|
743
|
-
],
|
|
744
|
-
"engines": {
|
|
745
|
-
"node": ">=18"
|
|
746
|
-
}
|
|
747
|
-
},
|
|
748
|
-
"node_modules/@esbuild/openharmony-arm64": {
|
|
749
|
-
"version": "0.28.0",
|
|
750
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.0.tgz",
|
|
751
|
-
"integrity": "sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==",
|
|
752
|
-
"cpu": [
|
|
753
|
-
"arm64"
|
|
754
|
-
],
|
|
755
|
-
"dev": true,
|
|
756
|
-
"license": "MIT",
|
|
757
|
-
"optional": true,
|
|
758
|
-
"os": [
|
|
759
|
-
"openharmony"
|
|
760
|
-
],
|
|
761
|
-
"engines": {
|
|
762
|
-
"node": ">=18"
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
"node_modules/@esbuild/sunos-x64": {
|
|
766
|
-
"version": "0.28.0",
|
|
767
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.0.tgz",
|
|
768
|
-
"integrity": "sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==",
|
|
769
|
-
"cpu": [
|
|
770
|
-
"x64"
|
|
771
|
-
],
|
|
772
|
-
"dev": true,
|
|
773
|
-
"license": "MIT",
|
|
774
|
-
"optional": true,
|
|
775
|
-
"os": [
|
|
776
|
-
"sunos"
|
|
777
|
-
],
|
|
778
|
-
"engines": {
|
|
779
|
-
"node": ">=18"
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
"node_modules/@esbuild/win32-arm64": {
|
|
783
|
-
"version": "0.28.0",
|
|
784
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.0.tgz",
|
|
785
|
-
"integrity": "sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==",
|
|
786
|
-
"cpu": [
|
|
787
|
-
"arm64"
|
|
788
|
-
],
|
|
789
|
-
"dev": true,
|
|
790
|
-
"license": "MIT",
|
|
791
|
-
"optional": true,
|
|
792
|
-
"os": [
|
|
793
|
-
"win32"
|
|
794
|
-
],
|
|
795
|
-
"engines": {
|
|
796
|
-
"node": ">=18"
|
|
797
|
-
}
|
|
798
|
-
},
|
|
799
|
-
"node_modules/@esbuild/win32-ia32": {
|
|
800
|
-
"version": "0.28.0",
|
|
801
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.0.tgz",
|
|
802
|
-
"integrity": "sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==",
|
|
803
|
-
"cpu": [
|
|
804
|
-
"ia32"
|
|
805
|
-
],
|
|
806
|
-
"dev": true,
|
|
807
|
-
"license": "MIT",
|
|
808
|
-
"optional": true,
|
|
809
|
-
"os": [
|
|
810
|
-
"win32"
|
|
811
|
-
],
|
|
812
|
-
"engines": {
|
|
813
|
-
"node": ">=18"
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
"node_modules/@esbuild/win32-x64": {
|
|
817
|
-
"version": "0.28.0",
|
|
818
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.0.tgz",
|
|
819
|
-
"integrity": "sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==",
|
|
820
|
-
"cpu": [
|
|
821
|
-
"x64"
|
|
822
|
-
],
|
|
823
|
-
"dev": true,
|
|
824
|
-
"license": "MIT",
|
|
825
|
-
"optional": true,
|
|
826
|
-
"os": [
|
|
827
|
-
"win32"
|
|
828
|
-
],
|
|
829
|
-
"engines": {
|
|
830
|
-
"node": ">=18"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"node_modules/@img/sharp-darwin-arm64": {
|
|
834
|
-
"version": "0.33.5",
|
|
835
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
|
|
836
|
-
"integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
|
|
837
|
-
"cpu": [
|
|
838
|
-
"arm64"
|
|
839
|
-
],
|
|
840
|
-
"license": "Apache-2.0",
|
|
841
|
-
"optional": true,
|
|
842
|
-
"os": [
|
|
843
|
-
"darwin"
|
|
844
|
-
],
|
|
845
|
-
"engines": {
|
|
846
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
847
|
-
},
|
|
848
|
-
"funding": {
|
|
849
|
-
"url": "https://opencollective.com/libvips"
|
|
850
|
-
},
|
|
851
|
-
"optionalDependencies": {
|
|
852
|
-
"@img/sharp-libvips-darwin-arm64": "1.0.4"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
"node_modules/@img/sharp-darwin-x64": {
|
|
856
|
-
"version": "0.33.5",
|
|
857
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
|
|
858
|
-
"integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
|
|
859
|
-
"cpu": [
|
|
860
|
-
"x64"
|
|
861
|
-
],
|
|
862
|
-
"license": "Apache-2.0",
|
|
863
|
-
"optional": true,
|
|
864
|
-
"os": [
|
|
865
|
-
"darwin"
|
|
866
|
-
],
|
|
867
|
-
"engines": {
|
|
868
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
869
|
-
},
|
|
870
|
-
"funding": {
|
|
871
|
-
"url": "https://opencollective.com/libvips"
|
|
872
|
-
},
|
|
873
|
-
"optionalDependencies": {
|
|
874
|
-
"@img/sharp-libvips-darwin-x64": "1.0.4"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
878
|
-
"version": "1.0.4",
|
|
879
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
|
|
880
|
-
"integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
|
|
881
|
-
"cpu": [
|
|
882
|
-
"arm64"
|
|
883
|
-
],
|
|
884
|
-
"license": "LGPL-3.0-or-later",
|
|
885
|
-
"optional": true,
|
|
886
|
-
"os": [
|
|
887
|
-
"darwin"
|
|
888
|
-
],
|
|
889
|
-
"funding": {
|
|
890
|
-
"url": "https://opencollective.com/libvips"
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
894
|
-
"version": "1.0.4",
|
|
895
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
|
|
896
|
-
"integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
|
|
897
|
-
"cpu": [
|
|
898
|
-
"x64"
|
|
899
|
-
],
|
|
900
|
-
"license": "LGPL-3.0-or-later",
|
|
901
|
-
"optional": true,
|
|
902
|
-
"os": [
|
|
903
|
-
"darwin"
|
|
904
|
-
],
|
|
905
|
-
"funding": {
|
|
906
|
-
"url": "https://opencollective.com/libvips"
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
910
|
-
"version": "1.0.5",
|
|
911
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
|
|
912
|
-
"integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
|
|
913
|
-
"cpu": [
|
|
914
|
-
"arm"
|
|
915
|
-
],
|
|
916
|
-
"libc": [
|
|
917
|
-
"glibc"
|
|
918
|
-
],
|
|
919
|
-
"license": "LGPL-3.0-or-later",
|
|
920
|
-
"optional": true,
|
|
921
|
-
"os": [
|
|
922
|
-
"linux"
|
|
923
|
-
],
|
|
924
|
-
"funding": {
|
|
925
|
-
"url": "https://opencollective.com/libvips"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
929
|
-
"version": "1.0.4",
|
|
930
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
|
|
931
|
-
"integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
|
|
932
|
-
"cpu": [
|
|
933
|
-
"arm64"
|
|
934
|
-
],
|
|
935
|
-
"libc": [
|
|
936
|
-
"glibc"
|
|
937
|
-
],
|
|
938
|
-
"license": "LGPL-3.0-or-later",
|
|
939
|
-
"optional": true,
|
|
940
|
-
"os": [
|
|
941
|
-
"linux"
|
|
942
|
-
],
|
|
943
|
-
"funding": {
|
|
944
|
-
"url": "https://opencollective.com/libvips"
|
|
945
|
-
}
|
|
946
|
-
},
|
|
947
|
-
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
948
|
-
"version": "1.0.4",
|
|
949
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
|
|
950
|
-
"integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
|
|
951
|
-
"cpu": [
|
|
952
|
-
"s390x"
|
|
953
|
-
],
|
|
954
|
-
"libc": [
|
|
955
|
-
"glibc"
|
|
956
|
-
],
|
|
957
|
-
"license": "LGPL-3.0-or-later",
|
|
958
|
-
"optional": true,
|
|
959
|
-
"os": [
|
|
960
|
-
"linux"
|
|
961
|
-
],
|
|
962
|
-
"funding": {
|
|
963
|
-
"url": "https://opencollective.com/libvips"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
967
|
-
"version": "1.0.4",
|
|
968
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
|
|
969
|
-
"integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
|
|
970
|
-
"cpu": [
|
|
971
|
-
"x64"
|
|
972
|
-
],
|
|
973
|
-
"libc": [
|
|
974
|
-
"glibc"
|
|
975
|
-
],
|
|
976
|
-
"license": "LGPL-3.0-or-later",
|
|
977
|
-
"optional": true,
|
|
978
|
-
"os": [
|
|
979
|
-
"linux"
|
|
980
|
-
],
|
|
981
|
-
"funding": {
|
|
982
|
-
"url": "https://opencollective.com/libvips"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
986
|
-
"version": "1.0.4",
|
|
987
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
|
|
988
|
-
"integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
|
|
989
|
-
"cpu": [
|
|
990
|
-
"arm64"
|
|
991
|
-
],
|
|
992
|
-
"libc": [
|
|
993
|
-
"musl"
|
|
994
|
-
],
|
|
995
|
-
"license": "LGPL-3.0-or-later",
|
|
996
|
-
"optional": true,
|
|
997
|
-
"os": [
|
|
998
|
-
"linux"
|
|
999
|
-
],
|
|
1000
|
-
"funding": {
|
|
1001
|
-
"url": "https://opencollective.com/libvips"
|
|
1002
|
-
}
|
|
1003
|
-
},
|
|
1004
|
-
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
1005
|
-
"version": "1.0.4",
|
|
1006
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
|
|
1007
|
-
"integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
|
|
1008
|
-
"cpu": [
|
|
1009
|
-
"x64"
|
|
1010
|
-
],
|
|
1011
|
-
"libc": [
|
|
1012
|
-
"musl"
|
|
1013
|
-
],
|
|
1014
|
-
"license": "LGPL-3.0-or-later",
|
|
1015
|
-
"optional": true,
|
|
1016
|
-
"os": [
|
|
1017
|
-
"linux"
|
|
1018
|
-
],
|
|
1019
|
-
"funding": {
|
|
1020
|
-
"url": "https://opencollective.com/libvips"
|
|
1021
|
-
}
|
|
1022
|
-
},
|
|
1023
|
-
"node_modules/@img/sharp-linux-arm": {
|
|
1024
|
-
"version": "0.33.5",
|
|
1025
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
|
|
1026
|
-
"integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
|
|
1027
|
-
"cpu": [
|
|
1028
|
-
"arm"
|
|
1029
|
-
],
|
|
1030
|
-
"libc": [
|
|
1031
|
-
"glibc"
|
|
1032
|
-
],
|
|
1033
|
-
"license": "Apache-2.0",
|
|
1034
|
-
"optional": true,
|
|
1035
|
-
"os": [
|
|
1036
|
-
"linux"
|
|
1037
|
-
],
|
|
1038
|
-
"engines": {
|
|
1039
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1040
|
-
},
|
|
1041
|
-
"funding": {
|
|
1042
|
-
"url": "https://opencollective.com/libvips"
|
|
1043
|
-
},
|
|
1044
|
-
"optionalDependencies": {
|
|
1045
|
-
"@img/sharp-libvips-linux-arm": "1.0.5"
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
"node_modules/@img/sharp-linux-arm64": {
|
|
1049
|
-
"version": "0.33.5",
|
|
1050
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
|
|
1051
|
-
"integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
|
|
1052
|
-
"cpu": [
|
|
1053
|
-
"arm64"
|
|
1054
|
-
],
|
|
1055
|
-
"libc": [
|
|
1056
|
-
"glibc"
|
|
1057
|
-
],
|
|
1058
|
-
"license": "Apache-2.0",
|
|
1059
|
-
"optional": true,
|
|
1060
|
-
"os": [
|
|
1061
|
-
"linux"
|
|
1062
|
-
],
|
|
1063
|
-
"engines": {
|
|
1064
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1065
|
-
},
|
|
1066
|
-
"funding": {
|
|
1067
|
-
"url": "https://opencollective.com/libvips"
|
|
1068
|
-
},
|
|
1069
|
-
"optionalDependencies": {
|
|
1070
|
-
"@img/sharp-libvips-linux-arm64": "1.0.4"
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
"node_modules/@img/sharp-linux-s390x": {
|
|
1074
|
-
"version": "0.33.5",
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
|
|
1076
|
-
"integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
|
|
1077
|
-
"cpu": [
|
|
1078
|
-
"s390x"
|
|
1079
|
-
],
|
|
1080
|
-
"libc": [
|
|
1081
|
-
"glibc"
|
|
1082
|
-
],
|
|
1083
|
-
"license": "Apache-2.0",
|
|
1084
|
-
"optional": true,
|
|
1085
|
-
"os": [
|
|
1086
|
-
"linux"
|
|
1087
|
-
],
|
|
1088
|
-
"engines": {
|
|
1089
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1090
|
-
},
|
|
1091
|
-
"funding": {
|
|
1092
|
-
"url": "https://opencollective.com/libvips"
|
|
1093
|
-
},
|
|
1094
|
-
"optionalDependencies": {
|
|
1095
|
-
"@img/sharp-libvips-linux-s390x": "1.0.4"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
"node_modules/@img/sharp-linux-x64": {
|
|
1099
|
-
"version": "0.33.5",
|
|
1100
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
|
|
1101
|
-
"integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
|
|
1102
|
-
"cpu": [
|
|
1103
|
-
"x64"
|
|
1104
|
-
],
|
|
1105
|
-
"libc": [
|
|
1106
|
-
"glibc"
|
|
1107
|
-
],
|
|
1108
|
-
"license": "Apache-2.0",
|
|
1109
|
-
"optional": true,
|
|
1110
|
-
"os": [
|
|
1111
|
-
"linux"
|
|
1112
|
-
],
|
|
1113
|
-
"engines": {
|
|
1114
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1115
|
-
},
|
|
1116
|
-
"funding": {
|
|
1117
|
-
"url": "https://opencollective.com/libvips"
|
|
1118
|
-
},
|
|
1119
|
-
"optionalDependencies": {
|
|
1120
|
-
"@img/sharp-libvips-linux-x64": "1.0.4"
|
|
1121
|
-
}
|
|
1122
|
-
},
|
|
1123
|
-
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
1124
|
-
"version": "0.33.5",
|
|
1125
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
|
|
1126
|
-
"integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
|
|
1127
|
-
"cpu": [
|
|
1128
|
-
"arm64"
|
|
1129
|
-
],
|
|
1130
|
-
"libc": [
|
|
1131
|
-
"musl"
|
|
1132
|
-
],
|
|
1133
|
-
"license": "Apache-2.0",
|
|
1134
|
-
"optional": true,
|
|
1135
|
-
"os": [
|
|
1136
|
-
"linux"
|
|
1137
|
-
],
|
|
1138
|
-
"engines": {
|
|
1139
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1140
|
-
},
|
|
1141
|
-
"funding": {
|
|
1142
|
-
"url": "https://opencollective.com/libvips"
|
|
1143
|
-
},
|
|
1144
|
-
"optionalDependencies": {
|
|
1145
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
1149
|
-
"version": "0.33.5",
|
|
1150
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
|
|
1151
|
-
"integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
|
|
1152
|
-
"cpu": [
|
|
1153
|
-
"x64"
|
|
1154
|
-
],
|
|
1155
|
-
"libc": [
|
|
1156
|
-
"musl"
|
|
1157
|
-
],
|
|
1158
|
-
"license": "Apache-2.0",
|
|
1159
|
-
"optional": true,
|
|
1160
|
-
"os": [
|
|
1161
|
-
"linux"
|
|
1162
|
-
],
|
|
1163
|
-
"engines": {
|
|
1164
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1165
|
-
},
|
|
1166
|
-
"funding": {
|
|
1167
|
-
"url": "https://opencollective.com/libvips"
|
|
1168
|
-
},
|
|
1169
|
-
"optionalDependencies": {
|
|
1170
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4"
|
|
1171
|
-
}
|
|
1172
|
-
},
|
|
1173
|
-
"node_modules/@img/sharp-wasm32": {
|
|
1174
|
-
"version": "0.33.5",
|
|
1175
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
|
|
1176
|
-
"integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
|
|
1177
|
-
"cpu": [
|
|
1178
|
-
"wasm32"
|
|
1179
|
-
],
|
|
1180
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
1181
|
-
"optional": true,
|
|
1182
|
-
"dependencies": {
|
|
1183
|
-
"@emnapi/runtime": "^1.2.0"
|
|
1184
|
-
},
|
|
1185
|
-
"engines": {
|
|
1186
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1187
|
-
},
|
|
1188
|
-
"funding": {
|
|
1189
|
-
"url": "https://opencollective.com/libvips"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"node_modules/@img/sharp-win32-ia32": {
|
|
1193
|
-
"version": "0.33.5",
|
|
1194
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
|
|
1195
|
-
"integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
|
|
1196
|
-
"cpu": [
|
|
1197
|
-
"ia32"
|
|
1198
|
-
],
|
|
1199
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
1200
|
-
"optional": true,
|
|
1201
|
-
"os": [
|
|
1202
|
-
"win32"
|
|
1203
|
-
],
|
|
1204
|
-
"engines": {
|
|
1205
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1206
|
-
},
|
|
1207
|
-
"funding": {
|
|
1208
|
-
"url": "https://opencollective.com/libvips"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"node_modules/@img/sharp-win32-x64": {
|
|
1212
|
-
"version": "0.33.5",
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
|
|
1214
|
-
"integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
|
|
1215
|
-
"cpu": [
|
|
1216
|
-
"x64"
|
|
1217
|
-
],
|
|
1218
|
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
1219
|
-
"optional": true,
|
|
1220
|
-
"os": [
|
|
1221
|
-
"win32"
|
|
1222
|
-
],
|
|
1223
|
-
"engines": {
|
|
1224
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1225
|
-
},
|
|
1226
|
-
"funding": {
|
|
1227
|
-
"url": "https://opencollective.com/libvips"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
"node_modules/@jridgewell/gen-mapping": {
|
|
1231
|
-
"version": "0.3.13",
|
|
1232
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
1233
|
-
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
1234
|
-
"dev": true,
|
|
1235
|
-
"license": "MIT",
|
|
1236
|
-
"dependencies": {
|
|
1237
|
-
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
1238
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"node_modules/@jridgewell/remapping": {
|
|
1242
|
-
"version": "2.3.5",
|
|
1243
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
1244
|
-
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
1245
|
-
"dev": true,
|
|
1246
|
-
"license": "MIT",
|
|
1247
|
-
"dependencies": {
|
|
1248
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
|
1249
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
1250
|
-
}
|
|
1251
|
-
},
|
|
1252
|
-
"node_modules/@jridgewell/resolve-uri": {
|
|
1253
|
-
"version": "3.1.2",
|
|
1254
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
1255
|
-
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
1256
|
-
"dev": true,
|
|
1257
|
-
"license": "MIT",
|
|
1258
|
-
"engines": {
|
|
1259
|
-
"node": ">=6.0.0"
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1263
|
-
"version": "1.5.5",
|
|
1264
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
1265
|
-
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
1266
|
-
"dev": true,
|
|
1267
|
-
"license": "MIT"
|
|
1268
|
-
},
|
|
1269
|
-
"node_modules/@jridgewell/trace-mapping": {
|
|
1270
|
-
"version": "0.3.31",
|
|
1271
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
1272
|
-
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
1273
|
-
"dev": true,
|
|
1274
|
-
"license": "MIT",
|
|
1275
|
-
"dependencies": {
|
|
1276
|
-
"@jridgewell/resolve-uri": "^3.1.0",
|
|
1277
|
-
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
"node_modules/@loaders.gl/core": {
|
|
1281
|
-
"version": "4.4.1",
|
|
1282
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/core/-/core-4.4.1.tgz",
|
|
1283
|
-
"integrity": "sha512-/s4IuvCCQUepvhjLnmePwQppGko2d1pxRS+sp7lyExU0uiqo5dVsAKaCZ2VnddBkFWgDVb/wvcZUBmv/dWcj0Q==",
|
|
1284
|
-
"license": "MIT",
|
|
1285
|
-
"dependencies": {
|
|
1286
|
-
"@loaders.gl/loader-utils": "4.4.1",
|
|
1287
|
-
"@loaders.gl/schema": "4.4.1",
|
|
1288
|
-
"@loaders.gl/schema-utils": "4.4.1",
|
|
1289
|
-
"@loaders.gl/worker-utils": "4.4.1",
|
|
1290
|
-
"@probe.gl/log": "^4.1.1"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
"node_modules/@loaders.gl/images": {
|
|
1294
|
-
"version": "4.4.1",
|
|
1295
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/images/-/images-4.4.1.tgz",
|
|
1296
|
-
"integrity": "sha512-v9A4BliEKGxhLuEbh0Ke8ElUlp04KxpKIknUtXXWoEaszAMTSrHI3YhaL/JdRlHraC1VUF/sjzbSBFkKh7nxJg==",
|
|
1297
|
-
"license": "MIT",
|
|
1298
|
-
"dependencies": {
|
|
1299
|
-
"@loaders.gl/loader-utils": "4.4.1"
|
|
1300
|
-
},
|
|
1301
|
-
"peerDependencies": {
|
|
1302
|
-
"@loaders.gl/core": "~4.4.0"
|
|
1303
|
-
}
|
|
1304
|
-
},
|
|
1305
|
-
"node_modules/@loaders.gl/loader-utils": {
|
|
1306
|
-
"version": "4.4.1",
|
|
1307
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/loader-utils/-/loader-utils-4.4.1.tgz",
|
|
1308
|
-
"integrity": "sha512-waosL7VtVRfXsNOXtAM3rOjZyNQD0lQBlhuB5/oY+E+lNzYNFlzgiGXiDOwBpcs7dK7kW2Vv8+KcxyIGIyXOtg==",
|
|
1309
|
-
"license": "MIT",
|
|
1310
|
-
"dependencies": {
|
|
1311
|
-
"@loaders.gl/schema": "4.4.1",
|
|
1312
|
-
"@loaders.gl/worker-utils": "4.4.1",
|
|
1313
|
-
"@probe.gl/log": "^4.1.1",
|
|
1314
|
-
"@probe.gl/stats": "^4.1.1"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
"node_modules/@loaders.gl/schema": {
|
|
1318
|
-
"version": "4.4.1",
|
|
1319
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/schema/-/schema-4.4.1.tgz",
|
|
1320
|
-
"integrity": "sha512-s7NjEnyK6jZvJJSWj/mHq+S9mHRHVzIYtFP+C7sMf1gVCQbdkt6OSAMUWRzwPr9+whQNVWjZ9pbLsI/IPW3zvw==",
|
|
1321
|
-
"license": "MIT",
|
|
1322
|
-
"dependencies": {
|
|
1323
|
-
"@types/geojson": "^7946.0.7",
|
|
1324
|
-
"apache-arrow": ">= 17.0.0"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
"node_modules/@loaders.gl/schema-utils": {
|
|
1328
|
-
"version": "4.4.1",
|
|
1329
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/schema-utils/-/schema-utils-4.4.1.tgz",
|
|
1330
|
-
"integrity": "sha512-4upip2O6MFaWzk68/lnna7P2uRj9NQ8MIk/ff3CLbciP5/9lKl1qyuzObz5JrJRYzfGB6I81vpOn6FSVQ6m6KQ==",
|
|
1331
|
-
"license": "MIT",
|
|
1332
|
-
"dependencies": {
|
|
1333
|
-
"@loaders.gl/schema": "4.4.1",
|
|
1334
|
-
"@types/geojson": "^7946.0.7",
|
|
1335
|
-
"apache-arrow": ">= 17.0.0"
|
|
1336
|
-
},
|
|
1337
|
-
"peerDependencies": {
|
|
1338
|
-
"@loaders.gl/core": "~4.4.0"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"node_modules/@loaders.gl/textures": {
|
|
1342
|
-
"version": "4.4.1",
|
|
1343
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/textures/-/textures-4.4.1.tgz",
|
|
1344
|
-
"integrity": "sha512-r1//6sO29GOHso+IvXQ3GrvXZ4cl03VWc34XcnXPn3sAV7O96uRGd5xkyx60lMYAl7Jv7qK/smT3z4Mdxdd4aA==",
|
|
1345
|
-
"license": "MIT",
|
|
1346
|
-
"dependencies": {
|
|
1347
|
-
"@loaders.gl/images": "4.4.1",
|
|
1348
|
-
"@loaders.gl/loader-utils": "4.4.1",
|
|
1349
|
-
"@loaders.gl/schema": "4.4.1",
|
|
1350
|
-
"@loaders.gl/worker-utils": "4.4.1",
|
|
1351
|
-
"@math.gl/types": "^4.1.0",
|
|
1352
|
-
"ktx-parse": "^0.7.0",
|
|
1353
|
-
"texture-compressor": "^1.0.2"
|
|
1354
|
-
},
|
|
1355
|
-
"peerDependencies": {
|
|
1356
|
-
"@loaders.gl/core": "~4.4.0"
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
"node_modules/@loaders.gl/worker-utils": {
|
|
1360
|
-
"version": "4.4.1",
|
|
1361
|
-
"resolved": "https://registry.npmjs.org/@loaders.gl/worker-utils/-/worker-utils-4.4.1.tgz",
|
|
1362
|
-
"integrity": "sha512-ovMyIyj9dlChuHuD64Bel7Mir2UYlmLqlZ9MMzVxzTTLvaudJoNAXi6Disp0ooxwF62ZqjNXXutaSbS6UDeuIg==",
|
|
1363
|
-
"license": "MIT",
|
|
1364
|
-
"peerDependencies": {
|
|
1365
|
-
"@loaders.gl/core": "~4.4.0"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
"node_modules/@math.gl/types": {
|
|
1369
|
-
"version": "4.1.0",
|
|
1370
|
-
"resolved": "https://registry.npmjs.org/@math.gl/types/-/types-4.1.0.tgz",
|
|
1371
|
-
"integrity": "sha512-clYZdHcmRvMzVK5fjeDkQlHUzXQSNdZ7s4xOqC3nJPgz4C/TZkUecTo9YS4PruZqtDda/ag4erndP0MIn40dGA==",
|
|
1372
|
-
"license": "MIT"
|
|
1373
|
-
},
|
|
1374
|
-
"node_modules/@playwright/test": {
|
|
1375
|
-
"version": "1.60.0",
|
|
1376
|
-
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz",
|
|
1377
|
-
"integrity": "sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==",
|
|
1378
|
-
"dev": true,
|
|
1379
|
-
"license": "Apache-2.0",
|
|
1380
|
-
"dependencies": {
|
|
1381
|
-
"playwright": "1.60.0"
|
|
1382
|
-
},
|
|
1383
|
-
"bin": {
|
|
1384
|
-
"playwright": "cli.js"
|
|
1385
|
-
},
|
|
1386
|
-
"engines": {
|
|
1387
|
-
"node": ">=18"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
"node_modules/@probe.gl/env": {
|
|
1391
|
-
"version": "4.1.1",
|
|
1392
|
-
"resolved": "https://registry.npmjs.org/@probe.gl/env/-/env-4.1.1.tgz",
|
|
1393
|
-
"integrity": "sha512-+68seNDMVsEegRB47pFA/Ws1Fjy8agcFYXxzorKToyPcD6zd+gZ5uhwoLd7TzsSw6Ydns//2KEszWn+EnNHTbA==",
|
|
1394
|
-
"license": "MIT"
|
|
1395
|
-
},
|
|
1396
|
-
"node_modules/@probe.gl/log": {
|
|
1397
|
-
"version": "4.1.1",
|
|
1398
|
-
"resolved": "https://registry.npmjs.org/@probe.gl/log/-/log-4.1.1.tgz",
|
|
1399
|
-
"integrity": "sha512-kcZs9BT44pL7hS1OkRGKYRXI/SN9KejUlPD+BY40DguRLzdC5tLG/28WGMyfKdn/51GT4a0p+0P8xvDn1Ez+Kg==",
|
|
1400
|
-
"license": "MIT",
|
|
1401
|
-
"dependencies": {
|
|
1402
|
-
"@probe.gl/env": "4.1.1"
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
"node_modules/@probe.gl/stats": {
|
|
1406
|
-
"version": "4.1.1",
|
|
1407
|
-
"resolved": "https://registry.npmjs.org/@probe.gl/stats/-/stats-4.1.1.tgz",
|
|
1408
|
-
"integrity": "sha512-4VpAyMHOqydSvPlEyHwXaE+AkIdR03nX+Qhlxsk2D/IW4OVmDZgIsvJB1cDzyEEtcfKcnaEbfXeiPgejBceT6g==",
|
|
1409
|
-
"license": "MIT"
|
|
1410
|
-
},
|
|
1411
|
-
"node_modules/@rolldown/pluginutils": {
|
|
1412
|
-
"version": "1.0.0-beta.27",
|
|
1413
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
1414
|
-
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|
1415
|
-
"dev": true,
|
|
1416
|
-
"license": "MIT"
|
|
1417
|
-
},
|
|
1418
|
-
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1419
|
-
"version": "4.61.1",
|
|
1420
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.61.1.tgz",
|
|
1421
|
-
"integrity": "sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==",
|
|
1422
|
-
"cpu": [
|
|
1423
|
-
"arm"
|
|
1424
|
-
],
|
|
1425
|
-
"dev": true,
|
|
1426
|
-
"license": "MIT",
|
|
1427
|
-
"optional": true,
|
|
1428
|
-
"os": [
|
|
1429
|
-
"android"
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
|
-
"node_modules/@rollup/rollup-android-arm64": {
|
|
1433
|
-
"version": "4.61.1",
|
|
1434
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.61.1.tgz",
|
|
1435
|
-
"integrity": "sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==",
|
|
1436
|
-
"cpu": [
|
|
1437
|
-
"arm64"
|
|
1438
|
-
],
|
|
1439
|
-
"dev": true,
|
|
1440
|
-
"license": "MIT",
|
|
1441
|
-
"optional": true,
|
|
1442
|
-
"os": [
|
|
1443
|
-
"android"
|
|
1444
|
-
]
|
|
1445
|
-
},
|
|
1446
|
-
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1447
|
-
"version": "4.61.1",
|
|
1448
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.61.1.tgz",
|
|
1449
|
-
"integrity": "sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==",
|
|
1450
|
-
"cpu": [
|
|
1451
|
-
"arm64"
|
|
1452
|
-
],
|
|
1453
|
-
"dev": true,
|
|
1454
|
-
"license": "MIT",
|
|
1455
|
-
"optional": true,
|
|
1456
|
-
"os": [
|
|
1457
|
-
"darwin"
|
|
1458
|
-
]
|
|
1459
|
-
},
|
|
1460
|
-
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1461
|
-
"version": "4.61.1",
|
|
1462
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.61.1.tgz",
|
|
1463
|
-
"integrity": "sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==",
|
|
1464
|
-
"cpu": [
|
|
1465
|
-
"x64"
|
|
1466
|
-
],
|
|
1467
|
-
"dev": true,
|
|
1468
|
-
"license": "MIT",
|
|
1469
|
-
"optional": true,
|
|
1470
|
-
"os": [
|
|
1471
|
-
"darwin"
|
|
1472
|
-
]
|
|
1473
|
-
},
|
|
1474
|
-
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1475
|
-
"version": "4.61.1",
|
|
1476
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.61.1.tgz",
|
|
1477
|
-
"integrity": "sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==",
|
|
1478
|
-
"cpu": [
|
|
1479
|
-
"arm64"
|
|
1480
|
-
],
|
|
1481
|
-
"dev": true,
|
|
1482
|
-
"license": "MIT",
|
|
1483
|
-
"optional": true,
|
|
1484
|
-
"os": [
|
|
1485
|
-
"freebsd"
|
|
1486
|
-
]
|
|
1487
|
-
},
|
|
1488
|
-
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1489
|
-
"version": "4.61.1",
|
|
1490
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.61.1.tgz",
|
|
1491
|
-
"integrity": "sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==",
|
|
1492
|
-
"cpu": [
|
|
1493
|
-
"x64"
|
|
1494
|
-
],
|
|
1495
|
-
"dev": true,
|
|
1496
|
-
"license": "MIT",
|
|
1497
|
-
"optional": true,
|
|
1498
|
-
"os": [
|
|
1499
|
-
"freebsd"
|
|
1500
|
-
]
|
|
1501
|
-
},
|
|
1502
|
-
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1503
|
-
"version": "4.61.1",
|
|
1504
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.61.1.tgz",
|
|
1505
|
-
"integrity": "sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==",
|
|
1506
|
-
"cpu": [
|
|
1507
|
-
"arm"
|
|
1508
|
-
],
|
|
1509
|
-
"dev": true,
|
|
1510
|
-
"libc": [
|
|
1511
|
-
"glibc"
|
|
1512
|
-
],
|
|
1513
|
-
"license": "MIT",
|
|
1514
|
-
"optional": true,
|
|
1515
|
-
"os": [
|
|
1516
|
-
"linux"
|
|
1517
|
-
]
|
|
1518
|
-
},
|
|
1519
|
-
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1520
|
-
"version": "4.61.1",
|
|
1521
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.61.1.tgz",
|
|
1522
|
-
"integrity": "sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==",
|
|
1523
|
-
"cpu": [
|
|
1524
|
-
"arm"
|
|
1525
|
-
],
|
|
1526
|
-
"dev": true,
|
|
1527
|
-
"libc": [
|
|
1528
|
-
"musl"
|
|
1529
|
-
],
|
|
1530
|
-
"license": "MIT",
|
|
1531
|
-
"optional": true,
|
|
1532
|
-
"os": [
|
|
1533
|
-
"linux"
|
|
1534
|
-
]
|
|
1535
|
-
},
|
|
1536
|
-
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1537
|
-
"version": "4.61.1",
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.61.1.tgz",
|
|
1539
|
-
"integrity": "sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==",
|
|
1540
|
-
"cpu": [
|
|
1541
|
-
"arm64"
|
|
1542
|
-
],
|
|
1543
|
-
"dev": true,
|
|
1544
|
-
"libc": [
|
|
1545
|
-
"glibc"
|
|
1546
|
-
],
|
|
1547
|
-
"license": "MIT",
|
|
1548
|
-
"optional": true,
|
|
1549
|
-
"os": [
|
|
1550
|
-
"linux"
|
|
1551
|
-
]
|
|
1552
|
-
},
|
|
1553
|
-
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1554
|
-
"version": "4.61.1",
|
|
1555
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.61.1.tgz",
|
|
1556
|
-
"integrity": "sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==",
|
|
1557
|
-
"cpu": [
|
|
1558
|
-
"arm64"
|
|
1559
|
-
],
|
|
1560
|
-
"dev": true,
|
|
1561
|
-
"libc": [
|
|
1562
|
-
"musl"
|
|
1563
|
-
],
|
|
1564
|
-
"license": "MIT",
|
|
1565
|
-
"optional": true,
|
|
1566
|
-
"os": [
|
|
1567
|
-
"linux"
|
|
1568
|
-
]
|
|
1569
|
-
},
|
|
1570
|
-
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1571
|
-
"version": "4.61.1",
|
|
1572
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.61.1.tgz",
|
|
1573
|
-
"integrity": "sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==",
|
|
1574
|
-
"cpu": [
|
|
1575
|
-
"loong64"
|
|
1576
|
-
],
|
|
1577
|
-
"dev": true,
|
|
1578
|
-
"libc": [
|
|
1579
|
-
"glibc"
|
|
1580
|
-
],
|
|
1581
|
-
"license": "MIT",
|
|
1582
|
-
"optional": true,
|
|
1583
|
-
"os": [
|
|
1584
|
-
"linux"
|
|
1585
|
-
]
|
|
1586
|
-
},
|
|
1587
|
-
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1588
|
-
"version": "4.61.1",
|
|
1589
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.61.1.tgz",
|
|
1590
|
-
"integrity": "sha512-LdpWGL8X209B2SIvWjqlc8VZgM6PKfontSerGepuldQmHYrAOtnMCXeJkxXGbC+PPZVOuu5czJo7fNV6aeW8rQ==",
|
|
1591
|
-
"cpu": [
|
|
1592
|
-
"loong64"
|
|
1593
|
-
],
|
|
1594
|
-
"dev": true,
|
|
1595
|
-
"libc": [
|
|
1596
|
-
"musl"
|
|
1597
|
-
],
|
|
1598
|
-
"license": "MIT",
|
|
1599
|
-
"optional": true,
|
|
1600
|
-
"os": [
|
|
1601
|
-
"linux"
|
|
1602
|
-
]
|
|
1603
|
-
},
|
|
1604
|
-
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1605
|
-
"version": "4.61.1",
|
|
1606
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.61.1.tgz",
|
|
1607
|
-
"integrity": "sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==",
|
|
1608
|
-
"cpu": [
|
|
1609
|
-
"ppc64"
|
|
1610
|
-
],
|
|
1611
|
-
"dev": true,
|
|
1612
|
-
"libc": [
|
|
1613
|
-
"glibc"
|
|
1614
|
-
],
|
|
1615
|
-
"license": "MIT",
|
|
1616
|
-
"optional": true,
|
|
1617
|
-
"os": [
|
|
1618
|
-
"linux"
|
|
1619
|
-
]
|
|
1620
|
-
},
|
|
1621
|
-
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1622
|
-
"version": "4.61.1",
|
|
1623
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.61.1.tgz",
|
|
1624
|
-
"integrity": "sha512-8hiwp6D4acEcNK78I4rP0/XtS1sknWIAMJBPdR4l6zUtyTm5KiTDr5bXmWt4foY7nAN7AThDHgkLIEZOWKbzWw==",
|
|
1625
|
-
"cpu": [
|
|
1626
|
-
"ppc64"
|
|
1627
|
-
],
|
|
1628
|
-
"dev": true,
|
|
1629
|
-
"libc": [
|
|
1630
|
-
"musl"
|
|
1631
|
-
],
|
|
1632
|
-
"license": "MIT",
|
|
1633
|
-
"optional": true,
|
|
1634
|
-
"os": [
|
|
1635
|
-
"linux"
|
|
1636
|
-
]
|
|
1637
|
-
},
|
|
1638
|
-
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1639
|
-
"version": "4.61.1",
|
|
1640
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.61.1.tgz",
|
|
1641
|
-
"integrity": "sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==",
|
|
1642
|
-
"cpu": [
|
|
1643
|
-
"riscv64"
|
|
1644
|
-
],
|
|
1645
|
-
"dev": true,
|
|
1646
|
-
"libc": [
|
|
1647
|
-
"glibc"
|
|
1648
|
-
],
|
|
1649
|
-
"license": "MIT",
|
|
1650
|
-
"optional": true,
|
|
1651
|
-
"os": [
|
|
1652
|
-
"linux"
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1656
|
-
"version": "4.61.1",
|
|
1657
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.61.1.tgz",
|
|
1658
|
-
"integrity": "sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==",
|
|
1659
|
-
"cpu": [
|
|
1660
|
-
"riscv64"
|
|
1661
|
-
],
|
|
1662
|
-
"dev": true,
|
|
1663
|
-
"libc": [
|
|
1664
|
-
"musl"
|
|
1665
|
-
],
|
|
1666
|
-
"license": "MIT",
|
|
1667
|
-
"optional": true,
|
|
1668
|
-
"os": [
|
|
1669
|
-
"linux"
|
|
1670
|
-
]
|
|
1671
|
-
},
|
|
1672
|
-
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1673
|
-
"version": "4.61.1",
|
|
1674
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.61.1.tgz",
|
|
1675
|
-
"integrity": "sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==",
|
|
1676
|
-
"cpu": [
|
|
1677
|
-
"s390x"
|
|
1678
|
-
],
|
|
1679
|
-
"dev": true,
|
|
1680
|
-
"libc": [
|
|
1681
|
-
"glibc"
|
|
1682
|
-
],
|
|
1683
|
-
"license": "MIT",
|
|
1684
|
-
"optional": true,
|
|
1685
|
-
"os": [
|
|
1686
|
-
"linux"
|
|
1687
|
-
]
|
|
1688
|
-
},
|
|
1689
|
-
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1690
|
-
"version": "4.61.1",
|
|
1691
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.1.tgz",
|
|
1692
|
-
"integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==",
|
|
1693
|
-
"cpu": [
|
|
1694
|
-
"x64"
|
|
1695
|
-
],
|
|
1696
|
-
"dev": true,
|
|
1697
|
-
"libc": [
|
|
1698
|
-
"glibc"
|
|
1699
|
-
],
|
|
1700
|
-
"license": "MIT",
|
|
1701
|
-
"optional": true,
|
|
1702
|
-
"os": [
|
|
1703
|
-
"linux"
|
|
1704
|
-
]
|
|
1705
|
-
},
|
|
1706
|
-
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1707
|
-
"version": "4.61.1",
|
|
1708
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.1.tgz",
|
|
1709
|
-
"integrity": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==",
|
|
1710
|
-
"cpu": [
|
|
1711
|
-
"x64"
|
|
1712
|
-
],
|
|
1713
|
-
"dev": true,
|
|
1714
|
-
"libc": [
|
|
1715
|
-
"musl"
|
|
1716
|
-
],
|
|
1717
|
-
"license": "MIT",
|
|
1718
|
-
"optional": true,
|
|
1719
|
-
"os": [
|
|
1720
|
-
"linux"
|
|
1721
|
-
]
|
|
1722
|
-
},
|
|
1723
|
-
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1724
|
-
"version": "4.61.1",
|
|
1725
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.61.1.tgz",
|
|
1726
|
-
"integrity": "sha512-E83TXjI4zm0+5f2qO+UOudaCYIhYwpJ5jq6YCZNIZ+6CbfhKrkAGezeiASBL9ElxAxFsRS9ZhESv8mfnj6TKeg==",
|
|
1727
|
-
"cpu": [
|
|
1728
|
-
"x64"
|
|
1729
|
-
],
|
|
1730
|
-
"dev": true,
|
|
1731
|
-
"license": "MIT",
|
|
1732
|
-
"optional": true,
|
|
1733
|
-
"os": [
|
|
1734
|
-
"openbsd"
|
|
1735
|
-
]
|
|
1736
|
-
},
|
|
1737
|
-
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1738
|
-
"version": "4.61.1",
|
|
1739
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.61.1.tgz",
|
|
1740
|
-
"integrity": "sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==",
|
|
1741
|
-
"cpu": [
|
|
1742
|
-
"arm64"
|
|
1743
|
-
],
|
|
1744
|
-
"dev": true,
|
|
1745
|
-
"license": "MIT",
|
|
1746
|
-
"optional": true,
|
|
1747
|
-
"os": [
|
|
1748
|
-
"openharmony"
|
|
1749
|
-
]
|
|
1750
|
-
},
|
|
1751
|
-
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1752
|
-
"version": "4.61.1",
|
|
1753
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.61.1.tgz",
|
|
1754
|
-
"integrity": "sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==",
|
|
1755
|
-
"cpu": [
|
|
1756
|
-
"arm64"
|
|
1757
|
-
],
|
|
1758
|
-
"dev": true,
|
|
1759
|
-
"license": "MIT",
|
|
1760
|
-
"optional": true,
|
|
1761
|
-
"os": [
|
|
1762
|
-
"win32"
|
|
1763
|
-
]
|
|
1764
|
-
},
|
|
1765
|
-
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1766
|
-
"version": "4.61.1",
|
|
1767
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.61.1.tgz",
|
|
1768
|
-
"integrity": "sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==",
|
|
1769
|
-
"cpu": [
|
|
1770
|
-
"ia32"
|
|
1771
|
-
],
|
|
1772
|
-
"dev": true,
|
|
1773
|
-
"license": "MIT",
|
|
1774
|
-
"optional": true,
|
|
1775
|
-
"os": [
|
|
1776
|
-
"win32"
|
|
1777
|
-
]
|
|
1778
|
-
},
|
|
1779
|
-
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1780
|
-
"version": "4.61.1",
|
|
1781
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.61.1.tgz",
|
|
1782
|
-
"integrity": "sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==",
|
|
1783
|
-
"cpu": [
|
|
1784
|
-
"x64"
|
|
1785
|
-
],
|
|
1786
|
-
"dev": true,
|
|
1787
|
-
"license": "MIT",
|
|
1788
|
-
"optional": true,
|
|
1789
|
-
"os": [
|
|
1790
|
-
"win32"
|
|
1791
|
-
]
|
|
1792
|
-
},
|
|
1793
|
-
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1794
|
-
"version": "4.61.1",
|
|
1795
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.61.1.tgz",
|
|
1796
|
-
"integrity": "sha512-X+zaP2x+j4RXGfbp/seSoRHWnPxzApilDszisZxbYH5C/jTxFhCtDNdPGZb9lJyYPs24wGxruPF7Y+sIXt9Gzw==",
|
|
1797
|
-
"cpu": [
|
|
1798
|
-
"x64"
|
|
1799
|
-
],
|
|
1800
|
-
"dev": true,
|
|
1801
|
-
"license": "MIT",
|
|
1802
|
-
"optional": true,
|
|
1803
|
-
"os": [
|
|
1804
|
-
"win32"
|
|
1805
|
-
]
|
|
1806
|
-
},
|
|
1807
|
-
"node_modules/@swc/helpers": {
|
|
1808
|
-
"version": "0.5.23",
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz",
|
|
1810
|
-
"integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==",
|
|
1811
|
-
"license": "Apache-2.0",
|
|
1812
|
-
"dependencies": {
|
|
1813
|
-
"tslib": "^2.8.0"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
"node_modules/@types/babel__core": {
|
|
1817
|
-
"version": "7.20.5",
|
|
1818
|
-
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
1819
|
-
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
1820
|
-
"dev": true,
|
|
1821
|
-
"license": "MIT",
|
|
1822
|
-
"dependencies": {
|
|
1823
|
-
"@babel/parser": "^7.20.7",
|
|
1824
|
-
"@babel/types": "^7.20.7",
|
|
1825
|
-
"@types/babel__generator": "*",
|
|
1826
|
-
"@types/babel__template": "*",
|
|
1827
|
-
"@types/babel__traverse": "*"
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
"node_modules/@types/babel__generator": {
|
|
1831
|
-
"version": "7.27.0",
|
|
1832
|
-
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
1833
|
-
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
1834
|
-
"dev": true,
|
|
1835
|
-
"license": "MIT",
|
|
1836
|
-
"dependencies": {
|
|
1837
|
-
"@babel/types": "^7.0.0"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
"node_modules/@types/babel__template": {
|
|
1841
|
-
"version": "7.4.4",
|
|
1842
|
-
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
1843
|
-
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
1844
|
-
"dev": true,
|
|
1845
|
-
"license": "MIT",
|
|
1846
|
-
"dependencies": {
|
|
1847
|
-
"@babel/parser": "^7.1.0",
|
|
1848
|
-
"@babel/types": "^7.0.0"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
"node_modules/@types/babel__traverse": {
|
|
1852
|
-
"version": "7.28.0",
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|
1854
|
-
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|
1855
|
-
"dev": true,
|
|
1856
|
-
"license": "MIT",
|
|
1857
|
-
"dependencies": {
|
|
1858
|
-
"@babel/types": "^7.28.2"
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
"node_modules/@types/command-line-args": {
|
|
1862
|
-
"version": "5.2.3",
|
|
1863
|
-
"resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz",
|
|
1864
|
-
"integrity": "sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==",
|
|
1865
|
-
"license": "MIT"
|
|
1866
|
-
},
|
|
1867
|
-
"node_modules/@types/command-line-usage": {
|
|
1868
|
-
"version": "5.0.4",
|
|
1869
|
-
"resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.4.tgz",
|
|
1870
|
-
"integrity": "sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==",
|
|
1871
|
-
"license": "MIT"
|
|
1872
|
-
},
|
|
1873
|
-
"node_modules/@types/estree": {
|
|
1874
|
-
"version": "1.0.9",
|
|
1875
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
1876
|
-
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
1877
|
-
"dev": true,
|
|
1878
|
-
"license": "MIT"
|
|
1879
|
-
},
|
|
1880
|
-
"node_modules/@types/geojson": {
|
|
1881
|
-
"version": "7946.0.16",
|
|
1882
|
-
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
|
|
1883
|
-
"integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
|
|
1884
|
-
"license": "MIT"
|
|
1885
|
-
},
|
|
1886
|
-
"node_modules/@types/node": {
|
|
1887
|
-
"version": "22.19.20",
|
|
1888
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.20.tgz",
|
|
1889
|
-
"integrity": "sha512-6tELRwSDYWW9EdZhbeZmYGZ1/7Djkt+Ah3/ScEYT9cDord7UJzasR/4D3VONg9tQI5CDp+/CZC1AXj2pCFOvpw==",
|
|
1890
|
-
"dev": true,
|
|
1891
|
-
"license": "MIT",
|
|
1892
|
-
"dependencies": {
|
|
1893
|
-
"undici-types": "~6.21.0"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
"node_modules/@types/prop-types": {
|
|
1897
|
-
"version": "15.7.15",
|
|
1898
|
-
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
1899
|
-
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
1900
|
-
"dev": true,
|
|
1901
|
-
"license": "MIT"
|
|
1902
|
-
},
|
|
1903
|
-
"node_modules/@types/react": {
|
|
1904
|
-
"version": "18.3.31",
|
|
1905
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz",
|
|
1906
|
-
"integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==",
|
|
1907
|
-
"dev": true,
|
|
1908
|
-
"license": "MIT",
|
|
1909
|
-
"dependencies": {
|
|
1910
|
-
"@types/prop-types": "*",
|
|
1911
|
-
"csstype": "^3.2.2"
|
|
1912
|
-
}
|
|
1913
|
-
},
|
|
1914
|
-
"node_modules/@types/react-dom": {
|
|
1915
|
-
"version": "18.3.7",
|
|
1916
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
|
|
1917
|
-
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
|
|
1918
|
-
"dev": true,
|
|
1919
|
-
"license": "MIT",
|
|
1920
|
-
"peerDependencies": {
|
|
1921
|
-
"@types/react": "^18.0.0"
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
"node_modules/@vitejs/plugin-react": {
|
|
1925
|
-
"version": "4.7.0",
|
|
1926
|
-
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
|
|
1927
|
-
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
|
|
1928
|
-
"dev": true,
|
|
1929
|
-
"license": "MIT",
|
|
1930
|
-
"dependencies": {
|
|
1931
|
-
"@babel/core": "^7.28.0",
|
|
1932
|
-
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
1933
|
-
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
1934
|
-
"@rolldown/pluginutils": "1.0.0-beta.27",
|
|
1935
|
-
"@types/babel__core": "^7.20.5",
|
|
1936
|
-
"react-refresh": "^0.17.0"
|
|
1937
|
-
},
|
|
1938
|
-
"engines": {
|
|
1939
|
-
"node": "^14.18.0 || >=16.0.0"
|
|
1940
|
-
},
|
|
1941
|
-
"peerDependencies": {
|
|
1942
|
-
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
1943
|
-
}
|
|
1944
|
-
},
|
|
1945
|
-
"node_modules/ansi-styles": {
|
|
1946
|
-
"version": "4.3.0",
|
|
1947
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1948
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1949
|
-
"license": "MIT",
|
|
1950
|
-
"dependencies": {
|
|
1951
|
-
"color-convert": "^2.0.1"
|
|
1952
|
-
},
|
|
1953
|
-
"engines": {
|
|
1954
|
-
"node": ">=8"
|
|
1955
|
-
},
|
|
1956
|
-
"funding": {
|
|
1957
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
"node_modules/apache-arrow": {
|
|
1961
|
-
"version": "21.1.0",
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-21.1.0.tgz",
|
|
1963
|
-
"integrity": "sha512-kQrYLxhC+NTVVZ4CCzGF6L/uPVOzJmD1T3XgbiUnP7oTeVFOFgEUu6IKNwCDkpFoBVqDKQivlX4RUFqqnWFlEA==",
|
|
1964
|
-
"license": "Apache-2.0",
|
|
1965
|
-
"dependencies": {
|
|
1966
|
-
"@swc/helpers": "^0.5.11",
|
|
1967
|
-
"@types/command-line-args": "^5.2.3",
|
|
1968
|
-
"@types/command-line-usage": "^5.0.4",
|
|
1969
|
-
"@types/node": "^24.0.3",
|
|
1970
|
-
"command-line-args": "^6.0.1",
|
|
1971
|
-
"command-line-usage": "^7.0.1",
|
|
1972
|
-
"flatbuffers": "^25.1.24",
|
|
1973
|
-
"json-bignum": "^0.0.3",
|
|
1974
|
-
"tslib": "^2.6.2"
|
|
1975
|
-
},
|
|
1976
|
-
"bin": {
|
|
1977
|
-
"arrow2csv": "bin/arrow2csv.js"
|
|
1978
|
-
}
|
|
1979
|
-
},
|
|
1980
|
-
"node_modules/apache-arrow/node_modules/@types/node": {
|
|
1981
|
-
"version": "24.13.1",
|
|
1982
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.1.tgz",
|
|
1983
|
-
"integrity": "sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==",
|
|
1984
|
-
"license": "MIT",
|
|
1985
|
-
"dependencies": {
|
|
1986
|
-
"undici-types": "~7.18.0"
|
|
1987
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
"node_modules/apache-arrow/node_modules/undici-types": {
|
|
1990
|
-
"version": "7.18.2",
|
|
1991
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
|
|
1992
|
-
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
|
1993
|
-
"license": "MIT"
|
|
1994
|
-
},
|
|
1995
|
-
"node_modules/argparse": {
|
|
1996
|
-
"version": "1.0.10",
|
|
1997
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
1998
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
1999
|
-
"license": "MIT",
|
|
2000
|
-
"dependencies": {
|
|
2001
|
-
"sprintf-js": "~1.0.2"
|
|
2002
|
-
}
|
|
2003
|
-
},
|
|
2004
|
-
"node_modules/array-back": {
|
|
2005
|
-
"version": "6.2.3",
|
|
2006
|
-
"resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.3.tgz",
|
|
2007
|
-
"integrity": "sha512-SGDvmg6QTYiTxCBkYVmThcoa67uLl35pyzRHdpCGBOcqFy6BtwnphoFPk7LhJshD+Yk1Kt35WGWeZPTgwR4Fhw==",
|
|
2008
|
-
"license": "MIT",
|
|
2009
|
-
"engines": {
|
|
2010
|
-
"node": ">=12.17"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
"node_modules/baseline-browser-mapping": {
|
|
2014
|
-
"version": "2.10.34",
|
|
2015
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.34.tgz",
|
|
2016
|
-
"integrity": "sha512-IMDedajPifLnHNY0X9n8hKxRTQ6/eTHwr5bDo04WnuqxyKw6LYtQywCuuqPZwhl3aBXMvQpJov42GLCwRRdQzw==",
|
|
2017
|
-
"dev": true,
|
|
2018
|
-
"license": "Apache-2.0",
|
|
2019
|
-
"bin": {
|
|
2020
|
-
"baseline-browser-mapping": "dist/cli.cjs"
|
|
2021
|
-
},
|
|
2022
|
-
"engines": {
|
|
2023
|
-
"node": ">=6.0.0"
|
|
2024
|
-
}
|
|
2025
|
-
},
|
|
2026
|
-
"node_modules/browserslist": {
|
|
2027
|
-
"version": "4.28.2",
|
|
2028
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
|
|
2029
|
-
"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
|
|
2030
|
-
"dev": true,
|
|
2031
|
-
"funding": [
|
|
2032
|
-
{
|
|
2033
|
-
"type": "opencollective",
|
|
2034
|
-
"url": "https://opencollective.com/browserslist"
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
"type": "tidelift",
|
|
2038
|
-
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"type": "github",
|
|
2042
|
-
"url": "https://github.com/sponsors/ai"
|
|
2043
|
-
}
|
|
2044
|
-
],
|
|
2045
|
-
"license": "MIT",
|
|
2046
|
-
"dependencies": {
|
|
2047
|
-
"baseline-browser-mapping": "^2.10.12",
|
|
2048
|
-
"caniuse-lite": "^1.0.30001782",
|
|
2049
|
-
"electron-to-chromium": "^1.5.328",
|
|
2050
|
-
"node-releases": "^2.0.36",
|
|
2051
|
-
"update-browserslist-db": "^1.2.3"
|
|
2052
|
-
},
|
|
2053
|
-
"bin": {
|
|
2054
|
-
"browserslist": "cli.js"
|
|
2055
|
-
},
|
|
2056
|
-
"engines": {
|
|
2057
|
-
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
"node_modules/caniuse-lite": {
|
|
2061
|
-
"version": "1.0.30001797",
|
|
2062
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001797.tgz",
|
|
2063
|
-
"integrity": "sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==",
|
|
2064
|
-
"dev": true,
|
|
2065
|
-
"funding": [
|
|
2066
|
-
{
|
|
2067
|
-
"type": "opencollective",
|
|
2068
|
-
"url": "https://opencollective.com/browserslist"
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"type": "tidelift",
|
|
2072
|
-
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"type": "github",
|
|
2076
|
-
"url": "https://github.com/sponsors/ai"
|
|
2077
|
-
}
|
|
2078
|
-
],
|
|
2079
|
-
"license": "CC-BY-4.0"
|
|
2080
|
-
},
|
|
2081
|
-
"node_modules/cannon-es": {
|
|
2082
|
-
"version": "0.20.0",
|
|
2083
|
-
"resolved": "https://registry.npmjs.org/cannon-es/-/cannon-es-0.20.0.tgz",
|
|
2084
|
-
"integrity": "sha512-eZhWTZIkFOnMAJOgfXJa9+b3kVlvG+FX4mdkpePev/w/rP5V8NRquGyEozcjPfEoXUlb+p7d9SUcmDSn14prOA==",
|
|
2085
|
-
"license": "MIT"
|
|
2086
|
-
},
|
|
2087
|
-
"node_modules/chalk": {
|
|
2088
|
-
"version": "4.1.2",
|
|
2089
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2090
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2091
|
-
"license": "MIT",
|
|
2092
|
-
"dependencies": {
|
|
2093
|
-
"ansi-styles": "^4.1.0",
|
|
2094
|
-
"supports-color": "^7.1.0"
|
|
2095
|
-
},
|
|
2096
|
-
"engines": {
|
|
2097
|
-
"node": ">=10"
|
|
2098
|
-
},
|
|
2099
|
-
"funding": {
|
|
2100
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2103
|
-
"node_modules/chalk-template": {
|
|
2104
|
-
"version": "0.4.0",
|
|
2105
|
-
"resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz",
|
|
2106
|
-
"integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==",
|
|
2107
|
-
"license": "MIT",
|
|
2108
|
-
"dependencies": {
|
|
2109
|
-
"chalk": "^4.1.2"
|
|
2110
|
-
},
|
|
2111
|
-
"engines": {
|
|
2112
|
-
"node": ">=12"
|
|
2113
|
-
},
|
|
2114
|
-
"funding": {
|
|
2115
|
-
"url": "https://github.com/chalk/chalk-template?sponsor=1"
|
|
2116
|
-
}
|
|
2117
|
-
},
|
|
2118
|
-
"node_modules/color": {
|
|
2119
|
-
"version": "4.2.3",
|
|
2120
|
-
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
2121
|
-
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
2122
|
-
"license": "MIT",
|
|
2123
|
-
"dependencies": {
|
|
2124
|
-
"color-convert": "^2.0.1",
|
|
2125
|
-
"color-string": "^1.9.0"
|
|
2126
|
-
},
|
|
2127
|
-
"engines": {
|
|
2128
|
-
"node": ">=12.5.0"
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
"node_modules/color-convert": {
|
|
2132
|
-
"version": "2.0.1",
|
|
2133
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
2134
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
2135
|
-
"license": "MIT",
|
|
2136
|
-
"dependencies": {
|
|
2137
|
-
"color-name": "~1.1.4"
|
|
2138
|
-
},
|
|
2139
|
-
"engines": {
|
|
2140
|
-
"node": ">=7.0.0"
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
"node_modules/color-name": {
|
|
2144
|
-
"version": "1.1.4",
|
|
2145
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
2146
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2147
|
-
"license": "MIT"
|
|
2148
|
-
},
|
|
2149
|
-
"node_modules/color-string": {
|
|
2150
|
-
"version": "1.9.1",
|
|
2151
|
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
2152
|
-
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
2153
|
-
"license": "MIT",
|
|
2154
|
-
"dependencies": {
|
|
2155
|
-
"color-name": "^1.0.0",
|
|
2156
|
-
"simple-swizzle": "^0.2.2"
|
|
2157
|
-
}
|
|
2158
|
-
},
|
|
2159
|
-
"node_modules/command-line-args": {
|
|
2160
|
-
"version": "6.0.2",
|
|
2161
|
-
"resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-6.0.2.tgz",
|
|
2162
|
-
"integrity": "sha512-AIjYVxrV9X752LmPDLbVYv8aMCuHPSLZJXEo2qo/xJfv+NYhaZ4sMSF01rM+gHPaMgvPM0l5D/F+Qx+i2WfSmQ==",
|
|
2163
|
-
"license": "MIT",
|
|
2164
|
-
"dependencies": {
|
|
2165
|
-
"array-back": "^6.2.3",
|
|
2166
|
-
"find-replace": "^5.0.2",
|
|
2167
|
-
"lodash.camelcase": "^4.3.0",
|
|
2168
|
-
"typical": "^7.3.0"
|
|
2169
|
-
},
|
|
2170
|
-
"engines": {
|
|
2171
|
-
"node": ">=12.20"
|
|
2172
|
-
},
|
|
2173
|
-
"peerDependencies": {
|
|
2174
|
-
"@75lb/nature": "latest"
|
|
2175
|
-
},
|
|
2176
|
-
"peerDependenciesMeta": {
|
|
2177
|
-
"@75lb/nature": {
|
|
2178
|
-
"optional": true
|
|
2179
|
-
}
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2182
|
-
"node_modules/command-line-usage": {
|
|
2183
|
-
"version": "7.0.4",
|
|
2184
|
-
"resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.4.tgz",
|
|
2185
|
-
"integrity": "sha512-85UdvzTNx/+s5CkSgBm/0hzP80RFHAa7PsfeADE5ezZF3uHz3/Tqj9gIKGT9PTtpycc3Ua64T0oVulGfKxzfqg==",
|
|
2186
|
-
"license": "MIT",
|
|
2187
|
-
"dependencies": {
|
|
2188
|
-
"array-back": "^6.2.2",
|
|
2189
|
-
"chalk-template": "^0.4.0",
|
|
2190
|
-
"table-layout": "^4.1.1",
|
|
2191
|
-
"typical": "^7.3.0"
|
|
2192
|
-
},
|
|
2193
|
-
"engines": {
|
|
2194
|
-
"node": ">=12.20.0"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
"node_modules/convert-source-map": {
|
|
2198
|
-
"version": "2.0.0",
|
|
2199
|
-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
2200
|
-
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
2201
|
-
"dev": true,
|
|
2202
|
-
"license": "MIT"
|
|
2203
|
-
},
|
|
2204
|
-
"node_modules/csstype": {
|
|
2205
|
-
"version": "3.2.3",
|
|
2206
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
2207
|
-
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
2208
|
-
"dev": true,
|
|
2209
|
-
"license": "MIT"
|
|
2210
|
-
},
|
|
2211
|
-
"node_modules/debug": {
|
|
2212
|
-
"version": "4.4.3",
|
|
2213
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
2214
|
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
2215
|
-
"dev": true,
|
|
2216
|
-
"license": "MIT",
|
|
2217
|
-
"dependencies": {
|
|
2218
|
-
"ms": "^2.1.3"
|
|
2219
|
-
},
|
|
2220
|
-
"engines": {
|
|
2221
|
-
"node": ">=6.0"
|
|
2222
|
-
},
|
|
2223
|
-
"peerDependenciesMeta": {
|
|
2224
|
-
"supports-color": {
|
|
2225
|
-
"optional": true
|
|
2226
|
-
}
|
|
2227
|
-
}
|
|
2228
|
-
},
|
|
2229
|
-
"node_modules/detect-libc": {
|
|
2230
|
-
"version": "2.1.2",
|
|
2231
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
2232
|
-
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
2233
|
-
"license": "Apache-2.0",
|
|
2234
|
-
"engines": {
|
|
2235
|
-
"node": ">=8"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
"node_modules/electron-to-chromium": {
|
|
2239
|
-
"version": "1.5.369",
|
|
2240
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.369.tgz",
|
|
2241
|
-
"integrity": "sha512-XM22K9FNaaCOvMMrBn1caIc8v0g6+pKt660ZbfQqUZvfil0hEzr8ZoiY7VcSLGM3L/x3rz5PqZrk+bKOOmVM9w==",
|
|
2242
|
-
"dev": true,
|
|
2243
|
-
"license": "ISC"
|
|
2244
|
-
},
|
|
2245
|
-
"node_modules/esbuild": {
|
|
2246
|
-
"version": "0.28.0",
|
|
2247
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.0.tgz",
|
|
2248
|
-
"integrity": "sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==",
|
|
2249
|
-
"dev": true,
|
|
2250
|
-
"hasInstallScript": true,
|
|
2251
|
-
"license": "MIT",
|
|
2252
|
-
"bin": {
|
|
2253
|
-
"esbuild": "bin/esbuild"
|
|
2254
|
-
},
|
|
2255
|
-
"engines": {
|
|
2256
|
-
"node": ">=18"
|
|
2257
|
-
},
|
|
2258
|
-
"optionalDependencies": {
|
|
2259
|
-
"@esbuild/aix-ppc64": "0.28.0",
|
|
2260
|
-
"@esbuild/android-arm": "0.28.0",
|
|
2261
|
-
"@esbuild/android-arm64": "0.28.0",
|
|
2262
|
-
"@esbuild/android-x64": "0.28.0",
|
|
2263
|
-
"@esbuild/darwin-arm64": "0.28.0",
|
|
2264
|
-
"@esbuild/darwin-x64": "0.28.0",
|
|
2265
|
-
"@esbuild/freebsd-arm64": "0.28.0",
|
|
2266
|
-
"@esbuild/freebsd-x64": "0.28.0",
|
|
2267
|
-
"@esbuild/linux-arm": "0.28.0",
|
|
2268
|
-
"@esbuild/linux-arm64": "0.28.0",
|
|
2269
|
-
"@esbuild/linux-ia32": "0.28.0",
|
|
2270
|
-
"@esbuild/linux-loong64": "0.28.0",
|
|
2271
|
-
"@esbuild/linux-mips64el": "0.28.0",
|
|
2272
|
-
"@esbuild/linux-ppc64": "0.28.0",
|
|
2273
|
-
"@esbuild/linux-riscv64": "0.28.0",
|
|
2274
|
-
"@esbuild/linux-s390x": "0.28.0",
|
|
2275
|
-
"@esbuild/linux-x64": "0.28.0",
|
|
2276
|
-
"@esbuild/netbsd-arm64": "0.28.0",
|
|
2277
|
-
"@esbuild/netbsd-x64": "0.28.0",
|
|
2278
|
-
"@esbuild/openbsd-arm64": "0.28.0",
|
|
2279
|
-
"@esbuild/openbsd-x64": "0.28.0",
|
|
2280
|
-
"@esbuild/openharmony-arm64": "0.28.0",
|
|
2281
|
-
"@esbuild/sunos-x64": "0.28.0",
|
|
2282
|
-
"@esbuild/win32-arm64": "0.28.0",
|
|
2283
|
-
"@esbuild/win32-ia32": "0.28.0",
|
|
2284
|
-
"@esbuild/win32-x64": "0.28.0"
|
|
2285
|
-
}
|
|
2286
|
-
},
|
|
2287
|
-
"node_modules/escalade": {
|
|
2288
|
-
"version": "3.2.0",
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
2290
|
-
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
2291
|
-
"dev": true,
|
|
2292
|
-
"license": "MIT",
|
|
2293
|
-
"engines": {
|
|
2294
|
-
"node": ">=6"
|
|
2295
|
-
}
|
|
2296
|
-
},
|
|
2297
|
-
"node_modules/fdir": {
|
|
2298
|
-
"version": "6.5.0",
|
|
2299
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
2300
|
-
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
2301
|
-
"dev": true,
|
|
2302
|
-
"license": "MIT",
|
|
2303
|
-
"engines": {
|
|
2304
|
-
"node": ">=12.0.0"
|
|
2305
|
-
},
|
|
2306
|
-
"peerDependencies": {
|
|
2307
|
-
"picomatch": "^3 || ^4"
|
|
2308
|
-
},
|
|
2309
|
-
"peerDependenciesMeta": {
|
|
2310
|
-
"picomatch": {
|
|
2311
|
-
"optional": true
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
|
-
"node_modules/find-replace": {
|
|
2316
|
-
"version": "5.0.2",
|
|
2317
|
-
"resolved": "https://registry.npmjs.org/find-replace/-/find-replace-5.0.2.tgz",
|
|
2318
|
-
"integrity": "sha512-Y45BAiE3mz2QsrN2fb5QEtO4qb44NcS7en/0y9PEVsg351HsLeVclP8QPMH79Le9sH3rs5RSwJu99W0WPZO43Q==",
|
|
2319
|
-
"license": "MIT",
|
|
2320
|
-
"engines": {
|
|
2321
|
-
"node": ">=14"
|
|
2322
|
-
},
|
|
2323
|
-
"peerDependencies": {
|
|
2324
|
-
"@75lb/nature": "latest"
|
|
2325
|
-
},
|
|
2326
|
-
"peerDependenciesMeta": {
|
|
2327
|
-
"@75lb/nature": {
|
|
2328
|
-
"optional": true
|
|
2329
|
-
}
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
"node_modules/flatbuffers": {
|
|
2333
|
-
"version": "25.9.23",
|
|
2334
|
-
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-25.9.23.tgz",
|
|
2335
|
-
"integrity": "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ==",
|
|
2336
|
-
"license": "Apache-2.0"
|
|
2337
|
-
},
|
|
2338
|
-
"node_modules/fsevents": {
|
|
2339
|
-
"version": "2.3.2",
|
|
2340
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
2341
|
-
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
2342
|
-
"dev": true,
|
|
2343
|
-
"hasInstallScript": true,
|
|
2344
|
-
"license": "MIT",
|
|
2345
|
-
"optional": true,
|
|
2346
|
-
"os": [
|
|
2347
|
-
"darwin"
|
|
2348
|
-
],
|
|
2349
|
-
"engines": {
|
|
2350
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
"node_modules/gensync": {
|
|
2354
|
-
"version": "1.0.0-beta.2",
|
|
2355
|
-
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
2356
|
-
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
2357
|
-
"dev": true,
|
|
2358
|
-
"license": "MIT",
|
|
2359
|
-
"engines": {
|
|
2360
|
-
"node": ">=6.9.0"
|
|
2361
|
-
}
|
|
2362
|
-
},
|
|
2363
|
-
"node_modules/has-flag": {
|
|
2364
|
-
"version": "4.0.0",
|
|
2365
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
2366
|
-
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
2367
|
-
"license": "MIT",
|
|
2368
|
-
"engines": {
|
|
2369
|
-
"node": ">=8"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
"node_modules/image-size": {
|
|
2373
|
-
"version": "0.7.5",
|
|
2374
|
-
"resolved": "https://registry.npmjs.org/image-size/-/image-size-0.7.5.tgz",
|
|
2375
|
-
"integrity": "sha512-Hiyv+mXHfFEP7LzUL/llg9RwFxxY+o9N3JVLIeG5E7iFIFAalxvRU9UZthBdYDEVnzHMgjnKJPPpay5BWf1g9g==",
|
|
2376
|
-
"license": "MIT",
|
|
2377
|
-
"bin": {
|
|
2378
|
-
"image-size": "bin/image-size.js"
|
|
2379
|
-
},
|
|
2380
|
-
"engines": {
|
|
2381
|
-
"node": ">=6.9.0"
|
|
2382
|
-
}
|
|
2383
|
-
},
|
|
2384
|
-
"node_modules/is-arrayish": {
|
|
2385
|
-
"version": "0.3.4",
|
|
2386
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
2387
|
-
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
2388
|
-
"license": "MIT"
|
|
2389
|
-
},
|
|
2390
|
-
"node_modules/js-tokens": {
|
|
2391
|
-
"version": "4.0.0",
|
|
2392
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
2393
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
2394
|
-
"license": "MIT"
|
|
2395
|
-
},
|
|
2396
|
-
"node_modules/jsesc": {
|
|
2397
|
-
"version": "3.1.0",
|
|
2398
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
2399
|
-
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
2400
|
-
"dev": true,
|
|
2401
|
-
"license": "MIT",
|
|
2402
|
-
"bin": {
|
|
2403
|
-
"jsesc": "bin/jsesc"
|
|
2404
|
-
},
|
|
2405
|
-
"engines": {
|
|
2406
|
-
"node": ">=6"
|
|
2407
|
-
}
|
|
2408
|
-
},
|
|
2409
|
-
"node_modules/json-bignum": {
|
|
2410
|
-
"version": "0.0.3",
|
|
2411
|
-
"resolved": "https://registry.npmjs.org/json-bignum/-/json-bignum-0.0.3.tgz",
|
|
2412
|
-
"integrity": "sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg==",
|
|
2413
|
-
"engines": {
|
|
2414
|
-
"node": ">=0.8"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
|
-
"node_modules/json5": {
|
|
2418
|
-
"version": "2.2.3",
|
|
2419
|
-
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
2420
|
-
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
2421
|
-
"dev": true,
|
|
2422
|
-
"license": "MIT",
|
|
2423
|
-
"bin": {
|
|
2424
|
-
"json5": "lib/cli.js"
|
|
2425
|
-
},
|
|
2426
|
-
"engines": {
|
|
2427
|
-
"node": ">=6"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
"node_modules/ktx-parse": {
|
|
2431
|
-
"version": "0.7.1",
|
|
2432
|
-
"resolved": "https://registry.npmjs.org/ktx-parse/-/ktx-parse-0.7.1.tgz",
|
|
2433
|
-
"integrity": "sha512-FeA3g56ksdFNwjXJJsc1CCc7co+AJYDp6ipIp878zZ2bU8kWROatLYf39TQEd4/XRSUvBXovQ8gaVKWPXsCLEQ==",
|
|
2434
|
-
"license": "MIT"
|
|
2435
|
-
},
|
|
2436
|
-
"node_modules/lodash.camelcase": {
|
|
2437
|
-
"version": "4.3.0",
|
|
2438
|
-
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
|
2439
|
-
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
|
|
2440
|
-
"license": "MIT"
|
|
2441
|
-
},
|
|
2442
|
-
"node_modules/loose-envify": {
|
|
2443
|
-
"version": "1.4.0",
|
|
2444
|
-
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
2445
|
-
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
2446
|
-
"license": "MIT",
|
|
2447
|
-
"dependencies": {
|
|
2448
|
-
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
2449
|
-
},
|
|
2450
|
-
"bin": {
|
|
2451
|
-
"loose-envify": "cli.js"
|
|
2452
|
-
}
|
|
2453
|
-
},
|
|
2454
|
-
"node_modules/lru-cache": {
|
|
2455
|
-
"version": "5.1.1",
|
|
2456
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
2457
|
-
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
2458
|
-
"dev": true,
|
|
2459
|
-
"license": "ISC",
|
|
2460
|
-
"dependencies": {
|
|
2461
|
-
"yallist": "^3.0.2"
|
|
2462
|
-
}
|
|
2463
|
-
},
|
|
2464
|
-
"node_modules/ms": {
|
|
2465
|
-
"version": "2.1.3",
|
|
2466
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2467
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2468
|
-
"dev": true,
|
|
2469
|
-
"license": "MIT"
|
|
2470
|
-
},
|
|
2471
|
-
"node_modules/nanoid": {
|
|
2472
|
-
"version": "3.3.12",
|
|
2473
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
2474
|
-
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
2475
|
-
"dev": true,
|
|
2476
|
-
"funding": [
|
|
2477
|
-
{
|
|
2478
|
-
"type": "github",
|
|
2479
|
-
"url": "https://github.com/sponsors/ai"
|
|
2480
|
-
}
|
|
2481
|
-
],
|
|
2482
|
-
"license": "MIT",
|
|
2483
|
-
"bin": {
|
|
2484
|
-
"nanoid": "bin/nanoid.cjs"
|
|
2485
|
-
},
|
|
2486
|
-
"engines": {
|
|
2487
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2488
|
-
}
|
|
2489
|
-
},
|
|
2490
|
-
"node_modules/node-releases": {
|
|
2491
|
-
"version": "2.0.47",
|
|
2492
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.47.tgz",
|
|
2493
|
-
"integrity": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==",
|
|
2494
|
-
"dev": true,
|
|
2495
|
-
"license": "MIT",
|
|
2496
|
-
"engines": {
|
|
2497
|
-
"node": ">=18"
|
|
2498
|
-
}
|
|
2499
|
-
},
|
|
2500
|
-
"node_modules/picocolors": {
|
|
2501
|
-
"version": "1.1.1",
|
|
2502
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2503
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2504
|
-
"dev": true,
|
|
2505
|
-
"license": "ISC"
|
|
2506
|
-
},
|
|
2507
|
-
"node_modules/picomatch": {
|
|
2508
|
-
"version": "4.0.4",
|
|
2509
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
2510
|
-
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
2511
|
-
"dev": true,
|
|
2512
|
-
"license": "MIT",
|
|
2513
|
-
"engines": {
|
|
2514
|
-
"node": ">=12"
|
|
2515
|
-
},
|
|
2516
|
-
"funding": {
|
|
2517
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2518
|
-
}
|
|
2519
|
-
},
|
|
2520
|
-
"node_modules/playwright": {
|
|
2521
|
-
"version": "1.60.0",
|
|
2522
|
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0.tgz",
|
|
2523
|
-
"integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==",
|
|
2524
|
-
"dev": true,
|
|
2525
|
-
"license": "Apache-2.0",
|
|
2526
|
-
"dependencies": {
|
|
2527
|
-
"playwright-core": "1.60.0"
|
|
2528
|
-
},
|
|
2529
|
-
"bin": {
|
|
2530
|
-
"playwright": "cli.js"
|
|
2531
|
-
},
|
|
2532
|
-
"engines": {
|
|
2533
|
-
"node": ">=18"
|
|
2534
|
-
},
|
|
2535
|
-
"optionalDependencies": {
|
|
2536
|
-
"fsevents": "2.3.2"
|
|
2537
|
-
}
|
|
2538
|
-
},
|
|
2539
|
-
"node_modules/playwright-core": {
|
|
2540
|
-
"version": "1.60.0",
|
|
2541
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz",
|
|
2542
|
-
"integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==",
|
|
2543
|
-
"dev": true,
|
|
2544
|
-
"license": "Apache-2.0",
|
|
2545
|
-
"bin": {
|
|
2546
|
-
"playwright-core": "cli.js"
|
|
2547
|
-
},
|
|
2548
|
-
"engines": {
|
|
2549
|
-
"node": ">=18"
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
"node_modules/postcss": {
|
|
2553
|
-
"version": "8.5.15",
|
|
2554
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
|
|
2555
|
-
"integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
|
|
2556
|
-
"dev": true,
|
|
2557
|
-
"funding": [
|
|
2558
|
-
{
|
|
2559
|
-
"type": "opencollective",
|
|
2560
|
-
"url": "https://opencollective.com/postcss/"
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"type": "tidelift",
|
|
2564
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"type": "github",
|
|
2568
|
-
"url": "https://github.com/sponsors/ai"
|
|
2569
|
-
}
|
|
2570
|
-
],
|
|
2571
|
-
"license": "MIT",
|
|
2572
|
-
"dependencies": {
|
|
2573
|
-
"nanoid": "^3.3.12",
|
|
2574
|
-
"picocolors": "^1.1.1",
|
|
2575
|
-
"source-map-js": "^1.2.1"
|
|
2576
|
-
},
|
|
2577
|
-
"engines": {
|
|
2578
|
-
"node": "^10 || ^12 || >=14"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
"node_modules/react": {
|
|
2582
|
-
"version": "18.3.1",
|
|
2583
|
-
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
2584
|
-
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
2585
|
-
"license": "MIT",
|
|
2586
|
-
"dependencies": {
|
|
2587
|
-
"loose-envify": "^1.1.0"
|
|
2588
|
-
},
|
|
2589
|
-
"engines": {
|
|
2590
|
-
"node": ">=0.10.0"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
"node_modules/react-dom": {
|
|
2594
|
-
"version": "18.3.1",
|
|
2595
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
2596
|
-
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
2597
|
-
"license": "MIT",
|
|
2598
|
-
"dependencies": {
|
|
2599
|
-
"loose-envify": "^1.1.0",
|
|
2600
|
-
"scheduler": "^0.23.2"
|
|
2601
|
-
},
|
|
2602
|
-
"peerDependencies": {
|
|
2603
|
-
"react": "^18.3.1"
|
|
2604
|
-
}
|
|
2605
|
-
},
|
|
2606
|
-
"node_modules/react-refresh": {
|
|
2607
|
-
"version": "0.17.0",
|
|
2608
|
-
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
|
|
2609
|
-
"integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
|
|
2610
|
-
"dev": true,
|
|
2611
|
-
"license": "MIT",
|
|
2612
|
-
"engines": {
|
|
2613
|
-
"node": ">=0.10.0"
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
|
-
"node_modules/rollup": {
|
|
2617
|
-
"version": "4.61.1",
|
|
2618
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.61.1.tgz",
|
|
2619
|
-
"integrity": "sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==",
|
|
2620
|
-
"dev": true,
|
|
2621
|
-
"license": "MIT",
|
|
2622
|
-
"dependencies": {
|
|
2623
|
-
"@types/estree": "1.0.9"
|
|
2624
|
-
},
|
|
2625
|
-
"bin": {
|
|
2626
|
-
"rollup": "dist/bin/rollup"
|
|
2627
|
-
},
|
|
2628
|
-
"engines": {
|
|
2629
|
-
"node": ">=18.0.0",
|
|
2630
|
-
"npm": ">=8.0.0"
|
|
2631
|
-
},
|
|
2632
|
-
"optionalDependencies": {
|
|
2633
|
-
"@rollup/rollup-android-arm-eabi": "4.61.1",
|
|
2634
|
-
"@rollup/rollup-android-arm64": "4.61.1",
|
|
2635
|
-
"@rollup/rollup-darwin-arm64": "4.61.1",
|
|
2636
|
-
"@rollup/rollup-darwin-x64": "4.61.1",
|
|
2637
|
-
"@rollup/rollup-freebsd-arm64": "4.61.1",
|
|
2638
|
-
"@rollup/rollup-freebsd-x64": "4.61.1",
|
|
2639
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.61.1",
|
|
2640
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.61.1",
|
|
2641
|
-
"@rollup/rollup-linux-arm64-gnu": "4.61.1",
|
|
2642
|
-
"@rollup/rollup-linux-arm64-musl": "4.61.1",
|
|
2643
|
-
"@rollup/rollup-linux-loong64-gnu": "4.61.1",
|
|
2644
|
-
"@rollup/rollup-linux-loong64-musl": "4.61.1",
|
|
2645
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.61.1",
|
|
2646
|
-
"@rollup/rollup-linux-ppc64-musl": "4.61.1",
|
|
2647
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.61.1",
|
|
2648
|
-
"@rollup/rollup-linux-riscv64-musl": "4.61.1",
|
|
2649
|
-
"@rollup/rollup-linux-s390x-gnu": "4.61.1",
|
|
2650
|
-
"@rollup/rollup-linux-x64-gnu": "4.61.1",
|
|
2651
|
-
"@rollup/rollup-linux-x64-musl": "4.61.1",
|
|
2652
|
-
"@rollup/rollup-openbsd-x64": "4.61.1",
|
|
2653
|
-
"@rollup/rollup-openharmony-arm64": "4.61.1",
|
|
2654
|
-
"@rollup/rollup-win32-arm64-msvc": "4.61.1",
|
|
2655
|
-
"@rollup/rollup-win32-ia32-msvc": "4.61.1",
|
|
2656
|
-
"@rollup/rollup-win32-x64-gnu": "4.61.1",
|
|
2657
|
-
"@rollup/rollup-win32-x64-msvc": "4.61.1",
|
|
2658
|
-
"fsevents": "~2.3.2"
|
|
2659
|
-
}
|
|
2660
|
-
},
|
|
2661
|
-
"node_modules/scheduler": {
|
|
2662
|
-
"version": "0.23.2",
|
|
2663
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
2664
|
-
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
2665
|
-
"license": "MIT",
|
|
2666
|
-
"dependencies": {
|
|
2667
|
-
"loose-envify": "^1.1.0"
|
|
2668
|
-
}
|
|
2669
|
-
},
|
|
2670
|
-
"node_modules/semver": {
|
|
2671
|
-
"version": "6.3.1",
|
|
2672
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
2673
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
2674
|
-
"dev": true,
|
|
2675
|
-
"license": "ISC",
|
|
2676
|
-
"bin": {
|
|
2677
|
-
"semver": "bin/semver.js"
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
"node_modules/sharp": {
|
|
2681
|
-
"version": "0.33.5",
|
|
2682
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
|
|
2683
|
-
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
|
|
2684
|
-
"hasInstallScript": true,
|
|
2685
|
-
"license": "Apache-2.0",
|
|
2686
|
-
"dependencies": {
|
|
2687
|
-
"color": "^4.2.3",
|
|
2688
|
-
"detect-libc": "^2.0.3",
|
|
2689
|
-
"semver": "^7.6.3"
|
|
2690
|
-
},
|
|
2691
|
-
"engines": {
|
|
2692
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
2693
|
-
},
|
|
2694
|
-
"funding": {
|
|
2695
|
-
"url": "https://opencollective.com/libvips"
|
|
2696
|
-
},
|
|
2697
|
-
"optionalDependencies": {
|
|
2698
|
-
"@img/sharp-darwin-arm64": "0.33.5",
|
|
2699
|
-
"@img/sharp-darwin-x64": "0.33.5",
|
|
2700
|
-
"@img/sharp-libvips-darwin-arm64": "1.0.4",
|
|
2701
|
-
"@img/sharp-libvips-darwin-x64": "1.0.4",
|
|
2702
|
-
"@img/sharp-libvips-linux-arm": "1.0.5",
|
|
2703
|
-
"@img/sharp-libvips-linux-arm64": "1.0.4",
|
|
2704
|
-
"@img/sharp-libvips-linux-s390x": "1.0.4",
|
|
2705
|
-
"@img/sharp-libvips-linux-x64": "1.0.4",
|
|
2706
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
|
|
2707
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
|
|
2708
|
-
"@img/sharp-linux-arm": "0.33.5",
|
|
2709
|
-
"@img/sharp-linux-arm64": "0.33.5",
|
|
2710
|
-
"@img/sharp-linux-s390x": "0.33.5",
|
|
2711
|
-
"@img/sharp-linux-x64": "0.33.5",
|
|
2712
|
-
"@img/sharp-linuxmusl-arm64": "0.33.5",
|
|
2713
|
-
"@img/sharp-linuxmusl-x64": "0.33.5",
|
|
2714
|
-
"@img/sharp-wasm32": "0.33.5",
|
|
2715
|
-
"@img/sharp-win32-ia32": "0.33.5",
|
|
2716
|
-
"@img/sharp-win32-x64": "0.33.5"
|
|
2717
|
-
}
|
|
2718
|
-
},
|
|
2719
|
-
"node_modules/sharp/node_modules/semver": {
|
|
2720
|
-
"version": "7.8.3",
|
|
2721
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz",
|
|
2722
|
-
"integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==",
|
|
2723
|
-
"license": "ISC",
|
|
2724
|
-
"bin": {
|
|
2725
|
-
"semver": "bin/semver.js"
|
|
2726
|
-
},
|
|
2727
|
-
"engines": {
|
|
2728
|
-
"node": ">=10"
|
|
2729
|
-
}
|
|
2730
|
-
},
|
|
2731
|
-
"node_modules/simple-swizzle": {
|
|
2732
|
-
"version": "0.2.4",
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
2734
|
-
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
2735
|
-
"license": "MIT",
|
|
2736
|
-
"dependencies": {
|
|
2737
|
-
"is-arrayish": "^0.3.1"
|
|
2738
|
-
}
|
|
2739
|
-
},
|
|
2740
|
-
"node_modules/source-map-js": {
|
|
2741
|
-
"version": "1.2.1",
|
|
2742
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
2743
|
-
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
2744
|
-
"dev": true,
|
|
2745
|
-
"license": "BSD-3-Clause",
|
|
2746
|
-
"engines": {
|
|
2747
|
-
"node": ">=0.10.0"
|
|
2748
|
-
}
|
|
2749
|
-
},
|
|
2750
|
-
"node_modules/sprintf-js": {
|
|
2751
|
-
"version": "1.0.3",
|
|
2752
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
2753
|
-
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
2754
|
-
"license": "BSD-3-Clause"
|
|
2755
|
-
},
|
|
2756
|
-
"node_modules/supports-color": {
|
|
2757
|
-
"version": "7.2.0",
|
|
2758
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2759
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2760
|
-
"license": "MIT",
|
|
2761
|
-
"dependencies": {
|
|
2762
|
-
"has-flag": "^4.0.0"
|
|
2763
|
-
},
|
|
2764
|
-
"engines": {
|
|
2765
|
-
"node": ">=8"
|
|
2766
|
-
}
|
|
2767
|
-
},
|
|
2768
|
-
"node_modules/table-layout": {
|
|
2769
|
-
"version": "4.1.1",
|
|
2770
|
-
"resolved": "https://registry.npmjs.org/table-layout/-/table-layout-4.1.1.tgz",
|
|
2771
|
-
"integrity": "sha512-iK5/YhZxq5GO5z8wb0bY1317uDF3Zjpha0QFFLA8/trAoiLbQD0HUbMesEaxyzUgDxi2QlcbM8IvqOlEjgoXBA==",
|
|
2772
|
-
"license": "MIT",
|
|
2773
|
-
"dependencies": {
|
|
2774
|
-
"array-back": "^6.2.2",
|
|
2775
|
-
"wordwrapjs": "^5.1.0"
|
|
2776
|
-
},
|
|
2777
|
-
"engines": {
|
|
2778
|
-
"node": ">=12.17"
|
|
2779
|
-
}
|
|
2780
|
-
},
|
|
2781
|
-
"node_modules/texture-compressor": {
|
|
2782
|
-
"version": "1.0.2",
|
|
2783
|
-
"resolved": "https://registry.npmjs.org/texture-compressor/-/texture-compressor-1.0.2.tgz",
|
|
2784
|
-
"integrity": "sha512-dStVgoaQ11mA5htJ+RzZ51ZxIZqNOgWKAIvtjLrW1AliQQLCmrDqNzQZ8Jh91YealQ95DXt4MEduLzJmbs6lig==",
|
|
2785
|
-
"license": "MIT",
|
|
2786
|
-
"dependencies": {
|
|
2787
|
-
"argparse": "^1.0.10",
|
|
2788
|
-
"image-size": "^0.7.4"
|
|
2789
|
-
},
|
|
2790
|
-
"bin": {
|
|
2791
|
-
"texture-compressor": "bin/texture-compressor.js"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
"node_modules/tinyglobby": {
|
|
2795
|
-
"version": "0.2.17",
|
|
2796
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
2797
|
-
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
2798
|
-
"dev": true,
|
|
2799
|
-
"license": "MIT",
|
|
2800
|
-
"dependencies": {
|
|
2801
|
-
"fdir": "^6.5.0",
|
|
2802
|
-
"picomatch": "^4.0.4"
|
|
2803
|
-
},
|
|
2804
|
-
"engines": {
|
|
2805
|
-
"node": ">=12.0.0"
|
|
2806
|
-
},
|
|
2807
|
-
"funding": {
|
|
2808
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
"node_modules/tslib": {
|
|
2812
|
-
"version": "2.8.1",
|
|
2813
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2814
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2815
|
-
"license": "0BSD"
|
|
2816
|
-
},
|
|
2817
|
-
"node_modules/tsx": {
|
|
2818
|
-
"version": "4.22.4",
|
|
2819
|
-
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz",
|
|
2820
|
-
"integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==",
|
|
2821
|
-
"dev": true,
|
|
2822
|
-
"license": "MIT",
|
|
2823
|
-
"dependencies": {
|
|
2824
|
-
"esbuild": "~0.28.0"
|
|
2825
|
-
},
|
|
2826
|
-
"bin": {
|
|
2827
|
-
"tsx": "dist/cli.mjs"
|
|
2828
|
-
},
|
|
2829
|
-
"engines": {
|
|
2830
|
-
"node": ">=18.0.0"
|
|
2831
|
-
},
|
|
2832
|
-
"optionalDependencies": {
|
|
2833
|
-
"fsevents": "~2.3.3"
|
|
2834
|
-
}
|
|
2835
|
-
},
|
|
2836
|
-
"node_modules/tsx/node_modules/fsevents": {
|
|
2837
|
-
"version": "2.3.3",
|
|
2838
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2839
|
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2840
|
-
"dev": true,
|
|
2841
|
-
"hasInstallScript": true,
|
|
2842
|
-
"license": "MIT",
|
|
2843
|
-
"optional": true,
|
|
2844
|
-
"os": [
|
|
2845
|
-
"darwin"
|
|
2846
|
-
],
|
|
2847
|
-
"engines": {
|
|
2848
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2849
|
-
}
|
|
2850
|
-
},
|
|
2851
|
-
"node_modules/typescript": {
|
|
2852
|
-
"version": "5.9.3",
|
|
2853
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
2854
|
-
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
2855
|
-
"dev": true,
|
|
2856
|
-
"license": "Apache-2.0",
|
|
2857
|
-
"bin": {
|
|
2858
|
-
"tsc": "bin/tsc",
|
|
2859
|
-
"tsserver": "bin/tsserver"
|
|
2860
|
-
},
|
|
2861
|
-
"engines": {
|
|
2862
|
-
"node": ">=14.17"
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
"node_modules/typical": {
|
|
2866
|
-
"version": "7.3.0",
|
|
2867
|
-
"resolved": "https://registry.npmjs.org/typical/-/typical-7.3.0.tgz",
|
|
2868
|
-
"integrity": "sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==",
|
|
2869
|
-
"license": "MIT",
|
|
2870
|
-
"engines": {
|
|
2871
|
-
"node": ">=12.17"
|
|
2872
|
-
}
|
|
2873
|
-
},
|
|
2874
|
-
"node_modules/undici-types": {
|
|
2875
|
-
"version": "6.21.0",
|
|
2876
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
2877
|
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
2878
|
-
"dev": true,
|
|
2879
|
-
"license": "MIT"
|
|
2880
|
-
},
|
|
2881
|
-
"node_modules/update-browserslist-db": {
|
|
2882
|
-
"version": "1.2.3",
|
|
2883
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
2884
|
-
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
2885
|
-
"dev": true,
|
|
2886
|
-
"funding": [
|
|
2887
|
-
{
|
|
2888
|
-
"type": "opencollective",
|
|
2889
|
-
"url": "https://opencollective.com/browserslist"
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"type": "tidelift",
|
|
2893
|
-
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"type": "github",
|
|
2897
|
-
"url": "https://github.com/sponsors/ai"
|
|
2898
|
-
}
|
|
2899
|
-
],
|
|
2900
|
-
"license": "MIT",
|
|
2901
|
-
"dependencies": {
|
|
2902
|
-
"escalade": "^3.2.0",
|
|
2903
|
-
"picocolors": "^1.1.1"
|
|
2904
|
-
},
|
|
2905
|
-
"bin": {
|
|
2906
|
-
"update-browserslist-db": "cli.js"
|
|
2907
|
-
},
|
|
2908
|
-
"peerDependencies": {
|
|
2909
|
-
"browserslist": ">= 4.21.0"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"node_modules/vite": {
|
|
2913
|
-
"version": "7.3.5",
|
|
2914
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.5.tgz",
|
|
2915
|
-
"integrity": "sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==",
|
|
2916
|
-
"dev": true,
|
|
2917
|
-
"license": "MIT",
|
|
2918
|
-
"dependencies": {
|
|
2919
|
-
"esbuild": "^0.27.0",
|
|
2920
|
-
"fdir": "^6.5.0",
|
|
2921
|
-
"picomatch": "^4.0.3",
|
|
2922
|
-
"postcss": "^8.5.6",
|
|
2923
|
-
"rollup": "^4.43.0",
|
|
2924
|
-
"tinyglobby": "^0.2.15"
|
|
2925
|
-
},
|
|
2926
|
-
"bin": {
|
|
2927
|
-
"vite": "bin/vite.js"
|
|
2928
|
-
},
|
|
2929
|
-
"engines": {
|
|
2930
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
2931
|
-
},
|
|
2932
|
-
"funding": {
|
|
2933
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
2934
|
-
},
|
|
2935
|
-
"optionalDependencies": {
|
|
2936
|
-
"fsevents": "~2.3.3"
|
|
2937
|
-
},
|
|
2938
|
-
"peerDependencies": {
|
|
2939
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
2940
|
-
"jiti": ">=1.21.0",
|
|
2941
|
-
"less": "^4.0.0",
|
|
2942
|
-
"lightningcss": "^1.21.0",
|
|
2943
|
-
"sass": "^1.70.0",
|
|
2944
|
-
"sass-embedded": "^1.70.0",
|
|
2945
|
-
"stylus": ">=0.54.8",
|
|
2946
|
-
"sugarss": "^5.0.0",
|
|
2947
|
-
"terser": "^5.16.0",
|
|
2948
|
-
"tsx": "^4.8.1",
|
|
2949
|
-
"yaml": "^2.4.2"
|
|
2950
|
-
},
|
|
2951
|
-
"peerDependenciesMeta": {
|
|
2952
|
-
"@types/node": {
|
|
2953
|
-
"optional": true
|
|
2954
|
-
},
|
|
2955
|
-
"jiti": {
|
|
2956
|
-
"optional": true
|
|
2957
|
-
},
|
|
2958
|
-
"less": {
|
|
2959
|
-
"optional": true
|
|
2960
|
-
},
|
|
2961
|
-
"lightningcss": {
|
|
2962
|
-
"optional": true
|
|
2963
|
-
},
|
|
2964
|
-
"sass": {
|
|
2965
|
-
"optional": true
|
|
2966
|
-
},
|
|
2967
|
-
"sass-embedded": {
|
|
2968
|
-
"optional": true
|
|
2969
|
-
},
|
|
2970
|
-
"stylus": {
|
|
2971
|
-
"optional": true
|
|
2972
|
-
},
|
|
2973
|
-
"sugarss": {
|
|
2974
|
-
"optional": true
|
|
2975
|
-
},
|
|
2976
|
-
"terser": {
|
|
2977
|
-
"optional": true
|
|
2978
|
-
},
|
|
2979
|
-
"tsx": {
|
|
2980
|
-
"optional": true
|
|
2981
|
-
},
|
|
2982
|
-
"yaml": {
|
|
2983
|
-
"optional": true
|
|
2984
|
-
}
|
|
2985
|
-
}
|
|
2986
|
-
},
|
|
2987
|
-
"node_modules/vite/node_modules/@esbuild/aix-ppc64": {
|
|
2988
|
-
"version": "0.27.7",
|
|
2989
|
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
|
|
2990
|
-
"integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
|
|
2991
|
-
"cpu": [
|
|
2992
|
-
"ppc64"
|
|
2993
|
-
],
|
|
2994
|
-
"dev": true,
|
|
2995
|
-
"license": "MIT",
|
|
2996
|
-
"optional": true,
|
|
2997
|
-
"os": [
|
|
2998
|
-
"aix"
|
|
2999
|
-
],
|
|
3000
|
-
"engines": {
|
|
3001
|
-
"node": ">=18"
|
|
3002
|
-
}
|
|
3003
|
-
},
|
|
3004
|
-
"node_modules/vite/node_modules/@esbuild/android-arm": {
|
|
3005
|
-
"version": "0.27.7",
|
|
3006
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
|
|
3007
|
-
"integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
|
|
3008
|
-
"cpu": [
|
|
3009
|
-
"arm"
|
|
3010
|
-
],
|
|
3011
|
-
"dev": true,
|
|
3012
|
-
"license": "MIT",
|
|
3013
|
-
"optional": true,
|
|
3014
|
-
"os": [
|
|
3015
|
-
"android"
|
|
3016
|
-
],
|
|
3017
|
-
"engines": {
|
|
3018
|
-
"node": ">=18"
|
|
3019
|
-
}
|
|
3020
|
-
},
|
|
3021
|
-
"node_modules/vite/node_modules/@esbuild/android-arm64": {
|
|
3022
|
-
"version": "0.27.7",
|
|
3023
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
|
|
3024
|
-
"integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
|
|
3025
|
-
"cpu": [
|
|
3026
|
-
"arm64"
|
|
3027
|
-
],
|
|
3028
|
-
"dev": true,
|
|
3029
|
-
"license": "MIT",
|
|
3030
|
-
"optional": true,
|
|
3031
|
-
"os": [
|
|
3032
|
-
"android"
|
|
3033
|
-
],
|
|
3034
|
-
"engines": {
|
|
3035
|
-
"node": ">=18"
|
|
3036
|
-
}
|
|
3037
|
-
},
|
|
3038
|
-
"node_modules/vite/node_modules/@esbuild/android-x64": {
|
|
3039
|
-
"version": "0.27.7",
|
|
3040
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
|
|
3041
|
-
"integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
|
|
3042
|
-
"cpu": [
|
|
3043
|
-
"x64"
|
|
3044
|
-
],
|
|
3045
|
-
"dev": true,
|
|
3046
|
-
"license": "MIT",
|
|
3047
|
-
"optional": true,
|
|
3048
|
-
"os": [
|
|
3049
|
-
"android"
|
|
3050
|
-
],
|
|
3051
|
-
"engines": {
|
|
3052
|
-
"node": ">=18"
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
|
-
"node_modules/vite/node_modules/@esbuild/darwin-arm64": {
|
|
3056
|
-
"version": "0.27.7",
|
|
3057
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
|
|
3058
|
-
"integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
|
|
3059
|
-
"cpu": [
|
|
3060
|
-
"arm64"
|
|
3061
|
-
],
|
|
3062
|
-
"dev": true,
|
|
3063
|
-
"license": "MIT",
|
|
3064
|
-
"optional": true,
|
|
3065
|
-
"os": [
|
|
3066
|
-
"darwin"
|
|
3067
|
-
],
|
|
3068
|
-
"engines": {
|
|
3069
|
-
"node": ">=18"
|
|
3070
|
-
}
|
|
3071
|
-
},
|
|
3072
|
-
"node_modules/vite/node_modules/@esbuild/darwin-x64": {
|
|
3073
|
-
"version": "0.27.7",
|
|
3074
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
|
|
3075
|
-
"integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
|
|
3076
|
-
"cpu": [
|
|
3077
|
-
"x64"
|
|
3078
|
-
],
|
|
3079
|
-
"dev": true,
|
|
3080
|
-
"license": "MIT",
|
|
3081
|
-
"optional": true,
|
|
3082
|
-
"os": [
|
|
3083
|
-
"darwin"
|
|
3084
|
-
],
|
|
3085
|
-
"engines": {
|
|
3086
|
-
"node": ">=18"
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3089
|
-
"node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
|
|
3090
|
-
"version": "0.27.7",
|
|
3091
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
|
|
3092
|
-
"integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
|
|
3093
|
-
"cpu": [
|
|
3094
|
-
"arm64"
|
|
3095
|
-
],
|
|
3096
|
-
"dev": true,
|
|
3097
|
-
"license": "MIT",
|
|
3098
|
-
"optional": true,
|
|
3099
|
-
"os": [
|
|
3100
|
-
"freebsd"
|
|
3101
|
-
],
|
|
3102
|
-
"engines": {
|
|
3103
|
-
"node": ">=18"
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
"node_modules/vite/node_modules/@esbuild/freebsd-x64": {
|
|
3107
|
-
"version": "0.27.7",
|
|
3108
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
|
|
3109
|
-
"integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
|
|
3110
|
-
"cpu": [
|
|
3111
|
-
"x64"
|
|
3112
|
-
],
|
|
3113
|
-
"dev": true,
|
|
3114
|
-
"license": "MIT",
|
|
3115
|
-
"optional": true,
|
|
3116
|
-
"os": [
|
|
3117
|
-
"freebsd"
|
|
3118
|
-
],
|
|
3119
|
-
"engines": {
|
|
3120
|
-
"node": ">=18"
|
|
3121
|
-
}
|
|
3122
|
-
},
|
|
3123
|
-
"node_modules/vite/node_modules/@esbuild/linux-arm": {
|
|
3124
|
-
"version": "0.27.7",
|
|
3125
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
|
|
3126
|
-
"integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
|
|
3127
|
-
"cpu": [
|
|
3128
|
-
"arm"
|
|
3129
|
-
],
|
|
3130
|
-
"dev": true,
|
|
3131
|
-
"license": "MIT",
|
|
3132
|
-
"optional": true,
|
|
3133
|
-
"os": [
|
|
3134
|
-
"linux"
|
|
3135
|
-
],
|
|
3136
|
-
"engines": {
|
|
3137
|
-
"node": ">=18"
|
|
3138
|
-
}
|
|
3139
|
-
},
|
|
3140
|
-
"node_modules/vite/node_modules/@esbuild/linux-arm64": {
|
|
3141
|
-
"version": "0.27.7",
|
|
3142
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
|
|
3143
|
-
"integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
|
|
3144
|
-
"cpu": [
|
|
3145
|
-
"arm64"
|
|
3146
|
-
],
|
|
3147
|
-
"dev": true,
|
|
3148
|
-
"license": "MIT",
|
|
3149
|
-
"optional": true,
|
|
3150
|
-
"os": [
|
|
3151
|
-
"linux"
|
|
3152
|
-
],
|
|
3153
|
-
"engines": {
|
|
3154
|
-
"node": ">=18"
|
|
3155
|
-
}
|
|
3156
|
-
},
|
|
3157
|
-
"node_modules/vite/node_modules/@esbuild/linux-ia32": {
|
|
3158
|
-
"version": "0.27.7",
|
|
3159
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
|
|
3160
|
-
"integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
|
|
3161
|
-
"cpu": [
|
|
3162
|
-
"ia32"
|
|
3163
|
-
],
|
|
3164
|
-
"dev": true,
|
|
3165
|
-
"license": "MIT",
|
|
3166
|
-
"optional": true,
|
|
3167
|
-
"os": [
|
|
3168
|
-
"linux"
|
|
3169
|
-
],
|
|
3170
|
-
"engines": {
|
|
3171
|
-
"node": ">=18"
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
"node_modules/vite/node_modules/@esbuild/linux-loong64": {
|
|
3175
|
-
"version": "0.27.7",
|
|
3176
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
|
|
3177
|
-
"integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
|
|
3178
|
-
"cpu": [
|
|
3179
|
-
"loong64"
|
|
3180
|
-
],
|
|
3181
|
-
"dev": true,
|
|
3182
|
-
"license": "MIT",
|
|
3183
|
-
"optional": true,
|
|
3184
|
-
"os": [
|
|
3185
|
-
"linux"
|
|
3186
|
-
],
|
|
3187
|
-
"engines": {
|
|
3188
|
-
"node": ">=18"
|
|
3189
|
-
}
|
|
3190
|
-
},
|
|
3191
|
-
"node_modules/vite/node_modules/@esbuild/linux-mips64el": {
|
|
3192
|
-
"version": "0.27.7",
|
|
3193
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
|
|
3194
|
-
"integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
|
|
3195
|
-
"cpu": [
|
|
3196
|
-
"mips64el"
|
|
3197
|
-
],
|
|
3198
|
-
"dev": true,
|
|
3199
|
-
"license": "MIT",
|
|
3200
|
-
"optional": true,
|
|
3201
|
-
"os": [
|
|
3202
|
-
"linux"
|
|
3203
|
-
],
|
|
3204
|
-
"engines": {
|
|
3205
|
-
"node": ">=18"
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
|
-
"node_modules/vite/node_modules/@esbuild/linux-ppc64": {
|
|
3209
|
-
"version": "0.27.7",
|
|
3210
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
|
|
3211
|
-
"integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
|
|
3212
|
-
"cpu": [
|
|
3213
|
-
"ppc64"
|
|
3214
|
-
],
|
|
3215
|
-
"dev": true,
|
|
3216
|
-
"license": "MIT",
|
|
3217
|
-
"optional": true,
|
|
3218
|
-
"os": [
|
|
3219
|
-
"linux"
|
|
3220
|
-
],
|
|
3221
|
-
"engines": {
|
|
3222
|
-
"node": ">=18"
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
"node_modules/vite/node_modules/@esbuild/linux-riscv64": {
|
|
3226
|
-
"version": "0.27.7",
|
|
3227
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
|
|
3228
|
-
"integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
|
|
3229
|
-
"cpu": [
|
|
3230
|
-
"riscv64"
|
|
3231
|
-
],
|
|
3232
|
-
"dev": true,
|
|
3233
|
-
"license": "MIT",
|
|
3234
|
-
"optional": true,
|
|
3235
|
-
"os": [
|
|
3236
|
-
"linux"
|
|
3237
|
-
],
|
|
3238
|
-
"engines": {
|
|
3239
|
-
"node": ">=18"
|
|
3240
|
-
}
|
|
3241
|
-
},
|
|
3242
|
-
"node_modules/vite/node_modules/@esbuild/linux-s390x": {
|
|
3243
|
-
"version": "0.27.7",
|
|
3244
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
|
|
3245
|
-
"integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
|
|
3246
|
-
"cpu": [
|
|
3247
|
-
"s390x"
|
|
3248
|
-
],
|
|
3249
|
-
"dev": true,
|
|
3250
|
-
"license": "MIT",
|
|
3251
|
-
"optional": true,
|
|
3252
|
-
"os": [
|
|
3253
|
-
"linux"
|
|
3254
|
-
],
|
|
3255
|
-
"engines": {
|
|
3256
|
-
"node": ">=18"
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
|
-
"node_modules/vite/node_modules/@esbuild/linux-x64": {
|
|
3260
|
-
"version": "0.27.7",
|
|
3261
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
|
|
3262
|
-
"integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
|
|
3263
|
-
"cpu": [
|
|
3264
|
-
"x64"
|
|
3265
|
-
],
|
|
3266
|
-
"dev": true,
|
|
3267
|
-
"license": "MIT",
|
|
3268
|
-
"optional": true,
|
|
3269
|
-
"os": [
|
|
3270
|
-
"linux"
|
|
3271
|
-
],
|
|
3272
|
-
"engines": {
|
|
3273
|
-
"node": ">=18"
|
|
3274
|
-
}
|
|
3275
|
-
},
|
|
3276
|
-
"node_modules/vite/node_modules/@esbuild/netbsd-arm64": {
|
|
3277
|
-
"version": "0.27.7",
|
|
3278
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
|
|
3279
|
-
"integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
|
|
3280
|
-
"cpu": [
|
|
3281
|
-
"arm64"
|
|
3282
|
-
],
|
|
3283
|
-
"dev": true,
|
|
3284
|
-
"license": "MIT",
|
|
3285
|
-
"optional": true,
|
|
3286
|
-
"os": [
|
|
3287
|
-
"netbsd"
|
|
3288
|
-
],
|
|
3289
|
-
"engines": {
|
|
3290
|
-
"node": ">=18"
|
|
3291
|
-
}
|
|
3292
|
-
},
|
|
3293
|
-
"node_modules/vite/node_modules/@esbuild/netbsd-x64": {
|
|
3294
|
-
"version": "0.27.7",
|
|
3295
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
|
|
3296
|
-
"integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
|
|
3297
|
-
"cpu": [
|
|
3298
|
-
"x64"
|
|
3299
|
-
],
|
|
3300
|
-
"dev": true,
|
|
3301
|
-
"license": "MIT",
|
|
3302
|
-
"optional": true,
|
|
3303
|
-
"os": [
|
|
3304
|
-
"netbsd"
|
|
3305
|
-
],
|
|
3306
|
-
"engines": {
|
|
3307
|
-
"node": ">=18"
|
|
3308
|
-
}
|
|
3309
|
-
},
|
|
3310
|
-
"node_modules/vite/node_modules/@esbuild/openbsd-arm64": {
|
|
3311
|
-
"version": "0.27.7",
|
|
3312
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
|
|
3313
|
-
"integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
|
|
3314
|
-
"cpu": [
|
|
3315
|
-
"arm64"
|
|
3316
|
-
],
|
|
3317
|
-
"dev": true,
|
|
3318
|
-
"license": "MIT",
|
|
3319
|
-
"optional": true,
|
|
3320
|
-
"os": [
|
|
3321
|
-
"openbsd"
|
|
3322
|
-
],
|
|
3323
|
-
"engines": {
|
|
3324
|
-
"node": ">=18"
|
|
3325
|
-
}
|
|
3326
|
-
},
|
|
3327
|
-
"node_modules/vite/node_modules/@esbuild/openbsd-x64": {
|
|
3328
|
-
"version": "0.27.7",
|
|
3329
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
|
|
3330
|
-
"integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
|
|
3331
|
-
"cpu": [
|
|
3332
|
-
"x64"
|
|
3333
|
-
],
|
|
3334
|
-
"dev": true,
|
|
3335
|
-
"license": "MIT",
|
|
3336
|
-
"optional": true,
|
|
3337
|
-
"os": [
|
|
3338
|
-
"openbsd"
|
|
3339
|
-
],
|
|
3340
|
-
"engines": {
|
|
3341
|
-
"node": ">=18"
|
|
3342
|
-
}
|
|
3343
|
-
},
|
|
3344
|
-
"node_modules/vite/node_modules/@esbuild/openharmony-arm64": {
|
|
3345
|
-
"version": "0.27.7",
|
|
3346
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
|
|
3347
|
-
"integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
|
|
3348
|
-
"cpu": [
|
|
3349
|
-
"arm64"
|
|
3350
|
-
],
|
|
3351
|
-
"dev": true,
|
|
3352
|
-
"license": "MIT",
|
|
3353
|
-
"optional": true,
|
|
3354
|
-
"os": [
|
|
3355
|
-
"openharmony"
|
|
3356
|
-
],
|
|
3357
|
-
"engines": {
|
|
3358
|
-
"node": ">=18"
|
|
3359
|
-
}
|
|
3360
|
-
},
|
|
3361
|
-
"node_modules/vite/node_modules/@esbuild/sunos-x64": {
|
|
3362
|
-
"version": "0.27.7",
|
|
3363
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
|
|
3364
|
-
"integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
|
|
3365
|
-
"cpu": [
|
|
3366
|
-
"x64"
|
|
3367
|
-
],
|
|
3368
|
-
"dev": true,
|
|
3369
|
-
"license": "MIT",
|
|
3370
|
-
"optional": true,
|
|
3371
|
-
"os": [
|
|
3372
|
-
"sunos"
|
|
3373
|
-
],
|
|
3374
|
-
"engines": {
|
|
3375
|
-
"node": ">=18"
|
|
3376
|
-
}
|
|
3377
|
-
},
|
|
3378
|
-
"node_modules/vite/node_modules/@esbuild/win32-arm64": {
|
|
3379
|
-
"version": "0.27.7",
|
|
3380
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
|
|
3381
|
-
"integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
|
|
3382
|
-
"cpu": [
|
|
3383
|
-
"arm64"
|
|
3384
|
-
],
|
|
3385
|
-
"dev": true,
|
|
3386
|
-
"license": "MIT",
|
|
3387
|
-
"optional": true,
|
|
3388
|
-
"os": [
|
|
3389
|
-
"win32"
|
|
3390
|
-
],
|
|
3391
|
-
"engines": {
|
|
3392
|
-
"node": ">=18"
|
|
3393
|
-
}
|
|
3394
|
-
},
|
|
3395
|
-
"node_modules/vite/node_modules/@esbuild/win32-ia32": {
|
|
3396
|
-
"version": "0.27.7",
|
|
3397
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
|
|
3398
|
-
"integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
|
|
3399
|
-
"cpu": [
|
|
3400
|
-
"ia32"
|
|
3401
|
-
],
|
|
3402
|
-
"dev": true,
|
|
3403
|
-
"license": "MIT",
|
|
3404
|
-
"optional": true,
|
|
3405
|
-
"os": [
|
|
3406
|
-
"win32"
|
|
3407
|
-
],
|
|
3408
|
-
"engines": {
|
|
3409
|
-
"node": ">=18"
|
|
3410
|
-
}
|
|
3411
|
-
},
|
|
3412
|
-
"node_modules/vite/node_modules/@esbuild/win32-x64": {
|
|
3413
|
-
"version": "0.27.7",
|
|
3414
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
|
|
3415
|
-
"integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
|
|
3416
|
-
"cpu": [
|
|
3417
|
-
"x64"
|
|
3418
|
-
],
|
|
3419
|
-
"dev": true,
|
|
3420
|
-
"license": "MIT",
|
|
3421
|
-
"optional": true,
|
|
3422
|
-
"os": [
|
|
3423
|
-
"win32"
|
|
3424
|
-
],
|
|
3425
|
-
"engines": {
|
|
3426
|
-
"node": ">=18"
|
|
3427
|
-
}
|
|
3428
|
-
},
|
|
3429
|
-
"node_modules/vite/node_modules/esbuild": {
|
|
3430
|
-
"version": "0.27.7",
|
|
3431
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
|
|
3432
|
-
"integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
|
|
3433
|
-
"dev": true,
|
|
3434
|
-
"hasInstallScript": true,
|
|
3435
|
-
"license": "MIT",
|
|
3436
|
-
"bin": {
|
|
3437
|
-
"esbuild": "bin/esbuild"
|
|
3438
|
-
},
|
|
3439
|
-
"engines": {
|
|
3440
|
-
"node": ">=18"
|
|
3441
|
-
},
|
|
3442
|
-
"optionalDependencies": {
|
|
3443
|
-
"@esbuild/aix-ppc64": "0.27.7",
|
|
3444
|
-
"@esbuild/android-arm": "0.27.7",
|
|
3445
|
-
"@esbuild/android-arm64": "0.27.7",
|
|
3446
|
-
"@esbuild/android-x64": "0.27.7",
|
|
3447
|
-
"@esbuild/darwin-arm64": "0.27.7",
|
|
3448
|
-
"@esbuild/darwin-x64": "0.27.7",
|
|
3449
|
-
"@esbuild/freebsd-arm64": "0.27.7",
|
|
3450
|
-
"@esbuild/freebsd-x64": "0.27.7",
|
|
3451
|
-
"@esbuild/linux-arm": "0.27.7",
|
|
3452
|
-
"@esbuild/linux-arm64": "0.27.7",
|
|
3453
|
-
"@esbuild/linux-ia32": "0.27.7",
|
|
3454
|
-
"@esbuild/linux-loong64": "0.27.7",
|
|
3455
|
-
"@esbuild/linux-mips64el": "0.27.7",
|
|
3456
|
-
"@esbuild/linux-ppc64": "0.27.7",
|
|
3457
|
-
"@esbuild/linux-riscv64": "0.27.7",
|
|
3458
|
-
"@esbuild/linux-s390x": "0.27.7",
|
|
3459
|
-
"@esbuild/linux-x64": "0.27.7",
|
|
3460
|
-
"@esbuild/netbsd-arm64": "0.27.7",
|
|
3461
|
-
"@esbuild/netbsd-x64": "0.27.7",
|
|
3462
|
-
"@esbuild/openbsd-arm64": "0.27.7",
|
|
3463
|
-
"@esbuild/openbsd-x64": "0.27.7",
|
|
3464
|
-
"@esbuild/openharmony-arm64": "0.27.7",
|
|
3465
|
-
"@esbuild/sunos-x64": "0.27.7",
|
|
3466
|
-
"@esbuild/win32-arm64": "0.27.7",
|
|
3467
|
-
"@esbuild/win32-ia32": "0.27.7",
|
|
3468
|
-
"@esbuild/win32-x64": "0.27.7"
|
|
3469
|
-
}
|
|
3470
|
-
},
|
|
3471
|
-
"node_modules/vite/node_modules/fsevents": {
|
|
3472
|
-
"version": "2.3.3",
|
|
3473
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
3474
|
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
3475
|
-
"dev": true,
|
|
3476
|
-
"hasInstallScript": true,
|
|
3477
|
-
"license": "MIT",
|
|
3478
|
-
"optional": true,
|
|
3479
|
-
"os": [
|
|
3480
|
-
"darwin"
|
|
3481
|
-
],
|
|
3482
|
-
"engines": {
|
|
3483
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
3484
|
-
}
|
|
3485
|
-
},
|
|
3486
|
-
"node_modules/wordwrapjs": {
|
|
3487
|
-
"version": "5.1.1",
|
|
3488
|
-
"resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.1.tgz",
|
|
3489
|
-
"integrity": "sha512-0yweIbkINJodk27gX9LBGMzyQdBDan3s/dEAiwBOj+Mf0PPyWL6/rikalkv8EeD0E8jm4o5RXEOrFTP3NXbhJg==",
|
|
3490
|
-
"license": "MIT",
|
|
3491
|
-
"engines": {
|
|
3492
|
-
"node": ">=12.17"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
"node_modules/yallist": {
|
|
3496
|
-
"version": "3.1.1",
|
|
3497
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
3498
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
3499
|
-
"dev": true,
|
|
3500
|
-
"license": "ISC"
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3503
|
-
}
|