@inflexa-ai/inflexa-darwin-arm64 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD-PARTY-NOTICES.txt +1609 -105
- package/bin/inflexa +0 -0
- package/package.json +1 -1
package/THIRD-PARTY-NOTICES.txt
CHANGED
|
@@ -5,10 +5,10 @@ below. Each is distributed under its own license, reproduced here as those
|
|
|
5
5
|
licenses require. This file is generated at build time from the resolved
|
|
6
6
|
dependency tree — do not edit it by hand.
|
|
7
7
|
|
|
8
|
-
Packages:
|
|
8
|
+
Packages: 519
|
|
9
9
|
|
|
10
10
|
==============================================================================
|
|
11
|
-
@ai-sdk/anthropic@4.0.
|
|
11
|
+
@ai-sdk/anthropic@4.0.15
|
|
12
12
|
License: Apache-2.0
|
|
13
13
|
Homepage: https://ai-sdk.dev/docs
|
|
14
14
|
|
|
@@ -27,7 +27,7 @@ See the License for the specific language governing permissions and
|
|
|
27
27
|
limitations under the License.
|
|
28
28
|
|
|
29
29
|
==============================================================================
|
|
30
|
-
@ai-sdk/gateway@4.0.
|
|
30
|
+
@ai-sdk/gateway@4.0.20
|
|
31
31
|
License: Apache-2.0
|
|
32
32
|
Homepage: https://ai-sdk.dev/docs
|
|
33
33
|
|
|
@@ -46,7 +46,7 @@ See the License for the specific language governing permissions and
|
|
|
46
46
|
limitations under the License.
|
|
47
47
|
|
|
48
48
|
==============================================================================
|
|
49
|
-
@ai-sdk/openai-compatible@3.0.
|
|
49
|
+
@ai-sdk/openai-compatible@3.0.10
|
|
50
50
|
License: Apache-2.0
|
|
51
51
|
Homepage: https://ai-sdk.dev/docs
|
|
52
52
|
|
|
@@ -65,7 +65,7 @@ See the License for the specific language governing permissions and
|
|
|
65
65
|
limitations under the License.
|
|
66
66
|
|
|
67
67
|
==============================================================================
|
|
68
|
-
@ai-sdk/provider@4.0.
|
|
68
|
+
@ai-sdk/provider@4.0.3
|
|
69
69
|
License: Apache-2.0
|
|
70
70
|
Homepage: https://ai-sdk.dev/docs
|
|
71
71
|
|
|
@@ -84,7 +84,7 @@ See the License for the specific language governing permissions and
|
|
|
84
84
|
limitations under the License.
|
|
85
85
|
|
|
86
86
|
==============================================================================
|
|
87
|
-
@ai-sdk/provider-utils@5.0.
|
|
87
|
+
@ai-sdk/provider-utils@5.0.10
|
|
88
88
|
License: Apache-2.0
|
|
89
89
|
Homepage: https://ai-sdk.dev/docs
|
|
90
90
|
|
|
@@ -1350,13 +1350,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1350
1350
|
--------------------------------------------------------------------------
|
|
1351
1351
|
|
|
1352
1352
|
==============================================================================
|
|
1353
|
-
@clack/core@1.4.
|
|
1353
|
+
@clack/core@1.4.3
|
|
1354
1354
|
License: MIT
|
|
1355
1355
|
Homepage: https://github.com/bombshell-dev/clack/tree/main/packages/core#readme
|
|
1356
1356
|
|
|
1357
1357
|
MIT License
|
|
1358
1358
|
|
|
1359
|
-
Copyright (c)
|
|
1359
|
+
MIT License Copyright (c) 2025-Present [Bombshell contributors](https://bomb.sh/team)
|
|
1360
1360
|
|
|
1361
1361
|
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:
|
|
1362
1362
|
|
|
@@ -1365,13 +1365,13 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
1365
1365
|
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.
|
|
1366
1366
|
|
|
1367
1367
|
==============================================================================
|
|
1368
|
-
@clack/prompts@1.
|
|
1368
|
+
@clack/prompts@1.7.0
|
|
1369
1369
|
License: MIT
|
|
1370
1370
|
Homepage: https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme
|
|
1371
1371
|
|
|
1372
1372
|
MIT License
|
|
1373
1373
|
|
|
1374
|
-
Copyright (c)
|
|
1374
|
+
MIT License Copyright (c) 2025-Present [Bombshell contributors](https://bomb.sh/team)
|
|
1375
1375
|
|
|
1376
1376
|
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:
|
|
1377
1377
|
|
|
@@ -2054,10 +2054,218 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2054
2054
|
SOFTWARE.
|
|
2055
2055
|
|
|
2056
2056
|
==============================================================================
|
|
2057
|
-
@inflexa-ai/harness@0.0
|
|
2057
|
+
@inflexa-ai/harness@0.2.0
|
|
2058
2058
|
License: Apache-2.0
|
|
2059
2059
|
|
|
2060
|
-
|
|
2060
|
+
Apache License
|
|
2061
|
+
Version 2.0, January 2004
|
|
2062
|
+
http://www.apache.org/licenses/
|
|
2063
|
+
|
|
2064
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2065
|
+
|
|
2066
|
+
1. Definitions.
|
|
2067
|
+
|
|
2068
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
2069
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
2070
|
+
|
|
2071
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
2072
|
+
the copyright owner that is granting the License.
|
|
2073
|
+
|
|
2074
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
2075
|
+
other entities that control, are controlled by, or are under common
|
|
2076
|
+
control with that entity. For the purposes of this definition,
|
|
2077
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
2078
|
+
direction or management of such entity, whether by contract or
|
|
2079
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2080
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2081
|
+
|
|
2082
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
2083
|
+
exercising permissions granted by this License.
|
|
2084
|
+
|
|
2085
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
2086
|
+
including but not limited to software source code, documentation
|
|
2087
|
+
source, and configuration files.
|
|
2088
|
+
|
|
2089
|
+
"Object" form shall mean any form resulting from mechanical
|
|
2090
|
+
transformation or translation of a Source form, including but
|
|
2091
|
+
not limited to compiled object code, generated documentation,
|
|
2092
|
+
and conversions to other media types.
|
|
2093
|
+
|
|
2094
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
2095
|
+
Object form, made available under the License, as indicated by a
|
|
2096
|
+
copyright notice that is included in or attached to the work
|
|
2097
|
+
(an example is provided in the Appendix below).
|
|
2098
|
+
|
|
2099
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
2100
|
+
form, that is based on (or derived from) the Work and for which the
|
|
2101
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
2102
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
2103
|
+
of this License, Derivative Works shall not include works that remain
|
|
2104
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
2105
|
+
the Work and Derivative Works thereof.
|
|
2106
|
+
|
|
2107
|
+
"Contribution" shall mean any work of authorship, including
|
|
2108
|
+
the original version of the Work and any modifications or additions
|
|
2109
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
2110
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2111
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
2112
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
2113
|
+
means any form of electronic, verbal, or written communication sent
|
|
2114
|
+
to the Licensor or its representatives, including but not limited to
|
|
2115
|
+
communication on electronic mailing lists, source code control systems,
|
|
2116
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
2117
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
2118
|
+
excluding communication that is conspicuously marked or otherwise
|
|
2119
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
2120
|
+
|
|
2121
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2122
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
2123
|
+
subsequently incorporated within the Work.
|
|
2124
|
+
|
|
2125
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2126
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
2127
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2128
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
2129
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
2130
|
+
Work and such Derivative Works in Source or Object form.
|
|
2131
|
+
|
|
2132
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
2133
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
2134
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2135
|
+
(except as stated in this section) patent license to make, have made,
|
|
2136
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2137
|
+
where such license applies only to those patent claims licensable
|
|
2138
|
+
by such Contributor that are necessarily infringed by their
|
|
2139
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
2140
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
2141
|
+
institute patent litigation against any entity (including a
|
|
2142
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2143
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
2144
|
+
or contributory patent infringement, then any patent licenses
|
|
2145
|
+
granted to You under this License for that Work shall terminate
|
|
2146
|
+
as of the date such litigation is filed.
|
|
2147
|
+
|
|
2148
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
2149
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
2150
|
+
modifications, and in Source or Object form, provided that You
|
|
2151
|
+
meet the following conditions:
|
|
2152
|
+
|
|
2153
|
+
(a) You must give any other recipients of the Work or
|
|
2154
|
+
Derivative Works a copy of this License; and
|
|
2155
|
+
|
|
2156
|
+
(b) You must cause any modified files to carry prominent notices
|
|
2157
|
+
stating that You changed the files; and
|
|
2158
|
+
|
|
2159
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
2160
|
+
that You distribute, all copyright, patent, trademark, and
|
|
2161
|
+
attribution notices from the Source form of the Work,
|
|
2162
|
+
excluding those notices that do not pertain to any part of
|
|
2163
|
+
the Derivative Works; and
|
|
2164
|
+
|
|
2165
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
2166
|
+
distribution, then any Derivative Works that You distribute must
|
|
2167
|
+
include a readable copy of the attribution notices contained
|
|
2168
|
+
within such NOTICE file, excluding those notices that do not
|
|
2169
|
+
pertain to any part of the Derivative Works, in at least one
|
|
2170
|
+
of the following places: within a NOTICE text file distributed
|
|
2171
|
+
as part of the Derivative Works; within the Source form or
|
|
2172
|
+
documentation, if provided along with the Derivative Works; or,
|
|
2173
|
+
within a display generated by the Derivative Works, if and
|
|
2174
|
+
wherever such third-party notices normally appear. The contents
|
|
2175
|
+
of the NOTICE file are for informational purposes only and
|
|
2176
|
+
do not modify the License. You may add Your own attribution
|
|
2177
|
+
notices within Derivative Works that You distribute, alongside
|
|
2178
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
2179
|
+
that such additional attribution notices cannot be construed
|
|
2180
|
+
as modifying the License.
|
|
2181
|
+
|
|
2182
|
+
You may add Your own copyright statement to Your modifications and
|
|
2183
|
+
may provide additional or different license terms and conditions
|
|
2184
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
2185
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
2186
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
2187
|
+
the conditions stated in this License.
|
|
2188
|
+
|
|
2189
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2190
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
2191
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
2192
|
+
this License, without any additional terms or conditions.
|
|
2193
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
2194
|
+
the terms of any separate license agreement you may have executed
|
|
2195
|
+
with Licensor regarding such Contributions.
|
|
2196
|
+
|
|
2197
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
2198
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
2199
|
+
except as required for reasonable and customary use in describing the
|
|
2200
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
2201
|
+
|
|
2202
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2203
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
2204
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2205
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2206
|
+
implied, including, without limitation, any warranties or conditions
|
|
2207
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2208
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2209
|
+
appropriateness of using or redistributing the Work and assume any
|
|
2210
|
+
risks associated with Your exercise of permissions under this License.
|
|
2211
|
+
|
|
2212
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
2213
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
2214
|
+
unless required by applicable law (such as deliberate and grossly
|
|
2215
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
2216
|
+
liable to You for damages, including any direct, indirect, special,
|
|
2217
|
+
incidental, or consequential damages of any character arising as a
|
|
2218
|
+
result of this License or out of the use or inability to use the
|
|
2219
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
2220
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
2221
|
+
other commercial damages or losses), even if such Contributor
|
|
2222
|
+
has been advised of the possibility of such damages.
|
|
2223
|
+
|
|
2224
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
2225
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
2226
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2227
|
+
or other liability obligations and/or rights consistent with this
|
|
2228
|
+
License. However, in accepting such obligations, You may act only
|
|
2229
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
2230
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
2231
|
+
defend, and hold each Contributor harmless for any liability
|
|
2232
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
2233
|
+
of your accepting any such warranty or additional liability.
|
|
2234
|
+
|
|
2235
|
+
END OF TERMS AND CONDITIONS
|
|
2236
|
+
|
|
2237
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
2238
|
+
|
|
2239
|
+
To apply the Apache License to your work, attach the following
|
|
2240
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2241
|
+
replaced with your own identifying information. (Don't include
|
|
2242
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
2243
|
+
comment syntax for the file format. We also recommend that a
|
|
2244
|
+
file or class name and description of purpose be included on the
|
|
2245
|
+
same "printed page" as the copyright notice for easier
|
|
2246
|
+
identification within third-party archives.
|
|
2247
|
+
|
|
2248
|
+
Copyright [yyyy] [name of copyright owner]
|
|
2249
|
+
|
|
2250
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2251
|
+
you may not use this file except in compliance with the License.
|
|
2252
|
+
You may obtain a copy of the License at
|
|
2253
|
+
|
|
2254
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
2255
|
+
|
|
2256
|
+
Unless required by applicable law or agreed to in writing, software
|
|
2257
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2258
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2259
|
+
See the License for the specific language governing permissions and
|
|
2260
|
+
limitations under the License.
|
|
2261
|
+
|
|
2262
|
+
--- NOTICE ---
|
|
2263
|
+
|
|
2264
|
+
Inflexa
|
|
2265
|
+
Copyright 2026 Inflexa, Inc.
|
|
2266
|
+
|
|
2267
|
+
This product includes software developed by Inflexa, Inc.
|
|
2268
|
+
and the Inflexa open-source community.
|
|
2061
2269
|
|
|
2062
2270
|
==============================================================================
|
|
2063
2271
|
@inflexa-ai/tsprov@0.5.1
|
|
@@ -3122,86 +3330,1328 @@ SOFTWARE.
|
|
|
3122
3330
|
License: MIT
|
|
3123
3331
|
Homepage: https://node-llama-cpp.withcat.ai
|
|
3124
3332
|
|
|
3125
|
-
MIT License
|
|
3333
|
+
MIT License
|
|
3334
|
+
|
|
3335
|
+
Copyright (c) 2024 Gilad S.
|
|
3336
|
+
|
|
3337
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3338
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3339
|
+
in the Software without restriction, including without limitation the rights
|
|
3340
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3341
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3342
|
+
furnished to do so, subject to the following conditions:
|
|
3343
|
+
|
|
3344
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3345
|
+
copies or substantial portions of the Software.
|
|
3346
|
+
|
|
3347
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3348
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3349
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3350
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3351
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3352
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3353
|
+
SOFTWARE.
|
|
3354
|
+
|
|
3355
|
+
==============================================================================
|
|
3356
|
+
@node-llama-cpp/win-x64-cuda-ext@3.19.0
|
|
3357
|
+
License: MIT
|
|
3358
|
+
Homepage: https://node-llama-cpp.withcat.ai
|
|
3359
|
+
|
|
3360
|
+
MIT License
|
|
3361
|
+
|
|
3362
|
+
Copyright (c) 2024 Gilad S.
|
|
3363
|
+
|
|
3364
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3365
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3366
|
+
in the Software without restriction, including without limitation the rights
|
|
3367
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3368
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3369
|
+
furnished to do so, subject to the following conditions:
|
|
3370
|
+
|
|
3371
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3372
|
+
copies or substantial portions of the Software.
|
|
3373
|
+
|
|
3374
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3375
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3376
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3377
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3378
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3379
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3380
|
+
SOFTWARE.
|
|
3381
|
+
|
|
3382
|
+
==============================================================================
|
|
3383
|
+
@node-llama-cpp/win-x64-vulkan@3.19.0
|
|
3384
|
+
License: MIT
|
|
3385
|
+
Homepage: https://node-llama-cpp.withcat.ai
|
|
3386
|
+
|
|
3387
|
+
MIT License
|
|
3388
|
+
|
|
3389
|
+
Copyright (c) 2024 Gilad S.
|
|
3390
|
+
|
|
3391
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3392
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3393
|
+
in the Software without restriction, including without limitation the rights
|
|
3394
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3395
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3396
|
+
furnished to do so, subject to the following conditions:
|
|
3397
|
+
|
|
3398
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3399
|
+
copies or substantial portions of the Software.
|
|
3400
|
+
|
|
3401
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3402
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3403
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3404
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3405
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3406
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3407
|
+
SOFTWARE.
|
|
3408
|
+
|
|
3409
|
+
==============================================================================
|
|
3410
|
+
@opentelemetry/api@1.9.1
|
|
3411
|
+
License: Apache-2.0
|
|
3412
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/api
|
|
3413
|
+
|
|
3414
|
+
Apache License
|
|
3415
|
+
Version 2.0, January 2004
|
|
3416
|
+
http://www.apache.org/licenses/
|
|
3417
|
+
|
|
3418
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
3419
|
+
|
|
3420
|
+
1. Definitions.
|
|
3421
|
+
|
|
3422
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
3423
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
3424
|
+
|
|
3425
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
3426
|
+
the copyright owner that is granting the License.
|
|
3427
|
+
|
|
3428
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
3429
|
+
other entities that control, are controlled by, or are under common
|
|
3430
|
+
control with that entity. For the purposes of this definition,
|
|
3431
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
3432
|
+
direction or management of such entity, whether by contract or
|
|
3433
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
3434
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
3435
|
+
|
|
3436
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
3437
|
+
exercising permissions granted by this License.
|
|
3438
|
+
|
|
3439
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
3440
|
+
including but not limited to software source code, documentation
|
|
3441
|
+
source, and configuration files.
|
|
3442
|
+
|
|
3443
|
+
"Object" form shall mean any form resulting from mechanical
|
|
3444
|
+
transformation or translation of a Source form, including but
|
|
3445
|
+
not limited to compiled object code, generated documentation,
|
|
3446
|
+
and conversions to other media types.
|
|
3447
|
+
|
|
3448
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
3449
|
+
Object form, made available under the License, as indicated by a
|
|
3450
|
+
copyright notice that is included in or attached to the work
|
|
3451
|
+
(an example is provided in the Appendix below).
|
|
3452
|
+
|
|
3453
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
3454
|
+
form, that is based on (or derived from) the Work and for which the
|
|
3455
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
3456
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
3457
|
+
of this License, Derivative Works shall not include works that remain
|
|
3458
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
3459
|
+
the Work and Derivative Works thereof.
|
|
3460
|
+
|
|
3461
|
+
"Contribution" shall mean any work of authorship, including
|
|
3462
|
+
the original version of the Work and any modifications or additions
|
|
3463
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
3464
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
3465
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
3466
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
3467
|
+
means any form of electronic, verbal, or written communication sent
|
|
3468
|
+
to the Licensor or its representatives, including but not limited to
|
|
3469
|
+
communication on electronic mailing lists, source code control systems,
|
|
3470
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
3471
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
3472
|
+
excluding communication that is conspicuously marked or otherwise
|
|
3473
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
3474
|
+
|
|
3475
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
3476
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
3477
|
+
subsequently incorporated within the Work.
|
|
3478
|
+
|
|
3479
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
3480
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
3481
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3482
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
3483
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
3484
|
+
Work and such Derivative Works in Source or Object form.
|
|
3485
|
+
|
|
3486
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
3487
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
3488
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3489
|
+
(except as stated in this section) patent license to make, have made,
|
|
3490
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
3491
|
+
where such license applies only to those patent claims licensable
|
|
3492
|
+
by such Contributor that are necessarily infringed by their
|
|
3493
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
3494
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
3495
|
+
institute patent litigation against any entity (including a
|
|
3496
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
3497
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
3498
|
+
or contributory patent infringement, then any patent licenses
|
|
3499
|
+
granted to You under this License for that Work shall terminate
|
|
3500
|
+
as of the date such litigation is filed.
|
|
3501
|
+
|
|
3502
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
3503
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
3504
|
+
modifications, and in Source or Object form, provided that You
|
|
3505
|
+
meet the following conditions:
|
|
3506
|
+
|
|
3507
|
+
(a) You must give any other recipients of the Work or
|
|
3508
|
+
Derivative Works a copy of this License; and
|
|
3509
|
+
|
|
3510
|
+
(b) You must cause any modified files to carry prominent notices
|
|
3511
|
+
stating that You changed the files; and
|
|
3512
|
+
|
|
3513
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
3514
|
+
that You distribute, all copyright, patent, trademark, and
|
|
3515
|
+
attribution notices from the Source form of the Work,
|
|
3516
|
+
excluding those notices that do not pertain to any part of
|
|
3517
|
+
the Derivative Works; and
|
|
3518
|
+
|
|
3519
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
3520
|
+
distribution, then any Derivative Works that You distribute must
|
|
3521
|
+
include a readable copy of the attribution notices contained
|
|
3522
|
+
within such NOTICE file, excluding those notices that do not
|
|
3523
|
+
pertain to any part of the Derivative Works, in at least one
|
|
3524
|
+
of the following places: within a NOTICE text file distributed
|
|
3525
|
+
as part of the Derivative Works; within the Source form or
|
|
3526
|
+
documentation, if provided along with the Derivative Works; or,
|
|
3527
|
+
within a display generated by the Derivative Works, if and
|
|
3528
|
+
wherever such third-party notices normally appear. The contents
|
|
3529
|
+
of the NOTICE file are for informational purposes only and
|
|
3530
|
+
do not modify the License. You may add Your own attribution
|
|
3531
|
+
notices within Derivative Works that You distribute, alongside
|
|
3532
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
3533
|
+
that such additional attribution notices cannot be construed
|
|
3534
|
+
as modifying the License.
|
|
3535
|
+
|
|
3536
|
+
You may add Your own copyright statement to Your modifications and
|
|
3537
|
+
may provide additional or different license terms and conditions
|
|
3538
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
3539
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
3540
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
3541
|
+
the conditions stated in this License.
|
|
3542
|
+
|
|
3543
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
3544
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
3545
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
3546
|
+
this License, without any additional terms or conditions.
|
|
3547
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
3548
|
+
the terms of any separate license agreement you may have executed
|
|
3549
|
+
with Licensor regarding such Contributions.
|
|
3550
|
+
|
|
3551
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
3552
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
3553
|
+
except as required for reasonable and customary use in describing the
|
|
3554
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
3555
|
+
|
|
3556
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
3557
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
3558
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
3559
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
3560
|
+
implied, including, without limitation, any warranties or conditions
|
|
3561
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
3562
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
3563
|
+
appropriateness of using or redistributing the Work and assume any
|
|
3564
|
+
risks associated with Your exercise of permissions under this License.
|
|
3565
|
+
|
|
3566
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
3567
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
3568
|
+
unless required by applicable law (such as deliberate and grossly
|
|
3569
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
3570
|
+
liable to You for damages, including any direct, indirect, special,
|
|
3571
|
+
incidental, or consequential damages of any character arising as a
|
|
3572
|
+
result of this License or out of the use or inability to use the
|
|
3573
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
3574
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
3575
|
+
other commercial damages or losses), even if such Contributor
|
|
3576
|
+
has been advised of the possibility of such damages.
|
|
3577
|
+
|
|
3578
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
3579
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
3580
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
3581
|
+
or other liability obligations and/or rights consistent with this
|
|
3582
|
+
License. However, in accepting such obligations, You may act only
|
|
3583
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
3584
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
3585
|
+
defend, and hold each Contributor harmless for any liability
|
|
3586
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
3587
|
+
of your accepting any such warranty or additional liability.
|
|
3588
|
+
|
|
3589
|
+
END OF TERMS AND CONDITIONS
|
|
3590
|
+
|
|
3591
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
3592
|
+
|
|
3593
|
+
To apply the Apache License to your work, attach the following
|
|
3594
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
3595
|
+
replaced with your own identifying information. (Don't include
|
|
3596
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
3597
|
+
comment syntax for the file format. We also recommend that a
|
|
3598
|
+
file or class name and description of purpose be included on the
|
|
3599
|
+
same "printed page" as the copyright notice for easier
|
|
3600
|
+
identification within third-party archives.
|
|
3601
|
+
|
|
3602
|
+
Copyright [yyyy] [name of copyright owner]
|
|
3603
|
+
|
|
3604
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
3605
|
+
you may not use this file except in compliance with the License.
|
|
3606
|
+
You may obtain a copy of the License at
|
|
3607
|
+
|
|
3608
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
3609
|
+
|
|
3610
|
+
Unless required by applicable law or agreed to in writing, software
|
|
3611
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
3612
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3613
|
+
See the License for the specific language governing permissions and
|
|
3614
|
+
limitations under the License.
|
|
3615
|
+
|
|
3616
|
+
==============================================================================
|
|
3617
|
+
@opentelemetry/api-logs@0.219.0
|
|
3618
|
+
License: Apache-2.0
|
|
3619
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/api-logs
|
|
3620
|
+
|
|
3621
|
+
Apache License
|
|
3622
|
+
Version 2.0, January 2004
|
|
3623
|
+
http://www.apache.org/licenses/
|
|
3624
|
+
|
|
3625
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
3626
|
+
|
|
3627
|
+
1. Definitions.
|
|
3628
|
+
|
|
3629
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
3630
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
3631
|
+
|
|
3632
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
3633
|
+
the copyright owner that is granting the License.
|
|
3634
|
+
|
|
3635
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
3636
|
+
other entities that control, are controlled by, or are under common
|
|
3637
|
+
control with that entity. For the purposes of this definition,
|
|
3638
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
3639
|
+
direction or management of such entity, whether by contract or
|
|
3640
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
3641
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
3642
|
+
|
|
3643
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
3644
|
+
exercising permissions granted by this License.
|
|
3645
|
+
|
|
3646
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
3647
|
+
including but not limited to software source code, documentation
|
|
3648
|
+
source, and configuration files.
|
|
3649
|
+
|
|
3650
|
+
"Object" form shall mean any form resulting from mechanical
|
|
3651
|
+
transformation or translation of a Source form, including but
|
|
3652
|
+
not limited to compiled object code, generated documentation,
|
|
3653
|
+
and conversions to other media types.
|
|
3654
|
+
|
|
3655
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
3656
|
+
Object form, made available under the License, as indicated by a
|
|
3657
|
+
copyright notice that is included in or attached to the work
|
|
3658
|
+
(an example is provided in the Appendix below).
|
|
3659
|
+
|
|
3660
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
3661
|
+
form, that is based on (or derived from) the Work and for which the
|
|
3662
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
3663
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
3664
|
+
of this License, Derivative Works shall not include works that remain
|
|
3665
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
3666
|
+
the Work and Derivative Works thereof.
|
|
3667
|
+
|
|
3668
|
+
"Contribution" shall mean any work of authorship, including
|
|
3669
|
+
the original version of the Work and any modifications or additions
|
|
3670
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
3671
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
3672
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
3673
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
3674
|
+
means any form of electronic, verbal, or written communication sent
|
|
3675
|
+
to the Licensor or its representatives, including but not limited to
|
|
3676
|
+
communication on electronic mailing lists, source code control systems,
|
|
3677
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
3678
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
3679
|
+
excluding communication that is conspicuously marked or otherwise
|
|
3680
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
3681
|
+
|
|
3682
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
3683
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
3684
|
+
subsequently incorporated within the Work.
|
|
3685
|
+
|
|
3686
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
3687
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
3688
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3689
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
3690
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
3691
|
+
Work and such Derivative Works in Source or Object form.
|
|
3692
|
+
|
|
3693
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
3694
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
3695
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3696
|
+
(except as stated in this section) patent license to make, have made,
|
|
3697
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
3698
|
+
where such license applies only to those patent claims licensable
|
|
3699
|
+
by such Contributor that are necessarily infringed by their
|
|
3700
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
3701
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
3702
|
+
institute patent litigation against any entity (including a
|
|
3703
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
3704
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
3705
|
+
or contributory patent infringement, then any patent licenses
|
|
3706
|
+
granted to You under this License for that Work shall terminate
|
|
3707
|
+
as of the date such litigation is filed.
|
|
3708
|
+
|
|
3709
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
3710
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
3711
|
+
modifications, and in Source or Object form, provided that You
|
|
3712
|
+
meet the following conditions:
|
|
3713
|
+
|
|
3714
|
+
(a) You must give any other recipients of the Work or
|
|
3715
|
+
Derivative Works a copy of this License; and
|
|
3716
|
+
|
|
3717
|
+
(b) You must cause any modified files to carry prominent notices
|
|
3718
|
+
stating that You changed the files; and
|
|
3719
|
+
|
|
3720
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
3721
|
+
that You distribute, all copyright, patent, trademark, and
|
|
3722
|
+
attribution notices from the Source form of the Work,
|
|
3723
|
+
excluding those notices that do not pertain to any part of
|
|
3724
|
+
the Derivative Works; and
|
|
3725
|
+
|
|
3726
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
3727
|
+
distribution, then any Derivative Works that You distribute must
|
|
3728
|
+
include a readable copy of the attribution notices contained
|
|
3729
|
+
within such NOTICE file, excluding those notices that do not
|
|
3730
|
+
pertain to any part of the Derivative Works, in at least one
|
|
3731
|
+
of the following places: within a NOTICE text file distributed
|
|
3732
|
+
as part of the Derivative Works; within the Source form or
|
|
3733
|
+
documentation, if provided along with the Derivative Works; or,
|
|
3734
|
+
within a display generated by the Derivative Works, if and
|
|
3735
|
+
wherever such third-party notices normally appear. The contents
|
|
3736
|
+
of the NOTICE file are for informational purposes only and
|
|
3737
|
+
do not modify the License. You may add Your own attribution
|
|
3738
|
+
notices within Derivative Works that You distribute, alongside
|
|
3739
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
3740
|
+
that such additional attribution notices cannot be construed
|
|
3741
|
+
as modifying the License.
|
|
3742
|
+
|
|
3743
|
+
You may add Your own copyright statement to Your modifications and
|
|
3744
|
+
may provide additional or different license terms and conditions
|
|
3745
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
3746
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
3747
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
3748
|
+
the conditions stated in this License.
|
|
3749
|
+
|
|
3750
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
3751
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
3752
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
3753
|
+
this License, without any additional terms or conditions.
|
|
3754
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
3755
|
+
the terms of any separate license agreement you may have executed
|
|
3756
|
+
with Licensor regarding such Contributions.
|
|
3757
|
+
|
|
3758
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
3759
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
3760
|
+
except as required for reasonable and customary use in describing the
|
|
3761
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
3762
|
+
|
|
3763
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
3764
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
3765
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
3766
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
3767
|
+
implied, including, without limitation, any warranties or conditions
|
|
3768
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
3769
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
3770
|
+
appropriateness of using or redistributing the Work and assume any
|
|
3771
|
+
risks associated with Your exercise of permissions under this License.
|
|
3772
|
+
|
|
3773
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
3774
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
3775
|
+
unless required by applicable law (such as deliberate and grossly
|
|
3776
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
3777
|
+
liable to You for damages, including any direct, indirect, special,
|
|
3778
|
+
incidental, or consequential damages of any character arising as a
|
|
3779
|
+
result of this License or out of the use or inability to use the
|
|
3780
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
3781
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
3782
|
+
other commercial damages or losses), even if such Contributor
|
|
3783
|
+
has been advised of the possibility of such damages.
|
|
3784
|
+
|
|
3785
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
3786
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
3787
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
3788
|
+
or other liability obligations and/or rights consistent with this
|
|
3789
|
+
License. However, in accepting such obligations, You may act only
|
|
3790
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
3791
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
3792
|
+
defend, and hold each Contributor harmless for any liability
|
|
3793
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
3794
|
+
of your accepting any such warranty or additional liability.
|
|
3795
|
+
|
|
3796
|
+
END OF TERMS AND CONDITIONS
|
|
3797
|
+
|
|
3798
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
3799
|
+
|
|
3800
|
+
To apply the Apache License to your work, attach the following
|
|
3801
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
3802
|
+
replaced with your own identifying information. (Don't include
|
|
3803
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
3804
|
+
comment syntax for the file format. We also recommend that a
|
|
3805
|
+
file or class name and description of purpose be included on the
|
|
3806
|
+
same "printed page" as the copyright notice for easier
|
|
3807
|
+
identification within third-party archives.
|
|
3808
|
+
|
|
3809
|
+
Copyright [yyyy] [name of copyright owner]
|
|
3810
|
+
|
|
3811
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
3812
|
+
you may not use this file except in compliance with the License.
|
|
3813
|
+
You may obtain a copy of the License at
|
|
3814
|
+
|
|
3815
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
3816
|
+
|
|
3817
|
+
Unless required by applicable law or agreed to in writing, software
|
|
3818
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
3819
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3820
|
+
See the License for the specific language governing permissions and
|
|
3821
|
+
limitations under the License.
|
|
3822
|
+
|
|
3823
|
+
==============================================================================
|
|
3824
|
+
@opentelemetry/context-async-hooks@2.9.0
|
|
3825
|
+
License: Apache-2.0
|
|
3826
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-async-hooks
|
|
3827
|
+
|
|
3828
|
+
Apache License
|
|
3829
|
+
Version 2.0, January 2004
|
|
3830
|
+
http://www.apache.org/licenses/
|
|
3831
|
+
|
|
3832
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
3833
|
+
|
|
3834
|
+
1. Definitions.
|
|
3835
|
+
|
|
3836
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
3837
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
3838
|
+
|
|
3839
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
3840
|
+
the copyright owner that is granting the License.
|
|
3841
|
+
|
|
3842
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
3843
|
+
other entities that control, are controlled by, or are under common
|
|
3844
|
+
control with that entity. For the purposes of this definition,
|
|
3845
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
3846
|
+
direction or management of such entity, whether by contract or
|
|
3847
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
3848
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
3849
|
+
|
|
3850
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
3851
|
+
exercising permissions granted by this License.
|
|
3852
|
+
|
|
3853
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
3854
|
+
including but not limited to software source code, documentation
|
|
3855
|
+
source, and configuration files.
|
|
3856
|
+
|
|
3857
|
+
"Object" form shall mean any form resulting from mechanical
|
|
3858
|
+
transformation or translation of a Source form, including but
|
|
3859
|
+
not limited to compiled object code, generated documentation,
|
|
3860
|
+
and conversions to other media types.
|
|
3861
|
+
|
|
3862
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
3863
|
+
Object form, made available under the License, as indicated by a
|
|
3864
|
+
copyright notice that is included in or attached to the work
|
|
3865
|
+
(an example is provided in the Appendix below).
|
|
3866
|
+
|
|
3867
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
3868
|
+
form, that is based on (or derived from) the Work and for which the
|
|
3869
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
3870
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
3871
|
+
of this License, Derivative Works shall not include works that remain
|
|
3872
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
3873
|
+
the Work and Derivative Works thereof.
|
|
3874
|
+
|
|
3875
|
+
"Contribution" shall mean any work of authorship, including
|
|
3876
|
+
the original version of the Work and any modifications or additions
|
|
3877
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
3878
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
3879
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
3880
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
3881
|
+
means any form of electronic, verbal, or written communication sent
|
|
3882
|
+
to the Licensor or its representatives, including but not limited to
|
|
3883
|
+
communication on electronic mailing lists, source code control systems,
|
|
3884
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
3885
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
3886
|
+
excluding communication that is conspicuously marked or otherwise
|
|
3887
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
3888
|
+
|
|
3889
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
3890
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
3891
|
+
subsequently incorporated within the Work.
|
|
3892
|
+
|
|
3893
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
3894
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
3895
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3896
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
3897
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
3898
|
+
Work and such Derivative Works in Source or Object form.
|
|
3899
|
+
|
|
3900
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
3901
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
3902
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3903
|
+
(except as stated in this section) patent license to make, have made,
|
|
3904
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
3905
|
+
where such license applies only to those patent claims licensable
|
|
3906
|
+
by such Contributor that are necessarily infringed by their
|
|
3907
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
3908
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
3909
|
+
institute patent litigation against any entity (including a
|
|
3910
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
3911
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
3912
|
+
or contributory patent infringement, then any patent licenses
|
|
3913
|
+
granted to You under this License for that Work shall terminate
|
|
3914
|
+
as of the date such litigation is filed.
|
|
3915
|
+
|
|
3916
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
3917
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
3918
|
+
modifications, and in Source or Object form, provided that You
|
|
3919
|
+
meet the following conditions:
|
|
3920
|
+
|
|
3921
|
+
(a) You must give any other recipients of the Work or
|
|
3922
|
+
Derivative Works a copy of this License; and
|
|
3923
|
+
|
|
3924
|
+
(b) You must cause any modified files to carry prominent notices
|
|
3925
|
+
stating that You changed the files; and
|
|
3926
|
+
|
|
3927
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
3928
|
+
that You distribute, all copyright, patent, trademark, and
|
|
3929
|
+
attribution notices from the Source form of the Work,
|
|
3930
|
+
excluding those notices that do not pertain to any part of
|
|
3931
|
+
the Derivative Works; and
|
|
3932
|
+
|
|
3933
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
3934
|
+
distribution, then any Derivative Works that You distribute must
|
|
3935
|
+
include a readable copy of the attribution notices contained
|
|
3936
|
+
within such NOTICE file, excluding those notices that do not
|
|
3937
|
+
pertain to any part of the Derivative Works, in at least one
|
|
3938
|
+
of the following places: within a NOTICE text file distributed
|
|
3939
|
+
as part of the Derivative Works; within the Source form or
|
|
3940
|
+
documentation, if provided along with the Derivative Works; or,
|
|
3941
|
+
within a display generated by the Derivative Works, if and
|
|
3942
|
+
wherever such third-party notices normally appear. The contents
|
|
3943
|
+
of the NOTICE file are for informational purposes only and
|
|
3944
|
+
do not modify the License. You may add Your own attribution
|
|
3945
|
+
notices within Derivative Works that You distribute, alongside
|
|
3946
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
3947
|
+
that such additional attribution notices cannot be construed
|
|
3948
|
+
as modifying the License.
|
|
3949
|
+
|
|
3950
|
+
You may add Your own copyright statement to Your modifications and
|
|
3951
|
+
may provide additional or different license terms and conditions
|
|
3952
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
3953
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
3954
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
3955
|
+
the conditions stated in this License.
|
|
3956
|
+
|
|
3957
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
3958
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
3959
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
3960
|
+
this License, without any additional terms or conditions.
|
|
3961
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
3962
|
+
the terms of any separate license agreement you may have executed
|
|
3963
|
+
with Licensor regarding such Contributions.
|
|
3964
|
+
|
|
3965
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
3966
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
3967
|
+
except as required for reasonable and customary use in describing the
|
|
3968
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
3969
|
+
|
|
3970
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
3971
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
3972
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
3973
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
3974
|
+
implied, including, without limitation, any warranties or conditions
|
|
3975
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
3976
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
3977
|
+
appropriateness of using or redistributing the Work and assume any
|
|
3978
|
+
risks associated with Your exercise of permissions under this License.
|
|
3979
|
+
|
|
3980
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
3981
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
3982
|
+
unless required by applicable law (such as deliberate and grossly
|
|
3983
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
3984
|
+
liable to You for damages, including any direct, indirect, special,
|
|
3985
|
+
incidental, or consequential damages of any character arising as a
|
|
3986
|
+
result of this License or out of the use or inability to use the
|
|
3987
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
3988
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
3989
|
+
other commercial damages or losses), even if such Contributor
|
|
3990
|
+
has been advised of the possibility of such damages.
|
|
3991
|
+
|
|
3992
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
3993
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
3994
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
3995
|
+
or other liability obligations and/or rights consistent with this
|
|
3996
|
+
License. However, in accepting such obligations, You may act only
|
|
3997
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
3998
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
3999
|
+
defend, and hold each Contributor harmless for any liability
|
|
4000
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
4001
|
+
of your accepting any such warranty or additional liability.
|
|
4002
|
+
|
|
4003
|
+
END OF TERMS AND CONDITIONS
|
|
4004
|
+
|
|
4005
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
4006
|
+
|
|
4007
|
+
To apply the Apache License to your work, attach the following
|
|
4008
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
4009
|
+
replaced with your own identifying information. (Don't include
|
|
4010
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
4011
|
+
comment syntax for the file format. We also recommend that a
|
|
4012
|
+
file or class name and description of purpose be included on the
|
|
4013
|
+
same "printed page" as the copyright notice for easier
|
|
4014
|
+
identification within third-party archives.
|
|
4015
|
+
|
|
4016
|
+
Copyright [yyyy] [name of copyright owner]
|
|
4017
|
+
|
|
4018
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4019
|
+
you may not use this file except in compliance with the License.
|
|
4020
|
+
You may obtain a copy of the License at
|
|
4021
|
+
|
|
4022
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
4023
|
+
|
|
4024
|
+
Unless required by applicable law or agreed to in writing, software
|
|
4025
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
4026
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
4027
|
+
See the License for the specific language governing permissions and
|
|
4028
|
+
limitations under the License.
|
|
4029
|
+
|
|
4030
|
+
==============================================================================
|
|
4031
|
+
@opentelemetry/core@2.8.0
|
|
4032
|
+
License: Apache-2.0
|
|
4033
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core
|
|
4034
|
+
|
|
4035
|
+
Apache License
|
|
4036
|
+
Version 2.0, January 2004
|
|
4037
|
+
http://www.apache.org/licenses/
|
|
4038
|
+
|
|
4039
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4040
|
+
|
|
4041
|
+
1. Definitions.
|
|
4042
|
+
|
|
4043
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
4044
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
4045
|
+
|
|
4046
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
4047
|
+
the copyright owner that is granting the License.
|
|
4048
|
+
|
|
4049
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
4050
|
+
other entities that control, are controlled by, or are under common
|
|
4051
|
+
control with that entity. For the purposes of this definition,
|
|
4052
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
4053
|
+
direction or management of such entity, whether by contract or
|
|
4054
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
4055
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
4056
|
+
|
|
4057
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
4058
|
+
exercising permissions granted by this License.
|
|
4059
|
+
|
|
4060
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
4061
|
+
including but not limited to software source code, documentation
|
|
4062
|
+
source, and configuration files.
|
|
4063
|
+
|
|
4064
|
+
"Object" form shall mean any form resulting from mechanical
|
|
4065
|
+
transformation or translation of a Source form, including but
|
|
4066
|
+
not limited to compiled object code, generated documentation,
|
|
4067
|
+
and conversions to other media types.
|
|
4068
|
+
|
|
4069
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
4070
|
+
Object form, made available under the License, as indicated by a
|
|
4071
|
+
copyright notice that is included in or attached to the work
|
|
4072
|
+
(an example is provided in the Appendix below).
|
|
4073
|
+
|
|
4074
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
4075
|
+
form, that is based on (or derived from) the Work and for which the
|
|
4076
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
4077
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
4078
|
+
of this License, Derivative Works shall not include works that remain
|
|
4079
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
4080
|
+
the Work and Derivative Works thereof.
|
|
4081
|
+
|
|
4082
|
+
"Contribution" shall mean any work of authorship, including
|
|
4083
|
+
the original version of the Work and any modifications or additions
|
|
4084
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
4085
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
4086
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
4087
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
4088
|
+
means any form of electronic, verbal, or written communication sent
|
|
4089
|
+
to the Licensor or its representatives, including but not limited to
|
|
4090
|
+
communication on electronic mailing lists, source code control systems,
|
|
4091
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
4092
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
4093
|
+
excluding communication that is conspicuously marked or otherwise
|
|
4094
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
4095
|
+
|
|
4096
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
4097
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
4098
|
+
subsequently incorporated within the Work.
|
|
4099
|
+
|
|
4100
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
4101
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
4102
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
4103
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
4104
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
4105
|
+
Work and such Derivative Works in Source or Object form.
|
|
4106
|
+
|
|
4107
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
4108
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
4109
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
4110
|
+
(except as stated in this section) patent license to make, have made,
|
|
4111
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
4112
|
+
where such license applies only to those patent claims licensable
|
|
4113
|
+
by such Contributor that are necessarily infringed by their
|
|
4114
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
4115
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
4116
|
+
institute patent litigation against any entity (including a
|
|
4117
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
4118
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
4119
|
+
or contributory patent infringement, then any patent licenses
|
|
4120
|
+
granted to You under this License for that Work shall terminate
|
|
4121
|
+
as of the date such litigation is filed.
|
|
4122
|
+
|
|
4123
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
4124
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
4125
|
+
modifications, and in Source or Object form, provided that You
|
|
4126
|
+
meet the following conditions:
|
|
4127
|
+
|
|
4128
|
+
(a) You must give any other recipients of the Work or
|
|
4129
|
+
Derivative Works a copy of this License; and
|
|
4130
|
+
|
|
4131
|
+
(b) You must cause any modified files to carry prominent notices
|
|
4132
|
+
stating that You changed the files; and
|
|
4133
|
+
|
|
4134
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
4135
|
+
that You distribute, all copyright, patent, trademark, and
|
|
4136
|
+
attribution notices from the Source form of the Work,
|
|
4137
|
+
excluding those notices that do not pertain to any part of
|
|
4138
|
+
the Derivative Works; and
|
|
4139
|
+
|
|
4140
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
4141
|
+
distribution, then any Derivative Works that You distribute must
|
|
4142
|
+
include a readable copy of the attribution notices contained
|
|
4143
|
+
within such NOTICE file, excluding those notices that do not
|
|
4144
|
+
pertain to any part of the Derivative Works, in at least one
|
|
4145
|
+
of the following places: within a NOTICE text file distributed
|
|
4146
|
+
as part of the Derivative Works; within the Source form or
|
|
4147
|
+
documentation, if provided along with the Derivative Works; or,
|
|
4148
|
+
within a display generated by the Derivative Works, if and
|
|
4149
|
+
wherever such third-party notices normally appear. The contents
|
|
4150
|
+
of the NOTICE file are for informational purposes only and
|
|
4151
|
+
do not modify the License. You may add Your own attribution
|
|
4152
|
+
notices within Derivative Works that You distribute, alongside
|
|
4153
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
4154
|
+
that such additional attribution notices cannot be construed
|
|
4155
|
+
as modifying the License.
|
|
4156
|
+
|
|
4157
|
+
You may add Your own copyright statement to Your modifications and
|
|
4158
|
+
may provide additional or different license terms and conditions
|
|
4159
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
4160
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
4161
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
4162
|
+
the conditions stated in this License.
|
|
4163
|
+
|
|
4164
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
4165
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
4166
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
4167
|
+
this License, without any additional terms or conditions.
|
|
4168
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
4169
|
+
the terms of any separate license agreement you may have executed
|
|
4170
|
+
with Licensor regarding such Contributions.
|
|
4171
|
+
|
|
4172
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
4173
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
4174
|
+
except as required for reasonable and customary use in describing the
|
|
4175
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
4176
|
+
|
|
4177
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
4178
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
4179
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
4180
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
4181
|
+
implied, including, without limitation, any warranties or conditions
|
|
4182
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
4183
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
4184
|
+
appropriateness of using or redistributing the Work and assume any
|
|
4185
|
+
risks associated with Your exercise of permissions under this License.
|
|
4186
|
+
|
|
4187
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
4188
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
4189
|
+
unless required by applicable law (such as deliberate and grossly
|
|
4190
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
4191
|
+
liable to You for damages, including any direct, indirect, special,
|
|
4192
|
+
incidental, or consequential damages of any character arising as a
|
|
4193
|
+
result of this License or out of the use or inability to use the
|
|
4194
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
4195
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
4196
|
+
other commercial damages or losses), even if such Contributor
|
|
4197
|
+
has been advised of the possibility of such damages.
|
|
4198
|
+
|
|
4199
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
4200
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
4201
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
4202
|
+
or other liability obligations and/or rights consistent with this
|
|
4203
|
+
License. However, in accepting such obligations, You may act only
|
|
4204
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
4205
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
4206
|
+
defend, and hold each Contributor harmless for any liability
|
|
4207
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
4208
|
+
of your accepting any such warranty or additional liability.
|
|
4209
|
+
|
|
4210
|
+
END OF TERMS AND CONDITIONS
|
|
4211
|
+
|
|
4212
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
4213
|
+
|
|
4214
|
+
To apply the Apache License to your work, attach the following
|
|
4215
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
4216
|
+
replaced with your own identifying information. (Don't include
|
|
4217
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
4218
|
+
comment syntax for the file format. We also recommend that a
|
|
4219
|
+
file or class name and description of purpose be included on the
|
|
4220
|
+
same "printed page" as the copyright notice for easier
|
|
4221
|
+
identification within third-party archives.
|
|
4222
|
+
|
|
4223
|
+
Copyright [yyyy] [name of copyright owner]
|
|
4224
|
+
|
|
4225
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4226
|
+
you may not use this file except in compliance with the License.
|
|
4227
|
+
You may obtain a copy of the License at
|
|
4228
|
+
|
|
4229
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
4230
|
+
|
|
4231
|
+
Unless required by applicable law or agreed to in writing, software
|
|
4232
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
4233
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
4234
|
+
See the License for the specific language governing permissions and
|
|
4235
|
+
limitations under the License.
|
|
4236
|
+
|
|
4237
|
+
==============================================================================
|
|
4238
|
+
@opentelemetry/core@2.9.0
|
|
4239
|
+
License: Apache-2.0
|
|
4240
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core
|
|
4241
|
+
|
|
4242
|
+
Apache License
|
|
4243
|
+
Version 2.0, January 2004
|
|
4244
|
+
http://www.apache.org/licenses/
|
|
4245
|
+
|
|
4246
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4247
|
+
|
|
4248
|
+
1. Definitions.
|
|
4249
|
+
|
|
4250
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
4251
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
4252
|
+
|
|
4253
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
4254
|
+
the copyright owner that is granting the License.
|
|
4255
|
+
|
|
4256
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
4257
|
+
other entities that control, are controlled by, or are under common
|
|
4258
|
+
control with that entity. For the purposes of this definition,
|
|
4259
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
4260
|
+
direction or management of such entity, whether by contract or
|
|
4261
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
4262
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
4263
|
+
|
|
4264
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
4265
|
+
exercising permissions granted by this License.
|
|
4266
|
+
|
|
4267
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
4268
|
+
including but not limited to software source code, documentation
|
|
4269
|
+
source, and configuration files.
|
|
4270
|
+
|
|
4271
|
+
"Object" form shall mean any form resulting from mechanical
|
|
4272
|
+
transformation or translation of a Source form, including but
|
|
4273
|
+
not limited to compiled object code, generated documentation,
|
|
4274
|
+
and conversions to other media types.
|
|
4275
|
+
|
|
4276
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
4277
|
+
Object form, made available under the License, as indicated by a
|
|
4278
|
+
copyright notice that is included in or attached to the work
|
|
4279
|
+
(an example is provided in the Appendix below).
|
|
4280
|
+
|
|
4281
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
4282
|
+
form, that is based on (or derived from) the Work and for which the
|
|
4283
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
4284
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
4285
|
+
of this License, Derivative Works shall not include works that remain
|
|
4286
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
4287
|
+
the Work and Derivative Works thereof.
|
|
4288
|
+
|
|
4289
|
+
"Contribution" shall mean any work of authorship, including
|
|
4290
|
+
the original version of the Work and any modifications or additions
|
|
4291
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
4292
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
4293
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
4294
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
4295
|
+
means any form of electronic, verbal, or written communication sent
|
|
4296
|
+
to the Licensor or its representatives, including but not limited to
|
|
4297
|
+
communication on electronic mailing lists, source code control systems,
|
|
4298
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
4299
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
4300
|
+
excluding communication that is conspicuously marked or otherwise
|
|
4301
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
4302
|
+
|
|
4303
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
4304
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
4305
|
+
subsequently incorporated within the Work.
|
|
4306
|
+
|
|
4307
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
4308
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
4309
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
4310
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
4311
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
4312
|
+
Work and such Derivative Works in Source or Object form.
|
|
4313
|
+
|
|
4314
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
4315
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
4316
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
4317
|
+
(except as stated in this section) patent license to make, have made,
|
|
4318
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
4319
|
+
where such license applies only to those patent claims licensable
|
|
4320
|
+
by such Contributor that are necessarily infringed by their
|
|
4321
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
4322
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
4323
|
+
institute patent litigation against any entity (including a
|
|
4324
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
4325
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
4326
|
+
or contributory patent infringement, then any patent licenses
|
|
4327
|
+
granted to You under this License for that Work shall terminate
|
|
4328
|
+
as of the date such litigation is filed.
|
|
4329
|
+
|
|
4330
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
4331
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
4332
|
+
modifications, and in Source or Object form, provided that You
|
|
4333
|
+
meet the following conditions:
|
|
4334
|
+
|
|
4335
|
+
(a) You must give any other recipients of the Work or
|
|
4336
|
+
Derivative Works a copy of this License; and
|
|
4337
|
+
|
|
4338
|
+
(b) You must cause any modified files to carry prominent notices
|
|
4339
|
+
stating that You changed the files; and
|
|
4340
|
+
|
|
4341
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
4342
|
+
that You distribute, all copyright, patent, trademark, and
|
|
4343
|
+
attribution notices from the Source form of the Work,
|
|
4344
|
+
excluding those notices that do not pertain to any part of
|
|
4345
|
+
the Derivative Works; and
|
|
4346
|
+
|
|
4347
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
4348
|
+
distribution, then any Derivative Works that You distribute must
|
|
4349
|
+
include a readable copy of the attribution notices contained
|
|
4350
|
+
within such NOTICE file, excluding those notices that do not
|
|
4351
|
+
pertain to any part of the Derivative Works, in at least one
|
|
4352
|
+
of the following places: within a NOTICE text file distributed
|
|
4353
|
+
as part of the Derivative Works; within the Source form or
|
|
4354
|
+
documentation, if provided along with the Derivative Works; or,
|
|
4355
|
+
within a display generated by the Derivative Works, if and
|
|
4356
|
+
wherever such third-party notices normally appear. The contents
|
|
4357
|
+
of the NOTICE file are for informational purposes only and
|
|
4358
|
+
do not modify the License. You may add Your own attribution
|
|
4359
|
+
notices within Derivative Works that You distribute, alongside
|
|
4360
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
4361
|
+
that such additional attribution notices cannot be construed
|
|
4362
|
+
as modifying the License.
|
|
4363
|
+
|
|
4364
|
+
You may add Your own copyright statement to Your modifications and
|
|
4365
|
+
may provide additional or different license terms and conditions
|
|
4366
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
4367
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
4368
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
4369
|
+
the conditions stated in this License.
|
|
4370
|
+
|
|
4371
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
4372
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
4373
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
4374
|
+
this License, without any additional terms or conditions.
|
|
4375
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
4376
|
+
the terms of any separate license agreement you may have executed
|
|
4377
|
+
with Licensor regarding such Contributions.
|
|
4378
|
+
|
|
4379
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
4380
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
4381
|
+
except as required for reasonable and customary use in describing the
|
|
4382
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
4383
|
+
|
|
4384
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
4385
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
4386
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
4387
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
4388
|
+
implied, including, without limitation, any warranties or conditions
|
|
4389
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
4390
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
4391
|
+
appropriateness of using or redistributing the Work and assume any
|
|
4392
|
+
risks associated with Your exercise of permissions under this License.
|
|
4393
|
+
|
|
4394
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
4395
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
4396
|
+
unless required by applicable law (such as deliberate and grossly
|
|
4397
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
4398
|
+
liable to You for damages, including any direct, indirect, special,
|
|
4399
|
+
incidental, or consequential damages of any character arising as a
|
|
4400
|
+
result of this License or out of the use or inability to use the
|
|
4401
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
4402
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
4403
|
+
other commercial damages or losses), even if such Contributor
|
|
4404
|
+
has been advised of the possibility of such damages.
|
|
4405
|
+
|
|
4406
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
4407
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
4408
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
4409
|
+
or other liability obligations and/or rights consistent with this
|
|
4410
|
+
License. However, in accepting such obligations, You may act only
|
|
4411
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
4412
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
4413
|
+
defend, and hold each Contributor harmless for any liability
|
|
4414
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
4415
|
+
of your accepting any such warranty or additional liability.
|
|
4416
|
+
|
|
4417
|
+
END OF TERMS AND CONDITIONS
|
|
4418
|
+
|
|
4419
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
4420
|
+
|
|
4421
|
+
To apply the Apache License to your work, attach the following
|
|
4422
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
4423
|
+
replaced with your own identifying information. (Don't include
|
|
4424
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
4425
|
+
comment syntax for the file format. We also recommend that a
|
|
4426
|
+
file or class name and description of purpose be included on the
|
|
4427
|
+
same "printed page" as the copyright notice for easier
|
|
4428
|
+
identification within third-party archives.
|
|
4429
|
+
|
|
4430
|
+
Copyright [yyyy] [name of copyright owner]
|
|
4431
|
+
|
|
4432
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4433
|
+
you may not use this file except in compliance with the License.
|
|
4434
|
+
You may obtain a copy of the License at
|
|
4435
|
+
|
|
4436
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
4437
|
+
|
|
4438
|
+
Unless required by applicable law or agreed to in writing, software
|
|
4439
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
4440
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
4441
|
+
See the License for the specific language governing permissions and
|
|
4442
|
+
limitations under the License.
|
|
4443
|
+
|
|
4444
|
+
==============================================================================
|
|
4445
|
+
@opentelemetry/exporter-logs-otlp-http@0.219.0
|
|
4446
|
+
License: Apache-2.0
|
|
4447
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-logs-otlp-http
|
|
4448
|
+
|
|
4449
|
+
Apache License
|
|
4450
|
+
Version 2.0, January 2004
|
|
4451
|
+
http://www.apache.org/licenses/
|
|
4452
|
+
|
|
4453
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4454
|
+
|
|
4455
|
+
1. Definitions.
|
|
4456
|
+
|
|
4457
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
4458
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
4459
|
+
|
|
4460
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
4461
|
+
the copyright owner that is granting the License.
|
|
4462
|
+
|
|
4463
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
4464
|
+
other entities that control, are controlled by, or are under common
|
|
4465
|
+
control with that entity. For the purposes of this definition,
|
|
4466
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
4467
|
+
direction or management of such entity, whether by contract or
|
|
4468
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
4469
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
4470
|
+
|
|
4471
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
4472
|
+
exercising permissions granted by this License.
|
|
4473
|
+
|
|
4474
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
4475
|
+
including but not limited to software source code, documentation
|
|
4476
|
+
source, and configuration files.
|
|
4477
|
+
|
|
4478
|
+
"Object" form shall mean any form resulting from mechanical
|
|
4479
|
+
transformation or translation of a Source form, including but
|
|
4480
|
+
not limited to compiled object code, generated documentation,
|
|
4481
|
+
and conversions to other media types.
|
|
4482
|
+
|
|
4483
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
4484
|
+
Object form, made available under the License, as indicated by a
|
|
4485
|
+
copyright notice that is included in or attached to the work
|
|
4486
|
+
(an example is provided in the Appendix below).
|
|
4487
|
+
|
|
4488
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
4489
|
+
form, that is based on (or derived from) the Work and for which the
|
|
4490
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
4491
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
4492
|
+
of this License, Derivative Works shall not include works that remain
|
|
4493
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
4494
|
+
the Work and Derivative Works thereof.
|
|
4495
|
+
|
|
4496
|
+
"Contribution" shall mean any work of authorship, including
|
|
4497
|
+
the original version of the Work and any modifications or additions
|
|
4498
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
4499
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
4500
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
4501
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
4502
|
+
means any form of electronic, verbal, or written communication sent
|
|
4503
|
+
to the Licensor or its representatives, including but not limited to
|
|
4504
|
+
communication on electronic mailing lists, source code control systems,
|
|
4505
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
4506
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
4507
|
+
excluding communication that is conspicuously marked or otherwise
|
|
4508
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
4509
|
+
|
|
4510
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
4511
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
4512
|
+
subsequently incorporated within the Work.
|
|
4513
|
+
|
|
4514
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
4515
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
4516
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
4517
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
4518
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
4519
|
+
Work and such Derivative Works in Source or Object form.
|
|
4520
|
+
|
|
4521
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
4522
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
4523
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
4524
|
+
(except as stated in this section) patent license to make, have made,
|
|
4525
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
4526
|
+
where such license applies only to those patent claims licensable
|
|
4527
|
+
by such Contributor that are necessarily infringed by their
|
|
4528
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
4529
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
4530
|
+
institute patent litigation against any entity (including a
|
|
4531
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
4532
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
4533
|
+
or contributory patent infringement, then any patent licenses
|
|
4534
|
+
granted to You under this License for that Work shall terminate
|
|
4535
|
+
as of the date such litigation is filed.
|
|
4536
|
+
|
|
4537
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
4538
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
4539
|
+
modifications, and in Source or Object form, provided that You
|
|
4540
|
+
meet the following conditions:
|
|
4541
|
+
|
|
4542
|
+
(a) You must give any other recipients of the Work or
|
|
4543
|
+
Derivative Works a copy of this License; and
|
|
3126
4544
|
|
|
3127
|
-
|
|
4545
|
+
(b) You must cause any modified files to carry prominent notices
|
|
4546
|
+
stating that You changed the files; and
|
|
3128
4547
|
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
furnished to do so, subject to the following conditions:
|
|
4548
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
4549
|
+
that You distribute, all copyright, patent, trademark, and
|
|
4550
|
+
attribution notices from the Source form of the Work,
|
|
4551
|
+
excluding those notices that do not pertain to any part of
|
|
4552
|
+
the Derivative Works; and
|
|
3135
4553
|
|
|
3136
|
-
|
|
3137
|
-
|
|
4554
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
4555
|
+
distribution, then any Derivative Works that You distribute must
|
|
4556
|
+
include a readable copy of the attribution notices contained
|
|
4557
|
+
within such NOTICE file, excluding those notices that do not
|
|
4558
|
+
pertain to any part of the Derivative Works, in at least one
|
|
4559
|
+
of the following places: within a NOTICE text file distributed
|
|
4560
|
+
as part of the Derivative Works; within the Source form or
|
|
4561
|
+
documentation, if provided along with the Derivative Works; or,
|
|
4562
|
+
within a display generated by the Derivative Works, if and
|
|
4563
|
+
wherever such third-party notices normally appear. The contents
|
|
4564
|
+
of the NOTICE file are for informational purposes only and
|
|
4565
|
+
do not modify the License. You may add Your own attribution
|
|
4566
|
+
notices within Derivative Works that You distribute, alongside
|
|
4567
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
4568
|
+
that such additional attribution notices cannot be construed
|
|
4569
|
+
as modifying the License.
|
|
3138
4570
|
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
SOFTWARE.
|
|
4571
|
+
You may add Your own copyright statement to Your modifications and
|
|
4572
|
+
may provide additional or different license terms and conditions
|
|
4573
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
4574
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
4575
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
4576
|
+
the conditions stated in this License.
|
|
3146
4577
|
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
4578
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
4579
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
4580
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
4581
|
+
this License, without any additional terms or conditions.
|
|
4582
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
4583
|
+
the terms of any separate license agreement you may have executed
|
|
4584
|
+
with Licensor regarding such Contributions.
|
|
3151
4585
|
|
|
3152
|
-
|
|
4586
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
4587
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
4588
|
+
except as required for reasonable and customary use in describing the
|
|
4589
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
3153
4590
|
|
|
3154
|
-
|
|
4591
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
4592
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
4593
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
4594
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
4595
|
+
implied, including, without limitation, any warranties or conditions
|
|
4596
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
4597
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
4598
|
+
appropriateness of using or redistributing the Work and assume any
|
|
4599
|
+
risks associated with Your exercise of permissions under this License.
|
|
3155
4600
|
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
4601
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
4602
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
4603
|
+
unless required by applicable law (such as deliberate and grossly
|
|
4604
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
4605
|
+
liable to You for damages, including any direct, indirect, special,
|
|
4606
|
+
incidental, or consequential damages of any character arising as a
|
|
4607
|
+
result of this License or out of the use or inability to use the
|
|
4608
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
4609
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
4610
|
+
other commercial damages or losses), even if such Contributor
|
|
4611
|
+
has been advised of the possibility of such damages.
|
|
3162
4612
|
|
|
3163
|
-
|
|
3164
|
-
|
|
4613
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
4614
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
4615
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
4616
|
+
or other liability obligations and/or rights consistent with this
|
|
4617
|
+
License. However, in accepting such obligations, You may act only
|
|
4618
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
4619
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
4620
|
+
defend, and hold each Contributor harmless for any liability
|
|
4621
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
4622
|
+
of your accepting any such warranty or additional liability.
|
|
3165
4623
|
|
|
3166
|
-
|
|
3167
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3168
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3169
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3170
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3171
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3172
|
-
SOFTWARE.
|
|
4624
|
+
END OF TERMS AND CONDITIONS
|
|
3173
4625
|
|
|
3174
|
-
|
|
3175
|
-
@node-llama-cpp/win-x64-vulkan@3.19.0
|
|
3176
|
-
License: MIT
|
|
3177
|
-
Homepage: https://node-llama-cpp.withcat.ai
|
|
4626
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
3178
4627
|
|
|
3179
|
-
|
|
4628
|
+
To apply the Apache License to your work, attach the following
|
|
4629
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
4630
|
+
replaced with your own identifying information. (Don't include
|
|
4631
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
4632
|
+
comment syntax for the file format. We also recommend that a
|
|
4633
|
+
file or class name and description of purpose be included on the
|
|
4634
|
+
same "printed page" as the copyright notice for easier
|
|
4635
|
+
identification within third-party archives.
|
|
3180
4636
|
|
|
3181
|
-
Copyright
|
|
4637
|
+
Copyright [yyyy] [name of copyright owner]
|
|
3182
4638
|
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3187
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3188
|
-
furnished to do so, subject to the following conditions:
|
|
4639
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4640
|
+
you may not use this file except in compliance with the License.
|
|
4641
|
+
You may obtain a copy of the License at
|
|
3189
4642
|
|
|
3190
|
-
|
|
3191
|
-
copies or substantial portions of the Software.
|
|
4643
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
3192
4644
|
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3199
|
-
SOFTWARE.
|
|
4645
|
+
Unless required by applicable law or agreed to in writing, software
|
|
4646
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
4647
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
4648
|
+
See the License for the specific language governing permissions and
|
|
4649
|
+
limitations under the License.
|
|
3200
4650
|
|
|
3201
4651
|
==============================================================================
|
|
3202
|
-
@opentelemetry/
|
|
4652
|
+
@opentelemetry/exporter-metrics-otlp-http@0.219.0
|
|
3203
4653
|
License: Apache-2.0
|
|
3204
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
4654
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-exporter-metrics-otlp-http
|
|
3205
4655
|
|
|
3206
4656
|
Apache License
|
|
3207
4657
|
Version 2.0, January 2004
|
|
@@ -3406,9 +4856,9 @@ Apache License
|
|
|
3406
4856
|
limitations under the License.
|
|
3407
4857
|
|
|
3408
4858
|
==============================================================================
|
|
3409
|
-
@opentelemetry/
|
|
4859
|
+
@opentelemetry/exporter-trace-otlp-proto@0.219.0
|
|
3410
4860
|
License: Apache-2.0
|
|
3411
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/
|
|
4861
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/exporter-trace-otlp-proto
|
|
3412
4862
|
|
|
3413
4863
|
Apache License
|
|
3414
4864
|
Version 2.0, January 2004
|
|
@@ -3613,9 +5063,9 @@ Apache License
|
|
|
3613
5063
|
limitations under the License.
|
|
3614
5064
|
|
|
3615
5065
|
==============================================================================
|
|
3616
|
-
@opentelemetry/
|
|
5066
|
+
@opentelemetry/otlp-exporter-base@0.219.0
|
|
3617
5067
|
License: Apache-2.0
|
|
3618
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/
|
|
5068
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/otlp-exporter-base
|
|
3619
5069
|
|
|
3620
5070
|
Apache License
|
|
3621
5071
|
Version 2.0, January 2004
|
|
@@ -3820,9 +5270,9 @@ Apache License
|
|
|
3820
5270
|
limitations under the License.
|
|
3821
5271
|
|
|
3822
5272
|
==============================================================================
|
|
3823
|
-
@opentelemetry/
|
|
5273
|
+
@opentelemetry/otlp-transformer@0.219.0
|
|
3824
5274
|
License: Apache-2.0
|
|
3825
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/
|
|
5275
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/otlp-transformer
|
|
3826
5276
|
|
|
3827
5277
|
Apache License
|
|
3828
5278
|
Version 2.0, January 2004
|
|
@@ -4027,9 +5477,9 @@ Apache License
|
|
|
4027
5477
|
limitations under the License.
|
|
4028
5478
|
|
|
4029
5479
|
==============================================================================
|
|
4030
|
-
@opentelemetry/
|
|
5480
|
+
@opentelemetry/resources@2.8.0
|
|
4031
5481
|
License: Apache-2.0
|
|
4032
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
5482
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources
|
|
4033
5483
|
|
|
4034
5484
|
Apache License
|
|
4035
5485
|
Version 2.0, January 2004
|
|
@@ -4234,9 +5684,9 @@ Apache License
|
|
|
4234
5684
|
limitations under the License.
|
|
4235
5685
|
|
|
4236
5686
|
==============================================================================
|
|
4237
|
-
@opentelemetry/
|
|
5687
|
+
@opentelemetry/resources@2.9.0
|
|
4238
5688
|
License: Apache-2.0
|
|
4239
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
5689
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources
|
|
4240
5690
|
|
|
4241
5691
|
Apache License
|
|
4242
5692
|
Version 2.0, January 2004
|
|
@@ -4441,9 +5891,9 @@ Apache License
|
|
|
4441
5891
|
limitations under the License.
|
|
4442
5892
|
|
|
4443
5893
|
==============================================================================
|
|
4444
|
-
@opentelemetry/
|
|
5894
|
+
@opentelemetry/sdk-logs@0.219.0
|
|
4445
5895
|
License: Apache-2.0
|
|
4446
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/
|
|
5896
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/sdk-logs
|
|
4447
5897
|
|
|
4448
5898
|
Apache License
|
|
4449
5899
|
Version 2.0, January 2004
|
|
@@ -4648,9 +6098,9 @@ Apache License
|
|
|
4648
6098
|
limitations under the License.
|
|
4649
6099
|
|
|
4650
6100
|
==============================================================================
|
|
4651
|
-
@opentelemetry/
|
|
6101
|
+
@opentelemetry/sdk-metrics@2.8.0
|
|
4652
6102
|
License: Apache-2.0
|
|
4653
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
6103
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-metrics
|
|
4654
6104
|
|
|
4655
6105
|
Apache License
|
|
4656
6106
|
Version 2.0, January 2004
|
|
@@ -4855,9 +6305,9 @@ Apache License
|
|
|
4855
6305
|
limitations under the License.
|
|
4856
6306
|
|
|
4857
6307
|
==============================================================================
|
|
4858
|
-
@opentelemetry/
|
|
6308
|
+
@opentelemetry/sdk-metrics@2.9.0
|
|
4859
6309
|
License: Apache-2.0
|
|
4860
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
6310
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-metrics
|
|
4861
6311
|
|
|
4862
6312
|
Apache License
|
|
4863
6313
|
Version 2.0, January 2004
|
|
@@ -5062,9 +6512,9 @@ Apache License
|
|
|
5062
6512
|
limitations under the License.
|
|
5063
6513
|
|
|
5064
6514
|
==============================================================================
|
|
5065
|
-
@opentelemetry/
|
|
6515
|
+
@opentelemetry/sdk-trace@2.9.0
|
|
5066
6516
|
License: Apache-2.0
|
|
5067
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/
|
|
6517
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-trace
|
|
5068
6518
|
|
|
5069
6519
|
Apache License
|
|
5070
6520
|
Version 2.0, January 2004
|
|
@@ -5269,9 +6719,9 @@ Apache License
|
|
|
5269
6719
|
limitations under the License.
|
|
5270
6720
|
|
|
5271
6721
|
==============================================================================
|
|
5272
|
-
@opentelemetry/sdk-
|
|
6722
|
+
@opentelemetry/sdk-trace-base@2.8.0
|
|
5273
6723
|
License: Apache-2.0
|
|
5274
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
6724
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base
|
|
5275
6725
|
|
|
5276
6726
|
Apache License
|
|
5277
6727
|
Version 2.0, January 2004
|
|
@@ -5476,9 +6926,9 @@ Apache License
|
|
|
5476
6926
|
limitations under the License.
|
|
5477
6927
|
|
|
5478
6928
|
==============================================================================
|
|
5479
|
-
@opentelemetry/sdk-
|
|
6929
|
+
@opentelemetry/sdk-trace-base@2.9.0
|
|
5480
6930
|
License: Apache-2.0
|
|
5481
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-
|
|
6931
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base
|
|
5482
6932
|
|
|
5483
6933
|
Apache License
|
|
5484
6934
|
Version 2.0, January 2004
|
|
@@ -5683,9 +7133,9 @@ Apache License
|
|
|
5683
7133
|
limitations under the License.
|
|
5684
7134
|
|
|
5685
7135
|
==============================================================================
|
|
5686
|
-
@opentelemetry/sdk-trace-
|
|
7136
|
+
@opentelemetry/sdk-trace-node@2.9.0
|
|
5687
7137
|
License: Apache-2.0
|
|
5688
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-
|
|
7138
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node
|
|
5689
7139
|
|
|
5690
7140
|
Apache License
|
|
5691
7141
|
Version 2.0, January 2004
|
|
@@ -5890,9 +7340,9 @@ Apache License
|
|
|
5890
7340
|
limitations under the License.
|
|
5891
7341
|
|
|
5892
7342
|
==============================================================================
|
|
5893
|
-
@opentelemetry/
|
|
7343
|
+
@opentelemetry/semantic-conventions@1.41.1
|
|
5894
7344
|
License: Apache-2.0
|
|
5895
|
-
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/
|
|
7345
|
+
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions
|
|
5896
7346
|
|
|
5897
7347
|
Apache License
|
|
5898
7348
|
Version 2.0, January 2004
|
|
@@ -6097,7 +7547,7 @@ Apache License
|
|
|
6097
7547
|
limitations under the License.
|
|
6098
7548
|
|
|
6099
7549
|
==============================================================================
|
|
6100
|
-
@opentelemetry/semantic-conventions@1.
|
|
7550
|
+
@opentelemetry/semantic-conventions@1.43.0
|
|
6101
7551
|
License: Apache-2.0
|
|
6102
7552
|
Homepage: https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions
|
|
6103
7553
|
|
|
@@ -7114,6 +8564,33 @@ MIT License
|
|
|
7114
8564
|
License: MIT
|
|
7115
8565
|
Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
|
7116
8566
|
|
|
8567
|
+
MIT License
|
|
8568
|
+
|
|
8569
|
+
Copyright (c) Microsoft Corporation.
|
|
8570
|
+
|
|
8571
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8572
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8573
|
+
in the Software without restriction, including without limitation the rights
|
|
8574
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8575
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8576
|
+
furnished to do so, subject to the following conditions:
|
|
8577
|
+
|
|
8578
|
+
The above copyright notice and this permission notice shall be included in all
|
|
8579
|
+
copies or substantial portions of the Software.
|
|
8580
|
+
|
|
8581
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
8582
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
8583
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
8584
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
8585
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8586
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
8587
|
+
SOFTWARE
|
|
8588
|
+
|
|
8589
|
+
==============================================================================
|
|
8590
|
+
@types/node@26.0.1
|
|
8591
|
+
License: MIT
|
|
8592
|
+
Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
|
8593
|
+
|
|
7117
8594
|
MIT License
|
|
7118
8595
|
|
|
7119
8596
|
Copyright (c) Microsoft Corporation.
|
|
@@ -7542,7 +9019,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
7542
9019
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
7543
9020
|
|
|
7544
9021
|
==============================================================================
|
|
7545
|
-
ai@7.0.
|
|
9022
|
+
ai@7.0.28
|
|
7546
9023
|
License: Apache-2.0
|
|
7547
9024
|
Homepage: https://ai-sdk.dev/docs
|
|
7548
9025
|
|
|
@@ -8590,7 +10067,7 @@ Apache License
|
|
|
8590
10067
|
limitations under the License.
|
|
8591
10068
|
|
|
8592
10069
|
==============================================================================
|
|
8593
|
-
bare-fs@4.7.
|
|
10070
|
+
bare-fs@4.7.3
|
|
8594
10071
|
License: Apache-2.0
|
|
8595
10072
|
Homepage: https://github.com/holepunchto/bare-fs#readme
|
|
8596
10073
|
|
|
@@ -11176,7 +12653,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
11176
12653
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
11177
12654
|
|
|
11178
12655
|
==============================================================================
|
|
11179
|
-
commander@12.
|
|
12656
|
+
commander@12.1.0
|
|
11180
12657
|
License: MIT
|
|
11181
12658
|
|
|
11182
12659
|
(The MIT License)
|
|
@@ -13587,7 +15064,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
13587
15064
|
SOFTWARE.
|
|
13588
15065
|
|
|
13589
15066
|
==============================================================================
|
|
13590
|
-
hono@4.12.
|
|
15067
|
+
hono@4.12.30
|
|
13591
15068
|
License: MIT
|
|
13592
15069
|
Homepage: https://hono.dev
|
|
13593
15070
|
|
|
@@ -18317,7 +19794,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
18317
19794
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
18318
19795
|
|
|
18319
19796
|
==============================================================================
|
|
18320
|
-
solid-js@1.9.
|
|
19797
|
+
solid-js@1.9.14
|
|
18321
19798
|
License: MIT
|
|
18322
19799
|
Homepage: https://solidjs.com
|
|
18323
19800
|
|
|
@@ -19489,6 +20966,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
19489
20966
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19490
20967
|
SOFTWARE.
|
|
19491
20968
|
|
|
20969
|
+
==============================================================================
|
|
20970
|
+
undici-types@8.3.0
|
|
20971
|
+
License: MIT
|
|
20972
|
+
Homepage: https://undici.nodejs.org
|
|
20973
|
+
|
|
20974
|
+
MIT License
|
|
20975
|
+
|
|
20976
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
20977
|
+
|
|
20978
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20979
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
20980
|
+
in the Software without restriction, including without limitation the rights
|
|
20981
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20982
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20983
|
+
furnished to do so, subject to the following conditions:
|
|
20984
|
+
|
|
20985
|
+
The above copyright notice and this permission notice shall be included in all
|
|
20986
|
+
copies or substantial portions of the Software.
|
|
20987
|
+
|
|
20988
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20989
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20990
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20991
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20992
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20993
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20994
|
+
SOFTWARE.
|
|
20995
|
+
|
|
19492
20996
|
==============================================================================
|
|
19493
20997
|
universalify@2.0.1
|
|
19494
20998
|
License: MIT
|