castle-web-cli 0.4.170 → 0.4.172

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.
Files changed (58) hide show
  1. package/dist/agent-prompts.d.ts +1 -0
  2. package/dist/agent-prompts.js +3 -0
  3. package/dist/agent.js +47 -11
  4. package/dist/castle-host/host.js +71 -0
  5. package/dist/devSessionServer.js +9 -5
  6. package/dist/ide.d.ts +10 -0
  7. package/dist/ide.js +5 -5
  8. package/dist/init.js +1 -1
  9. package/dist/shell/assets/index-6odVZQSZ.css +1 -0
  10. package/dist/shell/assets/index-Ws0WrCbi.js +445 -0
  11. package/dist/shell/index.html +3 -3
  12. package/kits/base/castle.json +1 -1
  13. package/kits/base/sdk/README.md +17 -1
  14. package/kits/base/sdk/commands.d.ts +14 -0
  15. package/kits/base/sdk/user.d.ts +4 -0
  16. package/kits/base/sdk/user.js +36 -1
  17. package/kits/multiplayer-2d/CLAUDE.md +24 -9
  18. package/kits/multiplayer-2d/behaviors/Box.jsx +32 -9
  19. package/kits/multiplayer-2d/castle.json +3 -3
  20. package/kits/multiplayer-2d/code/client/avatars.js +6 -1
  21. package/kits/multiplayer-2d/code/server/players.js +27 -6
  22. package/kits/multiplayer-2d/code/server/world.js +24 -1
  23. package/kits/multiplayer-2d/code/systems/multiplayer.js +47 -4
  24. package/kits/multiplayer-2d/package-lock.json +26 -1
  25. package/kits/multiplayer-2d/package.json +2 -0
  26. package/kits/multiplayer-3d/CLAUDE.md +32 -9
  27. package/kits/multiplayer-3d/castle.json +4 -4
  28. package/kits/multiplayer-3d/code/client/avatars.js +15 -11
  29. package/kits/multiplayer-3d/code/client/nameTags.js +35 -16
  30. package/kits/multiplayer-3d/code/server/players.js +54 -5
  31. package/kits/multiplayer-3d/code/server/world.js +45 -1
  32. package/kits/multiplayer-3d/code/systems/multiplayer.js +112 -7
  33. package/kits/multiplayer-3d/package-lock.json +26 -1
  34. package/kits/multiplayer-3d/package.json +2 -0
  35. package/kits/physics-2d/castle.json +1 -1
  36. package/kits/physics-2d/editors/PxArtEditor.jsx +2 -2
  37. package/kits/physics-2d/engine/avatarArt.js +91 -0
  38. package/kits/physics-3d/behaviors/Pickup.jsx +5 -3
  39. package/kits/physics-3d/castle.json +1 -1
  40. package/kits/real-time/CLAUDE.md +23 -4
  41. package/kits/real-time/castle.json +1 -1
  42. package/kits/real-time/code/client/connection.js +15 -4
  43. package/kits/real-time/code/client/joinOverlay.js +46 -0
  44. package/kits/real-time/code/client/messages.js +4 -0
  45. package/kits/real-time/code/server/gameHooks.js +4 -0
  46. package/kits/real-time/code/server/persist.js +105 -0
  47. package/kits/real-time/code/server/session.js +295 -19
  48. package/kits/real-time/package-lock.json +1139 -0
  49. package/kits/turn-based/CLAUDE.md +80 -20
  50. package/kits/turn-based/castle.json +2 -2
  51. package/kits/turn-based/code/behaviors/Board.jsx +15 -5
  52. package/kits/turn-based/code/server/index.js +17 -5
  53. package/kits/turn-based/package.json +2 -1
  54. package/kits/turn-based/room.js +164 -13
  55. package/kits/turn-based/testing.js +276 -92
  56. package/package.json +1 -2
  57. package/dist/shell/assets/index-BvQmVwlO.css +0 -1
  58. package/dist/shell/assets/index-CV5sBby1.js +0 -445
