@voidzero-dev/vite-plus-test 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE.md +1072 -412
  2. package/package.json +4 -4
package/LICENSE.md CHANGED
@@ -1,9 +1,9 @@
1
- # Vitest core license
2
- Vitest is released under the MIT license:
1
+ # Vite-Plus test license
2
+ Vite-Plus is released under the MIT license:
3
3
 
4
4
  MIT License
5
5
 
6
- Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
6
+ Copyright (c) 2026-present, VoidZero Inc.
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
  of this software and associated documentation files (the "Software"), to deal
@@ -24,83 +24,27 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
24
  SOFTWARE.
25
25
 
26
26
  # Licenses of bundled dependencies
27
- The published Vitest artifact additionally contains code with the following licenses:
28
- BSD-3-Clause, ISC, MIT
27
+ The published Vite-Plus artifact additionally contains code with the following licenses:
28
+ Apache-2.0, MIT
29
29
 
30
30
  # Bundled dependencies:
31
- ## @antfu/install-pkg
32
- License: MIT
33
- By: Anthony Fu
34
- Repository: git+https://github.com/antfu/install-pkg.git
35
-
36
- > MIT License
37
- >
38
- > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
39
- >
40
- > Permission is hereby granted, free of charge, to any person obtaining a copy
41
- > of this software and associated documentation files (the "Software"), to deal
42
- > in the Software without restriction, including without limitation the rights
43
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44
- > copies of the Software, and to permit persons to whom the Software is
45
- > furnished to do so, subject to the following conditions:
46
- >
47
- > The above copyright notice and this permission notice shall be included in all
48
- > copies or substantial portions of the Software.
49
- >
50
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56
- > SOFTWARE.
57
-
58
- ---------------------------------------
59
-
60
- ## @jridgewell/resolve-uri
61
- License: MIT
62
- By: Justin Ridgewell
63
- Repository: https://github.com/jridgewell/resolve-uri
64
-
65
- > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
66
- >
67
- > Permission is hereby granted, free of charge, to any person obtaining a copy
68
- > of this software and associated documentation files (the "Software"), to deal
69
- > in the Software without restriction, including without limitation the rights
70
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
71
- > copies of the Software, and to permit persons to whom the Software is
72
- > furnished to do so, subject to the following conditions:
73
- >
74
- > The above copyright notice and this permission notice shall be included in
75
- > all copies or substantial portions of the Software.
76
- >
77
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
81
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
82
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83
- > SOFTWARE.
84
-
85
- ---------------------------------------
86
-
87
31
  ## @jridgewell/sourcemap-codec
88
32
  License: MIT
89
- By: Justin Ridgewell
90
- Repository: git+https://github.com/jridgewell/sourcemaps.git
33
+ By: Justin Ridgewell <justin@ridgewell.name>
34
+ Repository: https://github.com/jridgewell/sourcemaps
91
35
 
92
36
  > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
93
- >
37
+ >
94
38
  > Permission is hereby granted, free of charge, to any person obtaining a copy
95
39
  > of this software and associated documentation files (the "Software"), to deal
96
40
  > in the Software without restriction, including without limitation the rights
97
41
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
98
42
  > copies of the Software, and to permit persons to whom the Software is
99
43
  > furnished to do so, subject to the following conditions:
100
- >
44
+ >
101
45
  > The above copyright notice and this permission notice shall be included in
102
46
  > all copies or substantial portions of the Software.
103
- >
47
+ >
104
48
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105
49
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106
50
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -111,136 +55,82 @@ Repository: git+https://github.com/jridgewell/sourcemaps.git
111
55
 
112
56
  ---------------------------------------
113
57
 
114
- ## @jridgewell/trace-mapping
58
+ ## @types/estree
115
59
  License: MIT
116
- By: Justin Ridgewell
117
- Repository: git+https://github.com/jridgewell/sourcemaps.git
60
+ By: RReverser
61
+ Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
118
62
 
119
- > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
120
- >
121
- > Permission is hereby granted, free of charge, to any person obtaining a copy
122
- > of this software and associated documentation files (the "Software"), to deal
123
- > in the Software without restriction, including without limitation the rights
124
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
125
- > copies of the Software, and to permit persons to whom the Software is
126
- > furnished to do so, subject to the following conditions:
127
- >
128
- > The above copyright notice and this permission notice shall be included in
129
- > all copies or substantial portions of the Software.
130
- >
131
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
132
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
133
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
134
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
135
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
136
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
137
- > SOFTWARE.
138
-
139
- ---------------------------------------
140
-
141
- ## @sinonjs/commons
142
- License: BSD-3-Clause
143
- Repository: git+https://github.com/sinonjs/commons.git
144
-
145
- > BSD 3-Clause License
146
- >
147
- > Copyright (c) 2018, Sinon.JS
148
- > All rights reserved.
149
- >
150
- > Redistribution and use in source and binary forms, with or without
151
- > modification, are permitted provided that the following conditions are met:
152
- >
153
- > * Redistributions of source code must retain the above copyright notice, this
154
- > list of conditions and the following disclaimer.
155
- >
156
- > * Redistributions in binary form must reproduce the above copyright notice,
157
- > this list of conditions and the following disclaimer in the documentation
158
- > and/or other materials provided with the distribution.
159
- >
160
- > * Neither the name of the copyright holder nor the names of its
161
- > contributors may be used to endorse or promote products derived from
162
- > this software without specific prior written permission.
163
- >
164
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
165
- > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
166
- > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
167
- > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
168
- > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
169
- > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
170
- > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
171
- > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
172
- > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
173
- > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
174
-
175
- ---------------------------------------
176
-
177
- ## @sinonjs/fake-timers
178
- License: BSD-3-Clause
179
- By: Christian Johansen
180
- Repository: git+https://github.com/sinonjs/fake-timers.git
181
-
182
- > Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved.
183
- >
184
- > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
185
- >
186
- > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
187
- >
188
- > 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
189
- >
190
- > 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
191
- >
192
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63
+ > MIT License
64
+ >
65
+ > Copyright (c) Microsoft Corporation.
66
+ >
67
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
68
+ > of this software and associated documentation files (the "Software"), to deal
69
+ > in the Software without restriction, including without limitation the rights
70
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
71
+ > copies of the Software, and to permit persons to whom the Software is
72
+ > furnished to do so, subject to the following conditions:
73
+ >
74
+ > The above copyright notice and this permission notice shall be included in all
75
+ > copies or substantial portions of the Software.
76
+ >
77
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
81
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
82
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83
+ > SOFTWARE
193
84
 
194
85
  ---------------------------------------
195
86
 
196
- ## acorn-walk
87
+ ## @vitest/browser, @vitest/browser-playwright, @vitest/browser-preview, @vitest/browser-webdriverio, @vitest/expect, @vitest/mocker, @vitest/pretty-format, @vitest/runner, @vitest/snapshot, @vitest/spy, @vitest/utils
197
88
  License: MIT
198
- By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
199
- Repository: https://github.com/acornjs/acorn.git
89
+ Repositories: https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest, https://github.com/vitest-dev/vitest
200
90
 
201
91
  > MIT License
202
- >
203
- > Copyright (C) 2012-2020 by various contributors (see AUTHORS)
204
- >
92
+ >
93
+ > Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
94
+ >
205
95
  > Permission is hereby granted, free of charge, to any person obtaining a copy
206
96
  > of this software and associated documentation files (the "Software"), to deal
207
97
  > in the Software without restriction, including without limitation the rights
