entari-plugin-hyw 3.2.113__py3-none-any.whl → 3.3.1__py3-none-any.whl

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.

Potentially problematic release.


This version of entari-plugin-hyw might be problematic. Click here for more details.

Files changed (49) hide show
  1. entari_plugin_hyw/__init__.py +309 -758
  2. entari_plugin_hyw/hyw_core.py +700 -0
  3. {entari_plugin_hyw-3.2.113.dist-info → entari_plugin_hyw-3.3.1.dist-info}/METADATA +25 -17
  4. entari_plugin_hyw-3.3.1.dist-info/RECORD +6 -0
  5. entari_plugin_hyw/assets/icon/anthropic.svg +0 -1
  6. entari_plugin_hyw/assets/icon/deepseek.png +0 -0
  7. entari_plugin_hyw/assets/icon/gemini.svg +0 -1
  8. entari_plugin_hyw/assets/icon/google.svg +0 -1
  9. entari_plugin_hyw/assets/icon/grok.png +0 -0
  10. entari_plugin_hyw/assets/icon/microsoft.svg +0 -15
  11. entari_plugin_hyw/assets/icon/minimax.png +0 -0
  12. entari_plugin_hyw/assets/icon/mistral.png +0 -0
  13. entari_plugin_hyw/assets/icon/nvida.png +0 -0
  14. entari_plugin_hyw/assets/icon/openai.svg +0 -1
  15. entari_plugin_hyw/assets/icon/openrouter.png +0 -0
  16. entari_plugin_hyw/assets/icon/perplexity.svg +0 -24
  17. entari_plugin_hyw/assets/icon/qwen.png +0 -0
  18. entari_plugin_hyw/assets/icon/xai.png +0 -0
  19. entari_plugin_hyw/assets/icon/zai.png +0 -0
  20. entari_plugin_hyw/assets/libs/highlight.css +0 -10
  21. entari_plugin_hyw/assets/libs/highlight.js +0 -1213
  22. entari_plugin_hyw/assets/libs/katex-auto-render.js +0 -1
  23. entari_plugin_hyw/assets/libs/katex.css +0 -1
  24. entari_plugin_hyw/assets/libs/katex.js +0 -1
  25. entari_plugin_hyw/assets/libs/tailwind.css +0 -1
  26. entari_plugin_hyw/assets/package-lock.json +0 -953
  27. entari_plugin_hyw/assets/package.json +0 -16
  28. entari_plugin_hyw/assets/tailwind.config.js +0 -12
  29. entari_plugin_hyw/assets/tailwind.input.css +0 -235
  30. entari_plugin_hyw/assets/template.html +0 -157
  31. entari_plugin_hyw/assets/template.html.bak +0 -157
  32. entari_plugin_hyw/assets/template.j2 +0 -259
  33. entari_plugin_hyw/core/__init__.py +0 -0
  34. entari_plugin_hyw/core/config.py +0 -36
  35. entari_plugin_hyw/core/history.py +0 -146
  36. entari_plugin_hyw/core/hyw.py +0 -41
  37. entari_plugin_hyw/core/pipeline.py +0 -840
  38. entari_plugin_hyw/core/render.py +0 -531
  39. entari_plugin_hyw/core/render.py.bak +0 -926
  40. entari_plugin_hyw/utils/__init__.py +0 -3
  41. entari_plugin_hyw/utils/browser.py +0 -61
  42. entari_plugin_hyw/utils/mcp_playwright.py +0 -128
  43. entari_plugin_hyw/utils/misc.py +0 -93
  44. entari_plugin_hyw/utils/playwright_tool.py +0 -46
  45. entari_plugin_hyw/utils/prompts.py +0 -94
  46. entari_plugin_hyw/utils/search.py +0 -193
  47. entari_plugin_hyw-3.2.113.dist-info/RECORD +0 -47
  48. {entari_plugin_hyw-3.2.113.dist-info → entari_plugin_hyw-3.3.1.dist-info}/WHEEL +0 -0
  49. {entari_plugin_hyw-3.2.113.dist-info → entari_plugin_hyw-3.3.1.dist-info}/top_level.txt +0 -0
