@neuvybe/jarvis 0.46.2 → 0.46.3

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.
@@ -0,0 +1,683 @@
1
+ # Third-party notices
2
+
3
+ Generated at build time by apps/cli/scripts/bundle.mjs from the bundle metafile.
4
+ It lists every third-party package inlined into dist/index.js (minification strips
5
+ their license comments, so their notices are reproduced here), the models vendored
6
+ under dist/assets/, and the runtime dependencies installed beside this package. The
7
+ ONNX Runtime WASM files beside the bundle (ort-wasm-simd-threaded.wasm and .mjs)
8
+ come from the onnxruntime-web package listed below.
9
+
10
+ ## Packages inlined into dist/index.js
11
+
12
+ ### @clack/core@1.4.1
13
+
14
+ - License: MIT
15
+ - Source: https://github.com/bombshell-dev/clack/tree/main/packages/core#readme
16
+
17
+ `LICENSE`:
18
+
19
+ ```
20
+ MIT License
21
+
22
+ Copyright (c) Nate Moore
23
+
24
+ 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:
25
+
26
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
27
+
28
+ 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.
29
+ ```
30
+
31
+ ### @clack/prompts@1.5.1
32
+
33
+ - License: MIT
34
+ - Source: https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme
35
+
36
+ `LICENSE`:
37
+
38
+ ```
39
+ MIT License
40
+
41
+ Copyright (c) Nate Moore
42
+
43
+ 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:
44
+
45
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
46
+
47
+ 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.
48
+ ```
49
+
50
+ ### @mixmark-io/domino@2.2.0
51
+
52
+ - License: BSD-2-Clause
53
+ - Source: https://github.com/mixmark-io/domino
54
+
55
+ `LICENSE`:
56
+
57
+ ```
58
+ Copyright (c) 2011 The Mozilla Foundation.
59
+ All rights reserved.
60
+
61
+ Redistribution and use in source and binary forms, with or without
62
+ modification, are permitted provided that the following conditions are
63
+ met:
64
+
65
+ Redistributions of source code must retain the above copyright
66
+ notice, this list of conditions and the following disclaimer.
67
+
68
+ Redistributions in binary form must reproduce the above copyright
69
+ notice, this list of conditions and the following disclaimer in the
70
+ documentation and/or other materials provided with the distribution.
71
+
72
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
73
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
74
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
75
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
76
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
77
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
78
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
79
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
80
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
81
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
82
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83
+ ```
84
+
85
+ ### ansi-regex@6.2.2
86
+
87
+ - License: MIT
88
+ - Source: https://github.com/chalk/ansi-regex
89
+
90
+ `license`:
91
+
92
+ ```
93
+ MIT License
94
+
95
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
96
+
97
+ 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:
98
+
99
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
100
+
101
+ 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.
102
+ ```
103
+
104
+ ### commander@15.0.0
105
+
106
+ - License: MIT
107
+ - Source: https://github.com/tj/commander.js
108
+
109
+ `LICENSE`:
110
+
111
+ ```
112
+ (The MIT License)
113
+
114
+ Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
115
+
116
+ Permission is hereby granted, free of charge, to any person obtaining
117
+ a copy of this software and associated documentation files (the
118
+ 'Software'), to deal in the Software without restriction, including
119
+ without limitation the rights to use, copy, modify, merge, publish,
120
+ distribute, sublicense, and/or sell copies of the Software, and to
121
+ permit persons to whom the Software is furnished to do so, subject to
122
+ the following conditions:
123
+
124
+ The above copyright notice and this permission notice shall be
125
+ included in all copies or substantial portions of the Software.
126
+
127
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
128
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
129
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
130
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
131
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
132
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
133
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
134
+ ```
135
+
136
+ ### fast-string-truncated-width@3.0.3
137
+
138
+ - License: MIT
139
+ - Source: https://github.com/fabiospampinato/fast-string-truncated-width
140
+
141
+ `license`:
142
+
143
+ ```
144
+ The MIT License (MIT)
145
+
146
+ Copyright (c) 2024-present Fabio Spampinato
147
+
148
+ Permission is hereby granted, free of charge, to any person obtaining a
149
+ copy of this software and associated documentation files (the "Software"),
150
+ to deal in the Software without restriction, including without limitation
151
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
152
+ and/or sell copies of the Software, and to permit persons to whom the
153
+ Software is furnished to do so, subject to the following conditions:
154
+
155
+ The above copyright notice and this permission notice shall be included in
156
+ all copies or substantial portions of the Software.
157
+
158
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
159
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
160
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
161
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
162
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
163
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
164
+ DEALINGS IN THE SOFTWARE.
165
+ ```
166
+
167
+ ### fast-string-width@3.0.2
168
+
169
+ - License: MIT
170
+ - Source: https://github.com/fabiospampinato/fast-string-width
171
+
172
+ `license`:
173
+
174
+ ```
175
+ The MIT License (MIT)
176
+
177
+ Copyright (c) 2024-present Fabio Spampinato
178
+
179
+ Permission is hereby granted, free of charge, to any person obtaining a
180
+ copy of this software and associated documentation files (the "Software"),
181
+ to deal in the Software without restriction, including without limitation
182
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
183
+ and/or sell copies of the Software, and to permit persons to whom the
184
+ Software is furnished to do so, subject to the following conditions:
185
+
186
+ The above copyright notice and this permission notice shall be included in
187
+ all copies or substantial portions of the Software.
188
+
189
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
190
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
191
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
192
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
193
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
194
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
195
+ DEALINGS IN THE SOFTWARE.
196
+ ```
197
+
198
+ ### fast-wrap-ansi@0.2.2
199
+
200
+ - License: MIT
201
+ - Source: https://github.com/43081j/fast-wrap-ansi#readme
202
+
203
+ `LICENSE`:
204
+
205
+ ```
206
+ MIT License
207
+
208
+ Copyright (c) 2025 James Garbutt
209
+
210
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
211
+
212
+ Permission is hereby granted, free of charge, to any person obtaining a copy
213
+ of this software and associated documentation files (the "Software"), to deal
214
+ in the Software without restriction, including without limitation the rights
215
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
216
+ copies of the Software, and to permit persons to whom the Software is
217
+ furnished to do so, subject to the following conditions:
218
+
219
+ The above copyright notice and this permission notice shall be included in all
220
+ copies or substantial portions of the Software.
221
+
222
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
223
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
224
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
225
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
226
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
227
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
228
+ SOFTWARE.
229
+ ```
230
+
231
+ ### get-east-asian-width@1.6.0
232
+
233
+ - License: MIT
234
+ - Source: https://github.com/sindresorhus/get-east-asian-width
235
+
236
+ `license`:
237
+
238
+ ```
239
+ MIT License
240
+
241
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
242
+
243
+ 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:
244
+
245
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
246
+
247
+ 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.
248
+ ```
249
+
250
+ ### ipaddr.js@2.5.0
251
+
252
+ - License: MIT
253
+ - Source: https://github.com/whitequark/ipaddr.js
254
+
255
+ `LICENSE`:
256
+
257
+ ```
258
+ Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
259
+
260
+ Permission is hereby granted, free of charge, to any person obtaining a copy
261
+ of this software and associated documentation files (the "Software"), to deal
262
+ in the Software without restriction, including without limitation the rights
263
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
264
+ copies of the Software, and to permit persons to whom the Software is
265
+ furnished to do so, subject to the following conditions:
266
+
267
+ The above copyright notice and this permission notice shall be included in
268
+ all copies or substantial portions of the Software.
269
+
270
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
271
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
272
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
273
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
274
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
275
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
276
+ THE SOFTWARE.
277
+ ```
278
+
279
+ ### onnxruntime-common@1.26.0
280
+
281
+ - License: MIT
282
+ - Source: https://github.com/Microsoft/onnxruntime
283
+
284
+ `LICENSE (upstream: https://github.com/microsoft/onnxruntime/blob/v1.26.0/LICENSE)`:
285
+
286
+ ```
287
+ MIT License
288
+
289
+ Copyright (c) Microsoft Corporation
290
+
291
+ Permission is hereby granted, free of charge, to any person obtaining a copy
292
+ of this software and associated documentation files (the "Software"), to deal
293
+ in the Software without restriction, including without limitation the rights
294
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
295
+ copies of the Software, and to permit persons to whom the Software is
296
+ furnished to do so, subject to the following conditions:
297
+
298
+ The above copyright notice and this permission notice shall be included in all
299
+ copies or substantial portions of the Software.
300
+
301
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
302
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
303
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
304
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
305
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
306
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
307
+ SOFTWARE.
308
+ ```
309
+
310
+ ### onnxruntime-web@1.26.0
311
+
312
+ - License: MIT
313
+ - Source: https://github.com/Microsoft/onnxruntime
314
+
315
+ `LICENSE (upstream: https://github.com/microsoft/onnxruntime/blob/v1.26.0/LICENSE)`:
316
+
317
+ ```
318
+ MIT License
319
+
320
+ Copyright (c) Microsoft Corporation
321
+
322
+ Permission is hereby granted, free of charge, to any person obtaining a copy
323
+ of this software and associated documentation files (the "Software"), to deal
324
+ in the Software without restriction, including without limitation the rights
325
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
326
+ copies of the Software, and to permit persons to whom the Software is
327
+ furnished to do so, subject to the following conditions:
328
+
329
+ The above copyright notice and this permission notice shall be included in all
330
+ copies or substantial portions of the Software.
331
+
332
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
333
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
334
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
335
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
336
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
337
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
338
+ SOFTWARE.
339
+ ```
340
+
341
+ ### picocolors@1.1.1
342
+
343
+ - License: ISC
344
+ - Source: https://github.com/alexeyraspopov/picocolors
345
+
346
+ `LICENSE`:
347
+
348
+ ```
349
+ ISC License
350
+
351
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
352
+
353
+ Permission to use, copy, modify, and/or distribute this software for any
354
+ purpose with or without fee is hereby granted, provided that the above
355
+ copyright notice and this permission notice appear in all copies.
356
+
357
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
358
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
359
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
360
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
361
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
362
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
363
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
364
+ ```
365
+
366
+ ### semver@7.8.2
367
+
368
+ - License: ISC
369
+ - Source: https://github.com/npm/node-semver
370
+
371
+ `LICENSE`:
372
+
373
+ ```
374
+ The ISC License
375
+
376
+ Copyright (c) Isaac Z. Schlueter and Contributors
377
+
378
+ Permission to use, copy, modify, and/or distribute this software for any
379
+ purpose with or without fee is hereby granted, provided that the above
380
+ copyright notice and this permission notice appear in all copies.
381
+
382
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
383
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
384
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
385
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
386
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
387
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
388
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
389
+ ```
390
+
391
+ ### sisteransi@1.0.5
392
+
393
+ - License: MIT
394
+ - Source: https://github.com/terkelg/sisteransi
395
+
396
+ `license`:
397
+
398
+ ```
399
+ MIT License
400
+
401
+ Copyright (c) 2018 Terkel Gjervig Nielsen
402
+
403
+ Permission is hereby granted, free of charge, to any person obtaining a copy
404
+ of this software and associated documentation files (the "Software"), to deal
405
+ in the Software without restriction, including without limitation the rights
406
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
407
+ copies of the Software, and to permit persons to whom the Software is
408
+ furnished to do so, subject to the following conditions:
409
+
410
+ The above copyright notice and this permission notice shall be included in all
411
+ copies or substantial portions of the Software.
412
+
413
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
414
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
415
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
416
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
417
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
418
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
419
+ SOFTWARE.
420
+ ```
421
+
422
+ ### string-width@8.2.1
423
+
424
+ - License: MIT
425
+ - Source: https://github.com/sindresorhus/string-width
426
+
427
+ `license`:
428
+
429
+ ```
430
+ MIT License
431
+
432
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
433
+
434
+ 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:
435
+
436
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
437
+
438
+ 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.
439
+ ```
440
+
441
+ ### strip-ansi@7.2.0
442
+
443
+ - License: MIT
444
+ - Source: https://github.com/chalk/strip-ansi
445
+
446
+ `license`:
447
+
448
+ ```
449
+ MIT License
450
+
451
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
452
+
453
+ 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:
454
+
455
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
456
+
457
+ 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.
458
+ ```
459
+
460
+ ### turndown-plugin-gfm@1.0.2
461
+
462
+ - License: MIT
463
+ - Source: https://github.com/domchristie/turndown-plugin-gfm
464
+
465
+ `LICENSE`:
466
+
467
+ ```
468
+ MIT License
469
+
470
+ Copyright (c) 2017 Dom Christie
471
+
472
+ Permission is hereby granted, free of charge, to any person obtaining a copy
473
+ of this software and associated documentation files (the "Software"), to deal
474
+ in the Software without restriction, including without limitation the rights
475
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
476
+ copies of the Software, and to permit persons to whom the Software is
477
+ furnished to do so, subject to the following conditions:
478
+
479
+ The above copyright notice and this permission notice shall be included in all
480
+ copies or substantial portions of the Software.
481
+
482
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
483
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
484
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
485
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
486
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
487
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
488
+ SOFTWARE.
489
+ ```
490
+
491
+ ### turndown@7.2.4
492
+
493
+ - License: MIT
494
+ - Source: https://github.com/mixmark-io/turndown
495
+
496
+ `LICENSE`:
497
+
498
+ ```
499
+ MIT License
500
+
501
+ Copyright (c) 2017 Dom Christie
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 deal
505
+ in the Software without restriction, including without limitation the rights
506
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
507
+ 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 all
511
+ 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 FROM,
518
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
519
+ SOFTWARE.
520
+ ```
521
+
522
+ ### undici@7.26.0
523
+
524
+ - License: MIT
525
+ - Source: https://undici.nodejs.org
526
+
527
+ `LICENSE`:
528
+
529
+ ```
530
+ MIT License
531
+
532
+ Copyright (c) Matteo Collina and Undici contributors
533
+
534
+ Permission is hereby granted, free of charge, to any person obtaining a copy
535
+ of this software and associated documentation files (the "Software"), to deal
536
+ in the Software without restriction, including without limitation the rights
537
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538
+ copies of the Software, and to permit persons to whom the Software is
539
+ furnished to do so, subject to the following conditions:
540
+
541
+ The above copyright notice and this permission notice shall be included in all
542
+ copies or substantial portions of the Software.
543
+
544
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
547
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
548
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
549
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
550
+ SOFTWARE.
551
+ ```
552
+
553
+ ### ws@8.21.0
554
+
555
+ - License: MIT
556
+ - Source: https://github.com/websockets/ws
557
+
558
+ `LICENSE`:
559
+
560
+ ```
561
+ Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
562
+ Copyright (c) 2013 Arnout Kazemier and contributors
563
+ Copyright (c) 2016 Luigi Pinca and contributors
564
+
565
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
566
+ this software and associated documentation files (the "Software"), to deal in
567
+ the Software without restriction, including without limitation the rights to
568
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
569
+ the Software, and to permit persons to whom the Software is furnished to do so,
570
+ subject to the following conditions:
571
+
572
+ The above copyright notice and this permission notice shall be included in all
573
+ copies or substantial portions of the Software.
574
+
575
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
576
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
577
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
578
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
579
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
580
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
581
+ ```
582
+
583
+ ### zod@4.4.3
584
+
585
+ - License: MIT
586
+ - Source: https://zod.dev
587
+
588
+ `LICENSE`:
589
+
590
+ ```
591
+ MIT License
592
+
593
+ Copyright (c) 2025 Colin McDonnell
594
+
595
+ Permission is hereby granted, free of charge, to any person obtaining a copy
596
+ of this software and associated documentation files (the "Software"), to deal
597
+ in the Software without restriction, including without limitation the rights
598
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
599
+ copies of the Software, and to permit persons to whom the Software is
600
+ furnished to do so, subject to the following conditions:
601
+
602
+ The above copyright notice and this permission notice shall be included in all
603
+ copies or substantial portions of the Software.
604
+
605
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
606
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
607
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
608
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
609
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
610
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
611
+ SOFTWARE.
612
+ ```
613
+
614
+ ## Models vendored under dist/assets/
615
+
616
+ Provenance, hashes, and calibration notes: dist/assets/MODEL.md.
617
+
618
+ ### smart-turn-v3.1-cpu.onnx
619
+
620
+ - License: BSD-2-Clause (dist/assets/LICENSE-smart-turn-v3)
621
+
622
+ ```
623
+ BSD 2-Clause License
624
+
625
+ Copyright (c) 2024-2025, Daily
626
+
627
+ Redistribution and use in source and binary forms, with or without
628
+ modification, are permitted provided that the following conditions are met:
629
+
630
+ 1. Redistributions of source code must retain the above copyright notice, this
631
+ list of conditions and the following disclaimer.
632
+
633
+ 2. Redistributions in binary form must reproduce the above copyright notice,
634
+ this list of conditions and the following disclaimer in the documentation
635
+ and/or other materials provided with the distribution.
636
+
637
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
638
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
639
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
640
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
641
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
642
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
643
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
644
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
645
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
646
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
647
+ ```
648
+
649
+ ### silero_vad.onnx
650
+
651
+ - License: MIT (dist/assets/LICENSE-silero-vad)
652
+
653
+ ```
654
+ MIT License
655
+
656
+ Copyright (c) 2020-present Silero Team
657
+
658
+ Permission is hereby granted, free of charge, to any person obtaining a copy
659
+ of this software and associated documentation files (the "Software"), to deal
660
+ in the Software without restriction, including without limitation the rights
661
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
662
+ copies of the Software, and to permit persons to whom the Software is
663
+ furnished to do so, subject to the following conditions:
664
+
665
+ The above copyright notice and this permission notice shall be included in all
666
+ copies or substantial portions of the Software.
667
+
668
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
669
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
670
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
671
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
672
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
673
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
674
+ SOFTWARE.
675
+ ```
676
+
677
+ ## Runtime dependencies installed beside this package
678
+
679
+ Installed by npm as separate packages, under their own license terms, at the
680
+ version this package's manifest resolves.
681
+
682
+ - decibri - Apache-2.0 - https://decibri.com
683
+ - @ennuicastr/webrtcaec3.js - BSD-3-Clause - https://github.com/ennuicastr/webrtcaec3.js#readme