208
98
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
209
99
  > copies of the Software, and to permit persons to whom the Software is
210
100
  > furnished to do so, subject to the following conditions:
211
- >
212
- > The above copyright notice and this permission notice shall be included in
213
- > all copies or substantial portions of the Software.
214
- >
101
+ >
102
+ > The above copyright notice and this permission notice shall be included in all
103
+ > copies or substantial portions of the Software.
104
+ >
215
105
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
216
106
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
217
107
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
218
108
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
219
109
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
220
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
221
- > THE SOFTWARE.
110
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
111
+ > SOFTWARE.
222
112
 
223
113
  ---------------------------------------
224
114
 
225
- ## birpc
115
+ ## chai
226
116
  License: MIT
227
- By: Anthony Fu
228
- Repository: git+https://github.com/antfu-collective/birpc.git
117
+ By: Jake Luer <jake@alogicalparadox.com>, Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com), Veselin Todorov <hi@vesln.com>, John Firebaugh <john.firebaugh@gmail.com>
118
+ Repository: https://github.com/chaijs/chai
229
119
 
230
120
  > MIT License
231
- >
232
- > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
233
- >
121
+ >
122
+ > Copyright (c) 2017 Chai.js Assertion Library
123
+ >
234
124
  > Permission is hereby granted, free of charge, to any person obtaining a copy
235
125
  > of this software and associated documentation files (the "Software"), to deal
236
126
  > in the Software without restriction, including without limitation the rights
237
127
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
238
128
  > copies of the Software, and to permit persons to whom the Software is
239
129
  > furnished to do so, subject to the following conditions:
240
- >
130
+ >
241
131
  > The above copyright notice and this permission notice shall be included in all
242
132
  > copies or substantial portions of the Software.
243
- >
133
+ >
244
134
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
245
135
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
246
136
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -251,152 +141,288 @@ Repository: git+https://github.com/antfu-collective/birpc.git
251
141
 
252
142
  ---------------------------------------
253
143
 
254
- ## cac
144
+ ## es-module-lexer
255
145
  License: MIT
256
- By: egoist
257
- Repository: egoist/cac
146
+ By: Guy Bedford
147
+ Repository: https://github.com/guybedford/es-module-lexer
258
148
 
259
- > The MIT License (MIT)
260
- >
261
- > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
262
- >
263
- > Permission is hereby granted, free of charge, to any person obtaining a copy
264
- > of this software and associated documentation files (the "Software"), to deal
265
- > in the Software without restriction, including without limitation the rights
266
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
267
- > copies of the Software, and to permit persons to whom the Software is
268
- > furnished to do so, subject to the following conditions:
269
- >
270
- > The above copyright notice and this permission notice shall be included in
271
- > all copies or substantial portions of the Software.
272
- >
273
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
274
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
275
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
276
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
277
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
278
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
279
- > THE SOFTWARE.
149
+ > MIT License
150
+ > -----------
151
+ >
152
+ > Copyright (C) 2018-2022 Guy Bedford
153
+ >
154
+ > 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:
155
+ >
156
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
157
+ >
158
+ > 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.
280
159
 
281
160
  ---------------------------------------
282
161
 
283
- ## empathic
162
+ ## estree-walker
284
163
  License: MIT
285
- By: Luke Edwards
286
- Repository: lukeed/empathic
164
+ By: Rich Harris
165
+ Repository: https://github.com/Rich-Harris/estree-walker
287
166
 
288
- > MIT License
289
- >
290
- > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
291
- >
167
+ > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
168
+ >
292
169
  > 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:
293
- >
170
+ >
294
171
  > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
295
- >
172
+ >
296
173
  > 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.
297
174
 
298
175
  ---------------------------------------
299
176
 
