token-goat 2.9.10 → 2.9.12

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 (27) hide show
  1. package/README.md +54 -11
  2. package/SECURITY.md +17 -19
  3. package/THIRD_PARTY_NOTICES.md +667 -0
  4. package/dist/{token-goat-chunk-YFXFUG3L.mjs → token-goat-chunk-4CK445AW.mjs} +1275 -655
  5. package/dist/token-goat-chunk-6F5TLJC7.mjs +3728 -0
  6. package/dist/{token-goat-chunk-ATVQ6IIT.mjs → token-goat-chunk-6NIGPPN6.mjs} +10 -2
  7. package/dist/{token-goat-chunk-SLGOIXKF.mjs → token-goat-chunk-A6QTLAWO.mjs} +85 -328
  8. package/dist/{token-goat-chunk-7ALFFPJW.mjs → token-goat-chunk-GCXX67HM.mjs} +2699 -2175
  9. package/dist/{token-goat-chunk-PA5UXNOT.mjs → token-goat-chunk-GM6QZWCF.mjs} +5088 -7746
  10. package/dist/{token-goat-chunk-DSHYDU53.mjs → token-goat-chunk-HKFOH6JH.mjs} +11 -7
  11. package/dist/{token-goat-chunk-LYWIRYCF.mjs → token-goat-chunk-LHLQFGWQ.mjs} +1 -1
  12. package/dist/token-goat-chunk-LOCOX2ML.mjs +3564 -0
  13. package/dist/token-goat-chunk-OTW7LC4Y.mjs +5942 -0
  14. package/dist/{token-goat-chunk-FQD3OB5W.mjs → token-goat-chunk-QCQUIPIP.mjs} +6068 -1687
  15. package/dist/{token-goat-chunk-DCYHAUW3.mjs → token-goat-chunk-SBYRP3X4.mjs} +69 -37
  16. package/dist/{token-goat-chunk-JS44SRAX.mjs → token-goat-chunk-SF2CKCFQ.mjs} +3 -2
  17. package/dist/{token-goat-chunk-PXWBHSFB.mjs → token-goat-chunk-T6M7DAW3.mjs} +31 -4
  18. package/dist/{token-goat-chunk-ZQODJQTP.mjs → token-goat-chunk-THLHC6QJ.mjs} +354 -180
  19. package/dist/{token-goat-chunk-VCEK77ED.mjs → token-goat-chunk-TOGYS5A7.mjs} +5307 -6350
  20. package/dist/{token-goat-chunk-2TJBY5RD.mjs → token-goat-chunk-VRWX6QYW.mjs} +6 -5
  21. package/dist/token-goat-hook.mjs +6 -5
  22. package/dist/token-goat.core.mjs +8 -6
  23. package/docs/C4_RUNTIME_ARCHITECTURE.md +1 -1
  24. package/docs/cli.md +4 -1
  25. package/docs/install.md +131 -11
  26. package/docs/security.md +2 -0
  27. package/package.json +8 -3