@@ -0,0 +1,1139 @@
1
+ {
2
+ "name": "real-time",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "name": "real-time",
8
+ "dependencies": {
9
+ "castle-web-fonts": "^1.0.0"
10
+ },
11
+ "devDependencies": {
12
+ "castle-web-sdk": "file:../../sdk",
13
+ "eslint": "^9.0.0",
14
+ "prettier": "^3.8.3"
15
+ }
16
+ },
17
+ "../../sdk": {
18
+ "name": "castle-web-sdk",
19
+ "version": "0.4.27",
20
+ "dev": true,
21
+ "devDependencies": {
22
+ "eslint": "^9.0.0",
23
+ "jscpd": "^4.0.5",
24
+ "typescript": "^5.0.0",
25
+ "typescript-eslint": "^8.0.0"
26
+ }
27
+ },
28
+ "node_modules/@eslint-community/eslint-utils": {
29
+ "version": "4.10.1",
30
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
31
+ "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
32
+ "dev": true,
33
+ "license": "MIT",
34
+ "dependencies": {
35
+ "eslint-visitor-keys": "^3.4.3"
36
+ },
37
+ "engines": {
38
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
39
+ },
40
+ "funding": {
41
+ "url": "https://opencollective.com/eslint"
42
+ },
43
+ "peerDependencies": {
44
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
45
+ }
46
+ },
47
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
48
+ "version": "3.4.3",
49
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
50
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
51
+ "dev": true,
52
+ "license": "Apache-2.0",
53
+ "engines": {
54
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
55
+ },
56
+ "funding": {
57
+ "url": "https://opencollective.com/eslint"
58
+ }
59
+ },
60
+ "node_modules/@eslint-community/regexpp": {
61
+ "version": "4.12.2",
62
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
63
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
64
+ "dev": true,
65
+ "license": "MIT",
66
+ "engines": {
67
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
68
+ }
69
+ },
70
+ "node_modules/@eslint/config-array": {
71
+ "version": "0.21.2",
72
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz",
73
+ "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==",
74
+ "dev": true,
75
+ "license": "Apache-2.0",
76
+ "dependencies": {
77
+ "@eslint/object-schema": "^2.1.7",
78
+ "debug": "^4.3.1",
79
+ "minimatch": "^3.1.5"
80
+ },
81
+ "engines": {
82
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
83
+ }
84
+ },
85
+ "node_modules/@eslint/config-helpers": {
86
+ "version": "0.4.2",
87
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
88
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
89
+ "dev": true,
90
+ "license": "Apache-2.0",
91
+ "dependencies": {
92
+ "@eslint/core": "^0.17.0"
93
+ },
94
+ "engines": {
95
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
96
+ }
97
+ },
98
+ "node_modules/@eslint/core": {
99
+ "version": "0.17.0",
100
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
101
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
102
+ "dev": true,
103
+ "license": "Apache-2.0",
104
+ "dependencies": {
105
+ "@types/json-schema": "^7.0.15"
106
+ },
107
+ "engines": {
108
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
109
+ }
110
+ },
111
+ "node_modules/@eslint/eslintrc": {
112
+ "version": "3.3.7",
113
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.7.tgz",
114
+ "integrity": "sha512-F42g89Qd5oAWtp0k0nnSrjziAKza7w8SVT4mStc18LZMaRb4J1HQAHLCalEtDCxrTuksx7NU9qsmeLwpOfPqWw==",
115
+ "dev": true,
116
+ "license": "MIT",
117
+ "dependencies": {
118
+ "ajv": "^6.14.0",
119
+ "debug": "^4.3.2",
120
+ "espree": "^10.0.1",
121
+ "globals": "^14.0.0",
122
+ "ignore": "^5.2.0",
123
+ "import-fresh": "^3.2.1",
124
+ "js-yaml": "^4.3.2",
125
+ "minimatch": "^3.1.5",
126
+ "strip-json-comments": "^3.1.1"
127
+ },
128
+ "engines": {
129
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
130
+ },
131
+ "funding": {
132
+ "url": "https://opencollective.com/eslint"
133
+ }
134
+ },
135
+ "node_modules/@eslint/js": {
136
+ "version": "9.39.5",
137
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.5.tgz",
138
+ "integrity": "sha512-QywQuszQh77pIXCsq998c8hbhSTI/azTty1Z6N53dmAudKHhy573j3yvRLsX2BSp8YpLtoCEG8E9DJe+8zUh4A==",
139
+ "dev": true,
140
+ "license": "MIT",
141
+ "engines": {
142
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
143
+ },
144
+ "funding": {
145
+ "url": "https://eslint.org/donate"
146
+ }
147
+ },
148
+ "node_modules/@eslint/object-schema": {
149
+ "version": "2.1.7",
150
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
151
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
152
+ "dev": true,
153
+ "license": "Apache-2.0",
154
+ "engines": {
155
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
156
+ }
157
+ },
158
+ "node_modules/@eslint/plugin-kit": {
159
+ "version": "0.4.1",
160
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
161
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
162
+ "dev": true,
163
+ "license": "Apache-2.0",
164
+ "dependencies": {
165
+ "@eslint/core": "^0.17.0",
166
+ "levn": "^0.4.1"
167
+ },
168
+ "engines": {
169
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
170
+ }
171
+ },
172
+ "node_modules/@humanfs/core": {
173
+ "version": "0.19.2",
174
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
175
+ "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
176
+ "dev": true,
177
+ "license": "Apache-2.0",
178
+ "dependencies": {
179
+ "@humanfs/types": "^0.15.0"
180
+ },
181
+ "engines": {
182
+ "node": ">=18.18.0"
183
+ }
184
+ },
185
+ "node_modules/@humanfs/node": {
186
+ "version": "0.16.8",
187
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
188
+ "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
189
+ "dev": true,
190
+ "license": "Apache-2.0",
191
+ "dependencies": {
192
+ "@humanfs/core": "^0.19.2",
193
+ "@humanfs/types": "^0.15.0",
194
+ "@humanwhocodes/retry": "^0.4.0"
195
+ },
196
+ "engines": {
197
+ "node": ">=18.18.0"
198
+ }
199
+ },
200
+ "node_modules/@humanfs/types": {
201
+ "version": "0.15.0",
202
+ "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
203
+ "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
204
+ "dev": true,
205
+ "license": "Apache-2.0",
206
+ "engines": {
207
+ "node": ">=18.18.0"
208
+ }
209
+ },
210
+ "node_modules/@humanwhocodes/module-importer": {
211
+ "version": "1.0.1",
212
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
213
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
214
+ "dev": true,
215
+ "license": "Apache-2.0",
216
+ "engines": {
217
+ "node": ">=12.22"
218
+ },
219
+ "funding": {
220
+ "type": "github",
221
+ "url": "https://github.com/sponsors/nzakas"
222
+ }
223
+ },
224
+ "node_modules/@humanwhocodes/retry": {
225
+ "version": "0.4.3",
226
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
227
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
228
+ "dev": true,
229
+ "license": "Apache-2.0",
230
+ "engines": {
231
+ "node": ">=18.18"
232
+ },
233
+ "funding": {
234
+ "type": "github",
235
+ "url": "https://github.com/sponsors/nzakas"
236
+ }
237
+ },
238
+ "node_modules/@types/estree": {
239
+ "version": "1.0.9",
240
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
241
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
242
+ "dev": true,
243
+ "license": "MIT"
244
+ },
245
+ "node_modules/@types/json-schema": {
246
+ "version": "7.0.15",
247
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
248
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
249
+ "dev": true,
250
+ "license": "MIT"
251
+ },
252
+ "node_modules/acorn": {
253
+ "version": "8.18.0",
254
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
255
+ "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
256
+ "dev": true,
257
+ "license": "MIT",
258
+ "bin": {
259
+ "acorn": "bin/acorn"
260
+ },
261
+ "engines": {
262
+ "node": ">=0.4.0"
263
+ }
264
+ },
265
+ "node_modules/acorn-jsx": {
266
+ "version": "5.3.2",
267
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
268
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
269
+ "dev": true,
270
+ "license": "MIT",
271
+ "peerDependencies": {
272
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
273
+ }
274
+ },
275
+ "node_modules/ajv": {
276
+ "version": "6.15.0",
277
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
278
+ "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
279
+ "dev": true,
280
+ "license": "MIT",
281
+ "dependencies": {
282
+ "fast-deep-equal": "^3.1.1",
283
+ "fast-json-stable-stringify": "^2.0.0",
284
+ "json-schema-traverse": "^0.4.1",
285
+ "uri-js": "^4.2.2"
286
+ },
287
+ "funding": {
288
+ "type": "github",
289
+ "url": "https://github.com/sponsors/epoberezkin"
290
+ }
291
+ },
292
+ "node_modules/ansi-styles": {
293
+ "version": "4.3.0",
294
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
295
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
296
+ "dev": true,
297
+ "license": "MIT",
298
+ "dependencies": {
299
+ "color-convert": "^2.0.1"
300
+ },
301
+ "engines": {
302
+ "node": ">=8"
303
+ },
304
+ "funding": {
305
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
306
+ }
307
+ },
308
+ "node_modules/argparse": {
309
+ "version": "2.0.1",
310
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
311
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
312
+ "dev": true,
313
+ "license": "Python-2.0"
314
+ },
315
+ "node_modules/balanced-match": {
316
+ "version": "1.0.2",
317
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
318
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
319
+ "dev": true,
320
+ "license": "MIT"
321
+ },
322
+ "node_modules/brace-expansion": {
323
+ "version": "1.1.18",
324
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
325
+ "integrity": "sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
326
+ "dev": true,
327
+ "license": "MIT",
328
+ "dependencies": {
329
+ "balanced-match": "^1.0.0",
330
+ "concat-map": "0.0.1"
331
+ }
332
+ },
333
+ "node_modules/callsites": {
334
+ "version": "3.1.0",
335
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
336
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
337
+ "dev": true,
338
+ "license": "MIT",
339
+ "engines": {
340
+ "node": ">=6"
341
+ }
342
+ },
343
+ "node_modules/castle-web-fonts": {
344
+ "version": "1.0.0",
345
+ "resolved": "https://registry.npmjs.org/castle-web-fonts/-/castle-web-fonts-1.0.0.tgz",
346
+ "integrity": "sha512-amFts4vVJjaXKNQkh2DMMmxYHafCYczAOvme70n+0WX8fsTqJACh6r6MzND94l89Q6LFoIyrCm+cLh3S1Usy0w==",
347
+ "license": "SEE LICENSE IN licenses/FONTS.md"
348
+ },
349
+ "node_modules/castle-web-sdk": {
350
+ "resolved": "../../sdk",
351
+ "link": true
352
+ },
353
+ "node_modules/chalk": {
354
+ "version": "4.1.2",
355
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
356
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
357
+ "dev": true,
358
+ "license": "MIT",
359
+ "dependencies": {
360
+ "ansi-styles": "^4.1.0",
361
+ "supports-color": "^7.1.0"
362
+ },
363
+ "engines": {
364
+ "node": ">=10"
365
+ },
366
+ "funding": {
367
+ "url": "https://github.com/chalk/chalk?sponsor=1"
368
+ }
369
+ },
370
+ "node_modules/color-convert": {
371
+ "version": "2.0.1",
372
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
373
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
374
+ "dev": true,
375
+ "license": "MIT",
376
+ "dependencies": {
377
+ "color-name": "~1.1.4"
378
+ },
379
+ "engines": {
380
+ "node": ">=7.0.0"
381
+ }
382
+ },
383
+ "node_modules/color-name": {
384
+ "version": "1.1.4",
385
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
386
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
387
+ "dev": true,
388
+ "license": "MIT"
389
+ },
390
+ "node_modules/concat-map": {
391
+ "version": "0.0.1",
392
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
393
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
394
+ "dev": true,
395
+ "license": "MIT"
396
+ },
397
+ "node_modules/cross-spawn": {
398
+ "version": "7.0.6",
399
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
400
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
401
+ "dev": true,
402
+ "license": "MIT",
403
+ "dependencies": {
404
+ "path-key": "^3.1.0",
405
+ "shebang-command": "^2.0.0",
406
+ "which": "^2.0.1"
407
+ },
408
+ "engines": {
409
+ "node": ">= 8"
410
+ }
411
+ },
412
+ "node_modules/debug": {
413
+ "version": "4.4.3",
414
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
415
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
416
+ "dev": true,
417
+ "license": "MIT",
418
+ "dependencies": {
419
+ "ms": "^2.1.3"
420
+ },
421
+ "engines": {
422
+ "node": ">=6.0"
423
+ },
424
+ "peerDependenciesMeta": {
425
+ "supports-color": {
426
+ "optional": true
427
+ }
428
+ }
429
+ },
430
+ "node_modules/deep-is": {
431
+ "version": "0.1.4",
432
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
433
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
434
+ "dev": true,
435
+ "license": "MIT"
436
+ },
437
+ "node_modules/escape-string-regexp": {
438
+ "version": "4.0.0",
439
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
440
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
441
+ "dev": true,
442
+ "license": "MIT",
443
+ "engines": {
444
+ "node": ">=10"
445
+ },
446
+ "funding": {
447
+ "url": "https://github.com/sponsors/sindresorhus"
448
+ }
449
+ },
450
+ "node_modules/eslint": {
451
+ "version": "9.39.5",
452
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.5.tgz",
453
+ "integrity": "sha512-DgZS62aPLXKlnxILS/AYCoRvHaZeXceIzlXPkkGGzJWSow1aEk0lbTlxUSlyjC8jcaKxAdOnTDz+o1JFSBsyjw==",
454
+ "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
455
+ "dev": true,
456
+ "license": "MIT",
457
+ "dependencies": {
458
+ "@eslint-community/eslint-utils": "^4.8.0",
459
+ "@eslint-community/regexpp": "^4.12.1",
460
+ "@eslint/config-array": "^0.21.2",
461
+ "@eslint/config-helpers": "^0.4.2",
462
+ "@eslint/core": "^0.17.0",
463
+ "@eslint/eslintrc": "^3.3.6",
464
+ "@eslint/js": "9.39.5",
465
+ "@eslint/plugin-kit": "^0.4.1",
466
+ "@humanfs/node": "^0.16.6",
467
+ "@humanwhocodes/module-importer": "^1.0.1",
468
+ "@humanwhocodes/retry": "^0.4.2",
469
+ "@types/estree": "^1.0.6",
470
+ "ajv": "^6.14.0",
471
+ "chalk": "^4.0.0",
472
+ "cross-spawn": "^7.0.6",
473
+ "debug": "^4.3.2",
474
+ "escape-string-regexp": "^4.0.0",
475
+ "eslint-scope": "^8.4.0",
476
+ "eslint-visitor-keys": "^4.2.1",
477
+ "espree": "^10.4.0",
478
+ "esquery": "^1.5.0",
479
+ "esutils": "^2.0.2",
480
+ "fast-deep-equal": "^3.1.3",
481
+ "file-entry-cache": "^8.0.0",
482
+ "find-up": "^5.0.0",
483
+ "glob-parent": "^6.0.2",
484
+ "ignore": "^5.2.0",
485
+ "imurmurhash": "^0.1.4",
486
+ "is-glob": "^4.0.0",
487
+ "json-stable-stringify-without-jsonify": "^1.0.1",
488
+ "lodash.merge": "^4.6.2",
489
+ "minimatch": "^3.1.5",
490
+ "natural-compare": "^1.4.0",
491
+ "optionator": "^0.9.3"
492
+ },
493
+ "bin": {
494
+ "eslint": "bin/eslint.js"
495
+ },
496
+ "engines": {
497
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
498
+ },
499
+ "funding": {
500
+ "url": "https://eslint.org/donate"
501
+ },
502
+ "peerDependencies": {
503
+ "jiti": "*"
504
+ },
505
+ "peerDependenciesMeta": {
506
+ "jiti": {
507
+ "optional": true
508
+ }
509
+ }
510
+ },
511
+ "node_modules/eslint-scope": {
512
+ "version": "8.4.0",
513
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
514
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
515
+ "dev": true,
516
+ "license": "BSD-2-Clause",
517
+ "dependencies": {
518
+ "esrecurse": "^4.3.0",
519
+ "estraverse": "^5.2.0"
520
+ },
521
+ "engines": {
522
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
523
+ },
524
+ "funding": {
525
+ "url": "https://opencollective.com/eslint"
526
+ }
527
+ },
528
+ "node_modules/eslint-visitor-keys": {
529
+ "version": "4.2.1",
530
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
531
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
532
+ "dev": true,
533
+ "license": "Apache-2.0",
534
+ "engines": {
535
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
536
+ },
537
+ "funding": {
538
+ "url": "https://opencollective.com/eslint"
539
+ }
540
+ },
541
+ "node_modules/espree": {
542
+ "version": "10.4.0",
543
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
544
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
545
+ "dev": true,
546
+ "license": "BSD-2-Clause",
547
+ "dependencies": {
548
+ "acorn": "^8.15.0",
549
+ "acorn-jsx": "^5.3.2",
550
+ "eslint-visitor-keys": "^4.2.1"
551
+ },
552
+ "engines": {
553
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
554
+ },
555
+ "funding": {
556
+ "url": "https://opencollective.com/eslint"
557
+ }
558
+ },
559
+ "node_modules/esquery": {
560
+ "version": "1.7.0",
561
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
562
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
563
+ "dev": true,
564
+ "license": "BSD-3-Clause",
565
+ "dependencies": {
566
+ "estraverse": "^5.1.0"
567
+ },
568
+ "engines": {
569
+ "node": ">=0.10"
570
+ }
571
+ },
572
+ "node_modules/esrecurse": {
573
+ "version": "4.3.0",
574
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
575
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
576
+ "dev": true,
577
+ "license": "BSD-2-Clause",
578
+ "dependencies": {
579
+ "estraverse": "^5.2.0"
580
+ },
581
+ "engines": {
582
+ "node": ">=4.0"
583
+ }
584
+ },
585
+ "node_modules/estraverse": {
586
+ "version": "5.3.0",
587
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
588
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
589
+ "dev": true,
590
+ "license": "BSD-2-Clause",
591
+ "engines": {
592
+ "node": ">=4.0"
593
+ }
594
+ },
595
+ "node_modules/esutils": {
596
+ "version": "2.0.3",
597
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
598
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
599
+ "dev": true,
600
+ "license": "BSD-2-Clause",
601
+ "engines": {
602
+ "node": ">=0.10.0"
603
+ }
604
+ },
605
+ "node_modules/fast-deep-equal": {
606
+ "version": "3.1.3",
607
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
608
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
609
+ "dev": true,
610
+ "license": "MIT"
611
+ },
612
+ "node_modules/fast-json-stable-stringify": {
613
+ "version": "2.1.0",
614
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
615
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
616
+ "dev": true,
617
+ "license": "MIT"
618
+ },
619
+ "node_modules/fast-levenshtein": {
620
+ "version": "2.0.6",
621
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
622
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
623
+ "dev": true,
624
+ "license": "MIT"
625
+ },
626
+ "node_modules/file-entry-cache": {
627
+ "version": "8.0.0",
628
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
629
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
630
+ "dev": true,
631
+ "license": "MIT",
632
+ "dependencies": {
633
+ "flat-cache": "^4.0.0"
634
+ },
635
+ "engines": {
636
+ "node": ">=16.0.0"
637
+ }
638
+ },
639
+ "node_modules/find-up": {
640
+ "version": "5.0.0",
641
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
642
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
643
+ "dev": true,
644
+ "license": "MIT",
645
+ "dependencies": {
646
+ "locate-path": "^6.0.0",
647
+ "path-exists": "^4.0.0"
648
+ },
649
+ "engines": {
650
+ "node": ">=10"
651
+ },
652
+ "funding": {
653
+ "url": "https://github.com/sponsors/sindresorhus"
654
+ }
655
+ },
656
+ "node_modules/flat-cache": {
657
+ "version": "4.0.1",
658
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
659
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
660
+ "dev": true,
661
+ "license": "MIT",
662
+ "dependencies": {
663
+ "flatted": "^3.2.9",
664
+ "keyv": "^4.5.4"
665
+ },
666
+ "engines": {
667
+ "node": ">=16"
668
+ }
669
+ },
670
+ "node_modules/flatted": {
671
+ "version": "3.4.4",
672
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.4.tgz",
673
+ "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
674
+ "dev": true,
675
+ "license": "ISC"
676
+ },
677
+ "node_modules/glob-parent": {
678
+ "version": "6.0.2",
679
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
680
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
681
+ "dev": true,
682
+ "license": "ISC",
683
+ "dependencies": {
684
+ "is-glob": "^4.0.3"
685
+ },
686
+ "engines": {
687
+ "node": ">=10.13.0"
688
+ }
689
+ },
690
+ "node_modules/globals": {
691
+ "version": "14.0.0",
692
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
693
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
694
+ "dev": true,
695
+ "license": "MIT",
696
+ "engines": {
697
+ "node": ">=18"
698
+ },
699
+ "funding": {
700
+ "url": "https://github.com/sponsors/sindresorhus"
701
+ }
702
+ },
703
+ "node_modules/has-flag": {
704
+ "version": "4.0.0",
705
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
706
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
707
+ "dev": true,
708
+ "license": "MIT",
709
+ "engines": {
710
+ "node": ">=8"
711
+ }
712
+ },
713
+ "node_modules/ignore": {
714
+ "version": "5.3.2",
715
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
716
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
717
+ "dev": true,
718
+ "license": "MIT",
719
+ "engines": {
720
+ "node": ">= 4"
721
+ }
722
+ },
723
+ "node_modules/import-fresh": {
724
+ "version": "3.3.1",
725
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
726
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
727
+ "dev": true,
728
+ "license": "MIT",
729
+ "dependencies": {
730
+ "parent-module": "^1.0.0",
731
+ "resolve-from": "^4.0.0"
732
+ },
733
+ "engines": {
734
+ "node": ">=6"
735
+ },
736
+ "funding": {
737
+ "url": "https://github.com/sponsors/sindresorhus"
738
+ }
739
+ },
740
+ "node_modules/imurmurhash": {
741
+ "version": "0.1.4",
742
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
743
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
744
+ "dev": true,
745
+ "license": "MIT",
746
+ "engines": {
747
+ "node": ">=0.8.19"
748
+ }
749
+ },
750
+ "node_modules/is-extglob": {
751
+ "version": "2.1.1",
752
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
753
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
754
+ "dev": true,
755
+ "license": "MIT",
756
+ "engines": {
757
+ "node": ">=0.10.0"
758
+ }
759
+ },
760
+ "node_modules/is-glob": {
761
+ "version": "4.0.3",
762
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
763
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
764
+ "dev": true,
765
+ "license": "MIT",
766
+ "dependencies": {
767
+ "is-extglob": "^2.1.1"
768
+ },
769
+ "engines": {
770
+ "node": ">=0.10.0"
771
+ }
772
+ },
773
+ "node_modules/isexe": {
774
+ "version": "2.0.0",
775
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
776
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
777
+ "dev": true,
778
+ "license": "ISC"
779
+ },
780
+ "node_modules/js-yaml": {
781
+ "version": "4.3.2",
782
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
783
+ "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
784
+ "dev": true,
785
+ "funding": [
786
+ {
787
+ "type": "github",
788
+ "url": "https://github.com/sponsors/puzrin"
789
+ },
790
+ {
791
+ "type": "github",
792
+ "url": "https://github.com/sponsors/nodeca"
793
+ }
794
+ ],
795
+ "license": "MIT",
796
+ "dependencies": {
797
+ "argparse": "^2.0.1"
798
+ },
799
+ "bin": {
800
+ "js-yaml": "bin/js-yaml.js"
801
+ }
802
+ },
803
+ "node_modules/json-buffer": {
804
+ "version": "3.0.1",
805
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
806
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
807
+ "dev": true,
808
+ "license": "MIT"
809
+ },
810
+ "node_modules/json-schema-traverse": {
811
+ "version": "0.4.1",
812
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
813
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
814
+ "dev": true,
815
+ "license": "MIT"
816
+ },
817
+ "node_modules/json-stable-stringify-without-jsonify": {
818
+ "version": "1.0.1",
819
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
820
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
821
+ "dev": true,
822
+ "license": "MIT"
823
+ },
824
+ "node_modules/keyv": {
825
+ "version": "4.5.4",
826
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
827
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
828
+ "dev": true,
829
+ "license": "MIT",
830
+ "dependencies": {
831
+ "json-buffer": "3.0.1"
832
+ }
833
+ },
834
+ "node_modules/levn": {
835
+ "version": "0.4.1",
836
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
837
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
838
+ "dev": true,
839
+ "license": "MIT",
840
+ "dependencies": {
841
+ "prelude-ls": "^1.2.1",
842
+ "type-check": "~0.4.0"
843
+ },
844
+ "engines": {
845
+ "node": ">= 0.8.0"
846
+ }
847
+ },
848
+ "node_modules/locate-path": {
849
+ "version": "6.0.0",
850
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
851
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
852
+ "dev": true,
853
+ "license": "MIT",
854
+ "dependencies": {
855
+ "p-locate": "^5.0.0"
856
+ },
857
+ "engines": {
858
+ "node": ">=10"
859
+ },
860
+ "funding": {
861
+ "url": "https://github.com/sponsors/sindresorhus"
862
+ }
863
+ },
864
+ "node_modules/lodash.merge": {
865
+ "version": "4.6.2",
866
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
867
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
868
+ "dev": true,
869
+ "license": "MIT"
870
+ },
871
+ "node_modules/minimatch": {
872
+ "version": "3.1.5",
873
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
874
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
875
+ "dev": true,
876
+ "license": "ISC",
877
+ "dependencies": {
878
+ "brace-expansion": "^1.1.7"
879
+ },
880
+ "engines": {
881
+ "node": "*"
882
+ }
883
+ },
884
+ "node_modules/ms": {
885
+ "version": "2.1.3",
886
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
887
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
888
+ "dev": true,
889
+ "license": "MIT"
890
+ },
891
+ "node_modules/natural-compare": {
892
+ "version": "1.4.0",
893
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
894
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
895
+ "dev": true,
896
+ "license": "MIT"
897
+ },
898
+ "node_modules/optionator": {
899
+ "version": "0.9.4",
900
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
901
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
902
+ "dev": true,
903
+ "license": "MIT",
904
+ "dependencies": {
905
+ "deep-is": "^0.1.3",
906
+ "fast-levenshtein": "^2.0.6",
907
+ "levn": "^0.4.1",
908
+ "prelude-ls": "^1.2.1",
909
+ "type-check": "^0.4.0",
910
+ "word-wrap": "^1.2.5"
911
+ },
912
+ "engines": {
913
+ "node": ">= 0.8.0"
914
+ }
915
+ },
916
+ "node_modules/p-limit": {
917
+ "version": "3.1.0",
918
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
919
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
920
+ "dev": true,
921
+ "license": "MIT",
922
+ "dependencies": {
923
+ "yocto-queue": "^0.1.0"
924
+ },
925
+ "engines": {
926
+ "node": ">=10"
927
+ },
928
+ "funding": {
929
+ "url": "https://github.com/sponsors/sindresorhus"
930
+ }
931
+ },
932
+ "node_modules/p-locate": {
933
+ "version": "5.0.0",
934
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
935
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
936
+ "dev": true,
937
+ "license": "MIT",
938
+ "dependencies": {
939
+ "p-limit": "^3.0.2"
940
+ },
941
+ "engines": {
942
+ "node": ">=10"
943
+ },
944
+ "funding": {
945
+ "url": "https://github.com/sponsors/sindresorhus"
946
+ }
947
+ },
948
+ "node_modules/parent-module": {
949
+ "version": "1.0.1",
950
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
951
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
952
+ "dev": true,
953
+ "license": "MIT",
954
+ "dependencies": {
955
+ "callsites": "^3.0.0"
956
+ },
957
+ "engines": {
958
+ "node": ">=6"
959
+ }
960
+ },
961
+ "node_modules/path-exists": {
962
+ "version": "4.0.0",
963
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
964
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
965
+ "dev": true,
966
+ "license": "MIT",
967
+ "engines": {
968
+ "node": ">=8"
969
+ }
970
+ },
971
+ "node_modules/path-key": {
972
+ "version": "3.1.1",
973
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
974
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
975
+ "dev": true,
976
+ "license": "MIT",
977
+ "engines": {
978
+ "node": ">=8"
979
+ }
980
+ },
981
+ "node_modules/prelude-ls": {
982
+ "version": "1.2.1",
983
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
984
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
985
+ "dev": true,
986
+ "license": "MIT",
987
+ "engines": {
988
+ "node": ">= 0.8.0"
989
+ }
990
+ },
991
+ "node_modules/prettier": {
992
+ "version": "3.9.6",
993
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
994
+ "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
995
+ "dev": true,
996
+ "license": "MIT",
997
+ "bin": {
998
+ "prettier": "bin/prettier.cjs"
999
+ },
1000
+ "engines": {
1001
+ "node": ">=14"
1002
+ },
1003
+ "funding": {
1004
+ "url": "https://github.com/prettier/prettier?sponsor=1"
1005
+ }
1006
+ },
1007
+ "node_modules/punycode": {
1008
+ "version": "2.3.1",
1009
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
1010
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
1011
+ "dev": true,
1012
+ "license": "MIT",
1013
+ "engines": {
1014
+ "node": ">=6"
1015
+ }
1016
+ },
1017
+ "node_modules/resolve-from": {
1018
+ "version": "4.0.0",
1019
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1020
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1021
+ "dev": true,
1022
+ "license": "MIT",
1023
+ "engines": {
1024
+ "node": ">=4"
1025
+ }
1026
+ },
1027
+ "node_modules/shebang-command": {
1028
+ "version": "2.0.0",
1029
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1030
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1031
+ "dev": true,
1032
+ "license": "MIT",
1033
+ "dependencies": {
1034
+ "shebang-regex": "^3.0.0"
1035
+ },
1036
+ "engines": {
1037
+ "node": ">=8"
1038
+ }
1039
+ },
1040
+ "node_modules/shebang-regex": {
1041
+ "version": "3.0.0",
1042
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1043
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1044
+ "dev": true,
1045
+ "license": "MIT",
1046
+ "engines": {
1047
+ "node": ">=8"
1048
+ }
1049
+ },
1050
+ "node_modules/strip-json-comments": {
1051
+ "version": "3.1.1",
1052
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
1053
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
1054
+ "dev": true,
1055
+ "license": "MIT",
1056
+ "engines": {
1057
+ "node": ">=8"
1058
+ },
1059
+ "funding": {
1060
+ "url": "https://github.com/sponsors/sindresorhus"
1061
+ }
1062
+ },
1063
+ "node_modules/supports-color": {
1064
+ "version": "7.2.0",
1065
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1066
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1067
+ "dev": true,
1068
+ "license": "MIT",
1069
+ "dependencies": {
1070
+ "has-flag": "^4.0.0"
1071
+ },
1072
+ "engines": {
1073
+ "node": ">=8"
1074
+ }
1075
+ },
1076
+ "node_modules/type-check": {
1077
+ "version": "0.4.0",
1078
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
1079
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
1080
+ "dev": true,
1081
+ "license": "MIT",
1082
+ "dependencies": {
1083
+ "prelude-ls": "^1.2.1"
1084
+ },
1085
+ "engines": {
1086
+ "node": ">= 0.8.0"
1087
+ }
1088
+ },
1089
+ "node_modules/uri-js": {
1090
+ "version": "4.4.1",
1091
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
1092
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
1093
+ "dev": true,
1094
+ "license": "BSD-2-Clause",
1095
+ "dependencies": {
1096
+ "punycode": "^2.1.0"
1097
+ }
1098
+ },
1099
+ "node_modules/which": {
1100
+ "version": "2.0.2",
1101
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1102
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1103
+ "dev": true,
1104
+ "license": "ISC",
1105
+ "dependencies": {
1106
+ "isexe": "^2.0.0"
1107
+ },
1108
+ "bin": {
1109
+ "node-which": "bin/node-which"
1110
+ },
1111
+ "engines": {
1112
+ "node": ">= 8"
1113
+ }
1114
+ },
1115
+ "node_modules/word-wrap": {
1116
+ "version": "1.2.5",
1117
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
1118
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
1119
+ "dev": true,
1120
+ "license": "MIT",
1121
+ "engines": {
1122
+ "node": ">=0.10.0"
1123
+ }
1124
+ },
1125
+ "node_modules/yocto-queue": {
1126
+ "version": "0.1.0",
1127
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1128
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1129
+ "dev": true,
1130
+ "license": "MIT",
1131
+ "engines": {
1132
+ "node": ">=10"
1133
+ },
1134
+ "funding": {
1135
+ "url": "https://github.com/sponsors/sindresorhus"
1136
+ }
1137
+ }
1138
+ }
1139
+ }