300
- ## flatted
301
- License: ISC
302
- By: Andrea Giammarchi
303
- Repository: git+https://github.com/WebReflection/flatted.git
304
-
305
- > ISC License
306
- >
307
- > Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
308
- >
309
- > Permission to use, copy, modify, and/or distribute this software for any
310
- > purpose with or without fee is hereby granted, provided that the above
311
- > copyright notice and this permission notice appear in all copies.
312
- >
313
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
314
- > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
315
- > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
316
- > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
317
- > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
318
- > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
319
- > PERFORMANCE OF THIS SOFTWARE.
177
+ ## expect-type
178
+ License: Apache-2.0
179
+ Repository: https://github.com/mmkal/expect-type
180
+
181
+ > Copyright 2024 Misha Kaletsky
182
+ >
183
+ > Licensed under the Apache License, Version 2.0 (the "License");
184
+ > you may not use this file except in compliance with the License.
185
+ > You may obtain a copy of the License at
186
+ >
187
+ > http://www.apache.org/licenses/LICENSE-2.0
188
+ >
189
+ > Unless required by applicable law or agreed to in writing, software
190
+ > distributed under the License is distributed on an "AS IS" BASIS,
191
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
192
+ > See the License for the specific language governing permissions and
193
+ > limitations under the License.
194
+ >
195
+ >
196
+ > Apache License
197
+ > Version 2.0, January 2004
198
+ > http://www.apache.org/licenses/
199
+ >
200
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
201
+ >
202
+ > 1. Definitions.
203
+ >
204
+ > "License" shall mean the terms and conditions for use, reproduction,
205
+ > and distribution as defined by Sections 1 through 9 of this document.
206
+ >
207
+ > "Licensor" shall mean the copyright owner or entity authorized by
208
+ > the copyright owner that is granting the License.
209
+ >
210
+ > "Legal Entity" shall mean the union of the acting entity and all
211
+ > other entities that control, are controlled by, or are under common
212
+ > control with that entity. For the purposes of this definition,
213
+ > "control" means (i) the power, direct or indirect, to cause the
214
+ > direction or management of such entity, whether by contract or
215
+ > otherwise, or (ii) ownership of fifty percent (50%) or more of the
216
+ > outstanding shares, or (iii) beneficial ownership of such entity.
217
+ >
218
+ > "You" (or "Your") shall mean an individual or Legal Entity
219
+ > exercising permissions granted by this License.
220
+ >
221
+ > "Source" form shall mean the preferred form for making modifications,
222
+ > including but not limited to software source code, documentation
223
+ > source, and configuration files.
224
+ >
225
+ > "Object" form shall mean any form resulting from mechanical
226
+ > transformation or translation of a Source form, including but
227
+ > not limited to compiled object code, generated documentation,
228
+ > and conversions to other media types.
229
+ >
230
+ > "Work" shall mean the work of authorship, whether in Source or
231
+ > Object form, made available under the License, as indicated by a
232
+ > copyright notice that is included in or attached to the work
233
+ > (an example is provided in the Appendix below).
234
+ >
235
+ > "Derivative Works" shall mean any work, whether in Source or Object
236
+ > form, that is based on (or derived from) the Work and for which the
237
+ > editorial revisions, annotations, elaborations, or other modifications
238
+ > represent, as a whole, an original work of authorship. For the purposes
239
+ > of this License, Derivative Works shall not include works that remain
240
+ > separable from, or merely link (or bind by name) to the interfaces of,
241
+ > the Work and Derivative Works thereof.
242
+ >
243
+ > "Contribution" shall mean any work of authorship, including
244
+ > the original version of the Work and any modifications or additions
245
+ > to that Work or Derivative Works thereof, that is intentionally
246
+ > submitted to Licensor for inclusion in the Work by the copyright owner
247
+ > or by an individual or Legal Entity authorized to submit on behalf of
248
+ > the copyright owner. For the purposes of this definition, "submitted"
249
+ > means any form of electronic, verbal, or written communication sent
250
+ > to the Licensor or its representatives, including but not limited to
251
+ > communication on electronic mailing lists, source code control systems,
252
+ > and issue tracking systems that are managed by, or on behalf of, the
253
+ > Licensor for the purpose of discussing and improving the Work, but
254
+ > excluding communication that is conspicuously marked or otherwise
255
+ > designated in writing by the copyright owner as "Not a Contribution."
256
+ >
257
+ > "Contributor" shall mean Licensor and any individual or Legal Entity
258
+ > on behalf of whom a Contribution has been received by Licensor and
259
+ > subsequently incorporated within the Work.
260
+ >
261
+ > 2. Grant of Copyright License. Subject to the terms and conditions of
262
+ > this License, each Contributor hereby grants to You a perpetual,
263
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
264
+ > copyright license to reproduce, prepare Derivative Works of,
265
+ > publicly display, publicly perform, sublicense, and distribute the
266
+ > Work and such Derivative Works in Source or Object form.
267
+ >
268
+ > 3. Grant of Patent License. Subject to the terms and conditions of
269
+ > this License, each Contributor hereby grants to You a perpetual,
270
+ > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
271
+ > (except as stated in this section) patent license to make, have made,
272
+ > use, offer to sell, sell, import, and otherwise transfer the Work,
273
+ > where such license applies only to those patent claims licensable
274
+ > by such Contributor that are necessarily infringed by their
275
+ > Contribution(s) alone or by combination of their Contribution(s)
276
+ > with the Work to which such Contribution(s) was submitted. If You
277
+ > institute patent litigation against any entity (including a
278
+ > cross-claim or counterclaim in a lawsuit) alleging that the Work
279
+ > or a Contribution incorporated within the Work constitutes direct
280
+ > or contributory patent infringement, then any patent licenses
281
+ > granted to You under this License for that Work shall terminate
282
+ > as of the date such litigation is filed.
283
+ >
284
+ > 4. Redistribution. You may reproduce and distribute copies of the
285
+ > Work or Derivative Works thereof in any medium, with or without
286
+ > modifications, and in Source or Object form, provided that You
287
+ > meet the following conditions:
288
+ >
289
+ > (a) You must give any other recipients of the Work or
290
+ > Derivative Works a copy of this License; and
291
+ >
292
+ > (b) You must cause any modified files to carry prominent notices
293
+ > stating that You changed the files; and
294
+ >
295
+ > (c) You must retain, in the Source form of any Derivative Works
296
+ > that You distribute, all copyright, patent, trademark, and
297
+ > attribution notices from the Source form of the Work,
298
+ > excluding those notices that do not pertain to any part of
299
+ > the Derivative Works; and
300
+ >
301
+ > (d) If the Work includes a "NOTICE" text file as part of its
302
+ > distribution, then any Derivative Works that You distribute must
303
+ > include a readable copy of the attribution notices contained
304
+ > within such NOTICE file, excluding those notices that do not
305
+ > pertain to any part of the Derivative Works, in at least one
306
+ > of the following places: within a NOTICE text file distributed
307
+ > as part of the Derivative Works; within the Source form or
308
+ > documentation, if provided along with the Derivative Works; or,
309
+ > within a display generated by the Derivative Works, if and
310
+ > wherever such third-party notices normally appear. The contents
311
+ > of the NOTICE file are for informational purposes only and
312
+ > do not modify the License. You may add Your own attribution
313
+ > notices within Derivative Works that You distribute, alongside
314
+ > or as an addendum to the NOTICE text from the Work, provided
315
+ > that such additional attribution notices cannot be construed
316
+ > as modifying the License.
317
+ >
318
+ > You may add Your own copyright statement to Your modifications and
319
+ > may provide additional or different license terms and conditions
320
+ > for use, reproduction, or distribution of Your modifications, or
321
+ > for any such Derivative Works as a whole, provided Your use,
322
+ > reproduction, and distribution of the Work otherwise complies with
323
+ > the conditions stated in this License.
324
+ >
325
+ > 5. Submission of Contributions. Unless You explicitly state otherwise,
326
+ > any Contribution intentionally submitted for inclusion in the Work
327
+ > by You to the Licensor shall be under the terms and conditions of
328
+ > this License, without any additional terms or conditions.
329
+ > Notwithstanding the above, nothing herein shall supersede or modify
330
+ > the terms of any separate license agreement you may have executed
331
+ > with Licensor regarding such Contributions.
332
+ >
333
+ > 6. Trademarks. This License does not grant permission to use the trade
334
+ > names, trademarks, service marks, or product names of the Licensor,
335
+ > except as required for reasonable and customary use in describing the
336
+ > origin of the Work and reproducing the content of the NOTICE file.
337
+ >
338
+ > 7. Disclaimer of Warranty. Unless required by applicable law or
339
+ > agreed to in writing, Licensor provides the Work (and each
340
+ > Contributor provides its Contributions) on an "AS IS" BASIS,
341
+ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
342
+ > implied, including, without limitation, any warranties or conditions
343
+ > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
344
+ > PARTICULAR PURPOSE. You are solely responsible for determining the
345
+ > appropriateness of using or redistributing the Work and assume any
346
+ > risks associated with Your exercise of permissions under this License.
347
+ >
348
+ > 8. Limitation of Liability. In no event and under no legal theory,
349
+ > whether in tort (including negligence), contract, or otherwise,
350
+ > unless required by applicable law (such as deliberate and grossly
351
+ > negligent acts) or agreed to in writing, shall any Contributor be
352
+ > liable to You for damages, including any direct, indirect, special,
353
+ > incidental, or consequential damages of any character arising as a
354
+ > result of this License or out of the use or inability to use the
355
+ > Work (including but not limited to damages for loss of goodwill,
356
+ > work stoppage, computer failure or malfunction, or any and all
357
+ > other commercial damages or losses), even if such Contributor
358
+ > has been advised of the possibility of such damages.
359
+ >
360
+ > 9. Accepting Warranty or Additional Liability. While redistributing
361
+ > the Work or Derivative Works thereof, You may choose to offer,
362
+ > and charge a fee for, acceptance of support, warranty, indemnity,
363
+ > or other liability obligations and/or rights consistent with this
364
+ > License. However, in accepting such obligations, You may act only
365
+ > on Your own behalf and on Your sole responsibility, not on behalf
366
+ > of any other Contributor, and only if You agree to indemnify,
367
+ > defend, and hold each Contributor harmless for any liability
368
+ > incurred by, or claims asserted against, such Contributor by reason
369
+ > of your accepting any such warranty or additional liability.
370
+ >
371
+ > END OF TERMS AND CONDITIONS
320
372
 
321
373
  ---------------------------------------
322
374
 
323
- ## js-tokens
375
+ ## fdir
324
376
  License: MIT
325
- By: Simon Lydell
326
- Repository: lydell/js-tokens
377
+ By: thecodrr <thecodrr@protonmail.com>
378
+ Repository: https://github.com/thecodrr/fdir
327
379
 
328
- > The MIT License (MIT)
329
- >
330
- > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
331
- >
332
- > Permission is hereby granted, free of charge, to any person obtaining a copy
333
- > of this software and associated documentation files (the "Software"), to deal
334
- > in the Software without restriction, including without limitation the rights
335
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
336
- > copies of the Software, and to permit persons to whom the Software is
337
- > furnished to do so, subject to the following conditions:
338
- >
339
- > The above copyright notice and this permission notice shall be included in
340
- > all copies or substantial portions of the Software.
341
- >
342
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
343
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
344
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
345
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
346
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
347
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
348
- > THE SOFTWARE.
380
+ > Copyright 2023 Abdullah Atta
381
+ >
382
+ > 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:
383
+ >
384
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
385
+ >
386
+ > 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.
349
387
 
