(feat): add licenses
(feat): add initial DeppFilterNet based noise suppression
This commit is contained in:
parent
ab36992bdd
commit
785e8fe823
64 changed files with 8200 additions and 6 deletions
BIN
apps/web/public/assets/v2/models/DeepFilterNet3_onnx.tar.gz
Normal file
BIN
apps/web/public/assets/v2/models/DeepFilterNet3_onnx.tar.gz
Normal file
Binary file not shown.
BIN
apps/web/public/assets/v2/pkg/df_bg.wasm
Normal file
BIN
apps/web/public/assets/v2/pkg/df_bg.wasm
Normal file
Binary file not shown.
1
apps/web/public/licenses
Symbolic link
1
apps/web/public/licenses
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../licenses
|
||||
6
bun.lock
6
bun.lock
|
|
@ -17,6 +17,7 @@
|
|||
"eslint": "^10.2.0",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"globals": "^17.4.0",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"prettier": "^3.8.2",
|
||||
"typescript": "^6.0.2",
|
||||
"typescript-eslint": "^8.58.1",
|
||||
|
|
@ -105,6 +106,7 @@
|
|||
"@tensamin/ttp": "workspace:*",
|
||||
"@tensamin/ui": "*",
|
||||
"@tensamin/user": "workspace:*",
|
||||
"deepfilternet3-noise-filter": "^1.2.1",
|
||||
"livekit-client": "^2.18.1",
|
||||
"lucide-react": "^0.564.0",
|
||||
"react": "^19.2.0",
|
||||
|
|
@ -911,6 +913,8 @@
|
|||
|
||||
"deep-is": ["deep-is@0.1.4", "", {}, "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="],
|
||||
|
||||
"deepfilternet3-noise-filter": ["deepfilternet3-noise-filter@1.2.1", "", { "peerDependencies": { "livekit-client": "^2.0.0" } }, "sha512-OAyrHTDlUHH+AhfpVNKYEOhVqb9cZpu0fdNThplA/tB/Ts4PF/UsI+abl2n1IbSxUkhiF0OqDejEhk1n42Oqpw=="],
|
||||
|
||||
"deepmerge": ["deepmerge@4.3.1", "", {}, "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A=="],
|
||||
|
||||
"default-browser": ["default-browser@5.5.0", "", { "dependencies": { "bundle-name": "^4.1.0", "default-browser-id": "^5.0.0" } }, "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw=="],
|
||||
|
|
@ -1181,6 +1185,8 @@
|
|||
|
||||
"json5": ["json5@2.2.3", "", { "bin": { "json5": "lib/cli.js" } }, "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="],
|
||||
|
||||
"jsonc-parser": ["jsonc-parser@3.3.1", "", {}, "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ=="],
|
||||
|
||||
"jsonfile": ["jsonfile@6.2.0", "", { "dependencies": { "universalify": "^2.0.0" }, "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg=="],
|
||||
|
||||
"keyv": ["keyv@4.5.4", "", { "dependencies": { "json-buffer": "3.0.1" } }, "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw=="],
|
||||
|
|
|
|||
21
licenses/@codemirror_commands@6.10.3/LICENSE
Normal file
21
licenses/@codemirror_commands@6.10.3/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@codemirror_lang-markdown@6.5.0/LICENSE
Normal file
21
licenses/@codemirror_lang-markdown@6.5.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@codemirror_state@6.6.0/LICENSE
Normal file
21
licenses/@codemirror_state@6.6.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@codemirror_view@6.41.0/LICENSE
Normal file
21
licenses/@codemirror_view@6.41.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
19
licenses/@eslint_js@10.0.1/LICENSE
Normal file
19
licenses/@eslint_js@10.0.1/LICENSE
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
93
licenses/@fontsource-variable_inter@5.2.8/LICENSE
Normal file
93
licenses/@fontsource-variable_inter@5.2.8/LICENSE
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter) Inter-Italic[opsz,wght].ttf: Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
201
licenses/@livekit_components-react@2.9.20/LICENSE
Normal file
201
licenses/@livekit_components-react@2.9.20/LICENSE
Normal file
|
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
21
licenses/@noble_curves@2.0.1/LICENSE
Normal file
21
licenses/@noble_curves@2.0.1/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2022 Paul Miller (https://paulmillr.com)
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@tailwindcss_vite@4.2.2/LICENSE
Normal file
21
licenses/@tailwindcss_vite@4.2.2/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Tailwind Labs, Inc.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@tanstack_react-query@5.99.0/LICENSE
Normal file
21
licenses/@tanstack_react-query@5.99.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021-present Tanner Linsley
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@tanstack_react-router@1.168.18/LICENSE
Normal file
21
licenses/@tanstack_react-router@1.168.18/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021-present Tanner Linsley
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@tanstack_react-virtual@3.13.23/LICENSE
Normal file
21
licenses/@tanstack_react-virtual@3.13.23/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021-present Tanner Linsley
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
177
licenses/@tauri-apps_api@2.10.1/LICENSE_APACHE-2.0
Normal file
177
licenses/@tauri-apps_api@2.10.1/LICENSE_APACHE-2.0
Normal file
|
|
@ -0,0 +1,177 @@
|
|||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
21
licenses/@tauri-apps_api@2.10.1/LICENSE_MIT
Normal file
21
licenses/@tauri-apps_api@2.10.1/LICENSE_MIT
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2017 - Present Tauri Apps Contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
177
licenses/@tauri-apps_cli@2.10.1/LICENSE_APACHE-2.0
Normal file
177
licenses/@tauri-apps_cli@2.10.1/LICENSE_APACHE-2.0
Normal file
|
|
@ -0,0 +1,177 @@
|
|||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
21
licenses/@tauri-apps_cli@2.10.1/LICENSE_MIT
Normal file
21
licenses/@tauri-apps_cli@2.10.1/LICENSE_MIT
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2017 - Present Tauri Apps Contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
SPDXVersion: SPDX-2.1
|
||||
DataLicense: CC0-1.0
|
||||
PackageName: tauri
|
||||
DataFormat: SPDXRef-1
|
||||
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
||||
PackageHomePage: https://tauri.app
|
||||
PackageLicenseDeclared: Apache-2.0
|
||||
PackageLicenseDeclared: MIT
|
||||
PackageCopyrightText: 2019-2022, The Tauri Programme in the Commons Conservancy
|
||||
PackageSummary: <text>Tauri is a rust project that enables developers to make secure
|
||||
and small desktop applications using a web frontend.
|
||||
</text>
|
||||
PackageComment: <text>The package includes the following libraries; see
|
||||
Relationship information.
|
||||
</text>
|
||||
Created: 2019-05-20T09:00:00Z
|
||||
PackageDownloadLocation: git://github.com/tauri-apps/tauri
|
||||
PackageDownloadLocation: git+https://github.com/tauri-apps/tauri.git
|
||||
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tauri.git
|
||||
Creator: Person: Daniel Thompson-Yvetot
|
||||
20
licenses/@tauri-apps_plugin-deep-link@2.4.8/LICENSE.spdx
Normal file
20
licenses/@tauri-apps_plugin-deep-link@2.4.8/LICENSE.spdx
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
SPDXVersion: SPDX-2.1
|
||||
DataLicense: CC0-1.0
|
||||
PackageName: tauri
|
||||
DataFormat: SPDXRef-1
|
||||
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
||||
PackageHomePage: https://tauri.app
|
||||
PackageLicenseDeclared: Apache-2.0
|
||||
PackageLicenseDeclared: MIT
|
||||
PackageCopyrightText: 2019-2022, The Tauri Programme in the Commons Conservancy
|
||||
PackageSummary: <text>Tauri is a rust project that enables developers to make secure
|
||||
and small desktop applications using a web frontend.
|
||||
</text>
|
||||
PackageComment: <text>The package includes the following libraries; see
|
||||
Relationship information.
|
||||
</text>
|
||||
Created: 2019-05-20T09:00:00Z
|
||||
PackageDownloadLocation: git://github.com/tauri-apps/tauri
|
||||
PackageDownloadLocation: git+https://github.com/tauri-apps/tauri.git
|
||||
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tauri.git
|
||||
Creator: Person: Daniel Thompson-Yvetot
|
||||
20
licenses/@tauri-apps_plugin-opener@2.5.3/LICENSE.spdx
Normal file
20
licenses/@tauri-apps_plugin-opener@2.5.3/LICENSE.spdx
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
SPDXVersion: SPDX-2.1
|
||||
DataLicense: CC0-1.0
|
||||
PackageName: tauri
|
||||
DataFormat: SPDXRef-1
|
||||
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
||||
PackageHomePage: https://tauri.app
|
||||
PackageLicenseDeclared: Apache-2.0
|
||||
PackageLicenseDeclared: MIT
|
||||
PackageCopyrightText: 2019-2022, The Tauri Programme in the Commons Conservancy
|
||||
PackageSummary: <text>Tauri is a rust project that enables developers to make secure
|
||||
and small desktop applications using a web frontend.
|
||||
</text>
|
||||
PackageComment: <text>The package includes the following libraries; see
|
||||
Relationship information.
|
||||
</text>
|
||||
Created: 2019-05-20T09:00:00Z
|
||||
PackageDownloadLocation: git://github.com/tauri-apps/tauri
|
||||
PackageDownloadLocation: git+https://github.com/tauri-apps/tauri.git
|
||||
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tauri.git
|
||||
Creator: Person: Daniel Thompson-Yvetot
|
||||
16
licenses/@tensamin_ttp-core@0.0.12/LICENSE
Normal file
16
licenses/@tensamin_ttp-core@0.0.12/LICENSE
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Copyright (c) [2026] [Methanium]
|
||||
All rights reserved.
|
||||
|
||||
This software is protected by copyright. Copying, editing,
|
||||
distributing, publicly performing, or any other use of this software
|
||||
or its components, in source or binary form, is strictly prohibited without the express
|
||||
written permission of the copyright holder.
|
||||
|
||||
FUTURE LICENSE ACCEPTANCE:
|
||||
It is the copyright holder's intention to release this software in the future
|
||||
under a license yet to be defined, which will, among other things,
|
||||
allow private, non-commercial use. This statement does not constitute
|
||||
a current license grant and does not alter the above
|
||||
prohibition on use, copying, or modification. Until the formal
|
||||
publication of such a future license, all rights remain
|
||||
reserved.
|
||||
21
licenses/@types_node@25.6.0/LICENSE
Normal file
21
licenses/@types_node@25.6.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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
|
||||
21
licenses/@types_qrcode@1.5.6/LICENSE
Normal file
21
licenses/@types_qrcode@1.5.6/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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
|
||||
21
licenses/@types_react-dom@19.2.3/LICENSE
Normal file
21
licenses/@types_react-dom@19.2.3/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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
|
||||
21
licenses/@types_react@19.2.14/LICENSE
Normal file
21
licenses/@types_react@19.2.14/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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
|
||||
21
licenses/@typescript-eslint_parser@8.58.1/LICENSE
Normal file
21
licenses/@typescript-eslint_parser@8.58.1/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 typescript-eslint and other contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/@vitejs_plugin-react@5.2.0/LICENSE
Normal file
21
licenses/@vitejs_plugin-react@5.2.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
549
licenses/THIRD_PARTY_NOTICES.md
Normal file
549
licenses/THIRD_PARTY_NOTICES.md
Normal file
|
|
@ -0,0 +1,549 @@
|
|||
# Third-Party Notices
|
||||
|
||||
Generated from bun.lock and installed packages in workspace node_modules folders.
|
||||
|
||||
## @codemirror/commands@6.10.3
|
||||
|
||||
- License: MIT
|
||||
- Repository: git+https://github.com/codemirror/commands.git
|
||||
- Description: Collection of editing commands for the CodeMirror code editor
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@codemirror_commands@6.10.3`
|
||||
- Source package dir: `packages/markdown/node_modules/@codemirror/commands`
|
||||
|
||||
## @codemirror/lang-markdown@6.5.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: https://github.com/codemirror/lang-markdown.git
|
||||
- Description: Markdown language support for the CodeMirror code editor
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@codemirror_lang-markdown@6.5.0`
|
||||
- Source package dir: `packages/markdown/node_modules/@codemirror/lang-markdown`
|
||||
|
||||
## @codemirror/state@6.6.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: git+https://github.com/codemirror/state.git
|
||||
- Description: Editor state data structures for the CodeMirror code editor
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@codemirror_state@6.6.0`
|
||||
- Source package dir: `packages/markdown/node_modules/@codemirror/state`
|
||||
|
||||
## @codemirror/view@6.41.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: git+https://github.com/codemirror/view.git
|
||||
- Description: DOM view component for the CodeMirror code editor
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@codemirror_view@6.41.0`
|
||||
- Source package dir: `packages/markdown/node_modules/@codemirror/view`
|
||||
|
||||
## @eslint/js@10.0.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://eslint.org
|
||||
- Repository: https://github.com/eslint/eslint.git
|
||||
- Description: ESLint JavaScript language implementation
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@eslint_js@10.0.1`
|
||||
- Source package dir: `apps/web/node_modules/@eslint/js`
|
||||
|
||||
## @fontsource-variable/inter@5.2.8
|
||||
|
||||
- License: OFL-1.1
|
||||
- Homepage: https://fontsource.org/fonts/inter
|
||||
- Repository: git+https://github.com/fontsource/font-files.git
|
||||
- Description: Self-host the Inter font in a neatly bundled NPM package.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@fontsource-variable_inter@5.2.8`
|
||||
- Source package dir: `apps/web/node_modules/@fontsource-variable/inter`
|
||||
|
||||
## @livekit/components-react@2.9.20
|
||||
|
||||
- License: Apache-2.0
|
||||
- Repository: https://github.com/livekit/components-js.git
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@livekit_components-react@2.9.20`
|
||||
- Source package dir: `packages/call/node_modules/@livekit/components-react`
|
||||
|
||||
## @noble/curves@2.0.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://paulmillr.com/noble/
|
||||
- Repository: git+https://github.com/paulmillr/noble-curves.git
|
||||
- Description: Audited & minimal JS implementation of elliptic curve cryptography
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@noble_curves@2.0.1`
|
||||
- Source package dir: `apps/web/node_modules/@noble/curves`
|
||||
|
||||
## @noble/curves@2.0.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://paulmillr.com/noble/
|
||||
- Repository: git+https://github.com/paulmillr/noble-curves.git
|
||||
- Description: Audited & minimal JS implementation of elliptic curve cryptography
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@noble_curves@2.0.1`
|
||||
- Source package dir: `apps/web/node_modules/@noble/curves`
|
||||
|
||||
## @tailwindcss/vite@4.2.2
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://tailwindcss.com
|
||||
- Repository: https://github.com/tailwindlabs/tailwindcss.git
|
||||
- Description: A utility-first CSS framework for rapidly building custom user interfaces.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tailwindcss_vite@4.2.2`
|
||||
- Source package dir: `apps/web/node_modules/@tailwindcss/vite`
|
||||
|
||||
## @tanstack/react-query@5.99.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://tanstack.com/query
|
||||
- Repository: git+https://github.com/TanStack/query.git
|
||||
- Description: Hooks for managing, caching and syncing asynchronous and remote data in React
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tanstack_react-query@5.99.0`
|
||||
- Source package dir: `packages/call/node_modules/@tanstack/react-query`
|
||||
|
||||
## @tanstack/react-router@1.168.18
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://tanstack.com/router
|
||||
- Repository: git+https://github.com/TanStack/router.git
|
||||
- Description: Modern and scalable routing for React applications
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tanstack_react-router@1.168.18`
|
||||
- Source package dir: `apps/web/node_modules/@tanstack/react-router`
|
||||
|
||||
## @tanstack/react-virtual@3.13.23
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://tanstack.com/virtual
|
||||
- Repository: git+https://github.com/TanStack/virtual.git
|
||||
- Description: Headless UI for virtualizing scrollable elements in React
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tanstack_react-virtual@3.13.23`
|
||||
- Source package dir: `apps/web/node_modules/@tanstack/react-virtual`
|
||||
|
||||
## @tauri-apps/api@2.10.1
|
||||
|
||||
- License: Apache-2.0 OR MIT
|
||||
- Homepage: https://github.com/tauri-apps/tauri#readme
|
||||
- Repository: git+https://github.com/tauri-apps/tauri.git
|
||||
- Description: Tauri API definitions
|
||||
- Included files: LICENSE_MIT, LICENSE_APACHE-2.0
|
||||
- Folder: `licenses/@tauri-apps_api@2.10.1`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/api`
|
||||
|
||||
## @tauri-apps/cli@2.10.1
|
||||
|
||||
- License: Apache-2.0 OR MIT
|
||||
- Homepage: https://github.com/tauri-apps/tauri#readme
|
||||
- Repository: git+https://github.com/tauri-apps/tauri.git
|
||||
- Description: Command line interface for building Tauri apps
|
||||
- Included files: LICENSE_MIT, LICENSE_APACHE-2.0
|
||||
- Folder: `licenses/@tauri-apps_cli@2.10.1`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/cli`
|
||||
|
||||
## @tauri-apps/plugin-barcode-scanner@2.4.4
|
||||
|
||||
- License: MIT OR Apache-2.0
|
||||
- Repository: https://github.com/tauri-apps/plugins-workspace
|
||||
- Description: Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS
|
||||
- Included files: LICENSE.spdx
|
||||
- Folder: `licenses/@tauri-apps_plugin-barcode-scanner@2.4.4`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/plugin-barcode-scanner`
|
||||
|
||||
## @tauri-apps/plugin-deep-link@2.4.8
|
||||
|
||||
- License: MIT OR Apache-2.0
|
||||
- Repository: https://github.com/tauri-apps/plugins-workspace
|
||||
- Description: Set your Tauri application as the default handler for an URL
|
||||
- Included files: LICENSE.spdx
|
||||
- Folder: `licenses/@tauri-apps_plugin-deep-link@2.4.8`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/plugin-deep-link`
|
||||
|
||||
## @tauri-apps/plugin-opener@2.5.3
|
||||
|
||||
- License: MIT OR Apache-2.0
|
||||
- Repository: https://github.com/tauri-apps/plugins-workspace
|
||||
- Description: Open files and URLs using their default application.
|
||||
- Included files: LICENSE.spdx
|
||||
- Folder: `licenses/@tauri-apps_plugin-opener@2.5.3`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/plugin-opener`
|
||||
|
||||
## @tensamin/ttp-core@0.0.12
|
||||
|
||||
- License: UNKNOWN
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@tensamin_ttp-core@0.0.12`
|
||||
- Source package dir: `packages/ttp/node_modules/@tensamin/ttp-core`
|
||||
|
||||
## @tensamin/ui@0.0.26
|
||||
|
||||
- License: UNKNOWN
|
||||
- Included files: none found
|
||||
- Folder: `licenses/@tensamin_ui@0.0.26`
|
||||
- Source package dir: `apps/tauri/node_modules/@tensamin/ui`
|
||||
|
||||
## @types/node@25.6.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
||||
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||
- Description: TypeScript definitions for node
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@types_node@25.6.0`
|
||||
- Source package dir: `node_modules/@types/node`
|
||||
|
||||
## @types/qrcode@1.5.6
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qrcode
|
||||
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||
- Description: TypeScript definitions for qrcode
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@types_qrcode@1.5.6`
|
||||
- Source package dir: `apps/web/node_modules/@types/qrcode`
|
||||
|
||||
## @types/react@19.2.14
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
||||
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||
- Description: TypeScript definitions for react
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@types_react@19.2.14`
|
||||
- Source package dir: `apps/web/node_modules/@types/react`
|
||||
|
||||
## @types/react-dom@19.2.3
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
|
||||
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
||||
- Description: TypeScript definitions for react-dom
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@types_react-dom@19.2.3`
|
||||
- Source package dir: `apps/web/node_modules/@types/react-dom`
|
||||
|
||||
## @typescript-eslint/parser@8.58.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://typescript-eslint.io/packages/parser
|
||||
- Repository: https://github.com/typescript-eslint/typescript-eslint.git
|
||||
- Description: An ESLint custom parser which leverages TypeScript ESTree
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@typescript-eslint_parser@8.58.1`
|
||||
- Source package dir: `node_modules/@typescript-eslint/parser`
|
||||
|
||||
## @vitejs/plugin-react@5.2.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme
|
||||
- Repository: git+https://github.com/vitejs/vite-plugin-react.git
|
||||
- Description: The default Vite plugin for React projects
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/@vitejs_plugin-react@5.2.0`
|
||||
- Source package dir: `apps/web/node_modules/@vitejs/plugin-react`
|
||||
|
||||
## class-variance-authority@0.7.1
|
||||
|
||||
- License: Apache-2.0
|
||||
- Homepage: https://github.com/joe-bell/cva#readme
|
||||
- Repository: https://github.com/joe-bell/cva.git
|
||||
- Description: Class Variance Authority 🧬
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/class-variance-authority@0.7.1`
|
||||
- Source package dir: `apps/web/node_modules/class-variance-authority`
|
||||
|
||||
## clsx@2.1.1
|
||||
|
||||
- License: MIT
|
||||
- Repository: lukeed/clsx
|
||||
- Description: A tiny (239B) utility for constructing className strings conditionally.
|
||||
- Included files: license
|
||||
- Folder: `licenses/clsx@2.1.1`
|
||||
- Source package dir: `apps/web/node_modules/clsx`
|
||||
|
||||
## comlink@4.4.2
|
||||
|
||||
- License: Apache-2.0
|
||||
- Repository: https://github.com/GoogleChromeLabs/comlink.git
|
||||
- Description: Comlink makes WebWorkers enjoyable
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/comlink@4.4.2`
|
||||
- Source package dir: `apps/web/node_modules/comlink`
|
||||
|
||||
## deepfilternet3-noise-filter@1.2.1
|
||||
|
||||
- License: (Apache-2.0 OR MIT)
|
||||
- Homepage: https://github.com/mezonai/mezon-noise-suppression#readme
|
||||
- Repository: git+https://github.com/mezonai/mezon-noise-suppression.git
|
||||
- Description: Custom audio processor with DeepFilterNet3 noise filtering integrated with LiveKit client
|
||||
- Included files: LICENSE-APACHE, LICENSE-MIT
|
||||
- Folder: `licenses/deepfilternet3-noise-filter@1.2.1`
|
||||
- Source package dir: `packages/call/node_modules/deepfilternet3-noise-filter`
|
||||
|
||||
## eslint@10.2.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://eslint.org
|
||||
- Repository: eslint/eslint
|
||||
- Description: An AST-based pattern checker for JavaScript.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/eslint@10.2.0`
|
||||
- Source package dir: `apps/web/node_modules/eslint`
|
||||
|
||||
## eslint-plugin-react-hooks@7.0.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://react.dev/
|
||||
- Repository: https://github.com/facebook/react.git
|
||||
- Description: ESLint rules for React Hooks
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/eslint-plugin-react-hooks@7.0.1`
|
||||
- Source package dir: `node_modules/eslint-plugin-react-hooks`
|
||||
|
||||
## framer-motion@12.38.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: https://github.com/motiondivision/motion/
|
||||
- Description: A simple and powerful JavaScript animation library
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/framer-motion@12.38.0`
|
||||
- Source package dir: `apps/web/node_modules/framer-motion`
|
||||
|
||||
## globals@17.5.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: sindresorhus/globals
|
||||
- Description: Global identifiers from different JavaScript environments
|
||||
- Included files: license
|
||||
- Folder: `licenses/globals@17.5.0`
|
||||
- Source package dir: `apps/web/node_modules/globals`
|
||||
|
||||
## jsonc-parser@3.3.1
|
||||
|
||||
- License: MIT
|
||||
- Repository: https://github.com/microsoft/node-jsonc-parser
|
||||
- Description: Scanner and parser for JSON with comments.
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/jsonc-parser@3.3.1`
|
||||
- Source package dir: `node_modules/jsonc-parser`
|
||||
|
||||
## livekit-client@2.18.1
|
||||
|
||||
- License: Apache-2.0
|
||||
- Repository: git@github.com:livekit/client-sdk-js.git
|
||||
- Description: JavaScript/TypeScript client SDK for LiveKit
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/livekit-client@2.18.1`
|
||||
- Source package dir: `packages/call/node_modules/livekit-client`
|
||||
|
||||
## lucide-react@1.8.0
|
||||
|
||||
- License: ISC
|
||||
- Homepage: https://lucide.dev
|
||||
- Repository: https://github.com/lucide-icons/lucide.git
|
||||
- Description: A Lucide icon library package for React applications.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/lucide-react@1.8.0`
|
||||
- Source package dir: `apps/tauri/node_modules/lucide-react`
|
||||
|
||||
## lucide-react@1.8.0
|
||||
|
||||
- License: ISC
|
||||
- Homepage: https://lucide.dev
|
||||
- Repository: https://github.com/lucide-icons/lucide.git
|
||||
- Description: A Lucide icon library package for React applications.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/lucide-react@1.8.0`
|
||||
- Source package dir: `apps/tauri/node_modules/lucide-react`
|
||||
|
||||
## prettier@3.8.2
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://prettier.io
|
||||
- Repository: prettier/prettier
|
||||
- Description: Prettier is an opinionated code formatter
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/prettier@3.8.2`
|
||||
- Source package dir: `node_modules/prettier`
|
||||
|
||||
## qrcode@1.5.4
|
||||
|
||||
- License: MIT
|
||||
- Homepage: http://github.com/soldair/node-qrcode
|
||||
- Repository: git://github.com/soldair/node-qrcode.git
|
||||
- Description: QRCode / 2d Barcode api with both server side and client side support using canvas
|
||||
- Included files: license
|
||||
- Folder: `licenses/qrcode@1.5.4`
|
||||
- Source package dir: `apps/web/node_modules/qrcode`
|
||||
|
||||
## react@19.2.5
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://react.dev/
|
||||
- Repository: https://github.com/facebook/react.git
|
||||
- Description: React is a JavaScript library for building user interfaces.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/react@19.2.5`
|
||||
- Source package dir: `apps/tauri/node_modules/react`
|
||||
|
||||
## react-dom@19.2.5
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://react.dev/
|
||||
- Repository: https://github.com/facebook/react.git
|
||||
- Description: React package for working with the DOM.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/react-dom@19.2.5`
|
||||
- Source package dir: `apps/tauri/node_modules/react-dom`
|
||||
|
||||
## shadcn@4.2.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: https://github.com/shadcn-ui/ui.git
|
||||
- Description: Add components to your apps.
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/shadcn@4.2.0`
|
||||
- Source package dir: `apps/web/node_modules/shadcn`
|
||||
|
||||
## shadcn@4.2.0
|
||||
|
||||
- License: MIT
|
||||
- Repository: https://github.com/shadcn-ui/ui.git
|
||||
- Description: Add components to your apps.
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/shadcn@4.2.0`
|
||||
- Source package dir: `apps/web/node_modules/shadcn`
|
||||
|
||||
## sonner@1.7.4
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://sonner.emilkowal.ski/
|
||||
- Repository: git+https://github.com/emilkowalski/sonner.git
|
||||
- Description: An opinionated toast component for React.
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/sonner@1.7.4`
|
||||
- Source package dir: `apps/web/node_modules/sonner`
|
||||
|
||||
## sonner@1.7.4
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://sonner.emilkowal.ski/
|
||||
- Repository: git+https://github.com/emilkowalski/sonner.git
|
||||
- Description: An opinionated toast component for React.
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/sonner@1.7.4`
|
||||
- Source package dir: `apps/web/node_modules/sonner`
|
||||
|
||||
## tailwind-merge@3.5.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/dcastil/tailwind-merge
|
||||
- Repository: https://github.com/dcastil/tailwind-merge.git
|
||||
- Description: Merge Tailwind CSS classes without style conflicts
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/tailwind-merge@3.5.0`
|
||||
- Source package dir: `apps/web/node_modules/tailwind-merge`
|
||||
|
||||
## tailwind-scrollbar-hide@4.0.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/reslear/tailwind-scrollbar-hide#readme
|
||||
- Repository: git+https://github.com/reslear/tailwind-scrollbar-hide.git
|
||||
- Description: tailwindcss plugin for hide scrollbar
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/tailwind-scrollbar-hide@4.0.0`
|
||||
- Source package dir: `apps/web/node_modules/tailwind-scrollbar-hide`
|
||||
|
||||
## tailwindcss@4.2.2
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://tailwindcss.com
|
||||
- Repository: https://github.com/tailwindlabs/tailwindcss.git
|
||||
- Description: A utility-first CSS framework for rapidly building custom user interfaces.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/tailwindcss@4.2.2`
|
||||
- Source package dir: `apps/web/node_modules/tailwindcss`
|
||||
|
||||
## tw-animate-css@1.4.0
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://github.com/Wombosvideo/tw-animate-css#readme
|
||||
- Repository: Wombosvideo/tw-animate-css
|
||||
- Description: TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`.
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/tw-animate-css@1.4.0`
|
||||
- Source package dir: `apps/web/node_modules/tw-animate-css`
|
||||
|
||||
## typescript@5.9.3
|
||||
|
||||
- License: Apache-2.0
|
||||
- Homepage: https://www.typescriptlang.org/
|
||||
- Repository: https://github.com/microsoft/TypeScript.git
|
||||
- Description: TypeScript is a language for application scale JavaScript development
|
||||
- Included files: LICENSE.txt
|
||||
- Folder: `licenses/typescript@5.9.3`
|
||||
- Source package dir: `apps/web/node_modules/typescript`
|
||||
|
||||
## typescript@5.9.3
|
||||
|
||||
- License: Apache-2.0
|
||||
- Homepage: https://www.typescriptlang.org/
|
||||
- Repository: https://github.com/microsoft/TypeScript.git
|
||||
- Description: TypeScript is a language for application scale JavaScript development
|
||||
- Included files: LICENSE.txt
|
||||
- Folder: `licenses/typescript@5.9.3`
|
||||
- Source package dir: `apps/web/node_modules/typescript`
|
||||
|
||||
## typescript-eslint@8.58.1
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://typescript-eslint.io/packages/typescript-eslint
|
||||
- Repository: https://github.com/typescript-eslint/typescript-eslint.git
|
||||
- Description: Tooling which enables you to use TypeScript with ESLint
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/typescript-eslint@8.58.1`
|
||||
- Source package dir: `apps/web/node_modules/typescript-eslint`
|
||||
|
||||
## vite@7.3.2
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://vite.dev
|
||||
- Repository: git+https://github.com/vitejs/vite.git
|
||||
- Description: Native-ESM powered web dev build tool
|
||||
- Included files: LICENSE.md
|
||||
- Folder: `licenses/vite@7.3.2`
|
||||
- Source package dir: `apps/web/node_modules/vite`
|
||||
|
||||
## vite-tsconfig-paths@6.1.1
|
||||
|
||||
- License: MIT
|
||||
- Repository: aleclarson/vite-tsconfig-paths
|
||||
- Description: Vite resolver for TypeScript compilerOptions.paths
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/vite-tsconfig-paths@6.1.1`
|
||||
- Source package dir: `apps/web/node_modules/vite-tsconfig-paths`
|
||||
|
||||
## zod@4.3.6
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://zod.dev
|
||||
- Repository: git+https://github.com/colinhacks/zod.git
|
||||
- Description: TypeScript-first schema declaration and validation library with static type inference
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/zod@4.3.6`
|
||||
- Source package dir: `apps/web/node_modules/zod`
|
||||
|
||||
## zod@4.3.6
|
||||
|
||||
- License: MIT
|
||||
- Homepage: https://zod.dev
|
||||
- Repository: git+https://github.com/colinhacks/zod.git
|
||||
- Description: TypeScript-first schema declaration and validation library with static type inference
|
||||
- Included files: LICENSE
|
||||
- Folder: `licenses/zod@4.3.6`
|
||||
- Source package dir: `apps/web/node_modules/zod`
|
||||
190
licenses/class-variance-authority@0.7.1/LICENSE
Normal file
190
licenses/class-variance-authority@0.7.1/LICENSE
Normal file
|
|
@ -0,0 +1,190 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Copyright 2022 Joe Bell
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
9
licenses/clsx@2.1.1/license
Normal file
9
licenses/clsx@2.1.1/license
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
202
licenses/comlink@4.4.2/LICENSE
Normal file
202
licenses/comlink@4.4.2/LICENSE
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2017 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
202
licenses/deepfilternet3-noise-filter@1.2.1/LICENSE-APACHE
Normal file
202
licenses/deepfilternet3-noise-filter@1.2.1/LICENSE-APACHE
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2021 Hendrik Schröter (DeepFilterNet)
|
||||
Copyright 2025 MezonAI (mezon-noise-suppression)
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
21
licenses/deepfilternet3-noise-filter@1.2.1/LICENSE-MIT
Normal file
21
licenses/deepfilternet3-noise-filter@1.2.1/LICENSE-MIT
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2021 Hendrik Schröter (DeepFilterNet)
|
||||
Copyright (c) 2025 MezonAI (mezon-noise-suppression)
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/eslint-plugin-react-hooks@7.0.1/LICENSE
Normal file
21
licenses/eslint-plugin-react-hooks@7.0.1/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
19
licenses/eslint@10.2.0/LICENSE
Normal file
19
licenses/eslint@10.2.0/LICENSE
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/framer-motion@12.38.0/LICENSE.md
Normal file
21
licenses/framer-motion@12.38.0/LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018 Framer B.V.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
9
licenses/globals@17.5.0/license
Normal file
9
licenses/globals@17.5.0/license
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/jsonc-parser@3.3.1/LICENSE.md
Normal file
21
licenses/jsonc-parser@3.3.1/LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) Microsoft
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
175
licenses/livekit-client@2.18.1/LICENSE
Normal file
175
licenses/livekit-client@2.18.1/LICENSE
Normal file
|
|
@ -0,0 +1,175 @@
|
|||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
43
licenses/lucide-react@1.8.0/LICENSE
Normal file
43
licenses/lucide-react@1.8.0/LICENSE
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
ISC License
|
||||
|
||||
Copyright (c) 2026 Lucide Icons and Contributors
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
---
|
||||
|
||||
The following Lucide icons are derived from the Feather project:
|
||||
|
||||
airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
|
||||
|
||||
The MIT License (MIT) (for the icons listed above)
|
||||
|
||||
Copyright (c) 2013-present Cole Bemis
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
7
licenses/prettier@3.8.2/LICENSE
Normal file
7
licenses/prettier@3.8.2/LICENSE
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Copyright © James Long and contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
10
licenses/qrcode@1.5.4/license
Normal file
10
licenses/qrcode@1.5.4/license
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2012 Ryan Day
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
|
||||
21
licenses/react-dom@19.2.5/LICENSE
Normal file
21
licenses/react-dom@19.2.5/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/react@19.2.5/LICENSE
Normal file
21
licenses/react@19.2.5/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
1912
licenses/sbom.cyclonedx.json
Normal file
1912
licenses/sbom.cyclonedx.json
Normal file
File diff suppressed because it is too large
Load diff
21
licenses/shadcn@4.2.0/LICENSE.md
Normal file
21
licenses/shadcn@4.2.0/LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 shadcn
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/sonner@1.7.4/LICENSE.md
Normal file
21
licenses/sonner@1.7.4/LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 Emil Kowalski
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/tailwind-merge@3.5.0/LICENSE.md
Normal file
21
licenses/tailwind-merge@3.5.0/LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021 Dany Castillo
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/tailwind-scrollbar-hide@4.0.0/LICENSE
Normal file
21
licenses/tailwind-scrollbar-hide@4.0.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021 reslear
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/tailwindcss@4.2.2/LICENSE
Normal file
21
licenses/tailwindcss@4.2.2/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Tailwind Labs, Inc.
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
748
licenses/third-party-credits.json
Normal file
748
licenses/third-party-credits.json
Normal file
|
|
@ -0,0 +1,748 @@
|
|||
{
|
||||
"generatedAt": "2026-04-19T14:27:01.394Z",
|
||||
"packageCount": 57,
|
||||
"packages": [
|
||||
{
|
||||
"name": "@codemirror/commands",
|
||||
"version": "6.10.3",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "git+https://github.com/codemirror/commands.git",
|
||||
"description": "Collection of editing commands for the CodeMirror code editor",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@codemirror_commands@6.10.3",
|
||||
"sourcePackageDir": "packages/markdown/node_modules/@codemirror/commands"
|
||||
},
|
||||
{
|
||||
"name": "@codemirror/lang-markdown",
|
||||
"version": "6.5.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/codemirror/lang-markdown.git",
|
||||
"description": "Markdown language support for the CodeMirror code editor",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@codemirror_lang-markdown@6.5.0",
|
||||
"sourcePackageDir": "packages/markdown/node_modules/@codemirror/lang-markdown"
|
||||
},
|
||||
{
|
||||
"name": "@codemirror/state",
|
||||
"version": "6.6.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "git+https://github.com/codemirror/state.git",
|
||||
"description": "Editor state data structures for the CodeMirror code editor",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@codemirror_state@6.6.0",
|
||||
"sourcePackageDir": "packages/markdown/node_modules/@codemirror/state"
|
||||
},
|
||||
{
|
||||
"name": "@codemirror/view",
|
||||
"version": "6.41.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "git+https://github.com/codemirror/view.git",
|
||||
"description": "DOM view component for the CodeMirror code editor",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@codemirror_view@6.41.0",
|
||||
"sourcePackageDir": "packages/markdown/node_modules/@codemirror/view"
|
||||
},
|
||||
{
|
||||
"name": "@eslint/js",
|
||||
"version": "10.0.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://eslint.org",
|
||||
"repository": "https://github.com/eslint/eslint.git",
|
||||
"description": "ESLint JavaScript language implementation",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@eslint_js@10.0.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/@eslint/js"
|
||||
},
|
||||
{
|
||||
"name": "@fontsource-variable/inter",
|
||||
"version": "5.2.8",
|
||||
"license": "OFL-1.1",
|
||||
"homepage": "https://fontsource.org/fonts/inter",
|
||||
"repository": "git+https://github.com/fontsource/font-files.git",
|
||||
"description": "Self-host the Inter font in a neatly bundled NPM package.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@fontsource-variable_inter@5.2.8",
|
||||
"sourcePackageDir": "apps/web/node_modules/@fontsource-variable/inter"
|
||||
},
|
||||
{
|
||||
"name": "@livekit/components-react",
|
||||
"version": "2.9.20",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/livekit/components-js.git",
|
||||
"description": null,
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@livekit_components-react@2.9.20",
|
||||
"sourcePackageDir": "packages/call/node_modules/@livekit/components-react"
|
||||
},
|
||||
{
|
||||
"name": "@noble/curves",
|
||||
"version": "2.0.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://paulmillr.com/noble/",
|
||||
"repository": "git+https://github.com/paulmillr/noble-curves.git",
|
||||
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@noble_curves@2.0.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/@noble/curves"
|
||||
},
|
||||
{
|
||||
"name": "@noble/curves",
|
||||
"version": "2.0.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://paulmillr.com/noble/",
|
||||
"repository": "git+https://github.com/paulmillr/noble-curves.git",
|
||||
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@noble_curves@2.0.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/@noble/curves"
|
||||
},
|
||||
{
|
||||
"name": "@tailwindcss/vite",
|
||||
"version": "4.2.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://tailwindcss.com",
|
||||
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
|
||||
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tailwindcss_vite@4.2.2",
|
||||
"sourcePackageDir": "apps/web/node_modules/@tailwindcss/vite"
|
||||
},
|
||||
{
|
||||
"name": "@tanstack/react-query",
|
||||
"version": "5.99.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://tanstack.com/query",
|
||||
"repository": "git+https://github.com/TanStack/query.git",
|
||||
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tanstack_react-query@5.99.0",
|
||||
"sourcePackageDir": "packages/call/node_modules/@tanstack/react-query"
|
||||
},
|
||||
{
|
||||
"name": "@tanstack/react-router",
|
||||
"version": "1.168.18",
|
||||
"license": "MIT",
|
||||
"homepage": "https://tanstack.com/router",
|
||||
"repository": "git+https://github.com/TanStack/router.git",
|
||||
"description": "Modern and scalable routing for React applications",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tanstack_react-router@1.168.18",
|
||||
"sourcePackageDir": "apps/web/node_modules/@tanstack/react-router"
|
||||
},
|
||||
{
|
||||
"name": "@tanstack/react-virtual",
|
||||
"version": "3.13.23",
|
||||
"license": "MIT",
|
||||
"homepage": "https://tanstack.com/virtual",
|
||||
"repository": "git+https://github.com/TanStack/virtual.git",
|
||||
"description": "Headless UI for virtualizing scrollable elements in React",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tanstack_react-virtual@3.13.23",
|
||||
"sourcePackageDir": "apps/web/node_modules/@tanstack/react-virtual"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/api",
|
||||
"version": "2.10.1",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
||||
"repository": "git+https://github.com/tauri-apps/tauri.git",
|
||||
"description": "Tauri API definitions",
|
||||
"files": [
|
||||
"LICENSE_MIT",
|
||||
"LICENSE_APACHE-2.0"
|
||||
],
|
||||
"licenseFolder": "licenses/@tauri-apps_api@2.10.1",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/api"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/cli",
|
||||
"version": "2.10.1",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
||||
"repository": "git+https://github.com/tauri-apps/tauri.git",
|
||||
"description": "Command line interface for building Tauri apps",
|
||||
"files": [
|
||||
"LICENSE_MIT",
|
||||
"LICENSE_APACHE-2.0"
|
||||
],
|
||||
"licenseFolder": "licenses/@tauri-apps_cli@2.10.1",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/cli"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/plugin-barcode-scanner",
|
||||
"version": "2.4.4",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/tauri-apps/plugins-workspace",
|
||||
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
|
||||
"files": [
|
||||
"LICENSE.spdx"
|
||||
],
|
||||
"licenseFolder": "licenses/@tauri-apps_plugin-barcode-scanner@2.4.4",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/plugin-barcode-scanner"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/plugin-deep-link",
|
||||
"version": "2.4.8",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/tauri-apps/plugins-workspace",
|
||||
"description": "Set your Tauri application as the default handler for an URL",
|
||||
"files": [
|
||||
"LICENSE.spdx"
|
||||
],
|
||||
"licenseFolder": "licenses/@tauri-apps_plugin-deep-link@2.4.8",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/plugin-deep-link"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/plugin-opener",
|
||||
"version": "2.5.3",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/tauri-apps/plugins-workspace",
|
||||
"description": "Open files and URLs using their default application.",
|
||||
"files": [
|
||||
"LICENSE.spdx"
|
||||
],
|
||||
"licenseFolder": "licenses/@tauri-apps_plugin-opener@2.5.3",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/plugin-opener"
|
||||
},
|
||||
{
|
||||
"name": "@tensamin/ttp-core",
|
||||
"version": "0.0.12",
|
||||
"license": "UNKNOWN",
|
||||
"homepage": null,
|
||||
"repository": null,
|
||||
"description": null,
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@tensamin_ttp-core@0.0.12",
|
||||
"sourcePackageDir": "packages/ttp/node_modules/@tensamin/ttp-core"
|
||||
},
|
||||
{
|
||||
"name": "@tensamin/ui",
|
||||
"version": "0.0.26",
|
||||
"license": "UNKNOWN",
|
||||
"homepage": null,
|
||||
"repository": null,
|
||||
"description": null,
|
||||
"files": [],
|
||||
"licenseFolder": "licenses/@tensamin_ui@0.0.26",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tensamin/ui"
|
||||
},
|
||||
{
|
||||
"name": "@types/node",
|
||||
"version": "25.6.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"description": "TypeScript definitions for node",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@types_node@25.6.0",
|
||||
"sourcePackageDir": "node_modules/@types/node"
|
||||
},
|
||||
{
|
||||
"name": "@types/qrcode",
|
||||
"version": "1.5.6",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qrcode",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"description": "TypeScript definitions for qrcode",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@types_qrcode@1.5.6",
|
||||
"sourcePackageDir": "apps/web/node_modules/@types/qrcode"
|
||||
},
|
||||
{
|
||||
"name": "@types/react",
|
||||
"version": "19.2.14",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"description": "TypeScript definitions for react",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@types_react@19.2.14",
|
||||
"sourcePackageDir": "apps/web/node_modules/@types/react"
|
||||
},
|
||||
{
|
||||
"name": "@types/react-dom",
|
||||
"version": "19.2.3",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
|
||||
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||
"description": "TypeScript definitions for react-dom",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@types_react-dom@19.2.3",
|
||||
"sourcePackageDir": "apps/web/node_modules/@types/react-dom"
|
||||
},
|
||||
{
|
||||
"name": "@typescript-eslint/parser",
|
||||
"version": "8.58.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://typescript-eslint.io/packages/parser",
|
||||
"repository": "https://github.com/typescript-eslint/typescript-eslint.git",
|
||||
"description": "An ESLint custom parser which leverages TypeScript ESTree",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@typescript-eslint_parser@8.58.1",
|
||||
"sourcePackageDir": "node_modules/@typescript-eslint/parser"
|
||||
},
|
||||
{
|
||||
"name": "@vitejs/plugin-react",
|
||||
"version": "5.2.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
|
||||
"repository": "git+https://github.com/vitejs/vite-plugin-react.git",
|
||||
"description": "The default Vite plugin for React projects",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/@vitejs_plugin-react@5.2.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/@vitejs/plugin-react"
|
||||
},
|
||||
{
|
||||
"name": "class-variance-authority",
|
||||
"version": "0.7.1",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://github.com/joe-bell/cva#readme",
|
||||
"repository": "https://github.com/joe-bell/cva.git",
|
||||
"description": "Class Variance Authority 🧬",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/class-variance-authority@0.7.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/class-variance-authority"
|
||||
},
|
||||
{
|
||||
"name": "clsx",
|
||||
"version": "2.1.1",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "lukeed/clsx",
|
||||
"description": "A tiny (239B) utility for constructing className strings conditionally.",
|
||||
"files": [
|
||||
"license"
|
||||
],
|
||||
"licenseFolder": "licenses/clsx@2.1.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/clsx"
|
||||
},
|
||||
{
|
||||
"name": "comlink",
|
||||
"version": "4.4.2",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/GoogleChromeLabs/comlink.git",
|
||||
"description": "Comlink makes WebWorkers enjoyable",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/comlink@4.4.2",
|
||||
"sourcePackageDir": "apps/web/node_modules/comlink"
|
||||
},
|
||||
{
|
||||
"name": "deepfilternet3-noise-filter",
|
||||
"version": "1.2.1",
|
||||
"license": "(Apache-2.0 OR MIT)",
|
||||
"homepage": "https://github.com/mezonai/mezon-noise-suppression#readme",
|
||||
"repository": "git+https://github.com/mezonai/mezon-noise-suppression.git",
|
||||
"description": "Custom audio processor with DeepFilterNet3 noise filtering integrated with LiveKit client",
|
||||
"files": [
|
||||
"LICENSE-APACHE",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"licenseFolder": "licenses/deepfilternet3-noise-filter@1.2.1",
|
||||
"sourcePackageDir": "packages/call/node_modules/deepfilternet3-noise-filter"
|
||||
},
|
||||
{
|
||||
"name": "eslint",
|
||||
"version": "10.2.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://eslint.org",
|
||||
"repository": "eslint/eslint",
|
||||
"description": "An AST-based pattern checker for JavaScript.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/eslint@10.2.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/eslint"
|
||||
},
|
||||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"version": "7.0.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://react.dev/",
|
||||
"repository": "https://github.com/facebook/react.git",
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/eslint-plugin-react-hooks@7.0.1",
|
||||
"sourcePackageDir": "node_modules/eslint-plugin-react-hooks"
|
||||
},
|
||||
{
|
||||
"name": "framer-motion",
|
||||
"version": "12.38.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/motiondivision/motion/",
|
||||
"description": "A simple and powerful JavaScript animation library",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/framer-motion@12.38.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/framer-motion"
|
||||
},
|
||||
{
|
||||
"name": "globals",
|
||||
"version": "17.5.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "sindresorhus/globals",
|
||||
"description": "Global identifiers from different JavaScript environments",
|
||||
"files": [
|
||||
"license"
|
||||
],
|
||||
"licenseFolder": "licenses/globals@17.5.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/globals"
|
||||
},
|
||||
{
|
||||
"name": "jsonc-parser",
|
||||
"version": "3.3.1",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/microsoft/node-jsonc-parser",
|
||||
"description": "Scanner and parser for JSON with comments.",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/jsonc-parser@3.3.1",
|
||||
"sourcePackageDir": "node_modules/jsonc-parser"
|
||||
},
|
||||
{
|
||||
"name": "livekit-client",
|
||||
"version": "2.18.1",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "git@github.com:livekit/client-sdk-js.git",
|
||||
"description": "JavaScript/TypeScript client SDK for LiveKit",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/livekit-client@2.18.1",
|
||||
"sourcePackageDir": "packages/call/node_modules/livekit-client"
|
||||
},
|
||||
{
|
||||
"name": "lucide-react",
|
||||
"version": "1.8.0",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
"repository": "https://github.com/lucide-icons/lucide.git",
|
||||
"description": "A Lucide icon library package for React applications.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/lucide-react@1.8.0",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/lucide-react"
|
||||
},
|
||||
{
|
||||
"name": "lucide-react",
|
||||
"version": "1.8.0",
|
||||
"license": "ISC",
|
||||
"homepage": "https://lucide.dev",
|
||||
"repository": "https://github.com/lucide-icons/lucide.git",
|
||||
"description": "A Lucide icon library package for React applications.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/lucide-react@1.8.0",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/lucide-react"
|
||||
},
|
||||
{
|
||||
"name": "prettier",
|
||||
"version": "3.8.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://prettier.io",
|
||||
"repository": "prettier/prettier",
|
||||
"description": "Prettier is an opinionated code formatter",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/prettier@3.8.2",
|
||||
"sourcePackageDir": "node_modules/prettier"
|
||||
},
|
||||
{
|
||||
"name": "qrcode",
|
||||
"version": "1.5.4",
|
||||
"license": "MIT",
|
||||
"homepage": "http://github.com/soldair/node-qrcode",
|
||||
"repository": "git://github.com/soldair/node-qrcode.git",
|
||||
"description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
|
||||
"files": [
|
||||
"license"
|
||||
],
|
||||
"licenseFolder": "licenses/qrcode@1.5.4",
|
||||
"sourcePackageDir": "apps/web/node_modules/qrcode"
|
||||
},
|
||||
{
|
||||
"name": "react",
|
||||
"version": "19.2.5",
|
||||
"license": "MIT",
|
||||
"homepage": "https://react.dev/",
|
||||
"repository": "https://github.com/facebook/react.git",
|
||||
"description": "React is a JavaScript library for building user interfaces.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/react@19.2.5",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/react"
|
||||
},
|
||||
{
|
||||
"name": "react-dom",
|
||||
"version": "19.2.5",
|
||||
"license": "MIT",
|
||||
"homepage": "https://react.dev/",
|
||||
"repository": "https://github.com/facebook/react.git",
|
||||
"description": "React package for working with the DOM.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/react-dom@19.2.5",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/react-dom"
|
||||
},
|
||||
{
|
||||
"name": "shadcn",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/shadcn-ui/ui.git",
|
||||
"description": "Add components to your apps.",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/shadcn@4.2.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/shadcn"
|
||||
},
|
||||
{
|
||||
"name": "shadcn",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/shadcn-ui/ui.git",
|
||||
"description": "Add components to your apps.",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/shadcn@4.2.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/shadcn"
|
||||
},
|
||||
{
|
||||
"name": "sonner",
|
||||
"version": "1.7.4",
|
||||
"license": "MIT",
|
||||
"homepage": "https://sonner.emilkowal.ski/",
|
||||
"repository": "git+https://github.com/emilkowalski/sonner.git",
|
||||
"description": "An opinionated toast component for React.",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/sonner@1.7.4",
|
||||
"sourcePackageDir": "apps/web/node_modules/sonner"
|
||||
},
|
||||
{
|
||||
"name": "sonner",
|
||||
"version": "1.7.4",
|
||||
"license": "MIT",
|
||||
"homepage": "https://sonner.emilkowal.ski/",
|
||||
"repository": "git+https://github.com/emilkowalski/sonner.git",
|
||||
"description": "An opinionated toast component for React.",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/sonner@1.7.4",
|
||||
"sourcePackageDir": "apps/web/node_modules/sonner"
|
||||
},
|
||||
{
|
||||
"name": "tailwind-merge",
|
||||
"version": "3.5.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/dcastil/tailwind-merge",
|
||||
"repository": "https://github.com/dcastil/tailwind-merge.git",
|
||||
"description": "Merge Tailwind CSS classes without style conflicts",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/tailwind-merge@3.5.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/tailwind-merge"
|
||||
},
|
||||
{
|
||||
"name": "tailwind-scrollbar-hide",
|
||||
"version": "4.0.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/reslear/tailwind-scrollbar-hide#readme",
|
||||
"repository": "git+https://github.com/reslear/tailwind-scrollbar-hide.git",
|
||||
"description": "tailwindcss plugin for hide scrollbar",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/tailwind-scrollbar-hide@4.0.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/tailwind-scrollbar-hide"
|
||||
},
|
||||
{
|
||||
"name": "tailwindcss",
|
||||
"version": "4.2.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://tailwindcss.com",
|
||||
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
|
||||
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/tailwindcss@4.2.2",
|
||||
"sourcePackageDir": "apps/web/node_modules/tailwindcss"
|
||||
},
|
||||
{
|
||||
"name": "tw-animate-css",
|
||||
"version": "1.4.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/Wombosvideo/tw-animate-css#readme",
|
||||
"repository": "Wombosvideo/tw-animate-css",
|
||||
"description": "TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`.",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/tw-animate-css@1.4.0",
|
||||
"sourcePackageDir": "apps/web/node_modules/tw-animate-css"
|
||||
},
|
||||
{
|
||||
"name": "typescript",
|
||||
"version": "5.9.3",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://www.typescriptlang.org/",
|
||||
"repository": "https://github.com/microsoft/TypeScript.git",
|
||||
"description": "TypeScript is a language for application scale JavaScript development",
|
||||
"files": [
|
||||
"LICENSE.txt"
|
||||
],
|
||||
"licenseFolder": "licenses/typescript@5.9.3",
|
||||
"sourcePackageDir": "apps/web/node_modules/typescript"
|
||||
},
|
||||
{
|
||||
"name": "typescript",
|
||||
"version": "5.9.3",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://www.typescriptlang.org/",
|
||||
"repository": "https://github.com/microsoft/TypeScript.git",
|
||||
"description": "TypeScript is a language for application scale JavaScript development",
|
||||
"files": [
|
||||
"LICENSE.txt"
|
||||
],
|
||||
"licenseFolder": "licenses/typescript@5.9.3",
|
||||
"sourcePackageDir": "apps/web/node_modules/typescript"
|
||||
},
|
||||
{
|
||||
"name": "typescript-eslint",
|
||||
"version": "8.58.1",
|
||||
"license": "MIT",
|
||||
"homepage": "https://typescript-eslint.io/packages/typescript-eslint",
|
||||
"repository": "https://github.com/typescript-eslint/typescript-eslint.git",
|
||||
"description": "Tooling which enables you to use TypeScript with ESLint",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/typescript-eslint@8.58.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/typescript-eslint"
|
||||
},
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "7.3.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://vite.dev",
|
||||
"repository": "git+https://github.com/vitejs/vite.git",
|
||||
"description": "Native-ESM powered web dev build tool",
|
||||
"files": [
|
||||
"LICENSE.md"
|
||||
],
|
||||
"licenseFolder": "licenses/vite@7.3.2",
|
||||
"sourcePackageDir": "apps/web/node_modules/vite"
|
||||
},
|
||||
{
|
||||
"name": "vite-tsconfig-paths",
|
||||
"version": "6.1.1",
|
||||
"license": "MIT",
|
||||
"homepage": null,
|
||||
"repository": "aleclarson/vite-tsconfig-paths",
|
||||
"description": "Vite resolver for TypeScript compilerOptions.paths",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/vite-tsconfig-paths@6.1.1",
|
||||
"sourcePackageDir": "apps/web/node_modules/vite-tsconfig-paths"
|
||||
},
|
||||
{
|
||||
"name": "zod",
|
||||
"version": "4.3.6",
|
||||
"license": "MIT",
|
||||
"homepage": "https://zod.dev",
|
||||
"repository": "git+https://github.com/colinhacks/zod.git",
|
||||
"description": "TypeScript-first schema declaration and validation library with static type inference",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/zod@4.3.6",
|
||||
"sourcePackageDir": "apps/web/node_modules/zod"
|
||||
},
|
||||
{
|
||||
"name": "zod",
|
||||
"version": "4.3.6",
|
||||
"license": "MIT",
|
||||
"homepage": "https://zod.dev",
|
||||
"repository": "git+https://github.com/colinhacks/zod.git",
|
||||
"description": "TypeScript-first schema declaration and validation library with static type inference",
|
||||
"files": [
|
||||
"LICENSE"
|
||||
],
|
||||
"licenseFolder": "licenses/zod@4.3.6",
|
||||
"sourcePackageDir": "apps/web/node_modules/zod"
|
||||
}
|
||||
]
|
||||
}
|
||||
21
licenses/tw-animate-css@1.4.0/LICENSE
Normal file
21
licenses/tw-animate-css@1.4.0/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2025 Wombosvideo
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
21
licenses/typescript-eslint@8.58.1/LICENSE
Normal file
21
licenses/typescript-eslint@8.58.1/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 typescript-eslint and other contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
55
licenses/typescript@5.9.3/LICENSE.txt
Normal file
55
licenses/typescript@5.9.3/LICENSE.txt
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
Apache License
|
||||
|
||||
Version 2.0, January 2004
|
||||
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
||||
|
||||
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
||||
|
||||
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
||||
|
||||
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
||||
|
||||
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
21
licenses/vite-tsconfig-paths@6.1.1/LICENSE
Normal file
21
licenses/vite-tsconfig-paths@6.1.1/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Alec Larson
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
2120
licenses/vite@7.3.2/LICENSE.md
Normal file
2120
licenses/vite@7.3.2/LICENSE.md
Normal file
File diff suppressed because it is too large
Load diff
21
licenses/zod@4.3.6/LICENSE
Normal file
21
licenses/zod@4.3.6/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2025 Colin McDonnell
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
||||
10
package.json
10
package.json
|
|
@ -10,8 +10,9 @@
|
|||
"scripts": {
|
||||
"format": "bunx prettier --write .",
|
||||
"lint": "bun scripts/lint-packages.ts",
|
||||
"copy-licenses": "bun scripts/copy-licenses.ts",
|
||||
"copy-releases": "bun scripts/copy-releases.ts",
|
||||
"build:all": "bun run lint && bun run build:packages && bun run build:web && bun run build:mobile && bun run build:desktop && bun --bun run copy-releases",
|
||||
"build:all": "bun run copy-licenses && bun run lint && bun run build:packages && bun run build:web && bun run build:mobile && bun run build:desktop && bun --bun run copy-releases",
|
||||
"build:packages": "bun scripts/build-packages.ts",
|
||||
"dev:web": "cd apps/web && bun dev",
|
||||
"build:web": "bun run build:packages && cd apps/web && bun run build",
|
||||
|
|
@ -32,14 +33,15 @@
|
|||
"globals": "^17.4.0",
|
||||
"prettier": "^3.8.2",
|
||||
"typescript": "^6.0.2",
|
||||
"typescript-eslint": "^8.58.1"
|
||||
"typescript-eslint": "^8.58.1",
|
||||
"jsonc-parser": "^3.3.1"
|
||||
},
|
||||
"overrides": {
|
||||
"@tensamin/ui": "https://git.methanium.net/tensamin/ui/archive/0.0.26.tar.gz",
|
||||
"@tensamin/ttp-core": "https://git.methanium.net/tensamin/ttp/archive/0.0.12.tar.gz"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tensamin/ui": "*",
|
||||
"@tensamin/ttp-core": "*"
|
||||
"@tensamin/ttp-core": "*",
|
||||
"@tensamin/ui": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
"@tensamin/ttp": "workspace:*",
|
||||
"@tensamin/ui": "*",
|
||||
"@tensamin/user": "workspace:*",
|
||||
"deepfilternet3-noise-filter": "^1.2.1",
|
||||
"livekit-client": "^2.18.1",
|
||||
"lucide-react": "^0.564.0",
|
||||
"react": "^19.2.0",
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
import { createContext, useContext, useEffect, useState } from "react";
|
||||
import { createContext, useContext, useEffect, useMemo, useState } from "react";
|
||||
import { log, toast } from "@tensamin/shared/log";
|
||||
import { useNavigate } from "@tanstack/react-router";
|
||||
import { useTTP } from "@tensamin/ttp";
|
||||
import z from "zod";
|
||||
import { ttp } from "@tensamin/shared/data";
|
||||
|
||||
import { LiveKitRoom } from "@livekit/components-react";
|
||||
import { LiveKitRoom, useLocalParticipant } from "@livekit/components-react";
|
||||
import { DeepFilterNoiseFilterProcessor } from "deepfilternet3-noise-filter";
|
||||
import { LocalAudioTrack } from "livekit-client";
|
||||
import { useCrypto } from "@tensamin/crypto/context";
|
||||
import { useStorage } from "@tensamin/storage/context";
|
||||
import { useUser } from "@tensamin/user/context";
|
||||
|
|
@ -215,13 +217,43 @@ export default function Provider(props: { children: React.ReactNode }) {
|
|||
"Error during call encryption. See console for details.",
|
||||
);
|
||||
}}
|
||||
audio={true}
|
||||
>
|
||||
<NoiseFilter />
|
||||
{props.children}
|
||||
</LiveKitRoom>
|
||||
</context.Provider>
|
||||
);
|
||||
}
|
||||
|
||||
function NoiseFilter() {
|
||||
const { microphoneTrack } = useLocalParticipant();
|
||||
const noiseFilter = useMemo(
|
||||
() =>
|
||||
new DeepFilterNoiseFilterProcessor({
|
||||
enabled: true,
|
||||
enableNoiseReduction: true,
|
||||
noiseReductionLevel: 80,
|
||||
sampleRate: 48000,
|
||||
assetConfig: {
|
||||
cdnUrl: "/assets",
|
||||
},
|
||||
}),
|
||||
[],
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
const track = microphoneTrack?.track;
|
||||
if (!(track instanceof LocalAudioTrack) || track.getProcessor()) return;
|
||||
|
||||
track.setProcessor(noiseFilter).catch((err) => {
|
||||
log(1, "call", "red", "Failed to enable noise filter", err);
|
||||
});
|
||||
}, [microphoneTrack, noiseFilter]);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
type contextType = {
|
||||
state: "closed" | "closing" | "connecting" | "open";
|
||||
view: "preview" | "focused" | "grid";
|
||||
|
|
|
|||
487
scripts/copy-licenses.ts
Normal file
487
scripts/copy-licenses.ts
Normal file
|
|
@ -0,0 +1,487 @@
|
|||
import { promises as fs } from "node:fs";
|
||||
import path from "node:path";
|
||||
import { parse } from "jsonc-parser";
|
||||
|
||||
type BunLock = {
|
||||
lockfileVersion?: number;
|
||||
workspaces?: Record<string, WorkspaceEntry>;
|
||||
packages?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
type WorkspaceEntry = {
|
||||
name?: string;
|
||||
version?: string;
|
||||
dependencies?: Record<string, string>;
|
||||
devDependencies?: Record<string, string>;
|
||||
optionalDependencies?: Record<string, string>;
|
||||
peerDependencies?: Record<string, string>;
|
||||
};
|
||||
|
||||
type PackageRecord = {
|
||||
name: string;
|
||||
version: string;
|
||||
packageDir: string;
|
||||
relativePackageDir: string;
|
||||
outDirName: string;
|
||||
copiedFiles: string[];
|
||||
license?: string | string[];
|
||||
description?: string;
|
||||
homepage?: string;
|
||||
repository?: string;
|
||||
};
|
||||
|
||||
type ResolvedPackage = {
|
||||
name: string;
|
||||
version: string;
|
||||
};
|
||||
|
||||
const ROOT = process.cwd();
|
||||
const LOCKFILE_PATH = path.join(ROOT, "bun.lock");
|
||||
const OUTPUT_DIR = path.join(ROOT, "licenses");
|
||||
|
||||
const COMPLIANCE_FILE_PATTERNS = [
|
||||
/^license.*$/i,
|
||||
/^licence.*$/i,
|
||||
/^notice.*$/i,
|
||||
];
|
||||
|
||||
async function main(): Promise<void> {
|
||||
await ensureExists(LOCKFILE_PATH, "Could not find bun.lock in the project root.");
|
||||
|
||||
const lock = await readBunLock();
|
||||
const nodeModulesRoots = await getNodeModulesRoots(lock);
|
||||
|
||||
if (nodeModulesRoots.length === 0) {
|
||||
throw new Error(
|
||||
"Could not find any node_modules directories in the repo root or workspace folders. Run `bun install` first."
|
||||
);
|
||||
}
|
||||
|
||||
await fs.rm(OUTPUT_DIR, { recursive: true, force: true });
|
||||
await fs.mkdir(OUTPUT_DIR, { recursive: true });
|
||||
|
||||
const resolvedPackages = extractResolvedThirdPartyPackages(lock);
|
||||
const records: PackageRecord[] = [];
|
||||
|
||||
for (const resolved of resolvedPackages) {
|
||||
const record = await processInstalledPackage(
|
||||
resolved.name,
|
||||
resolved.version,
|
||||
nodeModulesRoots
|
||||
);
|
||||
|
||||
if (record) {
|
||||
records.push(record);
|
||||
}
|
||||
}
|
||||
|
||||
records.sort((a, b) => {
|
||||
const byName = a.name.localeCompare(b.name);
|
||||
if (byName !== 0) return byName;
|
||||
return a.version.localeCompare(b.version);
|
||||
});
|
||||
|
||||
await writeThirdPartyNotices(records);
|
||||
await writeCreditsJson(records);
|
||||
await writeCycloneDxSbom(records);
|
||||
|
||||
console.log(
|
||||
`Generated ${records.length} third-party package records in ${OUTPUT_DIR}`
|
||||
);
|
||||
}
|
||||
|
||||
async function readBunLock(): Promise<BunLock> {
|
||||
const raw = await fs.readFile(LOCKFILE_PATH, "utf8");
|
||||
const parsed = parse(raw);
|
||||
|
||||
if (!parsed || typeof parsed !== "object") {
|
||||
throw new Error("Failed to parse bun.lock");
|
||||
}
|
||||
|
||||
return parsed as BunLock;
|
||||
}
|
||||
|
||||
async function getNodeModulesRoots(lock: BunLock): Promise<string[]> {
|
||||
const candidates = new Set<string>();
|
||||
|
||||
candidates.add(path.join(ROOT, "node_modules"));
|
||||
|
||||
for (const workspacePath of Object.keys(lock.workspaces ?? {})) {
|
||||
const workspaceDir = workspacePath === "" ? ROOT : path.join(ROOT, workspacePath);
|
||||
candidates.add(path.join(workspaceDir, "node_modules"));
|
||||
}
|
||||
|
||||
const existing: string[] = [];
|
||||
for (const candidate of candidates) {
|
||||
if (await isDirectory(candidate)) {
|
||||
existing.push(candidate);
|
||||
}
|
||||
}
|
||||
|
||||
// Prefer deeper workspace-local installs over root-hoisted installs.
|
||||
existing.sort((a, b) => b.split(path.sep).length - a.split(path.sep).length);
|
||||
|
||||
return existing;
|
||||
}
|
||||
|
||||
function extractResolvedThirdPartyPackages(lock: BunLock): ResolvedPackage[] {
|
||||
const results = new Map<string, ResolvedPackage>();
|
||||
const packages = lock.packages ?? {};
|
||||
|
||||
for (const rawValue of Object.values(packages)) {
|
||||
if (!Array.isArray(rawValue) || rawValue.length === 0) continue;
|
||||
|
||||
const first = rawValue[0];
|
||||
if (typeof first !== "string") continue;
|
||||
|
||||
// Examples:
|
||||
// react@19.2.0
|
||||
// @types/react@19.2.2
|
||||
// @tensamin/ui@workspace:packages/ui
|
||||
const atIndex = first.lastIndexOf("@");
|
||||
if (atIndex <= 0) continue;
|
||||
|
||||
const name = first.slice(0, atIndex);
|
||||
const version = first.slice(atIndex + 1);
|
||||
|
||||
if (!name || !version) continue;
|
||||
if (version.startsWith("workspace:")) continue;
|
||||
|
||||
const key = `${name}@${version}`;
|
||||
if (!results.has(key)) {
|
||||
results.set(key, { name, version });
|
||||
}
|
||||
}
|
||||
|
||||
return [...results.values()];
|
||||
}
|
||||
|
||||
async function processInstalledPackage(
|
||||
packageName: string,
|
||||
versionFromLock: string,
|
||||
nodeModulesRoots: string[]
|
||||
): Promise<PackageRecord | null> {
|
||||
const packageDir = await findInstalledPackageDir(packageName, nodeModulesRoots);
|
||||
if (!packageDir) return null;
|
||||
|
||||
const packageJsonPath = path.join(packageDir, "package.json");
|
||||
|
||||
try {
|
||||
const pkgJsonRaw = await fs.readFile(packageJsonPath, "utf8");
|
||||
const pkgJson = JSON.parse(pkgJsonRaw) as Record<string, unknown>;
|
||||
|
||||
const actualName =
|
||||
typeof pkgJson.name === "string" ? pkgJson.name : packageName;
|
||||
const actualVersion =
|
||||
typeof pkgJson.version === "string" ? pkgJson.version : versionFromLock;
|
||||
|
||||
const outDirName = sanitizeDirName(`${actualName}@${actualVersion}`);
|
||||
const outDir = path.join(OUTPUT_DIR, outDirName);
|
||||
await fs.mkdir(outDir, { recursive: true });
|
||||
|
||||
const copiedFiles: string[] = [];
|
||||
const fileNames = await safeReadDir(packageDir);
|
||||
|
||||
for (const fileName of fileNames) {
|
||||
if (!matchesComplianceFile(fileName)) continue;
|
||||
|
||||
await copyFileIfExists(
|
||||
path.join(packageDir, fileName),
|
||||
path.join(outDir, fileName),
|
||||
copiedFiles,
|
||||
fileName
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
name: actualName,
|
||||
version: actualVersion,
|
||||
packageDir,
|
||||
relativePackageDir: path.relative(ROOT, packageDir),
|
||||
outDirName,
|
||||
copiedFiles,
|
||||
license: normalizeLicense(pkgJson.license, pkgJson.licenses),
|
||||
description:
|
||||
typeof pkgJson.description === "string" ? pkgJson.description : undefined,
|
||||
homepage:
|
||||
typeof pkgJson.homepage === "string" ? pkgJson.homepage : undefined,
|
||||
repository: normalizeRepository(pkgJson.repository),
|
||||
};
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
async function findInstalledPackageDir(
|
||||
packageName: string,
|
||||
nodeModulesRoots: string[]
|
||||
): Promise<string | null> {
|
||||
const relativePackagePath = path.join(...packageName.split("/"));
|
||||
|
||||
for (const nodeModulesRoot of nodeModulesRoots) {
|
||||
const candidate = path.join(nodeModulesRoot, relativePackagePath);
|
||||
const packageJsonPath = path.join(candidate, "package.json");
|
||||
|
||||
if (await isFile(packageJsonPath)) {
|
||||
return candidate;
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
function normalizeLicense(
|
||||
license: unknown,
|
||||
licenses: unknown
|
||||
): string | string[] | undefined {
|
||||
if (typeof license === "string") return license;
|
||||
|
||||
if (Array.isArray(licenses)) {
|
||||
return licenses
|
||||
.map((item) => {
|
||||
if (typeof item === "string") return item;
|
||||
if (
|
||||
item &&
|
||||
typeof item === "object" &&
|
||||
"type" in item &&
|
||||
typeof (item as { type?: unknown }).type === "string"
|
||||
) {
|
||||
return (item as { type: string }).type;
|
||||
}
|
||||
return null;
|
||||
})
|
||||
.filter((value): value is string => Boolean(value));
|
||||
}
|
||||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
function normalizeRepository(value: unknown): string | undefined {
|
||||
if (typeof value === "string") return value;
|
||||
|
||||
if (
|
||||
value &&
|
||||
typeof value === "object" &&
|
||||
"url" in value &&
|
||||
typeof (value as { url?: unknown }).url === "string"
|
||||
) {
|
||||
return (value as { url: string }).url;
|
||||
}
|
||||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
function sanitizeDirName(name: string): string {
|
||||
return Array.from(name, (ch) => {
|
||||
const code = ch.charCodeAt(0);
|
||||
const isControl = code >= 0 && code <= 31;
|
||||
const isForbidden = '<>:"/\\|?*'.includes(ch);
|
||||
return isControl || isForbidden ? "_" : ch;
|
||||
}).join("");
|
||||
}
|
||||
|
||||
function matchesComplianceFile(fileName: string): boolean {
|
||||
return COMPLIANCE_FILE_PATTERNS.some((pattern) => pattern.test(fileName));
|
||||
}
|
||||
|
||||
async function copyFileIfExists(
|
||||
src: string,
|
||||
dest: string,
|
||||
copiedFiles: string[],
|
||||
label: string
|
||||
): Promise<void> {
|
||||
try {
|
||||
const stat = await fs.stat(src);
|
||||
if (!stat.isFile()) return;
|
||||
await fs.copyFile(src, dest);
|
||||
copiedFiles.push(label);
|
||||
} catch {
|
||||
// ignore missing/unreadable files
|
||||
}
|
||||
}
|
||||
|
||||
async function safeReadDir(dir: string): Promise<string[]> {
|
||||
try {
|
||||
return await fs.readdir(dir);
|
||||
} catch {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
async function ensureExists(targetPath: string, message: string): Promise<void> {
|
||||
try {
|
||||
await fs.access(targetPath);
|
||||
} catch {
|
||||
throw new Error(message);
|
||||
}
|
||||
}
|
||||
|
||||
async function isDirectory(targetPath: string): Promise<boolean> {
|
||||
try {
|
||||
const stat = await fs.stat(targetPath);
|
||||
return stat.isDirectory();
|
||||
} catch {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
async function isFile(targetPath: string): Promise<boolean> {
|
||||
try {
|
||||
const stat = await fs.stat(targetPath);
|
||||
return stat.isFile();
|
||||
} catch {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
async function writeThirdPartyNotices(records: PackageRecord[]): Promise<void> {
|
||||
const lines: string[] = [];
|
||||
|
||||
lines.push("# Third-Party Notices");
|
||||
lines.push("");
|
||||
lines.push("Generated from bun.lock and installed packages in workspace node_modules folders.");
|
||||
lines.push("");
|
||||
|
||||
for (const record of records) {
|
||||
lines.push(`## ${record.name}@${record.version}`);
|
||||
lines.push("");
|
||||
lines.push(`- License: ${formatLicense(record.license)}`);
|
||||
if (record.homepage) lines.push(`- Homepage: ${record.homepage}`);
|
||||
if (record.repository) lines.push(`- Repository: ${record.repository}`);
|
||||
if (record.description) lines.push(`- Description: ${record.description}`);
|
||||
lines.push(
|
||||
`- Included files: ${
|
||||
record.copiedFiles.length > 0 ? record.copiedFiles.join(", ") : "none found"
|
||||
}`
|
||||
);
|
||||
lines.push(`- Folder: \`licenses/${record.outDirName}\``);
|
||||
lines.push(`- Source package dir: \`${record.relativePackageDir}\``);
|
||||
lines.push("");
|
||||
}
|
||||
|
||||
await fs.writeFile(
|
||||
path.join(OUTPUT_DIR, "THIRD_PARTY_NOTICES.md"),
|
||||
lines.join("\n"),
|
||||
"utf8"
|
||||
);
|
||||
}
|
||||
|
||||
async function writeCreditsJson(records: PackageRecord[]): Promise<void> {
|
||||
const payload = {
|
||||
generatedAt: new Date().toISOString(),
|
||||
packageCount: records.length,
|
||||
packages: records.map((record) => ({
|
||||
name: record.name,
|
||||
version: record.version,
|
||||
license: formatLicense(record.license),
|
||||
homepage: record.homepage ?? null,
|
||||
repository: record.repository ?? null,
|
||||
description: record.description ?? null,
|
||||
files: record.copiedFiles,
|
||||
licenseFolder: `licenses/${record.outDirName}`,
|
||||
sourcePackageDir: record.relativePackageDir,
|
||||
})),
|
||||
};
|
||||
|
||||
await fs.writeFile(
|
||||
path.join(OUTPUT_DIR, "third-party-credits.json"),
|
||||
JSON.stringify(payload, null, 2),
|
||||
"utf8"
|
||||
);
|
||||
}
|
||||
|
||||
async function writeCycloneDxSbom(records: PackageRecord[]): Promise<void> {
|
||||
const components = records.map((record) => ({
|
||||
type: "library",
|
||||
bomRef: `pkg:npm/${encodePurlName(record.name)}@${record.version}`,
|
||||
name: record.name,
|
||||
version: record.version,
|
||||
purl: `pkg:npm/${encodePurlName(record.name)}@${record.version}`,
|
||||
description: record.description,
|
||||
licenses: toCycloneDxLicenses(record.license),
|
||||
externalReferences: [
|
||||
...(record.homepage
|
||||
? [{ type: "website", url: record.homepage }]
|
||||
: []),
|
||||
...(record.repository
|
||||
? [{ type: "vcs", url: record.repository }]
|
||||
: []),
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
name: "local:licenseFolder",
|
||||
value: `licenses/${record.outDirName}`,
|
||||
},
|
||||
{
|
||||
name: "local:sourcePackageDir",
|
||||
value: record.relativePackageDir,
|
||||
},
|
||||
],
|
||||
}));
|
||||
|
||||
const sbom = {
|
||||
bomFormat: "CycloneDX",
|
||||
specVersion: "1.5",
|
||||
version: 1,
|
||||
metadata: {
|
||||
timestamp: new Date().toISOString(),
|
||||
tools: [
|
||||
{
|
||||
vendor: "OpenAI",
|
||||
name: "custom bun license generator",
|
||||
},
|
||||
],
|
||||
component: {
|
||||
type: "application",
|
||||
name: path.basename(ROOT),
|
||||
},
|
||||
},
|
||||
components,
|
||||
};
|
||||
|
||||
await fs.writeFile(
|
||||
path.join(OUTPUT_DIR, "sbom.cyclonedx.json"),
|
||||
JSON.stringify(sbom, null, 2),
|
||||
"utf8"
|
||||
);
|
||||
}
|
||||
|
||||
function toCycloneDxLicenses(
|
||||
value: string | string[] | undefined
|
||||
): Array<{ license: { id?: string; name?: string } }> | undefined {
|
||||
if (!value) return undefined;
|
||||
|
||||
const values = Array.isArray(value) ? value : [value];
|
||||
const filtered = values.map((item) => item.trim()).filter(Boolean);
|
||||
|
||||
if (filtered.length === 0) return undefined;
|
||||
|
||||
return filtered.map((item) => ({
|
||||
license: looksLikeSpdxId(item)
|
||||
? { id: item }
|
||||
: { name: item },
|
||||
}));
|
||||
}
|
||||
|
||||
function looksLikeSpdxId(value: string): boolean {
|
||||
return /^[A-Za-z0-9-.+]+$/.test(value);
|
||||
}
|
||||
|
||||
function encodePurlName(name: string): string {
|
||||
if (name.startsWith("@")) {
|
||||
const [scope, pkg] = name.split("/");
|
||||
return `${encodeURIComponent(scope)}/${encodeURIComponent(pkg)}`;
|
||||
}
|
||||
return encodeURIComponent(name);
|
||||
}
|
||||
|
||||
function formatLicense(value: string | string[] | undefined): string {
|
||||
if (Array.isArray(value) && value.length > 0) return value.join(", ");
|
||||
if (typeof value === "string" && value.trim()) return value;
|
||||
return "UNKNOWN";
|
||||
}
|
||||
|
||||
main().catch((error) => {
|
||||
console.error(error instanceof Error ? error.message : String(error));
|
||||
process.exit(1);
|
||||
});
|
||||
Loading…
Reference in a new issue