@@ -1,953 +0,0 @@
1
- {
2
- "name": "assets",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "assets",
9
- "version": "1.0.0",
10
- "license": "ISC",
11
- "dependencies": {
12
- "tailwindcss": "^3.4.17"
13
- }
14
- },
15
- "node_modules/@alloc/quick-lru": {
16
- "version": "5.2.0",
17
- "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
18
- "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
19
- "license": "MIT",
20
- "engines": {
21
- "node": ">=10"
22
- },
23
- "funding": {
24
- "url": "https://github.com/sponsors/sindresorhus"
25
- }
26
- },
27
- "node_modules/@jridgewell/gen-mapping": {
28
- "version": "0.3.13",
29
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
30
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
31
- "license": "MIT",
32
- "dependencies": {
33
- "@jridgewell/sourcemap-codec": "^1.5.0",
34
- "@jridgewell/trace-mapping": "^0.3.24"
35
- }
36
- },
37
- "node_modules/@jridgewell/resolve-uri": {
38
- "version": "3.1.2",
39
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
40
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
41
- "license": "MIT",
42
- "engines": {
43
- "node": ">=6.0.0"
44
- }
45
- },
46
- "node_modules/@jridgewell/sourcemap-codec": {
47
- "version": "1.5.5",
48
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
49
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
50
- "license": "MIT"
51
- },
52
- "node_modules/@jridgewell/trace-mapping": {
53
- "version": "0.3.31",
54
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
55
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
56
- "license": "MIT",
57
- "dependencies": {
58
- "@jridgewell/resolve-uri": "^3.1.0",
59
- "@jridgewell/sourcemap-codec": "^1.4.14"
60
- }
61
- },
62
- "node_modules/@nodelib/fs.scandir": {
63
- "version": "2.1.5",
64
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
65
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
66
- "license": "MIT",
67
- "dependencies": {
68
- "@nodelib/fs.stat": "2.0.5",
69
- "run-parallel": "^1.1.9"
70
- },
71
- "engines": {
72
- "node": ">= 8"
73
- }
74
- },
75
- "node_modules/@nodelib/fs.stat": {
76
- "version": "2.0.5",
77
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
78
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
79
- "license": "MIT",
80
- "engines": {
81
- "node": ">= 8"
82
- }
83
- },
84
- "node_modules/@nodelib/fs.walk": {
85
- "version": "1.2.8",
86
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
87
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
88
- "license": "MIT",
89
- "dependencies": {
90
- "@nodelib/fs.scandir": "2.1.5",
91
- "fastq": "^1.6.0"
92
- },
93
- "engines": {
94
- "node": ">= 8"
95
- }
96
- },
97
- "node_modules/any-promise": {
98
- "version": "1.3.0",
99
- "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
100
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
101
- "license": "MIT"
102
- },
103
- "node_modules/anymatch": {
104
- "version": "3.1.3",
105
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
106
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
107
- "license": "ISC",
108
- "dependencies": {
109
- "normalize-path": "^3.0.0",
110
- "picomatch": "^2.0.4"
111
- },
112
- "engines": {
113
- "node": ">= 8"
114
- }
115
- },
116
- "node_modules/arg": {
117
- "version": "5.0.2",
118
- "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
119
- "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
120
- "license": "MIT"
121
- },
122
- "node_modules/binary-extensions": {
123
- "version": "2.3.0",
124
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
125
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
126
- "license": "MIT",
127
- "engines": {
128
- "node": ">=8"
129
- },
130
- "funding": {
131
- "url": "https://github.com/sponsors/sindresorhus"
132
- }
133
- },
134
- "node_modules/braces": {
135
- "version": "3.0.3",
136
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
137
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
138
- "license": "MIT",
139
- "dependencies": {
140
- "fill-range": "^7.1.1"
141
- },
142
- "engines": {
143
- "node": ">=8"
144
- }
145
- },
146
- "node_modules/camelcase-css": {
147
- "version": "2.0.1",
148
- "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
149
- "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
150
- "license": "MIT",
151
- "engines": {
152
- "node": ">= 6"
153
- }
154
- },
155
- "node_modules/chokidar": {
156
- "version": "3.6.0",
157
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
158
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
159
- "license": "MIT",
160
- "dependencies": {
161
- "anymatch": "~3.1.2",
162
- "braces": "~3.0.2",
163
- "glob-parent": "~5.1.2",
164
- "is-binary-path": "~2.1.0",
165
- "is-glob": "~4.0.1",
166
- "normalize-path": "~3.0.0",
167
- "readdirp": "~3.6.0"
168
- },
169
- "engines": {
170
- "node": ">= 8.10.0"
171
- },
172
- "funding": {
173
- "url": "https://paulmillr.com/funding/"
174
- },
175
- "optionalDependencies": {
176
- "fsevents": "~2.3.2"
177
- }
178
- },
179
- "node_modules/chokidar/node_modules/glob-parent": {
180
- "version": "5.1.2",
181
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
182
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
183
- "license": "ISC",
184
- "dependencies": {
185
- "is-glob": "^4.0.1"
186
- },
187
- "engines": {
188
- "node": ">= 6"
189
- }
190
- },
191
- "node_modules/commander": {
192
- "version": "4.1.1",
193
- "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
194
- "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
195
- "license": "MIT",
196
- "engines": {
197
- "node": ">= 6"
198
- }
199
- },
200
- "node_modules/cssesc": {
201
- "version": "3.0.0",
202
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
203
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
204
- "license": "MIT",
205
- "bin": {
206
- "cssesc": "bin/cssesc"
207
- },
208
- "engines": {
209
- "node": ">=4"
210
- }
211
- },
212
- "node_modules/didyoumean": {
213
- "version": "1.2.2",
214
- "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
215
- "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
216
- "license": "Apache-2.0"
217
- },
218
- "node_modules/dlv": {
219
- "version": "1.1.3",
220
- "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
221
- "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
222
- "license": "MIT"
223
- },
224
- "node_modules/fast-glob": {
225
- "version": "3.3.3",
226
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
227
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
228
- "license": "MIT",
229
- "dependencies": {
230
- "@nodelib/fs.stat": "^2.0.2",
231
- "@nodelib/fs.walk": "^1.2.3",
232
- "glob-parent": "^5.1.2",
233
- "merge2": "^1.3.0",
234
- "micromatch": "^4.0.8"
235
- },
236
- "engines": {
237
- "node": ">=8.6.0"
238
- }
239
- },
240
- "node_modules/fast-glob/node_modules/glob-parent": {
241
- "version": "5.1.2",
242
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
243
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
244
- "license": "ISC",
245
- "dependencies": {
246
- "is-glob": "^4.0.1"
247
- },
248
- "engines": {
249
- "node": ">= 6"
250
- }
251
- },
252
- "node_modules/fastq": {
253
- "version": "1.19.1",
254
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
255
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
256
- "license": "ISC",
257
- "dependencies": {
258
- "reusify": "^1.0.4"
259
- }
260
- },
261
- "node_modules/fill-range": {
262
- "version": "7.1.1",
263
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
264
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
265
- "license": "MIT",
266
- "dependencies": {
267
- "to-regex-range": "^5.0.1"
268
- },
269
- "engines": {
270
- "node": ">=8"
271
- }
272
- },
273
- "node_modules/fsevents": {
274
- "version": "2.3.3",
275
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
276
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
277
- "hasInstallScript": true,
278
- "license": "MIT",
279
- "optional": true,
280
- "os": [
281
- "darwin"
282
- ],
283
- "engines": {
284
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
285
- }
286
- },
287
- "node_modules/function-bind": {
288
- "version": "1.1.2",
289
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
290
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
291
- "license": "MIT",
292
- "funding": {
293
- "url": "https://github.com/sponsors/ljharb"
294
- }
295
- },
296
- "node_modules/glob-parent": {
297
- "version": "6.0.2",
298
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
299
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
300
- "license": "ISC",
301
- "dependencies": {
302
- "is-glob": "^4.0.3"
303
- },
304
- "engines": {
305
- "node": ">=10.13.0"
306
- }
307
- },
308
- "node_modules/hasown": {
309
- "version": "2.0.2",
310
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
311
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
312
- "license": "MIT",
313
- "dependencies": {
314
- "function-bind": "^1.1.2"
315
- },
316
- "engines": {
317
- "node": ">= 0.4"
318
- }
319
- },
320
- "node_modules/is-binary-path": {
321
- "version": "2.1.0",
322
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
323
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
324
- "license": "MIT",
325
- "dependencies": {
326
- "binary-extensions": "^2.0.0"
327
- },
328
- "engines": {
329
- "node": ">=8"
330
- }
331
- },
332
- "node_modules/is-core-module": {
333
- "version": "2.16.1",
334
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
335
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
336
- "license": "MIT",
337
- "dependencies": {
338
- "hasown": "^2.0.2"
339
- },
340
- "engines": {
341
- "node": ">= 0.4"
342
- },
343
- "funding": {
344
- "url": "https://github.com/sponsors/ljharb"
345
- }
346
- },
347
- "node_modules/is-extglob": {
348
- "version": "2.1.1",
349
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
350
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
351
- "license": "MIT",
352
- "engines": {
353
- "node": ">=0.10.0"
354
- }
355
- },
356
- "node_modules/is-glob": {
357
- "version": "4.0.3",
358
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
359
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
360
- "license": "MIT",
361
- "dependencies": {
362
- "is-extglob": "^2.1.1"
363
- },
364
- "engines": {
365
- "node": ">=0.10.0"
366
- }
367
- },
368
- "node_modules/is-number": {
369
- "version": "7.0.0",
370
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
371
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
372
- "license": "MIT",
373
- "engines": {
374
- "node": ">=0.12.0"
375
- }
376
- },
377
- "node_modules/jiti": {
378
- "version": "1.21.7",
379
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
380
- "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
381
- "license": "MIT",
382
- "bin": {
383
- "jiti": "bin/jiti.js"
384
- }
385
- },
386
- "node_modules/lilconfig": {
387
- "version": "3.1.3",
388
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
389
- "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
390
- "license": "MIT",
391
- "engines": {
392
- "node": ">=14"
393
- },
394
- "funding": {
395
- "url": "https://github.com/sponsors/antonk52"
396
- }
397
- },
398
- "node_modules/lines-and-columns": {
399
- "version": "1.2.4",
400
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
401
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
402
- "license": "MIT"
403
- },
404
- "node_modules/merge2": {
405
- "version": "1.4.1",
406
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
407
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
408
- "license": "MIT",
409
- "engines": {
410
- "node": ">= 8"
411
- }
412
- },
413
- "node_modules/micromatch": {
414
- "version": "4.0.8",
415
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
416
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
417
- "license": "MIT",
418
- "dependencies": {
419
- "braces": "^3.0.3",
420
- "picomatch": "^2.3.1"
421
- },
422
- "engines": {
423
- "node": ">=8.6"
424
- }
425
- },
426
- "node_modules/mz": {
427
- "version": "2.7.0",
428
- "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
429
- "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
430
- "license": "MIT",
431
- "dependencies": {
432
- "any-promise": "^1.0.0",
433
- "object-assign": "^4.0.1",
434
- "thenify-all": "^1.0.0"
435
- }
436
- },
437
- "node_modules/nanoid": {
438
- "version": "3.3.11",
439
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
440
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
441
- "funding": [
442
- {
443
- "type": "github",
444
- "url": "https://github.com/sponsors/ai"
445
- }
446
- ],
447
- "license": "MIT",
448
- "bin": {
449
- "nanoid": "bin/nanoid.cjs"
450
- },
451
- "engines": {
452
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
453
- }
454
- },
455
- "node_modules/normalize-path": {
456
- "version": "3.0.0",
457
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
458
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
459
- "license": "MIT",
460
- "engines": {
461
- "node": ">=0.10.0"
462
- }
463
- },
464
- "node_modules/object-assign": {
465
- "version": "4.1.1",
466
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
467
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
468
- "license": "MIT",
469
- "engines": {
470
- "node": ">=0.10.0"
471
- }
472
- },
473
- "node_modules/object-hash": {
474
- "version": "3.0.0",
475
- "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
476
- "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
477
- "license": "MIT",
478
- "engines": {
479
- "node": ">= 6"
480
- }
481
- },
482
- "node_modules/path-parse": {
483
- "version": "1.0.7",
484
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
485
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
486
- "license": "MIT"
487
- },
488
- "node_modules/picocolors": {
489
- "version": "1.1.1",
490
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
491
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
492
- "license": "ISC"
493
- },
494
- "node_modules/picomatch": {
495
- "version": "2.3.1",
496
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
497
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
498
- "license": "MIT",
499
- "engines": {
500
- "node": ">=8.6"
501
- },
502
- "funding": {
503
- "url": "https://github.com/sponsors/jonschlinkert"
504
- }
505
- },
506
- "node_modules/pify": {
507
- "version": "2.3.0",
508
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
509
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
510
- "license": "MIT",
511
- "engines": {
512
- "node": ">=0.10.0"
513
- }
514
- },
515
- "node_modules/pirates": {
516
- "version": "4.0.7",
517
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
518
- "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
519
- "license": "MIT",
520
- "engines": {
521
- "node": ">= 6"
522
- }
523
- },
524
- "node_modules/postcss": {
525
- "version": "8.5.6",
526
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
527
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
528
- "funding": [
529
- {
530
- "type": "opencollective",
531
- "url": "https://opencollective.com/postcss/"
532
- },
533
- {
534
- "type": "tidelift",
535
- "url": "https://tidelift.com/funding/github/npm/postcss"
536
- },
537
- {
538
- "type": "github",
539
- "url": "https://github.com/sponsors/ai"
540
- }
541
- ],
542
- "license": "MIT",
543
- "dependencies": {
544
- "nanoid": "^3.3.11",
545
- "picocolors": "^1.1.1",
546
- "source-map-js": "^1.2.1"
547
- },
548
- "engines": {
549
- "node": "^10 || ^12 || >=14"
550
- }
551
- },
552
- "node_modules/postcss-import": {
553
- "version": "15.1.0",
554
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
555
- "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
556
- "license": "MIT",
557
- "dependencies": {
558
- "postcss-value-parser": "^4.0.0",
559
- "read-cache": "^1.0.0",
560
- "resolve": "^1.1.7"
561
- },
562
- "engines": {
563
- "node": ">=14.0.0"
564
- },
565
- "peerDependencies": {
566
- "postcss": "^8.0.0"
567
- }
568
- },
569
- "node_modules/postcss-js": {
570
- "version": "4.1.0",
571
- "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
572
- "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
573
- "funding": [
574
- {
575
- "type": "opencollective",
576
- "url": "https://opencollective.com/postcss/"
577
- },
578
- {
579
- "type": "github",
580
- "url": "https://github.com/sponsors/ai"
581
- }
582
- ],
583
- "license": "MIT",
584
- "dependencies": {
585
- "camelcase-css": "^2.0.1"
586
- },
587
- "engines": {
588
- "node": "^12 || ^14 || >= 16"
589
- },
590
- "peerDependencies": {
591
- "postcss": "^8.4.21"
592
- }
593
- },
594
- "node_modules/postcss-load-config": {
595
- "version": "4.0.2",
596
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
597
- "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
598
- "funding": [
599
- {
600
- "type": "opencollective",
601
- "url": "https://opencollective.com/postcss/"
602
- },
603
- {
604
- "type": "github",
605
- "url": "https://github.com/sponsors/ai"
606
- }
607
- ],
608
- "license": "MIT",
609
- "dependencies": {
610
- "lilconfig": "^3.0.0",
611
- "yaml": "^2.3.4"
612
- },
613
- "engines": {
614
- "node": ">= 14"
615
- },
616
- "peerDependencies": {
617
- "postcss": ">=8.0.9",
618
- "ts-node": ">=9.0.0"
619
- },
620
- "peerDependenciesMeta": {
621
- "postcss": {
622
- "optional": true
623
- },
624
- "ts-node": {
625
- "optional": true
626
- }
627
- }
628
- },
629
- "node_modules/postcss-nested": {
630
- "version": "6.2.0",
631
- "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
632
- "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
633
- "funding": [
634
- {
635
- "type": "opencollective",
636
- "url": "https://opencollective.com/postcss/"
637
- },
638
- {
639
- "type": "github",
640
- "url": "https://github.com/sponsors/ai"
641
- }
642
- ],
643
- "license": "MIT",
644
- "dependencies": {
645
- "postcss-selector-parser": "^6.1.1"
646
- },
647
- "engines": {
648
- "node": ">=12.0"
649
- },
650
- "peerDependencies": {
651
- "postcss": "^8.2.14"
652
- }
653
- },
654
- "node_modules/postcss-selector-parser": {
655
- "version": "6.1.2",
656
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
657
- "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
658
- "license": "MIT",
659
- "dependencies": {
660
- "cssesc": "^3.0.0",
661
- "util-deprecate": "^1.0.2"
662
- },
663
- "engines": {
664
- "node": ">=4"
665
- }
666
- },
667
- "node_modules/postcss-value-parser": {
668
- "version": "4.2.0",
669
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
670
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
671
- "license": "MIT"
672
- },
673
- "node_modules/queue-microtask": {
674
- "version": "1.2.3",
675
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
676
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
677
- "funding": [
678
- {
679
- "type": "github",
680
- "url": "https://github.com/sponsors/feross"
681
- },
682
- {
683
- "type": "patreon",
684
- "url": "https://www.patreon.com/feross"
685
- },
686
- {
687
- "type": "consulting",
688
- "url": "https://feross.org/support"
689
- }
690
- ],
691
- "license": "MIT"
692
- },
693
- "node_modules/read-cache": {
694
- "version": "1.0.0",
695
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
696
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
697
- "license": "MIT",
698
- "dependencies": {
699
- "pify": "^2.3.0"
700
- }
701
- },
702
- "node_modules/readdirp": {
703
- "version": "3.6.0",
704
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
705
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
706
- "license": "MIT",
707
- "dependencies": {
708
- "picomatch": "^2.2.1"
709
- },
710
- "engines": {
711
- "node": ">=8.10.0"
712
- }
713
- },
714
- "node_modules/resolve": {
715
- "version": "1.22.11",
716
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
717
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
718
- "license": "MIT",
719
- "dependencies": {
720
- "is-core-module": "^2.16.1",
721
- "path-parse": "^1.0.7",
722
- "supports-preserve-symlinks-flag": "^1.0.0"
723
- },
724
- "bin": {
725
- "resolve": "bin/resolve"
726
- },
727
- "engines": {
728
- "node": ">= 0.4"
729
- },
730
- "funding": {
731
- "url": "https://github.com/sponsors/ljharb"
732
- }
733
- },
734
- "node_modules/reusify": {
735
- "version": "1.1.0",
736
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
737
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
738
- "license": "MIT",
739
- "engines": {
740
- "iojs": ">=1.0.0",
741
- "node": ">=0.10.0"
742
- }
743
- },
744
- "node_modules/run-parallel": {
745
- "version": "1.2.0",
746
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
747
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
748
- "funding": [
749
- {
750
- "type": "github",
751
- "url": "https://github.com/sponsors/feross"
752
- },
753
- {
754
- "type": "patreon",
755
- "url": "https://www.patreon.com/feross"
756
- },
757
- {
758
- "type": "consulting",
759
- "url": "https://feross.org/support"
760
- }
761
- ],
762
- "license": "MIT",
763
- "dependencies": {
764
- "queue-microtask": "^1.2.2"
765
- }
766
- },
767
- "node_modules/source-map-js": {
768
- "version": "1.2.1",
769
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
770
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
771
- "license": "BSD-3-Clause",
772
- "engines": {
773
- "node": ">=0.10.0"
774
- }
775
- },
776
- "node_modules/sucrase": {
777
- "version": "3.35.1",
778
- "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
779
- "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
780
- "license": "MIT",
781
- "dependencies": {
782
- "@jridgewell/gen-mapping": "^0.3.2",
783
- "commander": "^4.0.0",
784
- "lines-and-columns": "^1.1.6",
785
- "mz": "^2.7.0",
786
- "pirates": "^4.0.1",
787
- "tinyglobby": "^0.2.11",
788
- "ts-interface-checker": "^0.1.9"
789
- },
790
- "bin": {
791
- "sucrase": "bin/sucrase",
792
- "sucrase-node": "bin/sucrase-node"
793
- },
794
- "engines": {
795
- "node": ">=16 || 14 >=14.17"
796
- }
797
- },
798
- "node_modules/supports-preserve-symlinks-flag": {
799
- "version": "1.0.0",
800
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
801
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
802
- "license": "MIT",
803
- "engines": {
804
- "node": ">= 0.4"
805
- },
806
- "funding": {
807
- "url": "https://github.com/sponsors/ljharb"
808
- }
809
- },
810
- "node_modules/tailwindcss": {
811
- "version": "3.4.17",
812
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
813
- "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
814
- "license": "MIT",
815
- "dependencies": {
816
- "@alloc/quick-lru": "^5.2.0",
817
- "arg": "^5.0.2",
818
- "chokidar": "^3.6.0",
819
- "didyoumean": "^1.2.2",
820
- "dlv": "^1.1.3",
821
- "fast-glob": "^3.3.2",
822
- "glob-parent": "^6.0.2",
823
- "is-glob": "^4.0.3",
824
- "jiti": "^1.21.6",
825
- "lilconfig": "^3.1.3",
826
- "micromatch": "^4.0.8",
827
- "normalize-path": "^3.0.0",
828
- "object-hash": "^3.0.0",
829
- "picocolors": "^1.1.1",
830
- "postcss": "^8.4.47",
831
- "postcss-import": "^15.1.0",
832
- "postcss-js": "^4.0.1",
833
- "postcss-load-config": "^4.0.2",
834
- "postcss-nested": "^6.2.0",
835
- "postcss-selector-parser": "^6.1.2",
836
- "resolve": "^1.22.8",
837
- "sucrase": "^3.35.0"
838
- },
839
- "bin": {
840
- "tailwind": "lib/cli.js",
841
- "tailwindcss": "lib/cli.js"
842
- },
843
- "engines": {
844
- "node": ">=14.0.0"
845
- }
846
- },
847
- "node_modules/thenify": {
848
- "version": "3.3.1",
849
- "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
850
- "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
851
- "license": "MIT",
852
- "dependencies": {
853
- "any-promise": "^1.0.0"
854
- }
855
- },
856
- "node_modules/thenify-all": {
857
- "version": "1.6.0",
858
- "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
859
- "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
860
- "license": "MIT",
861
- "dependencies": {
862
- "thenify": ">= 3.1.0 < 4"
863
- },
864
- "engines": {
865
- "node": ">=0.8"
866
- }
867
- },
868
- "node_modules/tinyglobby": {
869
- "version": "0.2.15",
870
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
871
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
872
- "license": "MIT",
873
- "dependencies": {
874
- "fdir": "^6.5.0",
875
- "picomatch": "^4.0.3"
876
- },
877
- "engines": {
878
- "node": ">=12.0.0"
879
- },
880
- "funding": {
881
- "url": "https://github.com/sponsors/SuperchupuDev"
882
- }
883
- },
884
- "node_modules/tinyglobby/node_modules/fdir": {
885
- "version": "6.5.0",
886
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
887
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
888
- "license": "MIT",
889
- "engines": {
890
- "node": ">=12.0.0"
891
- },
892
- "peerDependencies": {
893
- "picomatch": "^3 || ^4"
894
- },
895
- "peerDependenciesMeta": {
896
- "picomatch": {
897
- "optional": true
898
- }
899
- }
900
- },
901
- "node_modules/tinyglobby/node_modules/picomatch": {
902
- "version": "4.0.3",
903
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
904
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
905
- "license": "MIT",
906
- "engines": {
907
- "node": ">=12"
908
- },
909
- "funding": {
910
- "url": "https://github.com/sponsors/jonschlinkert"
911
- }
912
- },
913
- "node_modules/to-regex-range": {
914
- "version": "5.0.1",
915
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
916
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
917
- "license": "MIT",
918
- "dependencies": {
919
- "is-number": "^7.0.0"
920
- },
921
- "engines": {
922
- "node": ">=8.0"
923
- }
924
- },
925
- "node_modules/ts-interface-checker": {
926
- "version": "0.1.13",
927
- "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
928
- "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
929
- "license": "Apache-2.0"
930
- },
931
- "node_modules/util-deprecate": {
932
- "version": "1.0.2",
933
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
934
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
935
- "license": "MIT"
936
- },
937
- "node_modules/yaml": {
938
- "version": "2.8.2",
939
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
940
- "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
941
- "license": "ISC",
942
- "bin": {
943
- "yaml": "bin.mjs"
944
- },
945
- "engines": {
946
- "node": ">= 14.6"
947
- },
948
- "funding": {
949
- "url": "https://github.com/sponsors/eemeli"
950
- }
951
- }
952
- }
953
- }