350
388
  ---------------------------------------
351
389
 
352
- ## kleur
390
+ ## magic-string
353
391
  License: MIT
354
- By: Luke Edwards
355
- Repository: lukeed/kleur
392
+ By: Rich Harris
393
+ Repository: https://github.com/Rich-Harris/magic-string
356
394
 
357
- > The MIT License (MIT)
358
- >
359
- > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
360
- >
361
- > Permission is hereby granted, free of charge, to any person obtaining a copy
362
- > of this software and associated documentation files (the "Software"), to deal
363
- > in the Software without restriction, including without limitation the rights
364
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
365
- > copies of the Software, and to permit persons to whom the Software is
366
- > furnished to do so, subject to the following conditions:
367
- >
368
- > The above copyright notice and this permission notice shall be included in
369
- > all copies or substantial portions of the Software.
370
- >
371
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
372
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
373
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
374
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
375
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
376
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
377
- > THE SOFTWARE.
395
+ > Copyright 2018 Rich Harris
396
+ >
397
+ > 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:
398
+ >
399
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
400
+ >
401
+ > 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.
378
402
 
379
403
  ---------------------------------------
380
404
 
381
- ## local-pkg
405
+ ## obug
382
406
  License: MIT
383
- By: Anthony Fu
384
- Repository: git+https://github.com/antfu-collective/local-pkg.git
407
+ By: Kevin Deng <sxzz@sxzz.moe>
408
+ Repository: https://github.com/sxzz/obug
385
409
 
386
- > MIT License
387
- >
388
- > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
389
- >
410
+ > The MIT License (MIT)
411
+ >
412
+ > Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
413
+ > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
414
+ > Copyright (c) 2018-2021 Josh Junon
415
+ >
390
416
  > Permission is hereby granted, free of charge, to any person obtaining a copy
391
417
  > of this software and associated documentation files (the "Software"), to deal
392
418
  > in the Software without restriction, including without limitation the rights
393
419
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
394
420
  > copies of the Software, and to permit persons to whom the Software is
395
421
  > furnished to do so, subject to the following conditions:
396
- >
422
+ >
397
423
  > The above copyright notice and this permission notice shall be included in all
398
424
  > copies or substantial portions of the Software.
399
- >
425
+ >
400
426
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
401
427
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
402
428
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -407,25 +433,24 @@ Repository: git+https://github.com/antfu-collective/local-pkg.git
407
433
 
408
434
  ---------------------------------------
409
435
 
410
- ## mime
436
+ ## pathe
411
437
  License: MIT
412
- By: Robert Kieffer
413
- Repository: https://github.com/broofa/mime
438
+ Repository: https://github.com/unjs/pathe
414
439
 
415
440
  > MIT License
416
- >
417
- > Copyright (c) 2023 Robert Kieffer
418
- >
441
+ >
442
+ > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
443
+ >
419
444
  > Permission is hereby granted, free of charge, to any person obtaining a copy
420
445
  > of this software and associated documentation files (the "Software"), to deal
421
446
  > in the Software without restriction, including without limitation the rights
422
447
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
423
448
  > copies of the Software, and to permit persons to whom the Software is
424
449
  > furnished to do so, subject to the following conditions:
425
- >
450
+ >
426
451
  > The above copyright notice and this permission notice shall be included in all
427
452
  > copies or substantial portions of the Software.
428
- >
453
+ >
429
454
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
430
455
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
431
456
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -433,85 +458,105 @@ Repository: https://github.com/broofa/mime
433
458
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
434
459
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
435
460
  > SOFTWARE.