@@ -0,0 +1,667 @@
1
+ # Third-party notices
2
+
3
+ Token-Goat itself is licensed separately: see [LICENSE](LICENSE). This file covers only other people's code.
4
+
5
+ `dist/` is a bundle. Building it copies the source of the 23 packages below into the
6
+ shipped files, so their copyright and permission notices travel with this package and are
7
+ reproduced here in full.
8
+
9
+ This file is generated. Regenerate it with `npm run notices` after any dependency change that
10
+ reaches the bundle; `tests/guards/third_party_notices.test.ts` fails if it drifts.
11
+
12
+ Packages this project depends on but does not bundle are not listed here. `sqlite-vec` and the
13
+ other optional native dependencies stay external and install separately from npm; the licenses that
14
+ need a human answer are covered in [SECURITY.md](SECURITY.md#dependency-licenses).
15
+
16
+ ## @selderee/plugin-htmlparser2 0.12.0
17
+
18
+ License: MIT
19
+
20
+ ```text
21
+ MIT License
22
+
23
+ Copyright (c) 2021-2026 KillyMXI <killy@mxii.eu.org>
24
+
25
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26
+ of this software and associated documentation files (the "Software"), to deal
27
+ in the Software without restriction, including without limitation the rights
28
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29
+ copies of the Software, and to permit persons to whom the Software is
30
+ furnished to do so, subject to the following conditions:
31
+
32
+ The above copyright notice and this permission notice shall be included in all
33
+ copies or substantial portions of the Software.
34
+
35
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41
+ SOFTWARE.
42
+ ```
43
+
44
+ ## balanced-match 4.0.4
45
+
46
+ License: MIT
47
+
48
+ ```text
49
+ (MIT)
50
+
51
+ Original code Copyright Julian Gruber <julian@juliangruber.com>
52
+
53
+ Port to TypeScript Copyright Isaac Z. Schlueter <i@izs.me>
54
+
55
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
56
+ this software and associated documentation files (the "Software"), to deal in
57
+ the Software without restriction, including without limitation the rights to
58
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
59
+ of the Software, and to permit persons to whom the Software is furnished to do
60
+ so, subject to the following conditions:
61
+
62
+ The above copyright notice and this permission notice shall be included in all
63
+ copies or substantial portions of the Software.
64
+
65
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
71
+ SOFTWARE.
72
+ ```
73
+
74
+ ## brace-expansion 5.0.9
75
+
76
+ License: MIT
77
+
78
+ ```text
79
+ MIT License
80
+
81
+ Copyright Julian Gruber <julian@juliangruber.com>
82
+
83
+ TypeScript port Copyright Isaac Z. Schlueter <i@izs.me>
84
+
85
+ Permission is hereby granted, free of charge, to any person obtaining a copy
86
+ of this software and associated documentation files (the "Software"), to deal
87
+ in the Software without restriction, including without limitation the rights
88
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
89
+ copies of the Software, and to permit persons to whom the Software is
90
+ furnished to do so, subject to the following conditions:
91
+
92
+ The above copyright notice and this permission notice shall be included in all
93
+ copies or substantial portions of the Software.
94
+
95
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
96
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
97
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
98
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
99
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
100
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
101
+ SOFTWARE.
102
+ ```
103
+
104
+ ## commander 15.0.0
105
+
106
+ License: MIT
107
+
108
+ ```text
109
+ (The MIT License)
110
+
111
+ Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
112
+
113
+ Permission is hereby granted, free of charge, to any person obtaining
114
+ a copy of this software and associated documentation files (the
115
+ 'Software'), to deal in the Software without restriction, including
116
+ without limitation the rights to use, copy, modify, merge, publish,
117
+ distribute, sublicense, and/or sell copies of the Software, and to
118
+ permit persons to whom the Software is furnished to do so, subject to
119
+ the following conditions:
120
+
121
+ The above copyright notice and this permission notice shall be
122
+ included in all copies or substantial portions of the Software.
123
+
124
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
125
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
126
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
127
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
128
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
129
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
130
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
131
+ ```
132
+
133
+ ## csv-parse 7.0.2
134
+
135
+ License: MIT
136
+
137
+ ```text
138
+ The MIT License (MIT)
139
+
140
+ Copyright (c) 2010 Adaltas
141
+
142
+ Permission is hereby granted, free of charge, to any person obtaining a copy
143
+ of this software and associated documentation files (the "Software"), to deal
144
+ in the Software without restriction, including without limitation the rights
145
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
146
+ copies of the Software, and to permit persons to whom the Software is
147
+ furnished to do so, subject to the following conditions:
148
+
149
+ The above copyright notice and this permission notice shall be included in all
150
+ copies or substantial portions of the Software.
151
+
152
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
153
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
154
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
155
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
156
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
157
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
158
+ SOFTWARE.
159
+ ```
160
+
161
+ ## deepmerge-ts 8.0.2
162
+
163
+ License: BSD-3-Clause
164
+
165
+ ```text
166
+ BSD 3-Clause License
167
+
168
+ Copyright (c) 2021, Rebecca Stevens
169
+ All rights reserved.
170
+
171
+ Redistribution and use in source and binary forms, with or without
172
+ modification, are permitted provided that the following conditions are met:
173
+
174
+ 1. Redistributions of source code must retain the above copyright notice, this
175
+ list of conditions and the following disclaimer.
176
+
177
+ 2. Redistributions in binary form must reproduce the above copyright notice,
178
+ this list of conditions and the following disclaimer in the documentation
179
+ and/or other materials provided with the distribution.
180
+
181
+ 3. Neither the name of the copyright holder nor the names of its
182
+ contributors may be used to endorse or promote products derived from
183
+ this software without specific prior written permission.
184
+
185
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
186
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
187
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
188
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
189
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
190
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
191
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
192
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
193
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
194
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
195
+ ```
196
+
197
+ ## dom-serializer 2.0.0
198
+
199
+ License: MIT
200
+
201
+ ```text
202
+ License
203
+
204
+ (The MIT License)
205
+
206
+ Copyright (c) 2014 The cheeriojs contributors
207
+
208
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
209
+
210
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
211
+
212
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
213
+ ```
214
+
215
+ ## domelementtype 2.3.0
216
+
217
+ License: BSD-2-Clause
218
+
219
+ ```text
220
+ Copyright (c) Felix Böhm
221
+ All rights reserved.
222
+
223
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
224
+
225
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
226
+
227
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
228
+
229
+ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
230
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
231
+ ```
232
+
233
+ ## domhandler 5.0.3
234
+
235
+ License: BSD-2-Clause
236
+
237
+ ```text
238
+ Copyright (c) Felix Böhm
239
+ All rights reserved.
240
+
241
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
242
+
243
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
244
+
245
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
246
+
247
+ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
248
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249
+ ```
250
+
251
+ ## domutils 3.2.2
252
+
253
+ License: BSD-2-Clause
254
+
255
+ ```text
256
+ Copyright (c) Felix Böhm
257
+ All rights reserved.
258
+
259
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
260
+
261
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
262
+
263
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
264
+
265
+ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
266
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
267
+ ```
268
+
269
+ ## entities 4.5.0
270
+
271
+ License: BSD-2-Clause
272
+
273
+ ```text
274
+ Copyright (c) Felix Böhm
275
+ All rights reserved.
276
+
277
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
278
+
279
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
280
+
281
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
282
+
283
+ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
284
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
285
+ ```
286
+
287
+ ## html-to-text 10.0.1
288
+
289
+ License: MIT
290
+
291
+ ```text
292
+ MIT License
293
+
294
+ Portions Copyright (c) 2012-2019 werk85 <malte@werk85.de>
295
+ Portions Copyright (c) 2020-2026 KillyMXI <killy@mxii.eu.org>
296
+
297
+ Permission is hereby granted, free of charge, to any person
298
+ obtaining a copy of this software and associated documentation
299
+ files (the "Software"), to deal in the Software without
300
+ restriction, including without limitation the rights to use,
301
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
302
+ copies of the Software, and to permit persons to whom the
303
+ Software is furnished to do so, subject to the following
304
+ conditions:
305
+
306
+ The above copyright notice and this permission notice shall be
307
+ included in all copies or substantial portions of the Software.
308
+
309
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
310
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
311
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
312
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
313
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
314
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
315
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
316
+ OTHER DEALINGS IN THE SOFTWARE.
317
+ ```
318
+
319
+ ## htmlparser2 10.1.0
320
+
321
+ License: MIT
322
+
323
+ ```text
324
+ Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
325
+ Permission is hereby granted, free of charge, to any person obtaining a copy
326
+ of this software and associated documentation files (the "Software"), to
327
+ deal in the Software without restriction, including without limitation the
328
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
329
+ sell copies of the Software, and to permit persons to whom the Software is
330
+ furnished to do so, subject to the following conditions:
331
+
332
+ The above copyright notice and this permission notice shall be included in
333
+ all copies or substantial portions of the Software.
334
+
335
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
336
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
337
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
338
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
339
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
340
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
341
+ IN THE SOFTWARE.
342
+ ```
343
+
344
+ ## jpeg-js 0.4.4
345
+
346
+ License: BSD-3-Clause
347
+
348
+ ```text
349
+ Copyright (c) 2014, Eugene Ware
350
+ All rights reserved.
351
+
352
+ Redistribution and use in source and binary forms, with or without
353
+ modification, are permitted provided that the following conditions are met:
354
+
355
+ 1. Redistributions of source code must retain the above copyright
356
+ notice, this list of conditions and the following disclaimer.
357
+ 2. Redistributions in binary form must reproduce the above copyright
358
+ notice, this list of conditions and the following disclaimer in the
359
+ documentation and/or other materials provided with the distribution.
360
+ 3. Neither the name of Eugene Ware nor the names of its contributors
361
+ may be used to endorse or promote products derived from this software
362
+ without specific prior written permission.
363
+
364
+ THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
365
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
366
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
367
+ DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
368
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
369
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
370
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
371
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
372
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
373
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
374
+ ```
375
+
376
+ ## js-yaml 5.4.1
377
+
378
+ License: MIT
379
+
380
+ ```text
381
+ (The MIT License)
382
+
383
+ Copyright (C) 2011-2015 by Vitaly Puzrin
384
+
385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
386
+ of this software and associated documentation files (the "Software"), to deal
387
+ in the Software without restriction, including without limitation the rights
388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
389
+ copies of the Software, and to permit persons to whom the Software is
390
+ furnished to do so, subject to the following conditions:
391
+
392
+ The above copyright notice and this permission notice shall be included in
393
+ all copies or substantial portions of the Software.
394
+
395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
401
+ THE SOFTWARE.
402
+ ```
403
+
404
+ ## leac 0.7.0
405
+
406
+ License: MIT
407
+
408
+ ```text
409
+ MIT License
410
+
411
+ Copyright (c) 2021-2025 KillyMXI <killy@mxii.eu.org>
412
+
413
+ Permission is hereby granted, free of charge, to any person obtaining a copy
414
+ of this software and associated documentation files (the "Software"), to deal
415
+ in the Software without restriction, including without limitation the rights
416
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
417
+ copies of the Software, and to permit persons to whom the Software is
418
+ furnished to do so, subject to the following conditions:
419
+
420
+ The above copyright notice and this permission notice shall be included in all
421
+ copies or substantial portions of the Software.
422
+
423
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
424
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
426
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
427
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
428
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
429
+ SOFTWARE.
430
+ ```
431
+
432
+ ## minimatch 10.2.5
433
+
434
+ License: BlueOak-1.0.0
435
+
436
+ ```text
437
+ # Blue Oak Model License
438
+
439
+ Version 1.0.0
440
+
441
+ ## Purpose
442
+
443
+ This license gives everyone as much permission to work with
444
+ this software as possible, while protecting contributors
445
+ from liability.
446
+
447
+ ## Acceptance
448
+
449
+ In order to receive this license, you must agree to its
450
+ rules. The rules of this license are both obligations
451
+ under that agreement and conditions to your license.
452
+ You must not do anything with this software that triggers
453
+ a rule that you cannot or will not follow.
454
+
455
+ ## Copyright
456
+
457
+ Each contributor licenses you to do everything with this
458
+ software that would otherwise infringe that contributor's
459
+ copyright in it.
460
+
461
+ ## Notices
462
+
463
+ You must ensure that everyone who gets a copy of
464
+ any part of this software from you, with or without
465
+ changes, also gets the text of this license or a link to
466
+ <https://blueoakcouncil.org/license/1.0.0>.
467
+
468
+ ## Excuse
469
+
470
+ If anyone notifies you in writing that you have not
471
+ complied with [Notices](#notices), you can keep your
472
+ license by taking all practical steps to comply within 30
473
+ days after the notice. If you do not do so, your license
474
+ ends immediately.
475
+
476
+ ## Patent
477
+
478
+ Each contributor licenses you to do everything with this
479
+ software that would otherwise infringe any patent claims
480
+ they can license or become able to license.
481
+
482
+ ## Reliability
483
+
484
+ No contributor can revoke this license.
485
+
486
+ ## No Liability
487
+
488
+ **_As far as the law allows, this software comes as is,
489
+ without any warranty or condition, and no contributor
490
+ will be liable to anyone for any damages related to this
491
+ software or this license, under any kind of legal claim._**
492
+ ```
493
+
494
+ ## omggif 1.0.10
495
+
496
+ License: MIT
497
+
498
+ ```text
499
+ (c) Dean McNamee <dean@gmail.com>, 2013.
500
+
501
+ https://github.com/deanm/omggif
502
+
503
+ Permission is hereby granted, free of charge, to any person obtaining a copy
504
+ of this software and associated documentation files (the "Software"), to
505
+ deal in the Software without restriction, including without limitation the
506
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
507
+ sell copies of the Software, and to permit persons to whom the Software is
508
+ furnished to do so, subject to the following conditions:
509
+
510
+ The above copyright notice and this permission notice shall be included in
511
+ all copies or substantial portions of the Software.
512
+
513
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
514
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
515
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
516
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
517
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
518
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
519
+ IN THE SOFTWARE.
520
+
521
+ omggif is a JavaScript implementation of a GIF 89a encoder and decoder,
522
+ including animation and compression. It does not rely on any specific
523
+ underlying system, so should run in the browser, Node, or Plask.
524
+ ```
525
+
526
+ ## parseley 0.13.1
527
+
528
+ License: MIT
529
+
530
+ ```text
531
+ MIT License
532
+
533
+ Copyright (c) 2021-2025 KillyMXI <killy@mxii.eu.org>
534
+
535
+ Permission is hereby granted, free of charge, to any person obtaining a copy
536
+ of this software and associated documentation files (the "Software"), to deal
537
+ in the Software without restriction, including without limitation the rights
538
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
539
+ copies of the Software, and to permit persons to whom the Software is
540
+ furnished to do so, subject to the following conditions:
541
+
542
+ The above copyright notice and this permission notice shall be included in all
543
+ copies or substantial portions of the Software.
544
+
545
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
546
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
547
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
548
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
549
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
550
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
551
+ SOFTWARE.
552
+ ```
553
+
554
+ ## peberminta 0.10.0
555
+
556
+ License: MIT
557
+
558
+ ```text
559
+ MIT License
560
+
561
+ Copyright (c) 2021-2025 KillyMXI <killy@mxii.eu.org>
562
+
563
+ Permission is hereby granted, free of charge, to any person obtaining a copy
564
+ of this software and associated documentation files (the "Software"), to deal
565
+ in the Software without restriction, including without limitation the rights
566
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
567
+ copies of the Software, and to permit persons to whom the Software is
568
+ furnished to do so, subject to the following conditions:
569
+
570
+ The above copyright notice and this permission notice shall be included in all
571
+ copies or substantial portions of the Software.
572
+
573
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
574
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
575
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
576
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
577
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
578
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
579
+ SOFTWARE.
580
+ ```
581
+
582
+ ## selderee 0.12.0
583
+
584
+ License: MIT
585
+
586
+ ```text
587
+ MIT License
588
+
589
+ Copyright (c) 2021-2026 KillyMXI <killy@mxii.eu.org>
590
+
591
+ Permission is hereby granted, free of charge, to any person obtaining a copy
592
+ of this software and associated documentation files (the "Software"), to deal
593
+ in the Software without restriction, including without limitation the rights
594
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
595
+ copies of the Software, and to permit persons to whom the Software is
596
+ furnished to do so, subject to the following conditions:
597
+
598
+ The above copyright notice and this permission notice shall be included in all
599
+ copies or substantial portions of the Software.
600
+
601
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
602
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
603
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
604
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
605
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
606
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
607
+ SOFTWARE.
608
+ ```
609
+
610
+ ## smol-toml 1.8.0
611
+
612
+ License: BSD-3-Clause
613
+
614
+ ```text
615
+ Copyright (c) Squirrel Chat et al., All rights reserved.
616
+
617
+ Redistribution and use in source and binary forms, with or without
618
+ modification, are permitted provided that the following conditions are met:
619
+
620
+ 1. Redistributions of source code must retain the above copyright notice, this
621
+ list of conditions and the following disclaimer.
622
+ 2. Redistributions in binary form must reproduce the above copyright notice,
623
+ this list of conditions and the following disclaimer in the
624
+ documentation and/or other materials provided with the distribution.
625
+ 3. Neither the name of the copyright holder nor the names of its contributors
626
+ may be used to endorse or promote products derived from this software without
627
+ specific prior written permission.
628
+
629
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
630
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
631
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
632
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
633
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
634
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
635
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
636
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
637
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
638
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
639
+ ```
640
+
641
+ ## zod 4.5.4
642
+
643
+ License: MIT
644
+
645
+ ```text
646
+ MIT License
647
+
648
+ Copyright (c) 2025 Colin McDonnell
649
+
650
+ Permission is hereby granted, free of charge, to any person obtaining a copy
651
+ of this software and associated documentation files (the "Software"), to deal
652
+ in the Software without restriction, including without limitation the rights
653
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
654
+ copies of the Software, and to permit persons to whom the Software is
655
+ furnished to do so, subject to the following conditions:
656
+
657
+ The above copyright notice and this permission notice shall be included in all
658
+ copies or substantial portions of the Software.
659
+
660
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
661
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
662
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
663
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
664
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
665
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
666
+ SOFTWARE.
667
+ ```