@nuxt/kit 4.3.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/THIRD-PARTY-LICENSES.md +1129 -0
- package/dist/_chunks/libs/@oxc-project/types.d.mts +1300 -0
- package/dist/_chunks/libs/@rolldown/pluginutils.d.mts +63 -0
- package/dist/_chunks/libs/@rollup/plugin-commonjs.d.mts +1345 -0
- package/dist/_chunks/libs/@vercel/nft.d.mts +114 -0
- package/dist/_chunks/libs/chokidar.d.mts +34 -0
- package/dist/_chunks/libs/compatx.d.mts +47 -0
- package/dist/_chunks/libs/crossws.d.mts +7 -0
- package/dist/_chunks/libs/db0.d.mts +8 -0
- package/dist/_chunks/libs/esbuild.d.mts +137 -0
- package/dist/_chunks/libs/httpxy.d.mts +79 -0
- package/dist/_chunks/libs/ioredis.d.mts +6 -0
- package/dist/_chunks/libs/listhen.d.mts +7 -0
- package/dist/_chunks/libs/magic-string.d.mts +220 -0
- package/dist/_chunks/libs/nitro.d.mts +9879 -0
- package/dist/_chunks/libs/nitropack.d.mts +3343 -0
- package/dist/index.d.mts +19 -10
- package/dist/index.mjs +49 -369
- package/package.json +8 -8
|
@@ -0,0 +1,1129 @@
|
|
|
1
|
+
# Licenses of Bundled Dependencies
|
|
2
|
+
|
|
3
|
+
The published artifact additionally contains code with the following licenses:
|
|
4
|
+
MIT
|
|
5
|
+
|
|
6
|
+
# Bundled Dependencies
|
|
7
|
+
|
|
8
|
+
## @oxc-project/types, oxc-minify, oxc-transform
|
|
9
|
+
|
|
10
|
+
License: MIT
|
|
11
|
+
By: Boshen and oxc contributors
|
|
12
|
+
Repositories: https://github.com/oxc-project/oxc, https://github.com/oxc-project/oxc, https://github.com/oxc-project/oxc
|
|
13
|
+
|
|
14
|
+
> MIT License
|
|
15
|
+
>
|
|
16
|
+
> Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
17
|
+
> Copyright (c) 2023 Boshen
|
|
18
|
+
>
|
|
19
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
21
|
+
> in the Software without restriction, including without limitation the rights
|
|
22
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
24
|
+
> furnished to do so, subject to the following conditions:
|
|
25
|
+
>
|
|
26
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
27
|
+
> copies or substantial portions of the Software.
|
|
28
|
+
>
|
|
29
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
32
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
33
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
34
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
35
|
+
> SOFTWARE.
|
|
36
|
+
|
|
37
|
+
---------------------------------------
|
|
38
|
+
|
|
39
|
+
## @rolldown/pluginutils, rolldown
|
|
40
|
+
|
|
41
|
+
License: MIT
|
|
42
|
+
Repositories: https://github.com/rolldown/rolldown, https://github.com/rolldown/rolldown
|
|
43
|
+
|
|
44
|
+
> MIT License
|
|
45
|
+
>
|
|
46
|
+
> Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
47
|
+
>
|
|
48
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
49
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
50
|
+
> in the Software without restriction, including without limitation the rights
|
|
51
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
52
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
53
|
+
> furnished to do so, subject to the following conditions:
|
|
54
|
+
>
|
|
55
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
56
|
+
> copies or substantial portions of the Software.
|
|
57
|
+
>
|
|
58
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
59
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
60
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
61
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
64
|
+
> SOFTWARE.
|
|
65
|
+
>
|
|
66
|
+
> end of terms and conditions
|
|
67
|
+
>
|
|
68
|
+
> The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
|
|
69
|
+
|
|
70
|
+
---------------------------------------
|
|
71
|
+
|
|
72
|
+
## @types/estree
|
|
73
|
+
|
|
74
|
+
License: MIT
|
|
75
|
+
By: RReverser
|
|
76
|
+
Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
77
|
+
|
|
78
|
+
> MIT License
|
|
79
|
+
>
|
|
80
|
+
> Copyright (c) Microsoft Corporation.
|
|
81
|
+
>
|
|
82
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
83
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
84
|
+
> in the Software without restriction, including without limitation the rights
|
|
85
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
86
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
87
|
+
> furnished to do so, subject to the following conditions:
|
|
88
|
+
>
|
|
89
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
90
|
+
> copies or substantial portions of the Software.
|
|
91
|
+
>
|
|
92
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
93
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
94
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
95
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
96
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
97
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
98
|
+
> SOFTWARE
|
|
99
|
+
|
|
100
|
+
---------------------------------------
|
|
101
|
+
|
|
102
|
+
## @vercel/nft
|
|
103
|
+
|
|
104
|
+
License: MIT
|
|
105
|
+
Repository: https://github.com/vercel/nft
|
|
106
|
+
|
|
107
|
+
> Copyright 2019 Vercel, Inc.
|
|
108
|
+
>
|
|
109
|
+
> 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:
|
|
110
|
+
>
|
|
111
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
112
|
+
>
|
|
113
|
+
> 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.
|
|
114
|
+
|
|
115
|
+
---------------------------------------
|
|
116
|
+
|
|
117
|
+
## chokidar
|
|
118
|
+
|
|
119
|
+
License: MIT
|
|
120
|
+
By: Paul Miller
|
|
121
|
+
Repository: https://github.com/paulmillr/chokidar
|
|
122
|
+
|
|
123
|
+
> The MIT License (MIT)
|
|
124
|
+
>
|
|
125
|
+
> Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker
|
|
126
|
+
>
|
|
127
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
128
|
+
> of this software and associated documentation files (the “Software”), to deal
|
|
129
|
+
> in the Software without restriction, including without limitation the rights
|
|
130
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
131
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
132
|
+
> furnished to do so, subject to the following conditions:
|
|
133
|
+
>
|
|
134
|
+
> The above copyright notice and this permission notice shall be included in
|
|
135
|
+
> all copies or substantial portions of the Software.
|
|
136
|
+
>
|
|
137
|
+
> THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
138
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
139
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
140
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
141
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
142
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
143
|
+
> THE SOFTWARE.
|
|
144
|
+
|
|
145
|
+
---------------------------------------
|
|
146
|
+
|
|
147
|
+
## compatx, db0, ofetch, unenv, unstorage, unwasm
|
|
148
|
+
|
|
149
|
+
License: MIT
|
|
150
|
+
Repositories: https://github.com/unjs/compatx, https://github.com/unjs/db0, https://github.com/unjs/ofetch, https://github.com/unjs/unenv, https://github.com/unjs/unstorage, https://github.com/unjs/unwasm
|
|
151
|
+
|
|
152
|
+
> MIT License
|
|
153
|
+
>
|
|
154
|
+
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
155
|
+
>
|
|
156
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
157
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
158
|
+
> in the Software without restriction, including without limitation the rights
|
|
159
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
160
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
161
|
+
> furnished to do so, subject to the following conditions:
|
|
162
|
+
>
|
|
163
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
164
|
+
> copies or substantial portions of the Software.
|
|
165
|
+
>
|
|
166
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
167
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
168
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
169
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
170
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
171
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
172
|
+
> SOFTWARE.
|
|
173
|
+
|
|
174
|
+
---------------------------------------
|
|
175
|
+
|
|
176
|
+
## esbuild
|
|
177
|
+
|
|
178
|
+
License: MIT
|
|
179
|
+
Repository: https://github.com/evanw/esbuild
|
|
180
|
+
|
|
181
|
+
> MIT License
|
|
182
|
+
>
|
|
183
|
+
> Copyright (c) 2020 Evan Wallace
|
|
184
|
+
>
|
|
185
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
186
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
187
|
+
> in the Software without restriction, including without limitation the rights
|
|
188
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
189
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
190
|
+
> furnished to do so, subject to the following conditions:
|
|
191
|
+
>
|
|
192
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
193
|
+
> copies or substantial portions of the Software.
|
|
194
|
+
>
|
|
195
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
196
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
197
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
198
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
199
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
200
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
201
|
+
> SOFTWARE.
|
|
202
|
+
|
|
203
|
+
---------------------------------------
|
|
204
|
+
|
|
205
|
+
## httpxy
|
|
206
|
+
|
|
207
|
+
License: MIT
|
|
208
|
+
Repository: https://github.com/unjs/httpxy
|
|
209
|
+
|
|
210
|
+
> MIT License
|
|
211
|
+
>
|
|
212
|
+
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
213
|
+
>
|
|
214
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
215
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
216
|
+
> in the Software without restriction, including without limitation the rights
|
|
217
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
218
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
219
|
+
> furnished to do so, subject to the following conditions:
|
|
220
|
+
>
|
|
221
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
222
|
+
> copies or substantial portions of the Software.
|
|
223
|
+
>
|
|
224
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
225
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
226
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
227
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
228
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
229
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
230
|
+
> SOFTWARE.
|
|
231
|
+
>
|
|
232
|
+
> ----
|
|
233
|
+
>
|
|
234
|
+
> Based on http-party/node-http-proxy (9b96cd7)
|
|
235
|
+
>
|
|
236
|
+
> Copyright (c) 2010-2016 Charlie Robbins, Jarrett Cruger & the Contributors.
|
|
237
|
+
>
|
|
238
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
239
|
+
> a copy of this software and associated documentation files (the
|
|
240
|
+
> "Software"), to deal in the Software without restriction, including
|
|
241
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
242
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
243
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
244
|
+
> the following conditions:
|
|
245
|
+
>
|
|
246
|
+
> The above copyright notice and this permission notice shall be
|
|
247
|
+
> included in all copies or substantial portions of the Software.
|
|
248
|
+
>
|
|
249
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
250
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
251
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
252
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
253
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
254
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
255
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
256
|
+
|
|
257
|
+
---------------------------------------
|
|
258
|
+
|
|
259
|
+
## magic-string
|
|
260
|
+
|
|
261
|
+
License: MIT
|
|
262
|
+
By: Rich Harris
|
|
263
|
+
Repository: https://github.com/Rich-Harris/magic-string
|
|
264
|
+
|
|
265
|
+
> Copyright 2018 Rich Harris
|
|
266
|
+
>
|
|
267
|
+
> 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:
|
|
268
|
+
>
|
|
269
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
270
|
+
>
|
|
271
|
+
> 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.
|
|
272
|
+
|
|
273
|
+
---------------------------------------
|
|
274
|
+
|
|
275
|
+
## nitro, nitropack
|
|
276
|
+
|
|
277
|
+
License: MIT
|
|
278
|
+
Repositories: https://github.com/nitrojs/nitro, https://github.com/nitrojs/nitro
|
|
279
|
+
|
|
280
|
+
> MIT License
|
|
281
|
+
>
|
|
282
|
+
> Copyright (c) Pooya Parsa <pooya@pi0.io> and Nitro contributors
|
|
283
|
+
>
|
|
284
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
285
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
286
|
+
> in the Software without restriction, including without limitation the rights
|
|
287
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
288
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
289
|
+
> furnished to do so, subject to the following conditions:
|
|
290
|
+
>
|
|
291
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
292
|
+
> copies or substantial portions of the Software.
|
|
293
|
+
>
|
|
294
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
295
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
296
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
297
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
298
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
299
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
300
|
+
> SOFTWARE.
|
|
301
|
+
|
|
302
|
+
---------------------------------------
|
|
303
|
+
|
|
304
|
+
## rollup
|
|
305
|
+
|
|
306
|
+
License: MIT
|
|
307
|
+
By: Rich Harris
|
|
308
|
+
Repository: https://github.com/rollup/rollup
|
|
309
|
+
|
|
310
|
+
> # Rollup core license
|
|
311
|
+
> Rollup is released under the MIT license:
|
|
312
|
+
>
|
|
313
|
+
> The MIT License (MIT)
|
|
314
|
+
>
|
|
315
|
+
> Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
|
|
316
|
+
>
|
|
317
|
+
> 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:
|
|
318
|
+
>
|
|
319
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
320
|
+
>
|
|
321
|
+
> 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.
|
|
322
|
+
>
|
|
323
|
+
> # Licenses of bundled dependencies
|
|
324
|
+
> The published Rollup artifact additionally contains code with the following licenses:
|
|
325
|
+
> MIT, ISC, 0BSD
|
|
326
|
+
>
|
|
327
|
+
> # Bundled dependencies:
|
|
328
|
+
> ## @jridgewell/sourcemap-codec
|
|
329
|
+
> License: MIT
|
|
330
|
+
> By: Justin Ridgewell
|
|
331
|
+
> Repository: git+https://github.com/jridgewell/sourcemaps.git
|
|
332
|
+
>
|
|
333
|
+
> > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
|
|
334
|
+
> >
|
|
335
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
336
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
337
|
+
> > in the Software without restriction, including without limitation the rights
|
|
338
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
339
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
340
|
+
> > furnished to do so, subject to the following conditions:
|
|
341
|
+
> >
|
|
342
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
343
|
+
> > all copies or substantial portions of the Software.
|
|
344
|
+
> >
|
|
345
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
346
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
347
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
348
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
349
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
350
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
351
|
+
> > SOFTWARE.
|
|
352
|
+
>
|
|
353
|
+
> ---------------------------------------
|
|
354
|
+
>
|
|
355
|
+
> ## @rollup/pluginutils
|
|
356
|
+
> License: MIT
|
|
357
|
+
> By: Rich Harris
|
|
358
|
+
> Repository: rollup/plugins
|
|
359
|
+
>
|
|
360
|
+
> > The MIT License (MIT)
|
|
361
|
+
> >
|
|
362
|
+
> > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
363
|
+
> >
|
|
364
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
365
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
366
|
+
> > in the Software without restriction, including without limitation the rights
|
|
367
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
368
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
369
|
+
> > furnished to do so, subject to the following conditions:
|
|
370
|
+
> >
|
|
371
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
372
|
+
> > all copies or substantial portions of the Software.
|
|
373
|
+
> >
|
|
374
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
375
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
376
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
377
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
378
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
379
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
380
|
+
> > THE SOFTWARE.
|
|
381
|
+
>
|
|
382
|
+
> ---------------------------------------
|
|
383
|
+
>
|
|
384
|
+
> ## anymatch
|
|
385
|
+
> License: ISC
|
|
386
|
+
> By: Elan Shanker
|
|
387
|
+
> Repository: https://github.com/micromatch/anymatch
|
|
388
|
+
>
|
|
389
|
+
> > The ISC License
|
|
390
|
+
> >
|
|
391
|
+
> > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
|
|
392
|
+
> >
|
|
393
|
+
> > Permission to use, copy, modify, and/or distribute this software for any
|
|
394
|
+
> > purpose with or without fee is hereby granted, provided that the above
|
|
395
|
+
> > copyright notice and this permission notice appear in all copies.
|
|
396
|
+
> >
|
|
397
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
398
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
399
|
+
> > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
400
|
+
> > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
401
|
+
> > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
402
|
+
> > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
403
|
+
> > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
404
|
+
>
|
|
405
|
+
> ---------------------------------------
|
|
406
|
+
>
|
|
407
|
+
> ## binary-extensions
|
|
408
|
+
> License: MIT
|
|
409
|
+
> By: Sindre Sorhus
|
|
410
|
+
> Repository: sindresorhus/binary-extensions
|
|
411
|
+
>
|
|
412
|
+
> > MIT License
|
|
413
|
+
> >
|
|
414
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
415
|
+
> > Copyright (c) Paul Miller (https://paulmillr.com)
|
|
416
|
+
> >
|
|
417
|
+
> > 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:
|
|
418
|
+
> >
|
|
419
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
420
|
+
> >
|
|
421
|
+
> > 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.
|
|
422
|
+
>
|
|
423
|
+
> ---------------------------------------
|
|
424
|
+
>
|
|
425
|
+
> ## braces
|
|
426
|
+
> License: MIT
|
|
427
|
+
> By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
428
|
+
> Repository: micromatch/braces
|
|
429
|
+
>
|
|
430
|
+
> > The MIT License (MIT)
|
|
431
|
+
> >
|
|
432
|
+
> > Copyright (c) 2014-present, Jon Schlinkert.
|
|
433
|
+
> >
|
|
434
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
435
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
436
|
+
> > in the Software without restriction, including without limitation the rights
|
|
437
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
438
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
439
|
+
> > furnished to do so, subject to the following conditions:
|
|
440
|
+
> >
|
|
441
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
442
|
+
> > all copies or substantial portions of the Software.
|
|
443
|
+
> >
|
|
444
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
445
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
446
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
447
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
448
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
449
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
450
|
+
> > THE SOFTWARE.
|
|
451
|
+
>
|
|
452
|
+
> ---------------------------------------
|
|
453
|
+
>
|
|
454
|
+
> ## builtin-modules
|
|
455
|
+
> License: MIT
|
|
456
|
+
> By: Sindre Sorhus
|
|
457
|
+
> Repository: sindresorhus/builtin-modules
|
|
458
|
+
>
|
|
459
|
+
> > MIT License
|
|
460
|
+
> >
|
|
461
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
462
|
+
> >
|
|
463
|
+
> > 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:
|
|
464
|
+
> >
|
|
465
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
466
|
+
> >
|
|
467
|
+
> > 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.
|
|
468
|
+
>
|
|
469
|
+
> ---------------------------------------
|
|
470
|
+
>
|
|
471
|
+
> ## chokidar
|
|
472
|
+
> License: MIT
|
|
473
|
+
> By: Paul Miller, Elan Shanker
|
|
474
|
+
> Repository: git+https://github.com/paulmillr/chokidar.git
|
|
475
|
+
>
|
|
476
|
+
> > The MIT License (MIT)
|
|
477
|
+
> >
|
|
478
|
+
> > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
|
|
479
|
+
> >
|
|
480
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
481
|
+
> > of this software and associated documentation files (the “Software”), to deal
|
|
482
|
+
> > in the Software without restriction, including without limitation the rights
|
|
483
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
484
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
485
|
+
> > furnished to do so, subject to the following conditions:
|
|
486
|
+
> >
|
|
487
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
488
|
+
> > all copies or substantial portions of the Software.
|
|
489
|
+
> >
|
|
490
|
+
> > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
491
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
492
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
493
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
494
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
495
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
496
|
+
> > THE SOFTWARE.
|
|
497
|
+
>
|
|
498
|
+
> ---------------------------------------
|
|
499
|
+
>
|
|
500
|
+
> ## date-time
|
|
501
|
+
> License: MIT
|
|
502
|
+
> By: Sindre Sorhus
|
|
503
|
+
> Repository: sindresorhus/date-time
|
|
504
|
+
>
|
|
505
|
+
> > MIT License
|
|
506
|
+
> >
|
|
507
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
508
|
+
> >
|
|
509
|
+
> > 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:
|
|
510
|
+
> >
|
|
511
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
512
|
+
> >
|
|
513
|
+
> > 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.
|
|
514
|
+
>
|
|
515
|
+
> ---------------------------------------
|
|
516
|
+
>
|
|
517
|
+
> ## fill-range
|
|
518
|
+
> License: MIT
|
|
519
|
+
> By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
|
|
520
|
+
> Repository: jonschlinkert/fill-range
|
|
521
|
+
>
|
|
522
|
+
> > The MIT License (MIT)
|
|
523
|
+
> >
|
|
524
|
+
> > Copyright (c) 2014-present, Jon Schlinkert.
|
|
525
|
+
> >
|
|
526
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
527
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
528
|
+
> > in the Software without restriction, including without limitation the rights
|
|
529
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
530
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
531
|
+
> > furnished to do so, subject to the following conditions:
|
|
532
|
+
> >
|
|
533
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
534
|
+
> > all copies or substantial portions of the Software.
|
|
535
|
+
> >
|
|
536
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
537
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
538
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
539
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
540
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
541
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
542
|
+
> > THE SOFTWARE.
|
|
543
|
+
>
|
|
544
|
+
> ---------------------------------------
|
|
545
|
+
>
|
|
546
|
+
> ## flru
|
|
547
|
+
> License: MIT
|
|
548
|
+
> By: Luke Edwards
|
|
549
|
+
> Repository: lukeed/flru
|
|
550
|
+
>
|
|
551
|
+
> > MIT License
|
|
552
|
+
> >
|
|
553
|
+
> > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
554
|
+
> >
|
|
555
|
+
> > 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:
|
|
556
|
+
> >
|
|
557
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
558
|
+
> >
|
|
559
|
+
> > 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.
|
|
560
|
+
>
|
|
561
|
+
> ---------------------------------------
|
|
562
|
+
>
|
|
563
|
+
> ## glob-parent
|
|
564
|
+
> License: ISC
|
|
565
|
+
> By: Gulp Team, Elan Shanker, Blaine Bublitz
|
|
566
|
+
> Repository: gulpjs/glob-parent
|
|
567
|
+
>
|
|
568
|
+
> > The ISC License
|
|
569
|
+
> >
|
|
570
|
+
> > Copyright (c) 2015, 2019 Elan Shanker
|
|
571
|
+
> >
|
|
572
|
+
> > Permission to use, copy, modify, and/or distribute this software for any
|
|
573
|
+
> > purpose with or without fee is hereby granted, provided that the above
|
|
574
|
+
> > copyright notice and this permission notice appear in all copies.
|
|
575
|
+
> >
|
|
576
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
577
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
578
|
+
> > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
579
|
+
> > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
580
|
+
> > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
581
|
+
> > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
582
|
+
> > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
583
|
+
>
|
|
584
|
+
> ---------------------------------------
|
|
585
|
+
>
|
|
586
|
+
> ## is-binary-path
|
|
587
|
+
> License: MIT
|
|
588
|
+
> By: Sindre Sorhus
|
|
589
|
+
> Repository: sindresorhus/is-binary-path
|
|
590
|
+
>
|
|
591
|
+
> > MIT License
|
|
592
|
+
> >
|
|
593
|
+
> > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
|
|
594
|
+
> >
|
|
595
|
+
> > 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:
|
|
596
|
+
> >
|
|
597
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
598
|
+
> >
|
|
599
|
+
> > 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.
|
|
600
|
+
>
|
|
601
|
+
> ---------------------------------------
|
|
602
|
+
>
|
|
603
|
+
> ## is-extglob
|
|
604
|
+
> License: MIT
|
|
605
|
+
> By: Jon Schlinkert
|
|
606
|
+
> Repository: jonschlinkert/is-extglob
|
|
607
|
+
>
|
|
608
|
+
> > The MIT License (MIT)
|
|
609
|
+
> >
|
|
610
|
+
> > Copyright (c) 2014-2016, Jon Schlinkert
|
|
611
|
+
> >
|
|
612
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
613
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
614
|
+
> > in the Software without restriction, including without limitation the rights
|
|
615
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
616
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
617
|
+
> > furnished to do so, subject to the following conditions:
|
|
618
|
+
> >
|
|
619
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
620
|
+
> > all copies or substantial portions of the Software.
|
|
621
|
+
> >
|
|
622
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
623
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
624
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
625
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
626
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
627
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
628
|
+
> > THE SOFTWARE.
|
|
629
|
+
>
|
|
630
|
+
> ---------------------------------------
|
|
631
|
+
>
|
|
632
|
+
> ## is-glob
|
|
633
|
+
> License: MIT
|
|
634
|
+
> By: Jon Schlinkert, Brian Woodward, Daniel Perez
|
|
635
|
+
> Repository: micromatch/is-glob
|
|
636
|
+
>
|
|
637
|
+
> > The MIT License (MIT)
|
|
638
|
+
> >
|
|
639
|
+
> > Copyright (c) 2014-2017, Jon Schlinkert.
|
|
640
|
+
> >
|
|
641
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
642
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
643
|
+
> > in the Software without restriction, including without limitation the rights
|
|
644
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
645
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
646
|
+
> > furnished to do so, subject to the following conditions:
|
|
647
|
+
> >
|
|
648
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
649
|
+
> > all copies or substantial portions of the Software.
|
|
650
|
+
> >
|
|
651
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
652
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
653
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
654
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
655
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
656
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
657
|
+
> > THE SOFTWARE.
|
|
658
|
+
>
|
|
659
|
+
> ---------------------------------------
|
|
660
|
+
>
|
|
661
|
+
> ## is-number
|
|
662
|
+
> License: MIT
|
|
663
|
+
> By: Jon Schlinkert, Olsten Larck, Rouven Weßling
|
|
664
|
+
> Repository: jonschlinkert/is-number
|
|
665
|
+
>
|
|
666
|
+
> > The MIT License (MIT)
|
|
667
|
+
> >
|
|
668
|
+
> > Copyright (c) 2014-present, Jon Schlinkert.
|
|
669
|
+
> >
|
|
670
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
671
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
672
|
+
> > in the Software without restriction, including without limitation the rights
|
|
673
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
674
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
675
|
+
> > furnished to do so, subject to the following conditions:
|
|
676
|
+
> >
|
|
677
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
678
|
+
> > all copies or substantial portions of the Software.
|
|
679
|
+
> >
|
|
680
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
681
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
682
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
683
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
684
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
685
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
686
|
+
> > THE SOFTWARE.
|
|
687
|
+
>
|
|
688
|
+
> ---------------------------------------
|
|
689
|
+
>
|
|
690
|
+
> ## is-reference
|
|
691
|
+
> License: MIT
|
|
692
|
+
> By: Rich Harris
|
|
693
|
+
> Repository: git+https://github.com/Rich-Harris/is-reference.git
|
|
694
|
+
>
|
|
695
|
+
> ---------------------------------------
|
|
696
|
+
>
|
|
697
|
+
> ## locate-character
|
|
698
|
+
> License: MIT
|
|
699
|
+
> By: Rich Harris
|
|
700
|
+
> Repository: git+https://gitlab.com/Rich-Harris/locate-character.git
|
|
701
|
+
>
|
|
702
|
+
> ---------------------------------------
|
|
703
|
+
>
|
|
704
|
+
> ## magic-string
|
|
705
|
+
> License: MIT
|
|
706
|
+
> By: Rich Harris
|
|
707
|
+
> Repository: git+https://github.com/Rich-Harris/magic-string.git
|
|
708
|
+
>
|
|
709
|
+
> > Copyright 2018 Rich Harris
|
|
710
|
+
> >
|
|
711
|
+
> > 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:
|
|
712
|
+
> >
|
|
713
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
714
|
+
> >
|
|
715
|
+
> > 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.
|
|
716
|
+
>
|
|
717
|
+
> ---------------------------------------
|
|
718
|
+
>
|
|
719
|
+
> ## normalize-path
|
|
720
|
+
> License: MIT
|
|
721
|
+
> By: Jon Schlinkert, Blaine Bublitz
|
|
722
|
+
> Repository: jonschlinkert/normalize-path
|
|
723
|
+
>
|
|
724
|
+
> > The MIT License (MIT)
|
|
725
|
+
> >
|
|
726
|
+
> > Copyright (c) 2014-2018, Jon Schlinkert.
|
|
727
|
+
> >
|
|
728
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
729
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
730
|
+
> > in the Software without restriction, including without limitation the rights
|
|
731
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
732
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
733
|
+
> > furnished to do so, subject to the following conditions:
|
|
734
|
+
> >
|
|
735
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
736
|
+
> > all copies or substantial portions of the Software.
|
|
737
|
+
> >
|
|
738
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
739
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
740
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
741
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
742
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
743
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
744
|
+
> > THE SOFTWARE.
|
|
745
|
+
>
|
|
746
|
+
> ---------------------------------------
|
|
747
|
+
>
|
|
748
|
+
> ## parse-ms
|
|
749
|
+
> License: MIT
|
|
750
|
+
> By: Sindre Sorhus
|
|
751
|
+
> Repository: sindresorhus/parse-ms
|
|
752
|
+
>
|
|
753
|
+
> > MIT License
|
|
754
|
+
> >
|
|
755
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
756
|
+
> >
|
|
757
|
+
> > 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:
|
|
758
|
+
> >
|
|
759
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
760
|
+
> >
|
|
761
|
+
> > 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.
|
|
762
|
+
>
|
|
763
|
+
> ---------------------------------------
|
|
764
|
+
>
|
|
765
|
+
> ## picocolors
|
|
766
|
+
> License: ISC
|
|
767
|
+
> By: Alexey Raspopov
|
|
768
|
+
> Repository: alexeyraspopov/picocolors
|
|
769
|
+
>
|
|
770
|
+
> > ISC License
|
|
771
|
+
> >
|
|
772
|
+
> > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
|
|
773
|
+
> >
|
|
774
|
+
> > Permission to use, copy, modify, and/or distribute this software for any
|
|
775
|
+
> > purpose with or without fee is hereby granted, provided that the above
|
|
776
|
+
> > copyright notice and this permission notice appear in all copies.
|
|
777
|
+
> >
|
|
778
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
779
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
780
|
+
> > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
781
|
+
> > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
782
|
+
> > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
783
|
+
> > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
784
|
+
> > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
785
|
+
>
|
|
786
|
+
> ---------------------------------------
|
|
787
|
+
>
|
|
788
|
+
> ## picomatch
|
|
789
|
+
> License: MIT
|
|
790
|
+
> By: Jon Schlinkert
|
|
791
|
+
> Repository: micromatch/picomatch
|
|
792
|
+
>
|
|
793
|
+
> > The MIT License (MIT)
|
|
794
|
+
> >
|
|
795
|
+
> > Copyright (c) 2017-present, Jon Schlinkert.
|
|
796
|
+
> >
|
|
797
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
798
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
799
|
+
> > in the Software without restriction, including without limitation the rights
|
|
800
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
801
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
802
|
+
> > furnished to do so, subject to the following conditions:
|
|
803
|
+
> >
|
|
804
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
805
|
+
> > all copies or substantial portions of the Software.
|
|
806
|
+
> >
|
|
807
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
808
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
809
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
810
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
811
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
812
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
813
|
+
> > THE SOFTWARE.
|
|
814
|
+
>
|
|
815
|
+
> ---------------------------------------
|
|
816
|
+
>
|
|
817
|
+
> ## pretty-bytes
|
|
818
|
+
> License: MIT
|
|
819
|
+
> By: Sindre Sorhus
|
|
820
|
+
> Repository: sindresorhus/pretty-bytes
|
|
821
|
+
>
|
|
822
|
+
> > MIT License
|
|
823
|
+
> >
|
|
824
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
825
|
+
> >
|
|
826
|
+
> > 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:
|
|
827
|
+
> >
|
|
828
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
829
|
+
> >
|
|
830
|
+
> > 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.
|
|
831
|
+
>
|
|
832
|
+
> ---------------------------------------
|
|
833
|
+
>
|
|
834
|
+
> ## pretty-ms
|
|
835
|
+
> License: MIT
|
|
836
|
+
> By: Sindre Sorhus
|
|
837
|
+
> Repository: sindresorhus/pretty-ms
|
|
838
|
+
>
|
|
839
|
+
> > MIT License
|
|
840
|
+
> >
|
|
841
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
842
|
+
> >
|
|
843
|
+
> > 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:
|
|
844
|
+
> >
|
|
845
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
846
|
+
> >
|
|
847
|
+
> > 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.
|
|
848
|
+
>
|
|
849
|
+
> ---------------------------------------
|
|
850
|
+
>
|
|
851
|
+
> ## readdirp
|
|
852
|
+
> License: MIT
|
|
853
|
+
> By: Thorsten Lorenz, Paul Miller
|
|
854
|
+
> Repository: git://github.com/paulmillr/readdirp.git
|
|
855
|
+
>
|
|
856
|
+
> > MIT License
|
|
857
|
+
> >
|
|
858
|
+
> > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
|
|
859
|
+
> >
|
|
860
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
861
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
862
|
+
> > in the Software without restriction, including without limitation the rights
|
|
863
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
864
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
865
|
+
> > furnished to do so, subject to the following conditions:
|
|
866
|
+
> >
|
|
867
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
868
|
+
> > copies or substantial portions of the Software.
|
|
869
|
+
> >
|
|
870
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
871
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
872
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
873
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
874
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
875
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
876
|
+
> > SOFTWARE.
|
|
877
|
+
>
|
|
878
|
+
> ---------------------------------------
|
|
879
|
+
>
|
|
880
|
+
> ## signal-exit
|
|
881
|
+
> License: ISC
|
|
882
|
+
> By: Ben Coe
|
|
883
|
+
> Repository: https://github.com/tapjs/signal-exit.git
|
|
884
|
+
>
|
|
885
|
+
> > The ISC License
|
|
886
|
+
> >
|
|
887
|
+
> > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
|
|
888
|
+
> >
|
|
889
|
+
> > Permission to use, copy, modify, and/or distribute this software
|
|
890
|
+
> > for any purpose with or without fee is hereby granted, provided
|
|
891
|
+
> > that the above copyright notice and this permission notice
|
|
892
|
+
> > appear in all copies.
|
|
893
|
+
> >
|
|
894
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
895
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
896
|
+
> > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
897
|
+
> > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
898
|
+
> > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
899
|
+
> > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
900
|
+
> > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
901
|
+
>
|
|
902
|
+
> ---------------------------------------
|
|
903
|
+
>
|
|
904
|
+
> ## time-zone
|
|
905
|
+
> License: MIT
|
|
906
|
+
> By: Sindre Sorhus
|
|
907
|
+
> Repository: sindresorhus/time-zone
|
|
908
|
+
>
|
|
909
|
+
> > MIT License
|
|
910
|
+
> >
|
|
911
|
+
> > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
912
|
+
> >
|
|
913
|
+
> > 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:
|
|
914
|
+
> >
|
|
915
|
+
> > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
916
|
+
> >
|
|
917
|
+
> > 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.
|
|
918
|
+
>
|
|
919
|
+
> ---------------------------------------
|
|
920
|
+
>
|
|
921
|
+
> ## to-regex-range
|
|
922
|
+
> License: MIT
|
|
923
|
+
> By: Jon Schlinkert, Rouven Weßling
|
|
924
|
+
> Repository: micromatch/to-regex-range
|
|
925
|
+
>
|
|
926
|
+
> > The MIT License (MIT)
|
|
927
|
+
> >
|
|
928
|
+
> > Copyright (c) 2015-present, Jon Schlinkert.
|
|
929
|
+
> >
|
|
930
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
931
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
932
|
+
> > in the Software without restriction, including without limitation the rights
|
|
933
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
934
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
935
|
+
> > furnished to do so, subject to the following conditions:
|
|
936
|
+
> >
|
|
937
|
+
> > The above copyright notice and this permission notice shall be included in
|
|
938
|
+
> > all copies or substantial portions of the Software.
|
|
939
|
+
> >
|
|
940
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
941
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
942
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
943
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
944
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
945
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
946
|
+
> > THE SOFTWARE.
|
|
947
|
+
>
|
|
948
|
+
> ---------------------------------------
|
|
949
|
+
>
|
|
950
|
+
> ## tslib
|
|
951
|
+
> License: 0BSD
|
|
952
|
+
> By: Microsoft Corp.
|
|
953
|
+
> Repository: https://github.com/Microsoft/tslib.git
|
|
954
|
+
>
|
|
955
|
+
> > Copyright (c) Microsoft Corporation.
|
|
956
|
+
> >
|
|
957
|
+
> > Permission to use, copy, modify, and/or distribute this software for any
|
|
958
|
+
> > purpose with or without fee is hereby granted.
|
|
959
|
+
> >
|
|
960
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
961
|
+
> > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
962
|
+
> > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
963
|
+
> > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
964
|
+
> > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
965
|
+
> > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
966
|
+
> > PERFORMANCE OF THIS SOFTWARE.
|
|
967
|
+
>
|
|
968
|
+
> ---------------------------------------
|
|
969
|
+
>
|
|
970
|
+
> ## yargs-parser
|
|
971
|
+
> License: ISC
|
|
972
|
+
> By: Ben Coe
|
|
973
|
+
> Repository: https://github.com/yargs/yargs-parser.git
|
|
974
|
+
>
|
|
975
|
+
> > Copyright (c) 2016, Contributors
|
|
976
|
+
> >
|
|
977
|
+
> > Permission to use, copy, modify, and/or distribute this software
|
|
978
|
+
> > for any purpose with or without fee is hereby granted, provided
|
|
979
|
+
> > that the above copyright notice and this permission notice
|
|
980
|
+
> > appear in all copies.
|
|
981
|
+
> >
|
|
982
|
+
> > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
983
|
+
> > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
|
984
|
+
> > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
|
985
|
+
> > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
|
986
|
+
> > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
987
|
+
> > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
988
|
+
> > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
989
|
+
|
|
990
|
+
---------------------------------------
|
|
991
|
+
|
|
992
|
+
## rollup-plugin-visualizer
|
|
993
|
+
|
|
994
|
+
License: MIT
|
|
995
|
+
By: Denis Bardadym
|
|
996
|
+
Repository: https://github.com/btd/rollup-plugin-visualizer
|
|
997
|
+
|
|
998
|
+
> The MIT License (MIT)
|
|
999
|
+
>
|
|
1000
|
+
> Copyright (c) 2016 Denis Bardadym
|
|
1001
|
+
>
|
|
1002
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1003
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1004
|
+
> in the Software without restriction, including without limitation the rights
|
|
1005
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1006
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1007
|
+
> furnished to do so, subject to the following conditions:
|
|
1008
|
+
>
|
|
1009
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1010
|
+
> copies or substantial portions of the Software.
|
|
1011
|
+
>
|
|
1012
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1013
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1014
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1015
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1016
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1017
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1018
|
+
> SOFTWARE.
|
|
1019
|
+
|
|
1020
|
+
---------------------------------------
|
|
1021
|
+
|
|
1022
|
+
## undici
|
|
1023
|
+
|
|
1024
|
+
License: MIT
|
|
1025
|
+
By: Daniele Belardi, Ethan Arrowood, Matteo Collina, Matthew Aitken, Robert Nagy, Szymon Marczak, Tomas Della Vedova
|
|
1026
|
+
Repository: https://github.com/nodejs/undici
|
|
1027
|
+
|
|
1028
|
+
> MIT License
|
|
1029
|
+
>
|
|
1030
|
+
> Copyright (c) Matteo Collina and Undici contributors
|
|
1031
|
+
>
|
|
1032
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1033
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1034
|
+
> in the Software without restriction, including without limitation the rights
|
|
1035
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1036
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1037
|
+
> furnished to do so, subject to the following conditions:
|
|
1038
|
+
>
|
|
1039
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1040
|
+
> copies or substantial portions of the Software.
|
|
1041
|
+
>
|
|
1042
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1043
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1044
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1045
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1046
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1047
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1048
|
+
> SOFTWARE.
|
|
1049
|
+
|
|
1050
|
+
---------------------------------------
|
|
1051
|
+
|
|
1052
|
+
## unimport
|
|
1053
|
+
|
|
1054
|
+
License: MIT
|
|
1055
|
+
Repository: https://github.com/unjs/unimport
|
|
1056
|
+
|
|
1057
|
+
> MIT License
|
|
1058
|
+
>
|
|
1059
|
+
> Copyright (c) 2022 - UnJS
|
|
1060
|
+
>
|
|
1061
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1062
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1063
|
+
> in the Software without restriction, including without limitation the rights
|
|
1064
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1065
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1066
|
+
> furnished to do so, subject to the following conditions:
|
|
1067
|
+
>
|
|
1068
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1069
|
+
> copies or substantial portions of the Software.
|
|
1070
|
+
>
|
|
1071
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1072
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1073
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1074
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1075
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1076
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1077
|
+
> SOFTWARE.
|
|
1078
|
+
|
|
1079
|
+
---------------------------------------
|
|
1080
|
+
|
|
1081
|
+
## unplugin-utils
|
|
1082
|
+
|
|
1083
|
+
License: MIT
|
|
1084
|
+
By: Kevin Deng
|
|
1085
|
+
Repository: https://github.com/sxzz/unplugin-utils
|
|
1086
|
+
|
|
1087
|
+
> The MIT License (MIT)
|
|
1088
|
+
>
|
|
1089
|
+
> Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
|
|
1090
|
+
>
|
|
1091
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1092
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1093
|
+
> in the Software without restriction, including without limitation the rights
|
|
1094
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1095
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1096
|
+
> furnished to do so, subject to the following conditions:
|
|
1097
|
+
>
|
|
1098
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1099
|
+
> copies or substantial portions of the Software.
|
|
1100
|
+
>
|
|
1101
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1102
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1103
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1104
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1105
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1106
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1107
|
+
> SOFTWARE.
|
|
1108
|
+
>
|
|
1109
|
+
> The MIT License (MIT)
|
|
1110
|
+
>
|
|
1111
|
+
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
1112
|
+
>
|
|
1113
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1114
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1115
|
+
> in the Software without restriction, including without limitation the rights
|
|
1116
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1117
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1118
|
+
> furnished to do so, subject to the following conditions:
|
|
1119
|
+
>
|
|
1120
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1121
|
+
> all copies or substantial portions of the Software.
|
|
1122
|
+
>
|
|
1123
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1124
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1125
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1126
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1127
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1128
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1129
|
+
> THE SOFTWARE.
|