436
-
437
- ---------------------------------------
438
-
439
- ## mlly
440
- License: MIT
441
- Repository: unjs/mlly
442
-
443
- > MIT License
444
- >
445
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
446
- >
447
- > Permission is hereby granted, free of charge, to any person obtaining a copy
448
- > of this software and associated documentation files (the "Software"), to deal
449
- > in the Software without restriction, including without limitation the rights
450
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
451
- > copies of the Software, and to permit persons to whom the Software is
452
- > furnished to do so, subject to the following conditions:
453
- >
454
- > The above copyright notice and this permission notice shall be included in all
455
- > copies or substantial portions of the Software.
456
- >
461
+ >
462
+ > ---
463
+ >
464
+ > Copyright Joyent, Inc. and other Node contributors.
465
+ >
466
+ > Permission is hereby granted, free of charge, to any person obtaining a
467
+ > copy of this software and associated documentation files (the
468
+ > "Software"), to deal in the Software without restriction, including
469
+ > without limitation the rights to use, copy, modify, merge, publish,
470
+ > distribute, sublicense, and/or sell copies of the Software, and to permit
471
+ > persons to whom the Software is furnished to do so, subject to the
472
+ > following conditions:
473
+ >
474
+ > The above copyright notice and this permission notice shall be included
475
+ > in all copies or substantial portions of the Software.
476
+ >
477
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
478
+ > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
479
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
480
+ > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
481
+ > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
482
+ > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
483
+ > USE OR OTHER DEALINGS IN THE SOFTWARE.
484
+ >
485
+ > ---
486
+ >
487
+ > Bundled zeptomatch (https://github.com/fabiospampinato/zeptomatch)
488
+ >
489
+ > The MIT License (MIT)
490
+ >
491
+ > Copyright (c) 2023-present Fabio Spampinato
492
+ >
493
+ > Permission is hereby granted, free of charge, to any person obtaining a
494
+ > copy of this software and associated documentation files (the "Software"),
495
+ > to deal in the Software without restriction, including without limitation
496
+ > the rights to use, copy, modify, merge, publish, distribute, sublicense,
497
+ > and/or sell copies of the Software, and to permit persons to whom the
498
+ > Software is furnished to do so, subject to the following conditions:
499
+ >
500
+ > The above copyright notice and this permission notice shall be included in
501
+ > all copies or substantial portions of the Software.
502
+ >
457
503
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
458
504
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
459
505
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
460
506
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
461
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
462
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
463
- > SOFTWARE.
507
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
508
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
509
+ > DEALINGS IN THE SOFTWARE.
464
510
 
465
511
  ---------------------------------------
466
512
 
467
- ## package-manager-detector
513
+ ## picomatch
468
514
  License: MIT
469
- By: Anthony Fu
470
- Repository: git+https://github.com/antfu-collective/package-manager-detector.git
515
+ By: Jon Schlinkert (https://github.com/jonschlinkert)
516
+ Repository: https://github.com/micromatch/picomatch
471
517
 
472
- > MIT License
473
- >
474
- > Copyright (c) 2020-PRESENT Anthony Fu <https://github.com/antfu>
475
- >
518
+ > The MIT License (MIT)
519
+ >
520
+ > Copyright (c) 2017-present, Jon Schlinkert.
521
+ >
476
522
  > Permission is hereby granted, free of charge, to any person obtaining a copy
477
523
  > of this software and associated documentation files (the "Software"), to deal
478
524
  > in the Software without restriction, including without limitation the rights
479
525
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
480
526
  > copies of the Software, and to permit persons to whom the Software is
481
527
  > furnished to do so, subject to the following conditions:
482
- >
483
- > The above copyright notice and this permission notice shall be included in all
484
- > copies or substantial portions of the Software.
485
- >
528
+ >
529
+ > The above copyright notice and this permission notice shall be included in
530
+ > all copies or substantial portions of the Software.
531
+ >
486
532
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
487
533
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
488
534
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
489
535
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
490
536
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
491
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
492
- > SOFTWARE.
537
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
538
+ > THE SOFTWARE.
493
539
 
494
540
  ---------------------------------------
495
541
 
496
- ## prompts
542
+ ## std-env
497
543
  License: MIT
498
- By: Terkel Gjervig
499
- Repository: terkelg/prompts
544
+ Repository: https://github.com/unjs/std-env
500
545
 
501
546
  > MIT License
502
- >
503
- > Copyright (c) 2018 Terkel Gjervig Nielsen
504
- >
547
+ >
548
+ > Copyright (c) Pooya Parsa <pooya@pi0.io>
549
+ >
505
550
  > Permission is hereby granted, free of charge, to any person obtaining a copy
506
551
  > of this software and associated documentation files (the "Software"), to deal
507
552
  > in the Software without restriction, including without limitation the rights
508
553
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
509
554
  > copies of the Software, and to permit persons to whom the Software is
510
555
  > furnished to do so, subject to the following conditions:
511
- >
556
+ >
512
557
  > The above copyright notice and this permission notice shall be included in all
513
558
  > copies or substantial portions of the Software.
514
- >
559
+ >
515
560
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
516
561
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
517
562
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -522,25 +567,24 @@ Repository: terkelg/prompts
522
567
 
523
568
  ---------------------------------------
524
569
 
525
- ## quansync
570
+ ## tinybench, tinyrainbow
526
571
  License: MIT
527
- By: Anthony Fu, 三咲智子 Kevin Deng
528
- Repository: git+https://github.com/quansync-dev/quansync.git
572
+ Repositories: https://github.com/tinylibs/tinybench, https://github.com/tinylibs/tinyrainbow
529
573
 
530
574
  > MIT License
531
- >
532
- > Copyright (c) 2025-PRESENT Anthony Fu <https://github.com/antfu> and Kevin Deng <https://github.com/sxzz>
533
- >
575
+ >
576
+ > Copyright (c) 2022 Tinylibs
577
+ >
534
578
  > Permission is hereby granted, free of charge, to any person obtaining a copy
535
579
  > of this software and associated documentation files (the "Software"), to deal
536
580
  > in the Software without restriction, including without limitation the rights
537
581
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538
582
  > copies of the Software, and to permit persons to whom the Software is
539
583
  > furnished to do so, subject to the following conditions:
540
- >
584
+ >
541
585
  > The above copyright notice and this permission notice shall be included in all
542
586
  > copies or substantial portions of the Software.
543
- >
587
+ >
544
588
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545
589
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546
590
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -551,25 +595,25 @@ Repository: git+https://github.com/quansync-dev/quansync.git
551
595
 
552
596
  ---------------------------------------
553
597
 
554
- ## sisteransi
598
+ ## tinyexec
555
599
  License: MIT
556
- By: Terkel Gjervig
557
- Repository: https://github.com/terkelg/sisteransi
600
+ By: James Garbutt (https://github.com/43081j)
601
+ Repository: https://github.com/tinylibs/tinyexec
558
602
 
559
603
  > MIT License
560
- >
561
- > Copyright (c) 2018 Terkel Gjervig Nielsen
562
- >
604
+ >
605
+ > Copyright (c) 2024 Tinylibs
606
+ >
563
607
  > Permission is hereby granted, free of charge, to any person obtaining a copy
564
608
  > of this software and associated documentation files (the "Software"), to deal
565
609
  > in the Software without restriction, including without limitation the rights
566
610
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
567
611
  > copies of the Software, and to permit persons to whom the Software is
568
612
  > furnished to do so, subject to the following conditions:
569
- >
613
+ >
570
614
  > The above copyright notice and this permission notice shall be included in all
571
615
  > copies or substantial portions of the Software.
572
- >
616
+ >
573
617
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
574
618
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
575
619
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -580,25 +624,25 @@ Repository: https://github.com/terkelg/sisteransi
580
624
 
581
625
  ---------------------------------------
582
626
 
583
- ## strip-literal
627
+ ## tinyglobby
584
628
  License: MIT
585
- By: Anthony Fu
586
- Repository: git+https://github.com/antfu/strip-literal.git
629
+ By: Superchupu
630
+ Repository: https://github.com/SuperchupuDev/tinyglobby
587
631
 
588
632
  > MIT License
589
- >
590
- > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
591
- >
633
+ >
634
+ > Copyright (c) 2024 Madeline Gurriarán
635
+ >
592
636
  > Permission is hereby granted, free of charge, to any person obtaining a copy
593
637
  > of this software and associated documentation files (the "Software"), to deal
594
638
  > in the Software without restriction, including without limitation the rights
595
639
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
596
640
  > copies of the Software, and to permit persons to whom the Software is
597
641
  > furnished to do so, subject to the following conditions:
598
- >
642
+ >
599
643
  > The above copyright notice and this permission notice shall be included in all
600
644
  > copies or substantial portions of the Software.
601
- >
645
+ >
602
646
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
603
647
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
604
648
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -609,51 +653,28 @@ Repository: git+https://github.com/antfu/strip-literal.git
609
653
 
610
654
  ---------------------------------------
611
655
 
612
- ## type-detect
613
- License: MIT
614
- By: Jake Luer, Keith Cirkel, David Losert, Aleksey Shvayka, Lucas Fernandes da Costa, Grant Snodgrass, Jeremy Tice, Edward Betts, dvlsg, Amila Welihinda, Jake Champion, Miroslav Bajtoš
615
- Repository: git+ssh://git@github.com/chaijs/type-detect.git
616
-
617
- > Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
618
- >
619
- > Permission is hereby granted, free of charge, to any person obtaining a copy
620
- > of this software and associated documentation files (the "Software"), to deal
621
- > in the Software without restriction, including without limitation the rights
622
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
623
- > copies of the Software, and to permit persons to whom the Software is
624
- > furnished to do so, subject to the following conditions:
625
- >
626
- > The above copyright notice and this permission notice shall be included in
627
- > all copies or substantial portions of the Software.
628
- >
629
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
630
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
631
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
632
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
633
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
634
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
635
- > THE SOFTWARE.
636
-
637
- ---------------------------------------
638
-
639
- ## ufo
656
+ ## vitest
640
657
  License: MIT
641
- Repository: unjs/ufo
658
+ By: Anthony Fu <anthonyfu117@hotmail.com>
659
+ Repository: https://github.com/vitest-dev/vitest
642
660
 
661
+ > # Vitest core license
662
+ > Vitest is released under the MIT license:
663
+ >
643
664
  > MIT License
644
- >
645
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
646
- >
665
+ >
666
+ > Copyright (c) 2021-Present VoidZero Inc. and Vitest contributors
667
+ >
647
668
  > Permission is hereby granted, free of charge, to any person obtaining a copy
648
669
  > of this software and associated documentation files (the "Software"), to deal
649
670
  > in the Software without restriction, including without limitation the rights
650
671
  > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
651
672
  > copies of the Software, and to permit persons to whom the Software is
652
673
  > furnished to do so, subject to the following conditions:
653
- >
674
+ >
654
675
  > The above copyright notice and this permission notice shall be included in all
655
676
  > copies or substantial portions of the Software.
656
- >
677
+ >
657
678
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
658
679
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
659
680
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -661,31 +682,670 @@ Repository: unjs/ufo
661
682
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
662
683
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
663
684
  > SOFTWARE.
664
-
665
- ---------------------------------------
666
-
667
- ## ws
668
- License: MIT
669
- By: Einar Otto Stangvik
670
- Repository: git+https://github.com/websockets/ws.git
671
-
672
- > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
673
- > Copyright (c) 2013 Arnout Kazemier and contributors
674
- > Copyright (c) 2016 Luigi Pinca and contributors
675
- >
676
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
677
- > this software and associated documentation files (the "Software"), to deal in
678
- > the Software without restriction, including without limitation the rights to
679
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
680
- > the Software, and to permit persons to whom the Software is furnished to do so,
681
- > subject to the following conditions:
682
- >
683
- > The above copyright notice and this permission notice shall be included in all
684
- > copies or substantial portions of the Software.
685
- >
686
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
687
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
688
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
689
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
690
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
691
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
685
+ >
686
+ > # Licenses of bundled dependencies
687
+ > The published Vitest artifact additionally contains code with the following licenses:
688
+ > BSD-3-Clause, ISC, MIT
689
+ >
690
+ > # Bundled dependencies:
691
+ > ## @antfu/install-pkg
692
+ > License: MIT
693
+ > By: Anthony Fu
694
+ > Repository: git+https://github.com/antfu/install-pkg.git
695
+ >
696
+ > > MIT License
697
+ > >
698
+ > > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
699
+ > >
700
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
701
+ > > of this software and associated documentation files (the "Software"), to deal
702
+ > > in the Software without restriction, including without limitation the rights
703
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
704
+ > > copies of the Software, and to permit persons to whom the Software is
705
+ > > furnished to do so, subject to the following conditions:
706
+ > >
707
+ > > The above copyright notice and this permission notice shall be included in all
708
+ > > copies or substantial portions of the Software.
709
+ > >
710
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
711
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
712
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
713
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
714
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
715
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
716
+ > > SOFTWARE.
717
+ >
718
+ > ---------------------------------------
719
+ >
720
+ > ## @jridgewell/resolve-uri
721
+ > License: MIT
722
+ > By: Justin Ridgewell
723
+ > Repository: https://github.com/jridgewell/resolve-uri
724
+ >
725
+ > > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
726
+ > >
727
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
728
+ > > of this software and associated documentation files (the "Software"), to deal
729
+ > > in the Software without restriction, including without limitation the rights
730
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
731
+ > > copies of the Software, and to permit persons to whom the Software is
732
+ > > furnished to do so, subject to the following conditions:
733
+ > >
734
+ > > The above copyright notice and this permission notice shall be included in
735
+ > > all copies or substantial portions of the Software.
736
+ > >
737
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
738
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
739
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
740
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
741
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
742
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
743
+ > > SOFTWARE.
744
+ >
745
+ > ---------------------------------------
746
+ >
747
+ > ## @jridgewell/sourcemap-codec
748
+ > License: MIT
749
+ > By: Justin Ridgewell
750
+ > Repository: git+https://github.com/jridgewell/sourcemaps.git
751
+ >
752
+ > > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
753
+ > >
754
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
755
+ > > of this software and associated documentation files (the "Software"), to deal
756
+ > > in the Software without restriction, including without limitation the rights
757
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
758
+ > > copies of the Software, and to permit persons to whom the Software is
759
+ > > furnished to do so, subject to the following conditions:
760
+ > >
761
+ > > The above copyright notice and this permission notice shall be included in
762
+ > > all copies or substantial portions of the Software.
763
+ > >
764
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
765
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
766
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
767
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
768
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
769
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
770
+ > > SOFTWARE.
771
+ >
772
+ > ---------------------------------------
773
+ >
774
+ > ## @jridgewell/trace-mapping
775
+ > License: MIT
776
+ > By: Justin Ridgewell
777
+ > Repository: git+https://github.com/jridgewell/sourcemaps.git
778
+ >
779
+ > > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
780
+ > >
781
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
782
+ > > of this software and associated documentation files (the "Software"), to deal
783
+ > > in the Software without restriction, including without limitation the rights
784
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
785
+ > > copies of the Software, and to permit persons to whom the Software is
786
+ > > furnished to do so, subject to the following conditions:
787
+ > >
788
+ > > The above copyright notice and this permission notice shall be included in
789
+ > > all copies or substantial portions of the Software.
790
+ > >
791
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
792
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
793
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
794
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
795
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
796
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
797
+ > > SOFTWARE.
798
+ >
799
+ > ---------------------------------------
800
+ >
801
+ > ## @sinonjs/commons
802
+ > License: BSD-3-Clause
803
+ > Repository: git+https://github.com/sinonjs/commons.git
804
+ >
805
+ > > BSD 3-Clause License
806
+ > >
807
+ > > Copyright (c) 2018, Sinon.JS
808
+ > > All rights reserved.
809
+ > >
810
+ > > Redistribution and use in source and binary forms, with or without
811
+ > > modification, are permitted provided that the following conditions are met:
812
+ > >
813
+ > > * Redistributions of source code must retain the above copyright notice, this
814
+ > > list of conditions and the following disclaimer.
815
+ > >
816
+ > > * Redistributions in binary form must reproduce the above copyright notice,
817
+ > > this list of conditions and the following disclaimer in the documentation
818
+ > > and/or other materials provided with the distribution.
819
+ > >
820
+ > > * Neither the name of the copyright holder nor the names of its
821
+ > > contributors may be used to endorse or promote products derived from
822
+ > > this software without specific prior written permission.
823
+ > >
824
+ > > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
825
+ > > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
826
+ > > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
827
+ > > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
828
+ > > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
829
+ > > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
830
+ > > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
831
+ > > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
832
+ > > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
833
+ > > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
834
+ >
835
+ > ---------------------------------------
836
+ >
837
+ > ## @sinonjs/fake-timers
838
+ > License: BSD-3-Clause
839
+ > By: Christian Johansen
840
+ > Repository: git+https://github.com/sinonjs/fake-timers.git
841
+ >
842
+ > > Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no. All rights reserved.
843
+ > >
844
+ > > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
845
+ > >
846
+ > > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
847
+ > >
848
+ > > 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
849
+ > >
850
+ > > 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
851
+ > >
852
+ > > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
853
+ >
854
+ > ---------------------------------------
855
+ >
856
+ > ## acorn-walk
857
+ > License: MIT
858
+ > By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
859
+ > Repository: https://github.com/acornjs/acorn.git
860
+ >
861
+ > > MIT License
862
+ > >
863
+ > > Copyright (C) 2012-2020 by various contributors (see AUTHORS)
864
+ > >
865
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
866
+ > > of this software and associated documentation files (the "Software"), to deal
867
+ > > in the Software without restriction, including without limitation the rights
868
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
869
+ > > copies of the Software, and to permit persons to whom the Software is
870
+ > > furnished to do so, subject to the following conditions:
871
+ > >
872
+ > > The above copyright notice and this permission notice shall be included in
873
+ > > all copies or substantial portions of the Software.
874
+ > >
875
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
876
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
877
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
878
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
879
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
880
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
881
+ > > THE SOFTWARE.
882
+ >
883
+ > ---------------------------------------
884
+ >
885
+ > ## birpc
886
+ > License: MIT
887
+ > By: Anthony Fu
888
+ > Repository: git+https://github.com/antfu-collective/birpc.git
889
+ >
890
+ > > MIT License
891
+ > >
892
+ > > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
893
+ > >
894
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
895
+ > > of this software and associated documentation files (the "Software"), to deal
896
+ > > in the Software without restriction, including without limitation the rights
897
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
898
+ > > copies of the Software, and to permit persons to whom the Software is
899
+ > > furnished to do so, subject to the following conditions:
900
+ > >
901
+ > > The above copyright notice and this permission notice shall be included in all
902
+ > > copies or substantial portions of the Software.
903
+ > >
904
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
905
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
906
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
907
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
908
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
909
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
910
+ > > SOFTWARE.
911
+ >
912
+ > ---------------------------------------
913
+ >
914
+ > ## cac
915
+ > License: MIT
916
+ > By: egoist
917
+ > Repository: egoist/cac
918
+ >
919
+ > > The MIT License (MIT)
920
+ > >
921
+ > > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
922
+ > >
923
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
924
+ > > of this software and associated documentation files (the "Software"), to deal
925
+ > > in the Software without restriction, including without limitation the rights
926
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
927
+ > > copies of the Software, and to permit persons to whom the Software is
928
+ > > furnished to do so, subject to the following conditions:
929
+ > >
930
+ > > The above copyright notice and this permission notice shall be included in
931
+ > > all copies or substantial portions of the Software.
932
+ > >
933
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
934
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
935
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
936
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
937
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
938
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
939
+ > > THE SOFTWARE.
940
+ >
941
+ > ---------------------------------------
942
+ >
943
+ > ## empathic
944
+ > License: MIT
945
+ > By: Luke Edwards
946
+ > Repository: lukeed/empathic
947
+ >
948
+ > > MIT License
949
+ > >
950
+ > > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
951
+ > >
952
+ > > 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:
953
+ > >
954
+ > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
955
+ > >
956
+ > > 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.
957
+ >
958
+ > ---------------------------------------
959
+ >
960
+ > ## flatted
961
+ > License: ISC
962
+ > By: Andrea Giammarchi
963
+ > Repository: git+https://github.com/WebReflection/flatted.git
964
+ >
965
+ > > ISC License
966
+ > >
967
+ > > Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
968
+ > >
969
+ > > Permission to use, copy, modify, and/or distribute this software for any
970
+ > > purpose with or without fee is hereby granted, provided that the above
971
+ > > copyright notice and this permission notice appear in all copies.
972
+ > >
973
+ > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
974
+ > > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
975
+ > > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
976
+ > > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
977
+ > > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
978
+ > > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
979
+ > > PERFORMANCE OF THIS SOFTWARE.
980
+ >
981
+ > ---------------------------------------
982
+ >
983
+ > ## js-tokens
984
+ > License: MIT
985
+ > By: Simon Lydell
986
+ > Repository: lydell/js-tokens
987
+ >
988
+ > > The MIT License (MIT)
989
+ > >
990
+ > > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
991
+ > >
992
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
993
+ > > of this software and associated documentation files (the "Software"), to deal
994
+ > > in the Software without restriction, including without limitation the rights
995
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
996
+ > > copies of the Software, and to permit persons to whom the Software is
997
+ > > furnished to do so, subject to the following conditions:
998
+ > >
999
+ > > The above copyright notice and this permission notice shall be included in
1000
+ > > all copies or substantial portions of the Software.
1001
+ > >
1002
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1003
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1004
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1005
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1006
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1007
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1008
+ > > THE SOFTWARE.
1009
+ >
1010
+ > ---------------------------------------
1011
+ >
1012
+ > ## kleur
1013
+ > License: MIT
1014
+ > By: Luke Edwards
1015
+ > Repository: lukeed/kleur
1016
+ >
1017
+ > > The MIT License (MIT)
1018
+ > >
1019
+ > > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1020
+ > >
1021
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1022
+ > > of this software and associated documentation files (the "Software"), to deal
1023
+ > > in the Software without restriction, including without limitation the rights
1024
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1025
+ > > copies of the Software, and to permit persons to whom the Software is
1026
+ > > furnished to do so, subject to the following conditions:
1027
+ > >
1028
+ > > The above copyright notice and this permission notice shall be included in
1029
+ > > all copies or substantial portions of the Software.
1030
+ > >
1031
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1032
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1033
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1034
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1035
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1036
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1037
+ > > THE SOFTWARE.
1038
+ >
1039
+ > ---------------------------------------
1040
+ >
1041
+ > ## local-pkg
1042
+ > License: MIT
1043
+ > By: Anthony Fu
1044
+ > Repository: git+https://github.com/antfu-collective/local-pkg.git
1045
+ >
1046
+ > > MIT License
1047
+ > >
1048
+ > > Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
1049
+ > >
1050
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1051
+ > > of this software and associated documentation files (the "Software"), to deal
1052
+ > > in the Software without restriction, including without limitation the rights
1053
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1054
+ > > copies of the Software, and to permit persons to whom the Software is
1055
+ > > furnished to do so, subject to the following conditions:
1056
+ > >
1057
+ > > The above copyright notice and this permission notice shall be included in all
1058
+ > > copies or substantial portions of the Software.
1059
+ > >
1060
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1061
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1062
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1063
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1064
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1065
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1066
+ > > SOFTWARE.
1067
+ >
1068
+ > ---------------------------------------
1069
+ >
1070
+ > ## mime
1071
+ > License: MIT
1072
+ > By: Robert Kieffer
1073
+ > Repository: https://github.com/broofa/mime
1074
+ >
1075
+ > > MIT License
1076
+ > >
1077
+ > > Copyright (c) 2023 Robert Kieffer
1078
+ > >
1079
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1080
+ > > of this software and associated documentation files (the "Software"), to deal
1081
+ > > in the Software without restriction, including without limitation the rights
1082
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1083
+ > > copies of the Software, and to permit persons to whom the Software is
1084
+ > > furnished to do so, subject to the following conditions:
1085
+ > >
1086
+ > > The above copyright notice and this permission notice shall be included in all
1087
+ > > copies or substantial portions of the Software.
1088
+ > >
1089
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1090
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1091
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1092
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1093
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1094
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1095
+ > > SOFTWARE.
1096
+ >
1097
+ > ---------------------------------------
1098
+ >
1099
+ > ## mlly
1100
+ > License: MIT
1101
+ > Repository: unjs/mlly
1102
+ >
1103
+ > > MIT License
1104
+ > >
1105
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io>
1106
+ > >
1107
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1108
+ > > of this software and associated documentation files (the "Software"), to deal
1109
+ > > in the Software without restriction, including without limitation the rights
1110
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1111
+ > > copies of the Software, and to permit persons to whom the Software is
1112
+ > > furnished to do so, subject to the following conditions:
1113
+ > >
1114
+ > > The above copyright notice and this permission notice shall be included in all
1115
+ > > copies or substantial portions of the Software.
1116
+ > >
1117
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1118
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1119
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1120
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1121
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1122
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1123
+ > > SOFTWARE.
1124
+ >
1125
+ > ---------------------------------------
1126
+ >
1127
+ > ## package-manager-detector
1128
+ > License: MIT
1129
+ > By: Anthony Fu
1130
+ > Repository: git+https://github.com/antfu-collective/package-manager-detector.git
1131
+ >
1132
+ > > MIT License
1133
+ > >
1134
+ > > Copyright (c) 2020-PRESENT Anthony Fu <https://github.com/antfu>
1135
+ > >
1136
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1137
+ > > of this software and associated documentation files (the "Software"), to deal
1138
+ > > in the Software without restriction, including without limitation the rights
1139
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1140
+ > > copies of the Software, and to permit persons to whom the Software is
1141
+ > > furnished to do so, subject to the following conditions:
1142
+ > >
1143
+ > > The above copyright notice and this permission notice shall be included in all
1144
+ > > copies or substantial portions of the Software.
1145
+ > >
1146
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1147
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1148
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1149
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1150
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1151
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1152
+ > > SOFTWARE.
1153
+ >
1154
+ > ---------------------------------------
1155
+ >
1156
+ > ## prompts
1157
+ > License: MIT
1158
+ > By: Terkel Gjervig
1159
+ > Repository: terkelg/prompts
1160
+ >
1161
+ > > MIT License
1162
+ > >
1163
+ > > Copyright (c) 2018 Terkel Gjervig Nielsen
1164
+ > >
1165
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1166
+ > > of this software and associated documentation files (the "Software"), to deal
1167
+ > > in the Software without restriction, including without limitation the rights
1168
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1169
+ > > copies of the Software, and to permit persons to whom the Software is
1170
+ > > furnished to do so, subject to the following conditions:
1171
+ > >
1172
+ > > The above copyright notice and this permission notice shall be included in all
1173
+ > > copies or substantial portions of the Software.
1174
+ > >
1175
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1176
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1177
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1178
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1179
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1180
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1181
+ > > SOFTWARE.
1182
+ >
1183
+ > ---------------------------------------
1184
+ >
1185
+ > ## quansync
1186
+ > License: MIT
1187
+ > By: Anthony Fu, 三咲智子 Kevin Deng
1188
+ > Repository: git+https://github.com/quansync-dev/quansync.git
1189
+ >
1190
+ > > MIT License
1191
+ > >
1192
+ > > Copyright (c) 2025-PRESENT Anthony Fu <https://github.com/antfu> and Kevin Deng <https://github.com/sxzz>
1193
+ > >
1194
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1195
+ > > of this software and associated documentation files (the "Software"), to deal
1196
+ > > in the Software without restriction, including without limitation the rights
1197
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1198
+ > > copies of the Software, and to permit persons to whom the Software is
1199
+ > > furnished to do so, subject to the following conditions:
1200
+ > >
1201
+ > > The above copyright notice and this permission notice shall be included in all
1202
+ > > copies or substantial portions of the Software.
1203
+ > >
1204
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1205
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1206
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1207
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1208
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1209
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1210
+ > > SOFTWARE.
1211
+ >
1212
+ > ---------------------------------------
1213
+ >
1214
+ > ## sisteransi
1215
+ > License: MIT
1216
+ > By: Terkel Gjervig
1217
+ > Repository: https://github.com/terkelg/sisteransi
1218
+ >
1219
+ > > MIT License
1220
+ > >
1221
+ > > Copyright (c) 2018 Terkel Gjervig Nielsen
1222
+ > >
1223
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1224
+ > > of this software and associated documentation files (the "Software"), to deal
1225
+ > > in the Software without restriction, including without limitation the rights
1226
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1227
+ > > copies of the Software, and to permit persons to whom the Software is
1228
+ > > furnished to do so, subject to the following conditions:
1229
+ > >
1230
+ > > The above copyright notice and this permission notice shall be included in all
1231
+ > > copies or substantial portions of the Software.
1232
+ > >
1233
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1234
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1235
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1236
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1237
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1238
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1239
+ > > SOFTWARE.
1240
+ >
1241
+ > ---------------------------------------
1242
+ >
1243
+ > ## strip-literal
1244
+ > License: MIT
1245
+ > By: Anthony Fu
1246
+ > Repository: git+https://github.com/antfu/strip-literal.git
1247
+ >
1248
+ > > MIT License
1249
+ > >
1250
+ > > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
1251
+ > >
1252
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1253
+ > > of this software and associated documentation files (the "Software"), to deal
1254
+ > > in the Software without restriction, including without limitation the rights
1255
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1256
+ > > copies of the Software, and to permit persons to whom the Software is
1257
+ > > furnished to do so, subject to the following conditions:
1258
+ > >
1259
+ > > The above copyright notice and this permission notice shall be included in all
1260
+ > > copies or substantial portions of the Software.
1261
+ > >
1262
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1263
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1264
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1265
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1266
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1267
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1268
+ > > SOFTWARE.
1269
+ >
1270
+ > ---------------------------------------
1271
+ >
1272
+ > ## type-detect
1273
+ > License: MIT
1274
+ > By: Jake Luer, Keith Cirkel, David Losert, Aleksey Shvayka, Lucas Fernandes da Costa, Grant Snodgrass, Jeremy Tice, Edward Betts, dvlsg, Amila Welihinda, Jake Champion, Miroslav Bajtoš
1275
+ > Repository: git+ssh://git@github.com/chaijs/type-detect.git
1276
+ >
1277
+ > > Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
1278
+ > >
1279
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1280
+ > > of this software and associated documentation files (the "Software"), to deal
1281
+ > > in the Software without restriction, including without limitation the rights
1282
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1283
+ > > copies of the Software, and to permit persons to whom the Software is
1284
+ > > furnished to do so, subject to the following conditions:
1285
+ > >
1286
+ > > The above copyright notice and this permission notice shall be included in
1287
+ > > all copies or substantial portions of the Software.
1288
+ > >
1289
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1290
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1291
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1292
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1293
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1294
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1295
+ > > THE SOFTWARE.
1296
+ >
1297
+ > ---------------------------------------
1298
+ >
1299
+ > ## ufo
1300
+ > License: MIT
1301
+ > Repository: unjs/ufo
1302
+ >
1303
+ > > MIT License
1304
+ > >
1305
+ > > Copyright (c) Pooya Parsa <pooya@pi0.io>
1306
+ > >
1307
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy
1308
+ > > of this software and associated documentation files (the "Software"), to deal
1309
+ > > in the Software without restriction, including without limitation the rights
1310
+ > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1311
+ > > copies of the Software, and to permit persons to whom the Software is
1312
+ > > furnished to do so, subject to the following conditions:
1313
+ > >
1314
+ > > The above copyright notice and this permission notice shall be included in all
1315
+ > > copies or substantial portions of the Software.
1316
+ > >
1317
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1318
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1319
+ > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1320
+ > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1321
+ > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1322
+ > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1323
+ > > SOFTWARE.
1324
+ >
1325
+ > ---------------------------------------
1326
+ >
1327
+ > ## ws
1328
+ > License: MIT
1329
+ > By: Einar Otto Stangvik
1330
+ > Repository: git+https://github.com/websockets/ws.git
1331
+ >
1332
+ > > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1333
+ > > Copyright (c) 2013 Arnout Kazemier and contributors
1334
+ > > Copyright (c) 2016 Luigi Pinca and contributors
1335
+ > >
1336
+ > > Permission is hereby granted, free of charge, to any person obtaining a copy of
1337
+ > > this software and associated documentation files (the "Software"), to deal in
1338
+ > > the Software without restriction, including without limitation the rights to
1339
+ > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1340
+ > > the Software, and to permit persons to whom the Software is furnished to do so,
1341
+ > > subject to the following conditions:
1342
+ > >
1343
+ > > The above copyright notice and this permission notice shall be included in all
1344
+ > > copies or substantial portions of the Software.
1345
+ > >
1346
+ > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1347
+ > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1348
+ > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1349
+ > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1350
+ > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1351
+ > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.