@nuxt/rspack-builder 3.21.1 → 3.21.2

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 (33) hide show
  1. package/README.md +4 -4
  2. package/dist/THIRD-PARTY-LICENSES.md +4 -3796
  3. package/dist/index.d.mts +1 -3145
  4. package/dist/index.mjs +83 -13
  5. package/dist/loaders/vue-module-identifier.mjs +2 -0
  6. package/package.json +22 -22
  7. package/dist/_chunks/libs/@babel/parser.d.mts +0 -1536
  8. package/dist/_chunks/libs/@jridgewell/trace-mapping.d.mts +0 -82
  9. package/dist/_chunks/libs/@types/estree.d.mts +0 -525
  10. package/dist/_chunks/libs/@types/pug.d.mts +0 -123
  11. package/dist/_chunks/libs/@unhead/vue.d.mts +0 -1096
  12. package/dist/_chunks/libs/@vitejs/plugin-vue-jsx.d.mts +0 -5297
  13. package/dist/_chunks/libs/@vitejs/plugin-vue.d.mts +0 -83
  14. package/dist/_chunks/libs/@volar/language-core.d.mts +0 -56
  15. package/dist/_chunks/libs/@volar/source-map.d.mts +0 -10
  16. package/dist/_chunks/libs/@vue/compiler-core.d.mts +0 -1213
  17. package/dist/_chunks/libs/@vue/compiler-dom.d.mts +0 -45
  18. package/dist/_chunks/libs/@vue/language-core.d.mts +0 -11387
  19. package/dist/_chunks/libs/c12.d.mts +0 -147
  20. package/dist/_chunks/libs/compatx.d.mts +0 -47
  21. package/dist/_chunks/libs/h3.d.mts +0 -45
  22. package/dist/_chunks/libs/mini-css-extract-plugin.d.mts +0 -7
  23. package/dist/_chunks/libs/ofetch.d.mts +0 -870
  24. package/dist/_chunks/libs/open.d.mts +0 -1
  25. package/dist/_chunks/libs/oxc-transform.d.mts +0 -422
  26. package/dist/_chunks/libs/pkg-types.d.mts +0 -23
  27. package/dist/_chunks/libs/rollup-plugin-visualizer.d.mts +0 -90
  28. package/dist/_chunks/libs/scule.d.mts +0 -15
  29. package/dist/_chunks/libs/unctx.d.mts +0 -28
  30. package/dist/_chunks/libs/unimport.d.mts +0 -386
  31. package/dist/_chunks/libs/untyped.d.mts +0 -44
  32. package/dist/_chunks/libs/vue-router.d.mts +0 -1413
  33. package/dist/_chunks/rolldown-runtime.mjs +0 -12
@@ -1,104 +1,10 @@
1
1
  # Licenses of Bundled Dependencies
2
2
 
3
3
  The published artifact additionally contains code with the following licenses:
4
- Apache-2.0, BSD-2-Clause, MIT
4
+ MIT
5
5
 
6
6
  # Bundled Dependencies
7
7
 
8
- ## @babel/parser
9
-
10
- License: MIT
11
- By: The Babel Team
12
- Repository: https://github.com/babel/babel
13
-
14
- > Copyright (C) 2012-2014 by various contributors (see AUTHORS)
15
- >
16
- > Permission is hereby granted, free of charge, to any person obtaining a copy
17
- > of this software and associated documentation files (the "Software"), to deal
18
- > in the Software without restriction, including without limitation the rights
19
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
- > copies of the Software, and to permit persons to whom the Software is
21
- > furnished to do so, subject to the following conditions:
22
- >
23
- > The above copyright notice and this permission notice shall be included in
24
- > all copies or substantial portions of the Software.
25
- >
26
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
32
- > THE SOFTWARE.
33
-
34
- ---------------------------------------
35
-
36
- ## @babel/types
37
-
38
- License: MIT
39
- By: The Babel Team
40
- Repository: https://github.com/babel/babel
41
-
42
- > MIT License
43
- >
44
- > Copyright (c) 2014-present Sebastian McKenzie and other contributors
45
- >
46
- > Permission is hereby granted, free of charge, to any person obtaining
47
- > a copy of this software and associated documentation files (the
48
- > "Software"), to deal in the Software without restriction, including
49
- > without limitation the rights to use, copy, modify, merge, publish,
50
- > distribute, sublicense, and/or sell copies of the Software, and to
51
- > permit persons to whom the Software is furnished to do so, subject to
52
- > the following conditions:
53
- >
54
- > The above copyright notice and this permission notice shall be
55
- > included in all copies or substantial portions of the Software.
56
- >
57
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
58
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
59
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
60
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
61
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
62
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
63
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
64
-
65
- ---------------------------------------
66
-
67
- ## @jridgewell/trace-mapping
68
-
69
- License: MIT
70
- By: Justin Ridgewell
71
- Repository: https://github.com/jridgewell/sourcemaps
72
-
73
- > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
74
- >
75
- > Permission is hereby granted, free of charge, to any person obtaining a copy
76
- > of this software and associated documentation files (the "Software"), to deal
77
- > in the Software without restriction, including without limitation the rights
78
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79
- > copies of the Software, and to permit persons to whom the Software is
80
- > furnished to do so, subject to the following conditions:
81
- >
82
- > The above copyright notice and this permission notice shall be included in
83
- > all copies or substantial portions of the Software.
84
- >
85
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91
- > SOFTWARE.
92
-
93
- ---------------------------------------
94
-
95
- ## @nuxt/schema
96
-
97
- License: MIT
98
- Repository: https://github.com/nuxt/nuxt
99
-
100
- ---------------------------------------
101
-
102
8
  ## @nuxt/webpack-builder
103
9
 
104
10
  License: MIT
@@ -106,3712 +12,14 @@ Repository: https://github.com/nuxt/nuxt
106
12
 
107
13
  ---------------------------------------
108
14
 
109
- ## @types/estree, @types/pug
110
-
111
- License: MIT
112
- By: RReverser
113
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
114
-
115
- License: MIT
116
- By: TonyYang
117
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
118
-
119
- > MIT License
120
- >
121
- > Copyright (c) Microsoft Corporation.
122
- >
123
- > Permission is hereby granted, free of charge, to any person obtaining a copy
124
- > of this software and associated documentation files (the "Software"), to deal
125
- > in the Software without restriction, including without limitation the rights
126
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
- > copies of the Software, and to permit persons to whom the Software is
128
- > furnished to do so, subject to the following conditions:
129
- >
130
- > The above copyright notice and this permission notice shall be included in all
131
- > copies or substantial portions of the Software.
132
- >
133
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
139
- > SOFTWARE
140
-
141
- ---------------------------------------
142
-
143
- ## @vitejs/plugin-vue, @vitejs/plugin-vue-jsx
144
-
145
- License: MIT
146
- By: Evan You
147
- Repositories: https://github.com/vitejs/vite-plugin-vue, https://github.com/vitejs/vite-plugin-vue
148
-
149
- > MIT License
150
- >
151
- > Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
152
- >
153
- > Permission is hereby granted, free of charge, to any person obtaining a copy
154
- > of this software and associated documentation files (the "Software"), to deal
155
- > in the Software without restriction, including without limitation the rights
156
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
157
- > copies of the Software, and to permit persons to whom the Software is
158
- > furnished to do so, subject to the following conditions:
159
- >
160
- > The above copyright notice and this permission notice shall be included in all
161
- > copies or substantial portions of the Software.
162
- >
163
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
164
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
165
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
166
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
167
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
168
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
169
- > SOFTWARE.
170
-
171
- ---------------------------------------
172
-
173
- ## @volar/language-core, @volar/source-map, @vue/language-core
174
-
175
- License: MIT
176
- Repositories: https://github.com/volarjs/volar.js, https://github.com/volarjs/volar.js, https://github.com/vuejs/language-tools
177
-
178
- > MIT License
179
- >
180
- > Copyright (c) 2021-present Johnson Chu
181
- >
182
- > Permission is hereby granted, free of charge, to any person obtaining a copy
183
- > of this software and associated documentation files (the "Software"), to deal
184
- > in the Software without restriction, including without limitation the rights
185
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
186
- > copies of the Software, and to permit persons to whom the Software is
187
- > furnished to do so, subject to the following conditions:
188
- >
189
- > The above copyright notice and this permission notice shall be included in all
190
- > copies or substantial portions of the Software.
191
- >
192
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
193
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
194
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
195
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
196
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
197
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
198
- > SOFTWARE.
199
-
200
- ---------------------------------------
201
-
202
- ## @vue/babel-plugin-jsx
203
-
204
- License: MIT
205
- By: Amour1688
206
- Repository: https://github.com/vuejs/babel-plugin-jsx
207
-
208
- > MIT License
209
- >
210
- > Copyright (c) 2020-present vuejs
211
- >
212
- > Permission is hereby granted, free of charge, to any person obtaining a copy
213
- > of this software and associated documentation files (the "Software"), to deal
214
- > in the Software without restriction, including without limitation the rights
215
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
216
- > copies of the Software, and to permit persons to whom the Software is
217
- > furnished to do so, subject to the following conditions:
218
- >
219
- > The above copyright notice and this permission notice shall be included in all
220
- > copies or substantial portions of the Software.
221
- >
222
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
223
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
224
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
225
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
226
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
227
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
228
- > SOFTWARE.
229
-
230
- ---------------------------------------
231
-
232
- ## @vue/compiler-core, @vue/compiler-dom, @vue/shared
233
-
234
- License: MIT
235
- By: Evan You
236
- Repositories: https://github.com/vuejs/core, https://github.com/vuejs/core, https://github.com/vuejs/core
237
-
238
- > The MIT License (MIT)
239
- >
240
- > Copyright (c) 2018-present, Yuxi (Evan) You
241
- >
242
- > Permission is hereby granted, free of charge, to any person obtaining a copy
243
- > of this software and associated documentation files (the "Software"), to deal
244
- > in the Software without restriction, including without limitation the rights
245
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
246
- > copies of the Software, and to permit persons to whom the Software is
247
- > furnished to do so, subject to the following conditions:
248
- >
249
- > The above copyright notice and this permission notice shall be included in
250
- > all copies or substantial portions of the Software.
251
- >
252
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
253
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
254
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
255
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
256
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
257
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
258
- > THE SOFTWARE.
259
-
260
- ---------------------------------------
261
-
262
- ## c12, compatx, h3, ofetch, scule
263
-
264
- License: MIT
265
- Repositories: https://github.com/unjs/c12, https://github.com/unjs/compatx, https://github.com/h3js/h3, https://github.com/unjs/ofetch, https://github.com/unjs/scule
266
-
267
- > MIT License
268
- >
269
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
270
- >
271
- > Permission is hereby granted, free of charge, to any person obtaining a copy
272
- > of this software and associated documentation files (the "Software"), to deal
273
- > in the Software without restriction, including without limitation the rights
274
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
275
- > copies of the Software, and to permit persons to whom the Software is
276
- > furnished to do so, subject to the following conditions:
277
- >
278
- > The above copyright notice and this permission notice shall be included in all
279
- > copies or substantial portions of the Software.
280
- >
281
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
282
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
283
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
284
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
285
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
286
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
287
- > SOFTWARE.
288
-
289
- ---------------------------------------
290
-
291
- ## chokidar
15
+ ## nuxt
292
16
 
293
17
  License: MIT
294
- By: Paul Miller
295
- Repository: https://github.com/paulmillr/chokidar
296
-
297
- > The MIT License (MIT)
298
- >
299
- > Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker
300
- >
301
- > Permission is hereby granted, free of charge, to any person obtaining a copy
302
- > of this software and associated documentation files (the “Software”), to deal
303
- > in the Software without restriction, including without limitation the rights
304
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
305
- > copies of the Software, and to permit persons to whom the Software is
306
- > furnished to do so, subject to the following conditions:
307
- >
308
- > The above copyright notice and this permission notice shall be included in
309
- > all copies or substantial portions of the Software.
310
- >
311
- > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
312
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
313
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
314
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
315
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
316
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
317
- > THE SOFTWARE.
318
-
319
- ---------------------------------------
320
-
321
- ## esbuild
322
-
323
- License: MIT
324
- Repository: https://github.com/evanw/esbuild
325
-
326
- > MIT License
327
- >
328
- > Copyright (c) 2020 Evan Wallace
329
- >
330
- > Permission is hereby granted, free of charge, to any person obtaining a copy
331
- > of this software and associated documentation files (the "Software"), to deal
332
- > in the Software without restriction, including without limitation the rights
333
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
334
- > copies of the Software, and to permit persons to whom the Software is
335
- > furnished to do so, subject to the following conditions:
336
- >
337
- > The above copyright notice and this permission notice shall be included in all
338
- > copies or substantial portions of the Software.
339
- >
340
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
341
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
342
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
343
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
344
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
345
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
346
- > SOFTWARE.
347
-
348
- ---------------------------------------
349
-
350
- ## giget
351
-
352
- License: MIT
353
- Repository: https://github.com/unjs/giget
354
-
355
- > MIT License
356
- >
357
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
358
- >
359
- > Permission is hereby granted, free of charge, to any person obtaining a copy
360
- > of this software and associated documentation files (the "Software"), to deal
361
- > in the Software without restriction, including without limitation the rights
362
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
363
- > copies of the Software, and to permit persons to whom the Software is
364
- > furnished to do so, subject to the following conditions:
365
- >
366
- > The above copyright notice and this permission notice shall be included in all
367
- > copies or substantial portions of the Software.
368
- >
369
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
370
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
371
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
372
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
373
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
374
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
375
- > SOFTWARE.
376
- >
377
- > ---
378
- >
379
- > Third party bundled dependencies
380
- >
381
- > - https://github.com/isaacs/node-tar
382
- > - https://github.com/isaacs/fs-minipass
383
- >
384
- > """
385
- > The ISC License
386
- >
387
- > Copyright (c) Isaac Z. Schlueter and Contributors
388
- >
389
- > Permission to use, copy, modify, and/or distribute this software for any
390
- > purpose with or without fee is hereby granted, provided that the above
391
- > copyright notice and this permission notice appear in all copies.
392
- >
393
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
394
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
395
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
396
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
397
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
398
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
399
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
400
- > """"
401
- >
402
- > - https://github.com/isaacs/minipass
403
- >
404
- > """
405
- > The ISC License
406
- >
407
- > Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
408
- >
409
- > Permission to use, copy, modify, and/or distribute this software for any
410
- > purpose with or without fee is hereby granted, provided that the above
411
- > copyright notice and this permission notice appear in all copies.
412
- >
413
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
414
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
415
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
416
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
417
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
418
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
419
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
420
- > """
421
- >
422
- > - https://github.com/isaacs/minizlib
423
- >
424
- > """
425
- > Minizlib was created by Isaac Z. Schlueter.
426
- > It is a derivative work of the Node.js project.
427
- >
428
- > """
429
- > Copyright (c) 2017-2023 Isaac Z. Schlueter and Contributors
430
- > Copyright (c) 2017-2023 Node.js contributors. All rights reserved.
431
- > Copyright (c) 2017-2023 Joyent, Inc. and other Node contributors. All rights reserved.
432
- >
433
- > Permission is hereby granted, free of charge, to any person obtaining a
434
- > copy of this software and associated documentation files (the "Software"),
435
- > to deal in the Software without restriction, including without limitation
436
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
437
- > and/or sell copies of the Software, and to permit persons to whom the
438
- > Software is furnished to do so, subject to the following conditions:
439
- >
440
- > The above copyright notice and this permission notice shall be included in
441
- > all copies or substantial portions of the Software.
442
- >
443
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
444
- > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
445
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
446
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
447
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
448
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
449
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
450
- > """
451
- >
452
- > - https://github.com/isaacs/node-mkdirp
453
- >
454
- > """
455
- > Copyright (c) 2011-2023 James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me)
456
- >
457
- > This project is free software released under the MIT license:
458
- >
459
- > Permission is hereby granted, free of charge, to any person obtaining a copy
460
- > of this software and associated documentation files (the "Software"), to deal
461
- > in the Software without restriction, including without limitation the rights
462
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
463
- > copies of the Software, and to permit persons to whom the Software is
464
- > furnished to do so, subject to the following conditions:
465
- >
466
- > The above copyright notice and this permission notice shall be included in
467
- > all copies or substantial portions of the Software.
468
- >
469
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
470
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
471
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
472
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
473
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
474
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
475
- > THE SOFTWARE.
476
- > """
477
- >
478
- > - https://github.com/isaacs/yallist/blob/main/LICENSE.md
479
- > - https://github.com/isaacs/chownr/blob/main/LICENSE.md
480
- >
481
- > """
482
- >
483
- > # Blue Oak Model License
484
- >
485
- > Version 1.0.0
486
- >
487
- > ## Purpose
488
- >
489
- > This license gives everyone as much permission to work with
490
- > this software as possible, while protecting contributors
491
- > from liability.
492
- >
493
- > ## Acceptance
494
- >
495
- > In order to receive this license, you must agree to its
496
- > rules. The rules of this license are both obligations
497
- > under that agreement and conditions to your license.
498
- > You must not do anything with this software that triggers
499
- > a rule that you cannot or will not follow.
500
- >
501
- > ## Copyright
502
- >
503
- > Each contributor licenses you to do everything with this
504
- > software that would otherwise infringe that contributor's
505
- > copyright in it.
506
- >
507
- > ## Notices
508
- >
509
- > You must ensure that everyone who gets a copy of
510
- > any part of this software from you, with or without
511
- > changes, also gets the text of this license or a link to
512
- > <https://blueoakcouncil.org/license/1.0.0>.
513
- >
514
- > ## Excuse
515
- >
516
- > If anyone notifies you in writing that you have not
517
- > complied with [Notices](#notices), you can keep your
518
- > license by taking all practical steps to comply within 30
519
- > days after the notice. If you do not do so, your license
520
- > ends immediately.
521
- >
522
- > ## Patent
523
- >
524
- > Each contributor licenses you to do everything with this
525
- > software that would otherwise infringe any patent claims
526
- > they can license or become able to license.
527
- >
528
- > ## Reliability
529
- >
530
- > No contributor can revoke this license.
531
- >
532
- > ## No Liability
533
- >
534
- > **_As far as the law allows, this software comes as is,
535
- > without any warranty or condition, and no contributor
536
- > will be liable to anyone for any damages related to this
537
- > software or this license, under any kind of legal claim._**
538
- > """
539
-
540
- ---------------------------------------
541
-
542
- ## hookable
543
-
544
- License: MIT
545
- Repository: https://github.com/unjs/hookable
546
-
547
- > The MIT License (MIT)
548
- >
549
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
550
- >
551
- > Permission is hereby granted, free of charge, to any person obtaining a copy
552
- > of this software and associated documentation files (the "Software"), to deal
553
- > in the Software without restriction, including without limitation the rights
554
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
555
- > copies of the Software, and to permit persons to whom the Software is
556
- > furnished to do so, subject to the following conditions:
557
- >
558
- > The above copyright notice and this permission notice shall be included in all
559
- > copies or substantial portions of the Software.
560
- >
561
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
562
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
563
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
564
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
565
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
566
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
567
- > SOFTWARE.
568
-
569
- ---------------------------------------
570
-
571
- ## muggle-string
572
-
573
- License: MIT
574
- Repository: https://github.com/johnsoncodehk/muggle-string
575
-
576
- > MIT License
577
- >
578
- > Copyright (c) 2022-present Johnson Chu
579
- >
580
- > Permission is hereby granted, free of charge, to any person obtaining a copy
581
- > of this software and associated documentation files (the "Software"), to deal
582
- > in the Software without restriction, including without limitation the rights
583
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
584
- > copies of the Software, and to permit persons to whom the Software is
585
- > furnished to do so, subject to the following conditions:
586
- >
587
- > The above copyright notice and this permission notice shall be included in all
588
- > copies or substantial portions of the Software.
589
- >
590
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
591
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
592
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
593
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
594
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
595
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
596
- > SOFTWARE.
597
-
598
- ---------------------------------------
599
-
600
- ## oxc-transform
601
-
602
- License: MIT
603
- By: Boshen and oxc contributors
604
- Repository: https://github.com/oxc-project/oxc
605
-
606
- > MIT License
607
- >
608
- > Copyright (c) 2024-present VoidZero Inc. & Contributors
609
- > Copyright (c) 2023 Boshen
610
- >
611
- > Permission is hereby granted, free of charge, to any person obtaining a copy
612
- > of this software and associated documentation files (the "Software"), to deal
613
- > in the Software without restriction, including without limitation the rights
614
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
- > copies of the Software, and to permit persons to whom the Software is
616
- > furnished to do so, subject to the following conditions:
617
- >
618
- > The above copyright notice and this permission notice shall be included in all
619
- > copies or substantial portions of the Software.
620
- >
621
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627
- > SOFTWARE.
628
-
629
- ---------------------------------------
630
-
631
- ## pkg-types
632
-
633
- License: MIT
634
- Repository: https://github.com/unjs/pkg-types
635
-
636
- > MIT License
637
- >
638
- > Copyright (c) Pooya Parsa <pooya@pi0.io> - Daniel Roe <daniel@roe.dev>
639
- >
640
- > Permission is hereby granted, free of charge, to any person obtaining a copy
641
- > of this software and associated documentation files (the "Software"), to deal
642
- > in the Software without restriction, including without limitation the rights
643
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
644
- > copies of the Software, and to permit persons to whom the Software is
645
- > furnished to do so, subject to the following conditions:
646
- >
647
- > The above copyright notice and this permission notice shall be included in all
648
- > copies or substantial portions of the Software.
649
- >
650
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
651
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
652
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
653
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
654
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
655
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
656
- > SOFTWARE.
657
- >
658
- > --------------------------------------------------------------------------------
659
- >
660
- > Copyright Joyent, Inc. and other Node contributors.
661
- >
662
- > Permission is hereby granted, free of charge, to any person obtaining a
663
- > copy of this software and associated documentation files (the
664
- > "Software"), to deal in the Software without restriction, including
665
- > without limitation the rights to use, copy, modify, merge, publish,
666
- > distribute, sublicense, and/or sell copies of the Software, and to permit
667
- > persons to whom the Software is furnished to do so, subject to the
668
- > following conditions:
669
- >
670
- > The above copyright notice and this permission notice shall be included
671
- > in all copies or substantial portions of the Software.
672
- >
673
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
674
- > OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
675
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
676
- > NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
677
- > DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
678
- > OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
679
- > USE OR OTHER DEALINGS IN THE SOFTWARE.
680
-
681
- ---------------------------------------
682
-
683
- ## rollup
684
-
685
- License: MIT
686
- By: Rich Harris
687
- Repository: https://github.com/rollup/rollup
688
-
689
- > # Rollup core license
690
- > Rollup is released under the MIT license:
691
- >
692
- > The MIT License (MIT)
693
- >
694
- > Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
695
- >
696
- > 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:
697
- >
698
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
699
- >
700
- > 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.
701
- >
702
- > # Licenses of bundled dependencies
703
- > The published Rollup artifact additionally contains code with the following licenses:
704
- > MIT, ISC, 0BSD
705
- >
706
- > # Bundled dependencies:
707
- > ## @jridgewell/sourcemap-codec
708
- > License: MIT
709
- > By: Justin Ridgewell
710
- > Repository: git+https://github.com/jridgewell/sourcemaps.git
711
- >
712
- > > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
713
- > >
714
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
715
- > > of this software and associated documentation files (the "Software"), to deal
716
- > > in the Software without restriction, including without limitation the rights
717
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
718
- > > copies of the Software, and to permit persons to whom the Software is
719
- > > furnished to do so, subject to the following conditions:
720
- > >
721
- > > The above copyright notice and this permission notice shall be included in
722
- > > all copies or substantial portions of the Software.
723
- > >
724
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
725
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
726
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
727
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
728
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
729
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
730
- > > SOFTWARE.
731
- >
732
- > ---------------------------------------
733
- >
734
- > ## @rollup/pluginutils
735
- > License: MIT
736
- > By: Rich Harris
737
- > Repository: rollup/plugins
738
- >
739
- > > The MIT License (MIT)
740
- > >
741
- > > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
742
- > >
743
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
744
- > > of this software and associated documentation files (the "Software"), to deal
745
- > > in the Software without restriction, including without limitation the rights
746
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
747
- > > copies of the Software, and to permit persons to whom the Software is
748
- > > furnished to do so, subject to the following conditions:
749
- > >
750
- > > The above copyright notice and this permission notice shall be included in
751
- > > all copies or substantial portions of the Software.
752
- > >
753
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
754
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
755
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
756
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
757
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
758
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
759
- > > THE SOFTWARE.
760
- >
761
- > ---------------------------------------
762
- >
763
- > ## anymatch
764
- > License: ISC
765
- > By: Elan Shanker
766
- > Repository: https://github.com/micromatch/anymatch
767
- >
768
- > > The ISC License
769
- > >
770
- > > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
771
- > >
772
- > > Permission to use, copy, modify, and/or distribute this software for any
773
- > > purpose with or without fee is hereby granted, provided that the above
774
- > > copyright notice and this permission notice appear in all copies.
775
- > >
776
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
777
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
778
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
779
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
780
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
781
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
782
- > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
783
- >
784
- > ---------------------------------------
785
- >
786
- > ## binary-extensions
787
- > License: MIT
788
- > By: Sindre Sorhus
789
- > Repository: sindresorhus/binary-extensions
790
- >
791
- > > MIT License
792
- > >
793
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
794
- > > Copyright (c) Paul Miller (https://paulmillr.com)
795
- > >
796
- > > 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:
797
- > >
798
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
799
- > >
800
- > > 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.
801
- >
802
- > ---------------------------------------
803
- >
804
- > ## braces
805
- > License: MIT
806
- > By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
807
- > Repository: micromatch/braces
808
- >
809
- > > The MIT License (MIT)
810
- > >
811
- > > Copyright (c) 2014-present, Jon Schlinkert.
812
- > >
813
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
814
- > > of this software and associated documentation files (the "Software"), to deal
815
- > > in the Software without restriction, including without limitation the rights
816
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
817
- > > copies of the Software, and to permit persons to whom the Software is
818
- > > furnished to do so, subject to the following conditions:
819
- > >
820
- > > The above copyright notice and this permission notice shall be included in
821
- > > all copies or substantial portions of the Software.
822
- > >
823
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
824
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
825
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
826
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
827
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
828
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
829
- > > THE SOFTWARE.
830
- >
831
- > ---------------------------------------
832
- >
833
- > ## builtin-modules
834
- > License: MIT
835
- > By: Sindre Sorhus
836
- > Repository: sindresorhus/builtin-modules
837
- >
838
- > > MIT License
839
- > >
840
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
841
- > >
842
- > > 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:
843
- > >
844
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
845
- > >
846
- > > 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.
847
- >
848
- > ---------------------------------------
849
- >
850
- > ## chokidar
851
- > License: MIT
852
- > By: Paul Miller, Elan Shanker
853
- > Repository: git+https://github.com/paulmillr/chokidar.git
854
- >
855
- > > The MIT License (MIT)
856
- > >
857
- > > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
858
- > >
859
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
860
- > > of this software and associated documentation files (the “Software”), to deal
861
- > > in the Software without restriction, including without limitation the rights
862
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
863
- > > copies of the Software, and to permit persons to whom the Software is
864
- > > furnished to do so, subject to the following conditions:
865
- > >
866
- > > The above copyright notice and this permission notice shall be included in
867
- > > all copies or substantial portions of the Software.
868
- > >
869
- > > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
870
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
871
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
872
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
873
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
874
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
875
- > > THE SOFTWARE.
876
- >
877
- > ---------------------------------------
878
- >
879
- > ## date-time
880
- > License: MIT
881
- > By: Sindre Sorhus
882
- > Repository: sindresorhus/date-time
883
- >
884
- > > MIT License
885
- > >
886
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
887
- > >
888
- > > 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:
889
- > >
890
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
891
- > >
892
- > > 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.
893
- >
894
- > ---------------------------------------
895
- >
896
- > ## fill-range
897
- > License: MIT
898
- > By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
899
- > Repository: jonschlinkert/fill-range
900
- >
901
- > > The MIT License (MIT)
902
- > >
903
- > > Copyright (c) 2014-present, Jon Schlinkert.
904
- > >
905
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
906
- > > of this software and associated documentation files (the "Software"), to deal
907
- > > in the Software without restriction, including without limitation the rights
908
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
909
- > > copies of the Software, and to permit persons to whom the Software is
910
- > > furnished to do so, subject to the following conditions:
911
- > >
912
- > > The above copyright notice and this permission notice shall be included in
913
- > > all copies or substantial portions of the Software.
914
- > >
915
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
916
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
917
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
918
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
920
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
921
- > > THE SOFTWARE.
922
- >
923
- > ---------------------------------------
924
- >
925
- > ## flru
926
- > License: MIT
927
- > By: Luke Edwards
928
- > Repository: lukeed/flru
929
- >
930
- > > MIT License
931
- > >
932
- > > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
933
- > >
934
- > > 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:
935
- > >
936
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
937
- > >
938
- > > 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.
939
- >
940
- > ---------------------------------------
941
- >
942
- > ## glob-parent
943
- > License: ISC
944
- > By: Gulp Team, Elan Shanker, Blaine Bublitz
945
- > Repository: gulpjs/glob-parent
946
- >
947
- > > The ISC License
948
- > >
949
- > > Copyright (c) 2015, 2019 Elan Shanker
950
- > >
951
- > > Permission to use, copy, modify, and/or distribute this software for any
952
- > > purpose with or without fee is hereby granted, provided that the above
953
- > > copyright notice and this permission notice appear in all copies.
954
- > >
955
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
956
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
957
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
958
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
959
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
960
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
961
- > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
962
- >
963
- > ---------------------------------------
964
- >
965
- > ## is-binary-path
966
- > License: MIT
967
- > By: Sindre Sorhus
968
- > Repository: sindresorhus/is-binary-path
969
- >
970
- > > MIT License
971
- > >
972
- > > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
973
- > >
974
- > > 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:
975
- > >
976
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
977
- > >
978
- > > 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.
979
- >
980
- > ---------------------------------------
981
- >
982
- > ## is-extglob
983
- > License: MIT
984
- > By: Jon Schlinkert
985
- > Repository: jonschlinkert/is-extglob
986
- >
987
- > > The MIT License (MIT)
988
- > >
989
- > > Copyright (c) 2014-2016, Jon Schlinkert
990
- > >
991
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
992
- > > of this software and associated documentation files (the "Software"), to deal
993
- > > in the Software without restriction, including without limitation the rights
994
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
995
- > > copies of the Software, and to permit persons to whom the Software is
996
- > > furnished to do so, subject to the following conditions:
997
- > >
998
- > > The above copyright notice and this permission notice shall be included in
999
- > > all copies or substantial portions of the Software.
1000
- > >
1001
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1002
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1003
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1004
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1005
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1006
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1007
- > > THE SOFTWARE.
1008
- >
1009
- > ---------------------------------------
1010
- >
1011
- > ## is-glob
1012
- > License: MIT
1013
- > By: Jon Schlinkert, Brian Woodward, Daniel Perez
1014
- > Repository: micromatch/is-glob
1015
- >
1016
- > > The MIT License (MIT)
1017
- > >
1018
- > > Copyright (c) 2014-2017, Jon Schlinkert.
1019
- > >
1020
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1021
- > > of this software and associated documentation files (the "Software"), to deal
1022
- > > in the Software without restriction, including without limitation the rights
1023
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1024
- > > copies of the Software, and to permit persons to whom the Software is
1025
- > > furnished to do so, subject to the following conditions:
1026
- > >
1027
- > > The above copyright notice and this permission notice shall be included in
1028
- > > all copies or substantial portions of the Software.
1029
- > >
1030
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1031
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1032
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1033
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1034
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1035
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1036
- > > THE SOFTWARE.
1037
- >
1038
- > ---------------------------------------
1039
- >
1040
- > ## is-number
1041
- > License: MIT
1042
- > By: Jon Schlinkert, Olsten Larck, Rouven Weßling
1043
- > Repository: jonschlinkert/is-number
1044
- >
1045
- > > The MIT License (MIT)
1046
- > >
1047
- > > Copyright (c) 2014-present, Jon Schlinkert.
1048
- > >
1049
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1050
- > > of this software and associated documentation files (the "Software"), to deal
1051
- > > in the Software without restriction, including without limitation the rights
1052
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1053
- > > copies of the Software, and to permit persons to whom the Software is
1054
- > > furnished to do so, subject to the following conditions:
1055
- > >
1056
- > > The above copyright notice and this permission notice shall be included in
1057
- > > all copies or substantial portions of the Software.
1058
- > >
1059
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1060
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1061
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1062
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1063
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1064
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1065
- > > THE SOFTWARE.
1066
- >
1067
- > ---------------------------------------
1068
- >
1069
- > ## is-reference
1070
- > License: MIT
1071
- > By: Rich Harris
1072
- > Repository: git+https://github.com/Rich-Harris/is-reference.git
1073
- >
1074
- > ---------------------------------------
1075
- >
1076
- > ## locate-character
1077
- > License: MIT
1078
- > By: Rich Harris
1079
- > Repository: git+https://gitlab.com/Rich-Harris/locate-character.git
1080
- >
1081
- > ---------------------------------------
1082
- >
1083
- > ## magic-string
1084
- > License: MIT
1085
- > By: Rich Harris
1086
- > Repository: git+https://github.com/Rich-Harris/magic-string.git
1087
- >
1088
- > > Copyright 2018 Rich Harris
1089
- > >
1090
- > > 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:
1091
- > >
1092
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1093
- > >
1094
- > > 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.
1095
- >
1096
- > ---------------------------------------
1097
- >
1098
- > ## normalize-path
1099
- > License: MIT
1100
- > By: Jon Schlinkert, Blaine Bublitz
1101
- > Repository: jonschlinkert/normalize-path
1102
- >
1103
- > > The MIT License (MIT)
1104
- > >
1105
- > > Copyright (c) 2014-2018, Jon Schlinkert.
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
1115
- > > all 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
1123
- > > THE SOFTWARE.
1124
- >
1125
- > ---------------------------------------
1126
- >
1127
- > ## parse-ms
1128
- > License: MIT
1129
- > By: Sindre Sorhus
1130
- > Repository: sindresorhus/parse-ms
1131
- >
1132
- > > MIT License
1133
- > >
1134
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1135
- > >
1136
- > > 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:
1137
- > >
1138
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1139
- > >
1140
- > > 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.
1141
- >
1142
- > ---------------------------------------
1143
- >
1144
- > ## picocolors
1145
- > License: ISC
1146
- > By: Alexey Raspopov
1147
- > Repository: alexeyraspopov/picocolors
1148
- >
1149
- > > ISC License
1150
- > >
1151
- > > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
1152
- > >
1153
- > > Permission to use, copy, modify, and/or distribute this software for any
1154
- > > purpose with or without fee is hereby granted, provided that the above
1155
- > > copyright notice and this permission notice appear in all copies.
1156
- > >
1157
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1158
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1159
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1160
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1161
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1162
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1163
- > > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1164
- >
1165
- > ---------------------------------------
1166
- >
1167
- > ## picomatch
1168
- > License: MIT
1169
- > By: Jon Schlinkert
1170
- > Repository: micromatch/picomatch
1171
- >
1172
- > > The MIT License (MIT)
1173
- > >
1174
- > > Copyright (c) 2017-present, Jon Schlinkert.
1175
- > >
1176
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1177
- > > of this software and associated documentation files (the "Software"), to deal
1178
- > > in the Software without restriction, including without limitation the rights
1179
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1180
- > > copies of the Software, and to permit persons to whom the Software is
1181
- > > furnished to do so, subject to the following conditions:
1182
- > >
1183
- > > The above copyright notice and this permission notice shall be included in
1184
- > > all copies or substantial portions of the Software.
1185
- > >
1186
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1187
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1188
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1189
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1190
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1191
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1192
- > > THE SOFTWARE.
1193
- >
1194
- > ---------------------------------------
1195
- >
1196
- > ## pretty-bytes
1197
- > License: MIT
1198
- > By: Sindre Sorhus
1199
- > Repository: sindresorhus/pretty-bytes
1200
- >
1201
- > > MIT License
1202
- > >
1203
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1204
- > >
1205
- > > 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:
1206
- > >
1207
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1208
- > >
1209
- > > 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.
1210
- >
1211
- > ---------------------------------------
1212
- >
1213
- > ## pretty-ms
1214
- > License: MIT
1215
- > By: Sindre Sorhus
1216
- > Repository: sindresorhus/pretty-ms
1217
- >
1218
- > > MIT License
1219
- > >
1220
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1221
- > >
1222
- > > 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:
1223
- > >
1224
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1225
- > >
1226
- > > 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.
1227
- >
1228
- > ---------------------------------------
1229
- >
1230
- > ## readdirp
1231
- > License: MIT
1232
- > By: Thorsten Lorenz, Paul Miller
1233
- > Repository: git://github.com/paulmillr/readdirp.git
1234
- >
1235
- > > MIT License
1236
- > >
1237
- > > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
1238
- > >
1239
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1240
- > > of this software and associated documentation files (the "Software"), to deal
1241
- > > in the Software without restriction, including without limitation the rights
1242
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1243
- > > copies of the Software, and to permit persons to whom the Software is
1244
- > > furnished to do so, subject to the following conditions:
1245
- > >
1246
- > > The above copyright notice and this permission notice shall be included in all
1247
- > > copies or substantial portions of the Software.
1248
- > >
1249
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1250
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1251
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1252
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1253
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1254
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1255
- > > SOFTWARE.
1256
- >
1257
- > ---------------------------------------
1258
- >
1259
- > ## signal-exit
1260
- > License: ISC
1261
- > By: Ben Coe
1262
- > Repository: https://github.com/tapjs/signal-exit.git
1263
- >
1264
- > > The ISC License
1265
- > >
1266
- > > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
1267
- > >
1268
- > > Permission to use, copy, modify, and/or distribute this software
1269
- > > for any purpose with or without fee is hereby granted, provided
1270
- > > that the above copyright notice and this permission notice
1271
- > > appear in all copies.
1272
- > >
1273
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1274
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1275
- > > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
1276
- > > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
1277
- > > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1278
- > > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1279
- > > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1280
- >
1281
- > ---------------------------------------
1282
- >
1283
- > ## time-zone
1284
- > License: MIT
1285
- > By: Sindre Sorhus
1286
- > Repository: sindresorhus/time-zone
1287
- >
1288
- > > MIT License
1289
- > >
1290
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1291
- > >
1292
- > > 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:
1293
- > >
1294
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1295
- > >
1296
- > > 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.
1297
- >
1298
- > ---------------------------------------
1299
- >
1300
- > ## to-regex-range
1301
- > License: MIT
1302
- > By: Jon Schlinkert, Rouven Weßling
1303
- > Repository: micromatch/to-regex-range
1304
- >
1305
- > > The MIT License (MIT)
1306
- > >
1307
- > > Copyright (c) 2015-present, Jon Schlinkert.
1308
- > >
1309
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1310
- > > of this software and associated documentation files (the "Software"), to deal
1311
- > > in the Software without restriction, including without limitation the rights
1312
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1313
- > > copies of the Software, and to permit persons to whom the Software is
1314
- > > furnished to do so, subject to the following conditions:
1315
- > >
1316
- > > The above copyright notice and this permission notice shall be included in
1317
- > > all copies or substantial portions of the Software.
1318
- > >
1319
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1320
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1321
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1322
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1323
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1324
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1325
- > > THE SOFTWARE.
1326
- >
1327
- > ---------------------------------------
1328
- >
1329
- > ## tslib
1330
- > License: 0BSD
1331
- > By: Microsoft Corp.
1332
- > Repository: https://github.com/Microsoft/tslib.git
1333
- >
1334
- > > Copyright (c) Microsoft Corporation.
1335
- > >
1336
- > > Permission to use, copy, modify, and/or distribute this software for any
1337
- > > purpose with or without fee is hereby granted.
1338
- > >
1339
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1340
- > > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1341
- > > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1342
- > > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1343
- > > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1344
- > > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1345
- > > PERFORMANCE OF THIS SOFTWARE.
1346
- >
1347
- > ---------------------------------------
1348
- >
1349
- > ## yargs-parser
1350
- > License: ISC
1351
- > By: Ben Coe
1352
- > Repository: https://github.com/yargs/yargs-parser.git
1353
- >
1354
- > > Copyright (c) 2016, Contributors
1355
- > >
1356
- > > Permission to use, copy, modify, and/or distribute this software
1357
- > > for any purpose with or without fee is hereby granted, provided
1358
- > > that the above copyright notice and this permission notice
1359
- > > appear in all copies.
1360
- > >
1361
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1362
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
1363
- > > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
1364
- > > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
1365
- > > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
1366
- > > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
1367
- > > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1368
-
1369
- ---------------------------------------
1370
-
1371
- ## rollup-plugin-visualizer
1372
-
1373
- License: MIT
1374
- By: Denis Bardadym
1375
- Repository: https://github.com/btd/rollup-plugin-visualizer
1376
-
1377
- > The MIT License (MIT)
1378
- >
1379
- > Copyright (c) 2016 Denis Bardadym
1380
- >
1381
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1382
- > of this software and associated documentation files (the "Software"), to deal
1383
- > in the Software without restriction, including without limitation the rights
1384
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1385
- > copies of the Software, and to permit persons to whom the Software is
1386
- > furnished to do so, subject to the following conditions:
1387
- >
1388
- > The above copyright notice and this permission notice shall be included in all
1389
- > copies or substantial portions of the Software.
1390
- >
1391
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1392
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1393
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1394
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1395
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1396
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1397
- > SOFTWARE.
1398
-
1399
- ---------------------------------------
1400
-
1401
- ## terser
1402
-
1403
- License: BSD-2-Clause
1404
- By: Mihai Bazon, Fábio Santos <fabiosantosart@gmail.com>
1405
- Repository: https://github.com/terser/terser
1406
-
1407
- > Copyright 2012-2018 (c) Mihai Bazon <mihai.bazon@gmail.com>
1408
- >
1409
- > Redistribution and use in source and binary forms, with or without
1410
- > modification, are permitted provided that the following conditions
1411
- > are met:
1412
- >
1413
- > * Redistributions of source code must retain the above
1414
- > copyright notice, this list of conditions and the following
1415
- > disclaimer.
1416
- >
1417
- > * Redistributions in binary form must reproduce the above
1418
- > copyright notice, this list of conditions and the following
1419
- > disclaimer in the documentation and/or other materials
1420
- > provided with the distribution.
1421
- >
1422
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
1423
- > EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1424
- > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1425
- > PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
1426
- > LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1427
- > OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1428
- > PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1429
- > PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1430
- > THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1431
- > TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1432
- > THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1433
- > SUCH DAMAGE.
1434
-
1435
- ---------------------------------------
1436
-
1437
- ## typescript
1438
-
1439
- License: Apache-2.0
1440
- By: Microsoft Corp.
1441
- Repository: https://github.com/microsoft/TypeScript
1442
-
1443
- > Apache License
1444
- >
1445
- > Version 2.0, January 2004
1446
- >
1447
- > http://www.apache.org/licenses/
1448
- >
1449
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1450
- >
1451
- > 1. Definitions.
1452
- >
1453
- > "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
1454
- >
1455
- > "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
1456
- >
1457
- > "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1458
- >
1459
- > "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1460
- >
1461
- > "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1462
- >
1463
- > "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1464
- >
1465
- > "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1466
- >
1467
- > "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1468
- >
1469
- > "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1470
- >
1471
- > "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1472
- >
1473
- > 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1474
- >
1475
- > 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1476
- >
1477
- > 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1478
- >
1479
- > You must give any other recipients of the Work or Derivative Works a copy of this License; and
1480
- >
1481
- > You must cause any modified files to carry prominent notices stating that You changed the files; and
1482
- >
1483
- > You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1484
- >
1485
- > If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
1486
- >
1487
- > 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1488
- >
1489
- > 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1490
- >
1491
- > 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1492
- >
1493
- > 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1494
- >
1495
- > 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1496
- >
1497
- > END OF TERMS AND CONDITIONS
1498
-
1499
- ---------------------------------------
1500
-
1501
- ## unctx
1502
-
1503
- License: MIT
1504
- Repository: https://github.com/unjs/unctx
1505
-
1506
- > MIT License
1507
- >
1508
- > Copyright (c) 2022 - Pooya Parsa <pooya@pi0.io>
1509
- >
1510
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1511
- > of this software and associated documentation files (the "Software"), to deal
1512
- > in the Software without restriction, including without limitation the rights
1513
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1514
- > copies of the Software, and to permit persons to whom the Software is
1515
- > furnished to do so, subject to the following conditions:
1516
- >
1517
- > The above copyright notice and this permission notice shall be included in all
1518
- > copies or substantial portions of the Software.
1519
- >
1520
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1521
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1522
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1523
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1524
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1525
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1526
- > SOFTWARE.
1527
-
1528
- ---------------------------------------
1529
-
1530
- ## undici
1531
-
1532
- License: MIT
1533
- By: Daniele Belardi, Ethan Arrowood, Matteo Collina, Matthew Aitken, Robert Nagy, Szymon Marczak, Tomas Della Vedova
1534
- Repository: https://github.com/nodejs/undici
1535
-
1536
- > MIT License
1537
- >
1538
- > Copyright (c) Matteo Collina and Undici contributors
1539
- >
1540
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1541
- > of this software and associated documentation files (the "Software"), to deal
1542
- > in the Software without restriction, including without limitation the rights
1543
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1544
- > copies of the Software, and to permit persons to whom the Software is
1545
- > furnished to do so, subject to the following conditions:
1546
- >
1547
- > The above copyright notice and this permission notice shall be included in all
1548
- > copies or substantial portions of the Software.
1549
- >
1550
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1551
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1552
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1553
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1554
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1555
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1556
- > SOFTWARE.
1557
-
1558
- ---------------------------------------
1559
-
1560
- ## unhead
1561
-
1562
- License: MIT
1563
- By: Harlan Wilton
1564
- Repository: https://github.com/unjs/unhead
1565
-
1566
- > MIT License
1567
- >
1568
- > Copyright (c) Harlan Wilton <harlan@harlanzw.com>
1569
- >
1570
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1571
- > of this software and associated documentation files (the "Software"), to deal
1572
- > in the Software without restriction, including without limitation the rights
1573
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1574
- > copies of the Software, and to permit persons to whom the Software is
1575
- > furnished to do so, subject to the following conditions:
1576
- >
1577
- > The above copyright notice and this permission notice shall be included in all
1578
- > copies or substantial portions of the Software.
1579
- >
1580
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1581
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1582
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1583
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1584
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1585
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1586
- > SOFTWARE.
1587
-
1588
- ---------------------------------------
1589
-
1590
- ## unimport
1591
-
1592
- License: MIT
1593
- Repository: https://github.com/unjs/unimport
1594
-
1595
- > MIT License
1596
- >
1597
- > Copyright (c) 2022 - UnJS
1598
- >
1599
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1600
- > of this software and associated documentation files (the "Software"), to deal
1601
- > in the Software without restriction, including without limitation the rights
1602
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1603
- > copies of the Software, and to permit persons to whom the Software is
1604
- > furnished to do so, subject to the following conditions:
1605
- >
1606
- > The above copyright notice and this permission notice shall be included in all
1607
- > copies or substantial portions of the Software.
1608
- >
1609
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1610
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1611
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1612
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1613
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1614
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1615
- > SOFTWARE.
1616
-
1617
- ---------------------------------------
1618
-
1619
- ## untyped
1620
-
1621
- License: MIT
1622
- Repository: https://github.com/unjs/untyped
1623
-
1624
- > MIT License
1625
- >
1626
- > Copyright (c) Pooya Parsa <pooya@pi0.io>
1627
- >
1628
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1629
- > of this software and associated documentation files (the "Software"), to deal
1630
- > in the Software without restriction, including without limitation the rights
1631
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1632
- > copies of the Software, and to permit persons to whom the Software is
1633
- > furnished to do so, subject to the following conditions:
1634
- >
1635
- > The above copyright notice and this permission notice shall be included in all
1636
- > copies or substantial portions of the Software.
1637
- >
1638
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1639
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1640
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1641
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1642
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1643
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1644
- > SOFTWARE.
1645
- >
1646
- > ---
1647
- >
1648
- > Third party library "@babel/types" bundled.
1649
- >
1650
- > """
1651
- > MIT License
1652
- >
1653
- > Copyright (c) 2014-present Sebastian McKenzie and other contributors
1654
- >
1655
- > Permission is hereby granted, free of charge, to any person obtaining
1656
- > a copy of this software and associated documentation files (the
1657
- > "Software"), to deal in the Software without restriction, including
1658
- > without limitation the rights to use, copy, modify, merge, publish,
1659
- > distribute, sublicense, and/or sell copies of the Software, and to
1660
- > permit persons to whom the Software is furnished to do so, subject to
1661
- > the following conditions:
1662
- >
1663
- > The above copyright notice and this permission notice shall be
1664
- > included in all copies or substantial portions of the Software.
1665
- >
1666
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1667
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1668
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1669
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1670
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1671
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1672
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1673
- > """
1674
-
1675
- ---------------------------------------
1676
-
1677
- ## vite
1678
-
1679
- License: MIT
1680
- By: Evan You
1681
- Repository: https://github.com/vitejs/vite
1682
-
1683
- > # Vite core license
1684
- > Vite is released under the MIT license:
1685
- >
1686
- > MIT License
1687
- >
1688
- > Copyright (c) 2019-present, VoidZero Inc. and Vite contributors
1689
- >
1690
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1691
- > of this software and associated documentation files (the "Software"), to deal
1692
- > in the Software without restriction, including without limitation the rights
1693
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1694
- > copies of the Software, and to permit persons to whom the Software is
1695
- > furnished to do so, subject to the following conditions:
1696
- >
1697
- > The above copyright notice and this permission notice shall be included in all
1698
- > copies or substantial portions of the Software.
1699
- >
1700
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1701
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1702
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1703
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1704
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1705
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1706
- > SOFTWARE.
1707
- >
1708
- > # Licenses of bundled dependencies
1709
- > The published Vite artifact additionally contains code with the following licenses:
1710
- > BSD-2-Clause, CC0-1.0, ISC, MIT
1711
- >
1712
- > # Bundled dependencies:
1713
- > ## @jridgewell/gen-mapping, @jridgewell/remapping, @jridgewell/sourcemap-codec, @jridgewell/trace-mapping
1714
- > License: MIT
1715
- > By: Justin Ridgewell
1716
- > Repositories: https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps, https://github.com/jridgewell/sourcemaps
1717
- >
1718
- > > Copyright 2024 Justin Ridgewell <justin@ridgewell.name>
1719
- > >
1720
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1721
- > > of this software and associated documentation files (the "Software"), to deal
1722
- > > in the Software without restriction, including without limitation the rights
1723
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1724
- > > copies of the Software, and to permit persons to whom the Software is
1725
- > > furnished to do so, subject to the following conditions:
1726
- > >
1727
- > > The above copyright notice and this permission notice shall be included in
1728
- > > all copies or substantial portions of the Software.
1729
- > >
1730
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1731
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1732
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1733
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1734
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1735
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1736
- > > SOFTWARE.
1737
- >
1738
- > ---------------------------------------
1739
- >
1740
- > ## @jridgewell/resolve-uri
1741
- > License: MIT
1742
- > By: Justin Ridgewell
1743
- > Repository: https://github.com/jridgewell/resolve-uri
1744
- >
1745
- > > Copyright 2019 Justin Ridgewell <jridgewell@google.com>
1746
- > >
1747
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1748
- > > of this software and associated documentation files (the "Software"), to deal
1749
- > > in the Software without restriction, including without limitation the rights
1750
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1751
- > > copies of the Software, and to permit persons to whom the Software is
1752
- > > furnished to do so, subject to the following conditions:
1753
- > >
1754
- > > The above copyright notice and this permission notice shall be included in
1755
- > > all copies or substantial portions of the Software.
1756
- > >
1757
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1758
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1759
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1760
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1761
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1762
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1763
- > > SOFTWARE.
1764
- >
1765
- > ---------------------------------------
1766
- >
1767
- > ## @polka/compression
1768
- > License: MIT
1769
- > Repository: https://github.com/lukeed/polka
1770
- >
1771
- > ---------------------------------------
1772
- >
1773
- > ## @polka/url
1774
- > License: MIT
1775
- > By: Luke Edwards
1776
- > Repository: https://github.com/lukeed/polka
1777
- >
1778
- > ---------------------------------------
1779
- >
1780
- > ## @rolldown/pluginutils
1781
- > License: MIT
1782
- > Repository: https://github.com/rolldown/rolldown
1783
- >
1784
- > > MIT License
1785
- > >
1786
- > > Copyright (c) 2024-present VoidZero Inc. & Contributors
1787
- > >
1788
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1789
- > > of this software and associated documentation files (the "Software"), to deal
1790
- > > in the Software without restriction, including without limitation the rights
1791
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1792
- > > copies of the Software, and to permit persons to whom the Software is
1793
- > > furnished to do so, subject to the following conditions:
1794
- > >
1795
- > > The above copyright notice and this permission notice shall be included in all
1796
- > > copies or substantial portions of the Software.
1797
- > >
1798
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1799
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1800
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1801
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1802
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1803
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1804
- > > SOFTWARE.
1805
- > >
1806
- > > end of terms and conditions
1807
- > >
1808
- > > 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).
1809
- >
1810
- > ---------------------------------------
1811
- >
1812
- > ## @rollup/plugin-alias, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, @rollup/pluginutils
1813
- > License: MIT
1814
- > By: Johannes Stein
1815
- > Repository: https://github.com/rollup/plugins
1816
- >
1817
- > License: MIT
1818
- > By: Rich Harris
1819
- > Repository: https://github.com/rollup/plugins
1820
- >
1821
- > License: MIT
1822
- > By: LarsDenBakker
1823
- > Repository: https://github.com/rollup/plugins
1824
- >
1825
- > License: MIT
1826
- > By: Rich Harris
1827
- > Repository: https://github.com/rollup/plugins
1828
- >
1829
- > > The MIT License (MIT)
1830
- > >
1831
- > > Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
1832
- > >
1833
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1834
- > > of this software and associated documentation files (the "Software"), to deal
1835
- > > in the Software without restriction, including without limitation the rights
1836
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1837
- > > copies of the Software, and to permit persons to whom the Software is
1838
- > > furnished to do so, subject to the following conditions:
1839
- > >
1840
- > > The above copyright notice and this permission notice shall be included in
1841
- > > all copies or substantial portions of the Software.
1842
- > >
1843
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1844
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1845
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1846
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1847
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1848
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1849
- > > THE SOFTWARE.
1850
- >
1851
- > ---------------------------------------
1852
- >
1853
- > ## anymatch
1854
- > License: ISC
1855
- > By: Elan Shanker
1856
- > Repository: https://github.com/micromatch/anymatch
1857
- >
1858
- > > The ISC License
1859
- > >
1860
- > > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
1861
- > >
1862
- > > Permission to use, copy, modify, and/or distribute this software for any
1863
- > > purpose with or without fee is hereby granted, provided that the above
1864
- > > copyright notice and this permission notice appear in all copies.
1865
- > >
1866
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1867
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1868
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1869
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1870
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1871
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1872
- > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1873
- >
1874
- > ---------------------------------------
1875
- >
1876
- > ## artichokie
1877
- > License: MIT
1878
- > By: sapphi-red, Evan You
1879
- > Repository: https://github.com/sapphi-red/artichokie
1880
- >
1881
- > > MIT License
1882
- > >
1883
- > > Copyright (c) 2020-present, Yuxi (Evan) You
1884
- > > Copyright (c) 2023-present, sapphi-red
1885
- > >
1886
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1887
- > > of this software and associated documentation files (the "Software"), to deal
1888
- > > in the Software without restriction, including without limitation the rights
1889
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1890
- > > copies of the Software, and to permit persons to whom the Software is
1891
- > > furnished to do so, subject to the following conditions:
1892
- > >
1893
- > > The above copyright notice and this permission notice shall be included in all
1894
- > > copies or substantial portions of the Software.
1895
- > >
1896
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1897
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1898
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1899
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1900
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1901
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1902
- > > SOFTWARE.
1903
- >
1904
- > ---------------------------------------
1905
- >
1906
- > ## binary-extensions
1907
- > License: MIT
1908
- > By: Sindre Sorhus
1909
- > Repository: https://github.com/sindresorhus/binary-extensions
1910
- >
1911
- > > MIT License
1912
- > >
1913
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1914
- > > Copyright (c) Paul Miller (https://paulmillr.com)
1915
- > >
1916
- > > 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:
1917
- > >
1918
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1919
- > >
1920
- > > 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.
1921
- >
1922
- > ---------------------------------------
1923
- >
1924
- > ## braces, fill-range, is-number
1925
- > License: MIT
1926
- > By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
1927
- > Repository: https://github.com/micromatch/braces
1928
- >
1929
- > License: MIT
1930
- > By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
1931
- > Repository: https://github.com/jonschlinkert/fill-range
1932
- >
1933
- > License: MIT
1934
- > By: Jon Schlinkert, Olsten Larck, Rouven Weßling
1935
- > Repository: https://github.com/jonschlinkert/is-number
1936
- >
1937
- > > The MIT License (MIT)
1938
- > >
1939
- > > Copyright (c) 2014-present, Jon Schlinkert.
1940
- > >
1941
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1942
- > > of this software and associated documentation files (the "Software"), to deal
1943
- > > in the Software without restriction, including without limitation the rights
1944
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1945
- > > copies of the Software, and to permit persons to whom the Software is
1946
- > > furnished to do so, subject to the following conditions:
1947
- > >
1948
- > > The above copyright notice and this permission notice shall be included in
1949
- > > all copies or substantial portions of the Software.
1950
- > >
1951
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1952
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1953
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1954
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1955
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1956
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1957
- > > THE SOFTWARE.
1958
- >
1959
- > ---------------------------------------
1960
- >
1961
- > ## bundle-name, default-browser, default-browser-id, define-lazy-prop, is-docker, is-inside-container, is-wsl, open, run-applescript, wsl-utils
1962
- > License: MIT
1963
- > By: Sindre Sorhus
1964
- > Repositories: https://github.com/sindresorhus/bundle-name, https://github.com/sindresorhus/default-browser, https://github.com/sindresorhus/default-browser-id, https://github.com/sindresorhus/define-lazy-prop, https://github.com/sindresorhus/is-docker, https://github.com/sindresorhus/is-inside-container, https://github.com/sindresorhus/is-wsl, https://github.com/sindresorhus/open, https://github.com/sindresorhus/run-applescript, https://github.com/sindresorhus/wsl-utils
1965
- >
1966
- > > MIT License
1967
- > >
1968
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1969
- > >
1970
- > > 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:
1971
- > >
1972
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1973
- > >
1974
- > > 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.
1975
- >
1976
- > ---------------------------------------
1977
- >
1978
- > ## cac
1979
- > License: MIT
1980
- > By: egoist
1981
- > Repository: https://github.com/egoist/cac
1982
- >
1983
- > > The MIT License (MIT)
1984
- > >
1985
- > > Copyright (c) EGOIST <0x142857@gmail.com> (https://github.com/egoist)
1986
- > >
1987
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
1988
- > > of this software and associated documentation files (the "Software"), to deal
1989
- > > in the Software without restriction, including without limitation the rights
1990
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1991
- > > copies of the Software, and to permit persons to whom the Software is
1992
- > > furnished to do so, subject to the following conditions:
1993
- > >
1994
- > > The above copyright notice and this permission notice shall be included in
1995
- > > all copies or substantial portions of the Software.
1996
- > >
1997
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1998
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1999
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2000
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2001
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2002
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2003
- > > THE SOFTWARE.
2004
- >
2005
- > ---------------------------------------
2006
- >
2007
- > ## chokidar
2008
- > License: MIT
2009
- > By: Paul Miller, Elan Shanker
2010
- > Repository: https://github.com/paulmillr/chokidar
2011
- >
2012
- > > The MIT License (MIT)
2013
- > >
2014
- > > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
2015
- > >
2016
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2017
- > > of this software and associated documentation files (the “Software”), to deal
2018
- > > in the Software without restriction, including without limitation the rights
2019
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2020
- > > copies of the Software, and to permit persons to whom the Software is
2021
- > > furnished to do so, subject to the following conditions:
2022
- > >
2023
- > > The above copyright notice and this permission notice shall be included in
2024
- > > all copies or substantial portions of the Software.
2025
- > >
2026
- > > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2027
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2028
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2029
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2030
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2031
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2032
- > > THE SOFTWARE.
2033
- >
2034
- > ---------------------------------------
2035
- >
2036
- > ## commondir, shell-quote
2037
- > License: MIT
2038
- > By: James Halliday
2039
- > Repositories: http://github.com/substack/node-commondir, http://github.com/ljharb/shell-quote
2040
- >
2041
- > > The MIT License
2042
- > >
2043
- > > Copyright (c) 2013 James Halliday (mail@substack.net)
2044
- > >
2045
- > > Permission is hereby granted, free of charge,
2046
- > > to any person obtaining a copy of this software and
2047
- > > associated documentation files (the "Software"), to
2048
- > > deal in the Software without restriction, including
2049
- > > without limitation the rights to use, copy, modify,
2050
- > > merge, publish, distribute, sublicense, and/or sell
2051
- > > copies of the Software, and to permit persons to whom
2052
- > > the Software is furnished to do so,
2053
- > > subject to the following conditions:
2054
- > >
2055
- > > The above copyright notice and this permission notice
2056
- > > shall be included in all copies or substantial portions of the Software.
2057
- > >
2058
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2059
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2060
- > > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2061
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2062
- > > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2063
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2064
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2065
- >
2066
- > ---------------------------------------
2067
- >
2068
- > ## connect
2069
- > License: MIT
2070
- > By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
2071
- > Repository: https://github.com/senchalabs/connect
2072
- >
2073
- > > (The MIT License)
2074
- > >
2075
- > > Copyright (c) 2010 Sencha Inc.
2076
- > > Copyright (c) 2011 LearnBoost
2077
- > > Copyright (c) 2011-2014 TJ Holowaychuk
2078
- > > Copyright (c) 2015 Douglas Christopher Wilson
2079
- > >
2080
- > > Permission is hereby granted, free of charge, to any person obtaining
2081
- > > a copy of this software and associated documentation files (the
2082
- > > 'Software'), to deal in the Software without restriction, including
2083
- > > without limitation the rights to use, copy, modify, merge, publish,
2084
- > > distribute, sublicense, and/or sell copies of the Software, and to
2085
- > > permit persons to whom the Software is furnished to do so, subject to
2086
- > > the following conditions:
2087
- > >
2088
- > > The above copyright notice and this permission notice shall be
2089
- > > included in all copies or substantial portions of the Software.
2090
- > >
2091
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2092
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2093
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2094
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2095
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2096
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2097
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2098
- >
2099
- > ---------------------------------------
2100
- >
2101
- > ## convert-source-map
2102
- > License: MIT
2103
- > By: Thorsten Lorenz
2104
- > Repository: https://github.com/thlorenz/convert-source-map
2105
- >
2106
- > > Copyright 2013 Thorsten Lorenz.
2107
- > > All rights reserved.
2108
- > >
2109
- > > Permission is hereby granted, free of charge, to any person
2110
- > > obtaining a copy of this software and associated documentation
2111
- > > files (the "Software"), to deal in the Software without
2112
- > > restriction, including without limitation the rights to use,
2113
- > > copy, modify, merge, publish, distribute, sublicense, and/or sell
2114
- > > copies of the Software, and to permit persons to whom the
2115
- > > Software is furnished to do so, subject to the following
2116
- > > conditions:
2117
- > >
2118
- > > The above copyright notice and this permission notice shall be
2119
- > > included in all copies or substantial portions of the Software.
2120
- > >
2121
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2122
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2123
- > > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2124
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2125
- > > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2126
- > > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2127
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2128
- > > OTHER DEALINGS IN THE SOFTWARE.
2129
- >
2130
- > ---------------------------------------
2131
- >
2132
- > ## cors
2133
- > License: MIT
2134
- > By: Troy Goode
2135
- > Repository: https://github.com/expressjs/cors
2136
- >
2137
- > > (The MIT License)
2138
- > >
2139
- > > Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
2140
- > >
2141
- > > Permission is hereby granted, free of charge, to any person obtaining
2142
- > > a copy of this software and associated documentation files (the
2143
- > > 'Software'), to deal in the Software without restriction, including
2144
- > > without limitation the rights to use, copy, modify, merge, publish,
2145
- > > distribute, sublicense, and/or sell copies of the Software, and to
2146
- > > permit persons to whom the Software is furnished to do so, subject to
2147
- > > the following conditions:
2148
- > >
2149
- > > The above copyright notice and this permission notice shall be
2150
- > > included in all copies or substantial portions of the Software.
2151
- > >
2152
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2153
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2154
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2155
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2156
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2157
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2158
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2159
- >
2160
- > ---------------------------------------
2161
- >
2162
- > ## cross-spawn
2163
- > License: MIT
2164
- > By: André Cruz
2165
- > Repository: https://github.com/moxystudio/node-cross-spawn
2166
- >
2167
- > > The MIT License (MIT)
2168
- > >
2169
- > > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
2170
- > >
2171
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2172
- > > of this software and associated documentation files (the "Software"), to deal
2173
- > > in the Software without restriction, including without limitation the rights
2174
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2175
- > > copies of the Software, and to permit persons to whom the Software is
2176
- > > furnished to do so, subject to the following conditions:
2177
- > >
2178
- > > The above copyright notice and this permission notice shall be included in
2179
- > > all copies or substantial portions of the Software.
2180
- > >
2181
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2182
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2183
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2184
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2185
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2186
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2187
- > > THE SOFTWARE.
2188
- >
2189
- > ---------------------------------------
2190
- >
2191
- > ## cssesc
2192
- > License: MIT
2193
- > By: Mathias Bynens
2194
- > Repository: https://github.com/mathiasbynens/cssesc
2195
- >
2196
- > > Copyright Mathias Bynens <https://mathiasbynens.be/>
2197
- > >
2198
- > > Permission is hereby granted, free of charge, to any person obtaining
2199
- > > a copy of this software and associated documentation files (the
2200
- > > "Software"), to deal in the Software without restriction, including
2201
- > > without limitation the rights to use, copy, modify, merge, publish,
2202
- > > distribute, sublicense, and/or sell copies of the Software, and to
2203
- > > permit persons to whom the Software is furnished to do so, subject to
2204
- > > the following conditions:
2205
- > >
2206
- > > The above copyright notice and this permission notice shall be
2207
- > > included in all copies or substantial portions of the Software.
2208
- > >
2209
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2210
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2211
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2212
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2213
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2214
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2215
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2216
- >
2217
- > ---------------------------------------
2218
- >
2219
- > ## dotenv
2220
- > License: BSD-2-Clause
2221
- > Repository: https://github.com/motdotla/dotenv
2222
- >
2223
- > > Copyright (c) 2015, Scott Motte
2224
- > > All rights reserved.
2225
- > >
2226
- > > Redistribution and use in source and binary forms, with or without
2227
- > > modification, are permitted provided that the following conditions are met:
2228
- > >
2229
- > > * Redistributions of source code must retain the above copyright notice, this
2230
- > > list of conditions and the following disclaimer.
2231
- > >
2232
- > > * Redistributions in binary form must reproduce the above copyright notice,
2233
- > > this list of conditions and the following disclaimer in the documentation
2234
- > > and/or other materials provided with the distribution.
2235
- > >
2236
- > > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2237
- > > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2238
- > > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2239
- > > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2240
- > > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2241
- > > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2242
- > > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2243
- > > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2244
- > > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2245
- > > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2246
- >
2247
- > ---------------------------------------
2248
- >
2249
- > ## dotenv-expand
2250
- > License: BSD-2-Clause
2251
- > By: motdotla
2252
- > Repository: https://github.com/motdotla/dotenv-expand
2253
- >
2254
- > > Copyright (c) 2016, Scott Motte
2255
- > > All rights reserved.
2256
- > >
2257
- > > Redistribution and use in source and binary forms, with or without
2258
- > > modification, are permitted provided that the following conditions are met:
2259
- > >
2260
- > > * Redistributions of source code must retain the above copyright notice, this
2261
- > > list of conditions and the following disclaimer.
2262
- > >
2263
- > > * Redistributions in binary form must reproduce the above copyright notice,
2264
- > > this list of conditions and the following disclaimer in the documentation
2265
- > > and/or other materials provided with the distribution.
2266
- > >
2267
- > > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2268
- > > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2269
- > > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2270
- > > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2271
- > > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2272
- > > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2273
- > > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2274
- > > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2275
- > > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2276
- > > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2277
- >
2278
- > ---------------------------------------
2279
- >
2280
- > ## ee-first
2281
- > License: MIT
2282
- > By: Jonathan Ong, Douglas Christopher Wilson
2283
- > Repository: https://github.com/jonathanong/ee-first
2284
- >
2285
- > > The MIT License (MIT)
2286
- > >
2287
- > > Copyright (c) 2014 Jonathan Ong me@jongleberry.com
2288
- > >
2289
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2290
- > > of this software and associated documentation files (the "Software"), to deal
2291
- > > in the Software without restriction, including without limitation the rights
2292
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2293
- > > copies of the Software, and to permit persons to whom the Software is
2294
- > > furnished to do so, subject to the following conditions:
2295
- > >
2296
- > > The above copyright notice and this permission notice shall be included in
2297
- > > all copies or substantial portions of the Software.
2298
- > >
2299
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2300
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2301
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2302
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2303
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2304
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2305
- > > THE SOFTWARE.
2306
- >
2307
- > ---------------------------------------
2308
- >
2309
- > ## encodeurl
2310
- > License: MIT
2311
- > By: Douglas Christopher Wilson
2312
- > Repository: https://github.com/pillarjs/encodeurl
2313
- >
2314
- > > (The MIT License)
2315
- > >
2316
- > > Copyright (c) 2016 Douglas Christopher Wilson
2317
- > >
2318
- > > Permission is hereby granted, free of charge, to any person obtaining
2319
- > > a copy of this software and associated documentation files (the
2320
- > > 'Software'), to deal in the Software without restriction, including
2321
- > > without limitation the rights to use, copy, modify, merge, publish,
2322
- > > distribute, sublicense, and/or sell copies of the Software, and to
2323
- > > permit persons to whom the Software is furnished to do so, subject to
2324
- > > the following conditions:
2325
- > >
2326
- > > The above copyright notice and this permission notice shall be
2327
- > > included in all copies or substantial portions of the Software.
2328
- > >
2329
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2330
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2331
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2332
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2333
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2334
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2335
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2336
- >
2337
- > ---------------------------------------
2338
- >
2339
- > ## entities
2340
- > License: BSD-2-Clause
2341
- > By: Felix Boehm
2342
- > Repository: https://github.com/fb55/entities
2343
- >
2344
- > > Copyright (c) Felix Böhm
2345
- > > All rights reserved.
2346
- > >
2347
- > > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2348
- > >
2349
- > > Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2350
- > >
2351
- > > 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.
2352
- > >
2353
- > > THIS 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,
2354
- > > EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2355
- >
2356
- > ---------------------------------------
2357
- >
2358
- > ## es-module-lexer
2359
- > License: MIT
2360
- > By: Guy Bedford
2361
- > Repository: https://github.com/guybedford/es-module-lexer
2362
- >
2363
- > > MIT License
2364
- > > -----------
2365
- > >
2366
- > > Copyright (C) 2018-2022 Guy Bedford
2367
- > >
2368
- > > 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:
2369
- > >
2370
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2371
- > >
2372
- > > 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.
2373
- >
2374
- > ---------------------------------------
2375
- >
2376
- > ## escape-html
2377
- > License: MIT
2378
- > Repository: https://github.com/component/escape-html
2379
- >
2380
- > > (The MIT License)
2381
- > >
2382
- > > Copyright (c) 2012-2013 TJ Holowaychuk
2383
- > > Copyright (c) 2015 Andreas Lubbe
2384
- > > Copyright (c) 2015 Tiancheng "Timothy" Gu
2385
- > >
2386
- > > Permission is hereby granted, free of charge, to any person obtaining
2387
- > > a copy of this software and associated documentation files (the
2388
- > > 'Software'), to deal in the Software without restriction, including
2389
- > > without limitation the rights to use, copy, modify, merge, publish,
2390
- > > distribute, sublicense, and/or sell copies of the Software, and to
2391
- > > permit persons to whom the Software is furnished to do so, subject to
2392
- > > the following conditions:
2393
- > >
2394
- > > The above copyright notice and this permission notice shall be
2395
- > > included in all copies or substantial portions of the Software.
2396
- > >
2397
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2398
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2399
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2400
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2401
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2402
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2403
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2404
- >
2405
- > ---------------------------------------
2406
- >
2407
- > ## estree-walker
2408
- > License: MIT
2409
- > By: Rich Harris
2410
- > Repository: https://github.com/Rich-Harris/estree-walker
2411
- >
2412
- > > Copyright (c) 2015-20 [these people](https://github.com/Rich-Harris/estree-walker/graphs/contributors)
2413
- > >
2414
- > > 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:
2415
- > >
2416
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2417
- > >
2418
- > > 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.
2419
- >
2420
- > ---------------------------------------
2421
- >
2422
- > ## etag
2423
- > License: MIT
2424
- > By: Douglas Christopher Wilson, David Björklund
2425
- > Repository: https://github.com/jshttp/etag
2426
- >
2427
- > > (The MIT License)
2428
- > >
2429
- > > Copyright (c) 2014-2016 Douglas Christopher Wilson
2430
- > >
2431
- > > Permission is hereby granted, free of charge, to any person obtaining
2432
- > > a copy of this software and associated documentation files (the
2433
- > > 'Software'), to deal in the Software without restriction, including
2434
- > > without limitation the rights to use, copy, modify, merge, publish,
2435
- > > distribute, sublicense, and/or sell copies of the Software, and to
2436
- > > permit persons to whom the Software is furnished to do so, subject to
2437
- > > the following conditions:
2438
- > >
2439
- > > The above copyright notice and this permission notice shall be
2440
- > > included in all copies or substantial portions of the Software.
2441
- > >
2442
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2443
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2444
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2445
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2446
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2447
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2448
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2449
- >
2450
- > ---------------------------------------
2451
- >
2452
- > ## finalhandler
2453
- > License: MIT
2454
- > By: Douglas Christopher Wilson
2455
- > Repository: https://github.com/pillarjs/finalhandler
2456
- >
2457
- > > (The MIT License)
2458
- > >
2459
- > > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
2460
- > >
2461
- > > Permission is hereby granted, free of charge, to any person obtaining
2462
- > > a copy of this software and associated documentation files (the
2463
- > > 'Software'), to deal in the Software without restriction, including
2464
- > > without limitation the rights to use, copy, modify, merge, publish,
2465
- > > distribute, sublicense, and/or sell copies of the Software, and to
2466
- > > permit persons to whom the Software is furnished to do so, subject to
2467
- > > the following conditions:
2468
- > >
2469
- > > The above copyright notice and this permission notice shall be
2470
- > > included in all copies or substantial portions of the Software.
2471
- > >
2472
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2473
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2474
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2475
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2476
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2477
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2478
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2479
- >
2480
- > ---------------------------------------
2481
- >
2482
- > ## follow-redirects
2483
- > License: MIT
2484
- > By: Ruben Verborgh, Olivier Lalonde, James Talmage
2485
- > Repository: https://github.com/follow-redirects/follow-redirects
2486
- >
2487
- > > Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
2488
- > >
2489
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
2490
- > > this software and associated documentation files (the "Software"), to deal in
2491
- > > the Software without restriction, including without limitation the rights to
2492
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
2493
- > > of the Software, and to permit persons to whom the Software is furnished to do
2494
- > > so, subject to the following conditions:
2495
- > >
2496
- > > The above copyright notice and this permission notice shall be included in all
2497
- > > copies or substantial portions of the Software.
2498
- > >
2499
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2500
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2501
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2502
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2503
- > > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2504
- > > IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2505
- >
2506
- > ---------------------------------------
2507
- >
2508
- > ## generic-names
2509
- > License: MIT
2510
- > By: Alexey Litvinov
2511
- > Repository: https://github.com/css-modules/generic-names
2512
- >
2513
- > > The MIT License (MIT)
2514
- > >
2515
- > > Copyright (c) 2015 Alexey Litvinov
2516
- > >
2517
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2518
- > > of this software and associated documentation files (the "Software"), to deal
2519
- > > in the Software without restriction, including without limitation the rights
2520
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2521
- > > copies of the Software, and to permit persons to whom the Software is
2522
- > > furnished to do so, subject to the following conditions:
2523
- > >
2524
- > > The above copyright notice and this permission notice shall be included in all
2525
- > > copies or substantial portions of the Software.
2526
- > >
2527
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2528
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2529
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2530
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2531
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2532
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2533
- > > SOFTWARE.
2534
- >
2535
- > ---------------------------------------
2536
- >
2537
- > ## glob-parent
2538
- > License: ISC
2539
- > By: Gulp Team, Elan Shanker, Blaine Bublitz
2540
- > Repository: https://github.com/gulpjs/glob-parent
2541
- >
2542
- > > The ISC License
2543
- > >
2544
- > > Copyright (c) 2015, 2019 Elan Shanker
2545
- > >
2546
- > > Permission to use, copy, modify, and/or distribute this software for any
2547
- > > purpose with or without fee is hereby granted, provided that the above
2548
- > > copyright notice and this permission notice appear in all copies.
2549
- > >
2550
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2551
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2552
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2553
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2554
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2555
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2556
- > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2557
- >
2558
- > ---------------------------------------
2559
- >
2560
- > ## host-validation-middleware
2561
- > License: MIT
2562
- > By: sapphi-red
2563
- > Repository: https://github.com/sapphi-red/host-validation-middleware
2564
- >
2565
- > > MIT License
2566
- > >
2567
- > > Copyright (c) 2025 sapphi-red
2568
- > >
2569
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2570
- > > of this software and associated documentation files (the "Software"), to deal
2571
- > > in the Software without restriction, including without limitation the rights
2572
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2573
- > > copies of the Software, and to permit persons to whom the Software is
2574
- > > furnished to do so, subject to the following conditions:
2575
- > >
2576
- > > The above copyright notice and this permission notice shall be included in all
2577
- > > copies or substantial portions of the Software.
2578
- > >
2579
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2580
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2581
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2582
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2583
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2584
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2585
- > > SOFTWARE.
2586
- >
2587
- > ---------------------------------------
2588
- >
2589
- > ## http-proxy-3
2590
- > License: MIT
2591
- > By: William Stein, Charlie Robbins, Jimb Esser, jcrugzz
2592
- > Repository: https://github.com/sagemathinc/http-proxy-3
2593
- >
2594
- > > node-http-3
2595
- > >
2596
- > > Copyright (c) 2010-2025 William Stein, Charlie Robbins, Jarrett Cruger & the Contributors.
2597
- > >
2598
- > > Permission is hereby granted, free of charge, to any person obtaining
2599
- > > a copy of this software and associated documentation files (the
2600
- > > "Software"), to deal in the Software without restriction, including
2601
- > > without limitation the rights to use, copy, modify, merge, publish,
2602
- > > distribute, sublicense, and/or sell copies of the Software, and to
2603
- > > permit persons to whom the Software is furnished to do so, subject to
2604
- > > the following conditions:
2605
- > >
2606
- > > The above copyright notice and this permission notice shall be
2607
- > > included in all copies or substantial portions of the Software.
2608
- > >
2609
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2610
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2611
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2612
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2613
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2614
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2615
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2616
- >
2617
- > ---------------------------------------
2618
- >
2619
- > ## icss-utils
2620
- > License: ISC
2621
- > By: Glen Maddern
2622
- > Repository: https://github.com/css-modules/icss-utils
2623
- >
2624
- > > ISC License (ISC)
2625
- > > Copyright 2018 Glen Maddern
2626
- > >
2627
- > > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2628
- > >
2629
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2630
- >
2631
- > ---------------------------------------
2632
- >
2633
- > ## is-binary-path
2634
- > License: MIT
2635
- > By: Sindre Sorhus
2636
- > Repository: https://github.com/sindresorhus/is-binary-path
2637
- >
2638
- > > MIT License
2639
- > >
2640
- > > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
2641
- > >
2642
- > > 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:
2643
- > >
2644
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2645
- > >
2646
- > > 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.
2647
- >
2648
- > ---------------------------------------
2649
- >
2650
- > ## is-extglob
2651
- > License: MIT
2652
- > By: Jon Schlinkert
2653
- > Repository: https://github.com/jonschlinkert/is-extglob
2654
- >
2655
- > > The MIT License (MIT)
2656
- > >
2657
- > > Copyright (c) 2014-2016, Jon Schlinkert
2658
- > >
2659
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2660
- > > of this software and associated documentation files (the "Software"), to deal
2661
- > > in the Software without restriction, including without limitation the rights
2662
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2663
- > > copies of the Software, and to permit persons to whom the Software is
2664
- > > furnished to do so, subject to the following conditions:
2665
- > >
2666
- > > The above copyright notice and this permission notice shall be included in
2667
- > > all copies or substantial portions of the Software.
2668
- > >
2669
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2670
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2671
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2672
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2673
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2674
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2675
- > > THE SOFTWARE.
2676
- >
2677
- > ---------------------------------------
2678
- >
2679
- > ## is-glob
2680
- > License: MIT
2681
- > By: Jon Schlinkert, Brian Woodward, Daniel Perez
2682
- > Repository: https://github.com/micromatch/is-glob
2683
- >
2684
- > > The MIT License (MIT)
2685
- > >
2686
- > > Copyright (c) 2014-2017, Jon Schlinkert.
2687
- > >
2688
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2689
- > > of this software and associated documentation files (the "Software"), to deal
2690
- > > in the Software without restriction, including without limitation the rights
2691
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2692
- > > copies of the Software, and to permit persons to whom the Software is
2693
- > > furnished to do so, subject to the following conditions:
2694
- > >
2695
- > > The above copyright notice and this permission notice shall be included in
2696
- > > all copies or substantial portions of the Software.
2697
- > >
2698
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2699
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2700
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2701
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2702
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2703
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2704
- > > THE SOFTWARE.
2705
- >
2706
- > ---------------------------------------
2707
- >
2708
- > ## is-reference
2709
- > License: MIT
2710
- > By: Rich Harris
2711
- > Repository: https://github.com/Rich-Harris/is-reference
2712
- >
2713
- > ---------------------------------------
2714
- >
2715
- > ## isexe, which
2716
- > License: ISC
2717
- > By: Isaac Z. Schlueter
2718
- > Repositories: https://github.com/isaacs/isexe, https://github.com/isaacs/node-which
2719
- >
2720
- > > The ISC License
2721
- > >
2722
- > > Copyright (c) Isaac Z. Schlueter and Contributors
2723
- > >
2724
- > > Permission to use, copy, modify, and/or distribute this software for any
2725
- > > purpose with or without fee is hereby granted, provided that the above
2726
- > > copyright notice and this permission notice appear in all copies.
2727
- > >
2728
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2729
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2730
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2731
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2732
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2733
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2734
- > > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2735
- >
2736
- > ---------------------------------------
2737
- >
2738
- > ## js-tokens
2739
- > License: MIT
2740
- > By: Simon Lydell
2741
- > Repository: https://github.com/lydell/js-tokens
2742
- >
2743
- > > The MIT License (MIT)
2744
- > >
2745
- > > Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
2746
- > >
2747
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2748
- > > of this software and associated documentation files (the "Software"), to deal
2749
- > > in the Software without restriction, including without limitation the rights
2750
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2751
- > > copies of the Software, and to permit persons to whom the Software is
2752
- > > furnished to do so, subject to the following conditions:
2753
- > >
2754
- > > The above copyright notice and this permission notice shall be included in
2755
- > > all copies or substantial portions of the Software.
2756
- > >
2757
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2758
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2759
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2760
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2761
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2762
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2763
- > > THE SOFTWARE.
2764
- >
2765
- > ---------------------------------------
2766
- >
2767
- > ## launch-editor, launch-editor-middleware
2768
- > License: MIT
2769
- > By: Evan You
2770
- > Repositories: https://github.com/yyx990803/launch-editor, https://github.com/yyx990803/launch-editor
2771
- >
2772
- > > The MIT License (MIT)
2773
- > >
2774
- > > Copyright (c) 2017-present, Yuxi (Evan) You
2775
- > >
2776
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2777
- > > of this software and associated documentation files (the "Software"), to deal
2778
- > > in the Software without restriction, including without limitation the rights
2779
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2780
- > > copies of the Software, and to permit persons to whom the Software is
2781
- > > furnished to do so, subject to the following conditions:
2782
- > >
2783
- > > The above copyright notice and this permission notice shall be included in
2784
- > > all copies or substantial portions of the Software.
2785
- > >
2786
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2787
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2788
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2789
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2790
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2791
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2792
- > > THE SOFTWARE.
2793
- >
2794
- > ---------------------------------------
2795
- >
2796
- > ## lilconfig
2797
- > License: MIT
2798
- > By: antonk52
2799
- > Repository: https://github.com/antonk52/lilconfig
2800
- >
2801
- > > MIT License
2802
- > >
2803
- > > Copyright (c) 2022 Anton Kastritskiy
2804
- > >
2805
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2806
- > > of this software and associated documentation files (the "Software"), to deal
2807
- > > in the Software without restriction, including without limitation the rights
2808
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2809
- > > copies of the Software, and to permit persons to whom the Software is
2810
- > > furnished to do so, subject to the following conditions:
2811
- > >
2812
- > > The above copyright notice and this permission notice shall be included in all
2813
- > > copies or substantial portions of the Software.
2814
- > >
2815
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2816
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2817
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2818
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2819
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2820
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2821
- > > SOFTWARE.
2822
- >
2823
- > ---------------------------------------
2824
- >
2825
- > ## loader-utils
2826
- > License: MIT
2827
- > By: Tobias Koppers @sokra
2828
- > Repository: https://github.com/webpack/loader-utils
2829
- >
2830
- > > Copyright JS Foundation and other contributors
2831
- > >
2832
- > > Permission is hereby granted, free of charge, to any person obtaining
2833
- > > a copy of this software and associated documentation files (the
2834
- > > 'Software'), to deal in the Software without restriction, including
2835
- > > without limitation the rights to use, copy, modify, merge, publish,
2836
- > > distribute, sublicense, and/or sell copies of the Software, and to
2837
- > > permit persons to whom the Software is furnished to do so, subject to
2838
- > > the following conditions:
2839
- > >
2840
- > > The above copyright notice and this permission notice shall be
2841
- > > included in all copies or substantial portions of the Software.
2842
- > >
2843
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2844
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2845
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2846
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2847
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2848
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2849
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2850
- >
2851
- > ---------------------------------------
2852
- >
2853
- > ## lodash.camelcase
2854
- > License: MIT
2855
- > By: John-David Dalton, Blaine Bublitz, Mathias Bynens
2856
- > Repository: https://github.com/lodash/lodash
2857
- >
2858
- > > Copyright jQuery Foundation and other contributors <https://jquery.org/>
2859
- > >
2860
- > > Based on Underscore.js, copyright Jeremy Ashkenas,
2861
- > > DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
2862
- > >
2863
- > > This software consists of voluntary contributions made by many
2864
- > > individuals. For exact contribution history, see the revision history
2865
- > > available at https://github.com/lodash/lodash
2866
- > >
2867
- > > The following license applies to all parts of this software except as
2868
- > > documented below:
2869
- > >
2870
- > > ====
2871
- > >
2872
- > > Permission is hereby granted, free of charge, to any person obtaining
2873
- > > a copy of this software and associated documentation files (the
2874
- > > "Software"), to deal in the Software without restriction, including
2875
- > > without limitation the rights to use, copy, modify, merge, publish,
2876
- > > distribute, sublicense, and/or sell copies of the Software, and to
2877
- > > permit persons to whom the Software is furnished to do so, subject to
2878
- > > the following conditions:
2879
- > >
2880
- > > The above copyright notice and this permission notice shall be
2881
- > > included in all copies or substantial portions of the Software.
2882
- > >
2883
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2884
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2885
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2886
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2887
- > > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2888
- > > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2889
- > > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2890
- > >
2891
- > > ====
2892
- > >
2893
- > > Copyright and related rights for sample code are waived via CC0. Sample
2894
- > > code is defined as all source code displayed within the prose of the
2895
- > > documentation.
2896
- > >
2897
- > > CC0: http://creativecommons.org/publicdomain/zero/1.0/
2898
- > >
2899
- > > ====
2900
- > >
2901
- > > Files located in the node_modules and vendor directories are externally
2902
- > > maintained libraries used by this software which have their own
2903
- > > licenses; we recommend you read them, as their terms may differ from the
2904
- > > terms above.
2905
- >
2906
- > ---------------------------------------
2907
- >
2908
- > ## magic-string
2909
- > License: MIT
2910
- > By: Rich Harris
2911
- > Repository: https://github.com/Rich-Harris/magic-string
2912
- >
2913
- > > Copyright 2018 Rich Harris
2914
- > >
2915
- > > 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:
2916
- > >
2917
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2918
- > >
2919
- > > 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.
2920
- >
2921
- > ---------------------------------------
2922
- >
2923
- > ## mlly, ufo
2924
- > License: MIT
2925
- > Repositories: https://github.com/unjs/mlly, https://github.com/unjs/ufo
2926
- >
2927
- > > MIT License
2928
- > >
2929
- > > Copyright (c) Pooya Parsa <pooya@pi0.io>
2930
- > >
2931
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2932
- > > of this software and associated documentation files (the "Software"), to deal
2933
- > > in the Software without restriction, including without limitation the rights
2934
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2935
- > > copies of the Software, and to permit persons to whom the Software is
2936
- > > furnished to do so, subject to the following conditions:
2937
- > >
2938
- > > The above copyright notice and this permission notice shall be included in all
2939
- > > copies or substantial portions of the Software.
2940
- > >
2941
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2942
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2943
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2944
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2945
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2946
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2947
- > > SOFTWARE.
2948
- >
2949
- > ---------------------------------------
2950
- >
2951
- > ## mrmime
2952
- > License: MIT
2953
- > By: Luke Edwards
2954
- > Repository: https://github.com/lukeed/mrmime
2955
- >
2956
- > > The MIT License (MIT)
2957
- > >
2958
- > > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com)
2959
- > >
2960
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2961
- > > of this software and associated documentation files (the "Software"), to deal
2962
- > > in the Software without restriction, including without limitation the rights
2963
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2964
- > > copies of the Software, and to permit persons to whom the Software is
2965
- > > furnished to do so, subject to the following conditions:
2966
- > >
2967
- > > The above copyright notice and this permission notice shall be included in
2968
- > > all copies or substantial portions of the Software.
2969
- > >
2970
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2971
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2972
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2973
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2974
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2975
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2976
- > > THE SOFTWARE.
2977
- >
2978
- > ---------------------------------------
2979
- >
2980
- > ## normalize-path
2981
- > License: MIT
2982
- > By: Jon Schlinkert, Blaine Bublitz
2983
- > Repository: https://github.com/jonschlinkert/normalize-path
2984
- >
2985
- > > The MIT License (MIT)
2986
- > >
2987
- > > Copyright (c) 2014-2018, Jon Schlinkert.
2988
- > >
2989
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
2990
- > > of this software and associated documentation files (the "Software"), to deal
2991
- > > in the Software without restriction, including without limitation the rights
2992
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2993
- > > copies of the Software, and to permit persons to whom the Software is
2994
- > > furnished to do so, subject to the following conditions:
2995
- > >
2996
- > > The above copyright notice and this permission notice shall be included in
2997
- > > all copies or substantial portions of the Software.
2998
- > >
2999
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3000
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3001
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3002
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3003
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3004
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3005
- > > THE SOFTWARE.
3006
- >
3007
- > ---------------------------------------
3008
- >
3009
- > ## object-assign
3010
- > License: MIT
3011
- > By: Sindre Sorhus
3012
- > Repository: https://github.com/sindresorhus/object-assign
3013
- >
3014
- > > The MIT License (MIT)
3015
- > >
3016
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3017
- > >
3018
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3019
- > > of this software and associated documentation files (the "Software"), to deal
3020
- > > in the Software without restriction, including without limitation the rights
3021
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3022
- > > copies of the Software, and to permit persons to whom the Software is
3023
- > > furnished to do so, subject to the following conditions:
3024
- > >
3025
- > > The above copyright notice and this permission notice shall be included in
3026
- > > all copies or substantial portions of the Software.
3027
- > >
3028
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3029
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3030
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3031
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3032
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3033
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3034
- > > THE SOFTWARE.
3035
- >
3036
- > ---------------------------------------
3037
- >
3038
- > ## obug
3039
- > License: MIT
3040
- > By: Kevin Deng
3041
- > Repository: https://github.com/sxzz/obug
3042
- >
3043
- > > The MIT License (MIT)
3044
- > >
3045
- > > Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
3046
- > > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
3047
- > > Copyright (c) 2018-2021 Josh Junon
3048
- > >
3049
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3050
- > > of this software and associated documentation files (the "Software"), to deal
3051
- > > in the Software without restriction, including without limitation the rights
3052
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3053
- > > copies of the Software, and to permit persons to whom the Software is
3054
- > > furnished to do so, subject to the following conditions:
3055
- > >
3056
- > > The above copyright notice and this permission notice shall be included in all
3057
- > > copies or substantial portions of the Software.
3058
- > >
3059
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3060
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3061
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3062
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3063
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3064
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3065
- > > SOFTWARE.
3066
- >
3067
- > ---------------------------------------
3068
- >
3069
- > ## on-finished
3070
- > License: MIT
3071
- > By: Douglas Christopher Wilson, Jonathan Ong
3072
- > Repository: https://github.com/jshttp/on-finished
3073
- >
3074
- > > (The MIT License)
3075
- > >
3076
- > > Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
3077
- > > Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
3078
- > >
3079
- > > Permission is hereby granted, free of charge, to any person obtaining
3080
- > > a copy of this software and associated documentation files (the
3081
- > > 'Software'), to deal in the Software without restriction, including
3082
- > > without limitation the rights to use, copy, modify, merge, publish,
3083
- > > distribute, sublicense, and/or sell copies of the Software, and to
3084
- > > permit persons to whom the Software is furnished to do so, subject to
3085
- > > the following conditions:
3086
- > >
3087
- > > The above copyright notice and this permission notice shall be
3088
- > > included in all copies or substantial portions of the Software.
3089
- > >
3090
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3091
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3092
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3093
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3094
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3095
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3096
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3097
- >
3098
- > ---------------------------------------
3099
- >
3100
- > ## parse5
3101
- > License: MIT
3102
- > By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
3103
- > Repository: https://github.com/inikulin/parse5
3104
- >
3105
- > > Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
3106
- > >
3107
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3108
- > > of this software and associated documentation files (the "Software"), to deal
3109
- > > in the Software without restriction, including without limitation the rights
3110
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3111
- > > copies of the Software, and to permit persons to whom the Software is
3112
- > > furnished to do so, subject to the following conditions:
3113
- > >
3114
- > > The above copyright notice and this permission notice shall be included in
3115
- > > all copies or substantial portions of the Software.
3116
- > >
3117
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3118
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3119
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3120
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3121
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3122
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3123
- > > THE SOFTWARE.
3124
- >
3125
- > ---------------------------------------
3126
- >
3127
- > ## parseurl
3128
- > License: MIT
3129
- > By: Douglas Christopher Wilson, Jonathan Ong
3130
- > Repository: https://github.com/pillarjs/parseurl
3131
- >
3132
- > > (The MIT License)
3133
- > >
3134
- > > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3135
- > > Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
3136
- > >
3137
- > > Permission is hereby granted, free of charge, to any person obtaining
3138
- > > a copy of this software and associated documentation files (the
3139
- > > 'Software'), to deal in the Software without restriction, including
3140
- > > without limitation the rights to use, copy, modify, merge, publish,
3141
- > > distribute, sublicense, and/or sell copies of the Software, and to
3142
- > > permit persons to whom the Software is furnished to do so, subject to
3143
- > > the following conditions:
3144
- > >
3145
- > > The above copyright notice and this permission notice shall be
3146
- > > included in all copies or substantial portions of the Software.
3147
- > >
3148
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3149
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3150
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3151
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3152
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3153
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3154
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3155
- >
3156
- > ---------------------------------------
3157
- >
3158
- > ## path-key, shebang-regex
3159
- > License: MIT
3160
- > By: Sindre Sorhus
3161
- > Repositories: https://github.com/sindresorhus/path-key, https://github.com/sindresorhus/shebang-regex
3162
- >
3163
- > > MIT License
3164
- > >
3165
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3166
- > >
3167
- > > 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:
3168
- > >
3169
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3170
- > >
3171
- > > 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.
3172
- >
3173
- > ---------------------------------------
3174
- >
3175
- > ## periscopic
3176
- > License: MIT
3177
- > Repository: https://github.com/Rich-Harris/periscopic
3178
- >
3179
- > > Copyright (c) 2019 Rich Harris
3180
- > >
3181
- > > 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:
3182
- > >
3183
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3184
- > >
3185
- > > 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.
3186
- >
3187
- > ---------------------------------------
3188
- >
3189
- > ## picocolors
3190
- > License: ISC
3191
- > By: Alexey Raspopov
3192
- > Repository: https://github.com/alexeyraspopov/picocolors
3193
- >
3194
- > > ISC License
3195
- > >
3196
- > > Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
3197
- > >
3198
- > > Permission to use, copy, modify, and/or distribute this software for any
3199
- > > purpose with or without fee is hereby granted, provided that the above
3200
- > > copyright notice and this permission notice appear in all copies.
3201
- > >
3202
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3203
- > > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3204
- > > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3205
- > > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3206
- > > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3207
- > > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
3208
- > > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3209
- >
3210
- > ---------------------------------------
3211
- >
3212
- > ## postcss-import
3213
- > License: MIT
3214
- > By: Maxime Thirouin
3215
- > Repository: https://github.com/postcss/postcss-import
3216
- >
3217
- > > The MIT License (MIT)
3218
- > >
3219
- > > Copyright (c) 2014 Maxime Thirouin, Jason Campbell & Kevin Mårtensson
3220
- > >
3221
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
3222
- > > this software and associated documentation files (the "Software"), to deal in
3223
- > > the Software without restriction, including without limitation the rights to
3224
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3225
- > > the Software, and to permit persons to whom the Software is furnished to do so,
3226
- > > subject to the following conditions:
3227
- > >
3228
- > > The above copyright notice and this permission notice shall be included in all
3229
- > > copies or substantial portions of the Software.
3230
- > >
3231
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3232
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3233
- > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3234
- > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3235
- > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3236
- > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3237
- >
3238
- > ---------------------------------------
3239
- >
3240
- > ## postcss-load-config
3241
- > License: MIT
3242
- > By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday, François Wouts
3243
- > Repository: https://github.com/postcss/postcss-load-config
3244
- >
3245
- > > The MIT License (MIT)
3246
- > >
3247
- > > Copyright Michael Ciniawsky <michael.ciniawsky@gmail.com>
3248
- > >
3249
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
3250
- > > this software and associated documentation files (the "Software"), to deal in
3251
- > > the Software without restriction, including without limitation the rights to
3252
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3253
- > > the Software, and to permit persons to whom the Software is furnished to do so,
3254
- > > subject to the following conditions:
3255
- > >
3256
- > > The above copyright notice and this permission notice shall be included in all
3257
- > > copies or substantial portions of the Software.
3258
- > >
3259
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3260
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3261
- > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3262
- > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3263
- > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3264
- > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3265
- >
3266
- > ---------------------------------------
3267
- >
3268
- > ## postcss-modules
3269
- > License: MIT
3270
- > By: Alexander Madyankin
3271
- > Repository: https://github.com/css-modules/postcss-modules
3272
- >
3273
- > > The MIT License (MIT)
3274
- > >
3275
- > > Copyright 2015-present Alexander Madyankin <alexander@madyankin.name>
3276
- > >
3277
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
3278
- > > this software and associated documentation files (the "Software"), to deal in
3279
- > > the Software without restriction, including without limitation the rights to
3280
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3281
- > > the Software, and to permit persons to whom the Software is furnished to do so,
3282
- > > subject to the following conditions:
3283
- > >
3284
- > > The above copyright notice and this permission notice shall be included in all
3285
- > > copies or substantial portions of the Software.
3286
- > >
3287
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3288
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3289
- > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3290
- > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3291
- > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3292
- > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3293
- >
3294
- > ---------------------------------------
3295
- >
3296
- > ## postcss-modules-extract-imports
3297
- > License: ISC
3298
- > By: Glen Maddern
3299
- > Repository: https://github.com/css-modules/postcss-modules-extract-imports
3300
- >
3301
- > > Copyright 2015 Glen Maddern
3302
- > >
3303
- > > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
3304
- > >
3305
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3306
- >
3307
- > ---------------------------------------
3308
- >
3309
- > ## postcss-modules-local-by-default
3310
- > License: MIT
3311
- > By: Mark Dalgleish
3312
- > Repository: https://github.com/css-modules/postcss-modules-local-by-default
3313
- >
3314
- > > The MIT License (MIT)
3315
- > >
3316
- > > Copyright 2015 Mark Dalgleish <mark.john.dalgleish@gmail.com>
3317
- > >
3318
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
3319
- > > this software and associated documentation files (the "Software"), to deal in
3320
- > > the Software without restriction, including without limitation the rights to
3321
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3322
- > > the Software, and to permit persons to whom the Software is furnished to do so,
3323
- > > subject to the following conditions:
3324
- > >
3325
- > > The above copyright notice and this permission notice shall be included in all
3326
- > > copies or substantial portions of the Software.
3327
- > >
3328
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3329
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3330
- > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3331
- > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3332
- > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3333
- > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3334
- >
3335
- > ---------------------------------------
3336
- >
3337
- > ## postcss-modules-scope
3338
- > License: ISC
3339
- > By: Glen Maddern
3340
- > Repository: https://github.com/css-modules/postcss-modules-scope
3341
- >
3342
- > > ISC License (ISC)
3343
- > >
3344
- > > Copyright (c) 2015, Glen Maddern
3345
- > >
3346
- > > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
3347
- > >
3348
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3349
- >
3350
- > ---------------------------------------
3351
- >
3352
- > ## postcss-modules-values
3353
- > License: ISC
3354
- > By: Glen Maddern
3355
- > Repository: https://github.com/css-modules/postcss-modules-values
3356
- >
3357
- > > ISC License (ISC)
3358
- > >
3359
- > > Copyright (c) 2015, Glen Maddern
3360
- > >
3361
- > > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
3362
- > >
3363
- > > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3364
- >
3365
- > ---------------------------------------
3366
- >
3367
- > ## postcss-selector-parser
3368
- > License: MIT
3369
- > By: Ben Briggs, Chris Eppstein
3370
- > Repository: https://github.com/postcss/postcss-selector-parser
3371
- >
3372
- > > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3373
- > >
3374
- > > Permission is hereby granted, free of charge, to any person
3375
- > > obtaining a copy of this software and associated documentation
3376
- > > files (the "Software"), to deal in the Software without
3377
- > > restriction, including without limitation the rights to use,
3378
- > > copy, modify, merge, publish, distribute, sublicense, and/or sell
3379
- > > copies of the Software, and to permit persons to whom the
3380
- > > Software is furnished to do so, subject to the following
3381
- > > conditions:
3382
- > >
3383
- > > The above copyright notice and this permission notice shall be
3384
- > > included in all copies or substantial portions of the Software.
3385
- > >
3386
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3387
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3388
- > > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3389
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3390
- > > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3391
- > > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3392
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3393
- > > OTHER DEALINGS IN THE SOFTWARE.
3394
- >
3395
- > ---------------------------------------
3396
- >
3397
- > ## postcss-value-parser
3398
- > License: MIT
3399
- > By: Bogdan Chadkin
3400
- > Repository: https://github.com/TrySound/postcss-value-parser
3401
- >
3402
- > > Copyright (c) Bogdan Chadkin <trysound@yandex.ru>
3403
- > >
3404
- > > Permission is hereby granted, free of charge, to any person
3405
- > > obtaining a copy of this software and associated documentation
3406
- > > files (the "Software"), to deal in the Software without
3407
- > > restriction, including without limitation the rights to use,
3408
- > > copy, modify, merge, publish, distribute, sublicense, and/or sell
3409
- > > copies of the Software, and to permit persons to whom the
3410
- > > Software is furnished to do so, subject to the following
3411
- > > conditions:
3412
- > >
3413
- > > The above copyright notice and this permission notice shall be
3414
- > > included in all copies or substantial portions of the Software.
3415
- > >
3416
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3417
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3418
- > > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3419
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3420
- > > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3421
- > > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3422
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3423
- > > OTHER DEALINGS IN THE SOFTWARE.
3424
- >
3425
- > ---------------------------------------
3426
- >
3427
- > ## readdirp
3428
- > License: MIT
3429
- > By: Thorsten Lorenz, Paul Miller
3430
- > Repository: https://github.com/paulmillr/readdirp
3431
- >
3432
- > > MIT License
3433
- > >
3434
- > > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
3435
- > >
3436
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3437
- > > of this software and associated documentation files (the "Software"), to deal
3438
- > > in the Software without restriction, including without limitation the rights
3439
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3440
- > > copies of the Software, and to permit persons to whom the Software is
3441
- > > furnished to do so, subject to the following conditions:
3442
- > >
3443
- > > The above copyright notice and this permission notice shall be included in all
3444
- > > copies or substantial portions of the Software.
3445
- > >
3446
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3447
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3448
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3449
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3450
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3451
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3452
- > > SOFTWARE.
3453
- >
3454
- > ---------------------------------------
3455
- >
3456
- > ## resolve.exports, totalist
3457
- > License: MIT
3458
- > By: Luke Edwards
3459
- > Repositories: https://github.com/lukeed/resolve.exports, https://github.com/lukeed/totalist
3460
- >
3461
- > > The MIT License (MIT)
3462
- > >
3463
- > > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
3464
- > >
3465
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3466
- > > of this software and associated documentation files (the "Software"), to deal
3467
- > > in the Software without restriction, including without limitation the rights
3468
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3469
- > > copies of the Software, and to permit persons to whom the Software is
3470
- > > furnished to do so, subject to the following conditions:
3471
- > >
3472
- > > The above copyright notice and this permission notice shall be included in
3473
- > > all copies or substantial portions of the Software.
3474
- > >
3475
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3476
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3477
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3478
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3479
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3480
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3481
- > > THE SOFTWARE.
3482
- >
3483
- > ---------------------------------------
3484
- >
3485
- > ## shebang-command
3486
- > License: MIT
3487
- > By: Kevin Mårtensson
3488
- > Repository: https://github.com/kevva/shebang-command
3489
- >
3490
- > > MIT License
3491
- > >
3492
- > > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
3493
- > >
3494
- > > 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:
3495
- > >
3496
- > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3497
- > >
3498
- > > 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.
3499
- >
3500
- > ---------------------------------------
3501
- >
3502
- > ## sirv
3503
- > License: MIT
3504
- > By: Luke Edwards
3505
- > Repository: https://github.com/lukeed/sirv
3506
- >
3507
- > ---------------------------------------
3508
- >
3509
- > ## statuses
3510
- > License: MIT
3511
- > By: Douglas Christopher Wilson, Jonathan Ong
3512
- > Repository: https://github.com/jshttp/statuses
3513
- >
3514
- > > The MIT License (MIT)
3515
- > >
3516
- > > Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
3517
- > > Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
3518
- > >
3519
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3520
- > > of this software and associated documentation files (the "Software"), to deal
3521
- > > in the Software without restriction, including without limitation the rights
3522
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3523
- > > copies of the Software, and to permit persons to whom the Software is
3524
- > > furnished to do so, subject to the following conditions:
3525
- > >
3526
- > > The above copyright notice and this permission notice shall be included in
3527
- > > all copies or substantial portions of the Software.
3528
- > >
3529
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3530
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3531
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3532
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3533
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3534
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3535
- > > THE SOFTWARE.
3536
- >
3537
- > ---------------------------------------
3538
- >
3539
- > ## string-hash
3540
- > License: CC0-1.0
3541
- > By: The Dark Sky Company
3542
- > Repository: https://github.com/darkskyapp/string-hash
3543
- >
3544
- > ---------------------------------------
3545
- >
3546
- > ## strip-literal
3547
- > License: MIT
3548
- > By: Anthony Fu
3549
- > Repository: https://github.com/antfu/strip-literal
3550
- >
3551
- > > MIT License
3552
- > >
3553
- > > Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
3554
- > >
3555
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3556
- > > of this software and associated documentation files (the "Software"), to deal
3557
- > > in the Software without restriction, including without limitation the rights
3558
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3559
- > > copies of the Software, and to permit persons to whom the Software is
3560
- > > furnished to do so, subject to the following conditions:
3561
- > >
3562
- > > The above copyright notice and this permission notice shall be included in all
3563
- > > copies or substantial portions of the Software.
3564
- > >
3565
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3566
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3567
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3568
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3569
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3570
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3571
- > > SOFTWARE.
3572
- >
3573
- > ---------------------------------------
3574
- >
3575
- > ## to-regex-range
3576
- > License: MIT
3577
- > By: Jon Schlinkert, Rouven Weßling
3578
- > Repository: https://github.com/micromatch/to-regex-range
3579
- >
3580
- > > The MIT License (MIT)
3581
- > >
3582
- > > Copyright (c) 2015-present, Jon Schlinkert.
3583
- > >
3584
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3585
- > > of this software and associated documentation files (the "Software"), to deal
3586
- > > in the Software without restriction, including without limitation the rights
3587
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3588
- > > copies of the Software, and to permit persons to whom the Software is
3589
- > > furnished to do so, subject to the following conditions:
3590
- > >
3591
- > > The above copyright notice and this permission notice shall be included in
3592
- > > all copies or substantial portions of the Software.
3593
- > >
3594
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3595
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3596
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3597
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3598
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3599
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3600
- > > THE SOFTWARE.
3601
- >
3602
- > ---------------------------------------
3603
- >
3604
- > ## tsconfck
3605
- > License: MIT
3606
- > By: dominikg
3607
- > Repository: https://github.com/dominikg/tsconfck
3608
- >
3609
- > > MIT License
3610
- > >
3611
- > > Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
3612
- > >
3613
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3614
- > > of this software and associated documentation files (the "Software"), to deal
3615
- > > in the Software without restriction, including without limitation the rights
3616
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3617
- > > copies of the Software, and to permit persons to whom the Software is
3618
- > > furnished to do so, subject to the following conditions:
3619
- > >
3620
- > > The above copyright notice and this permission notice shall be included in all
3621
- > > copies or substantial portions of the Software.
3622
- > >
3623
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3624
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3625
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3626
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3627
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3628
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3629
- > > SOFTWARE.
3630
- > >
3631
- > > -- Licenses for 3rd-party code included in tsconfck --
3632
- > >
3633
- > > # strip-bom and strip-json-comments
3634
- > > MIT License
3635
- > >
3636
- > > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3637
- > >
3638
- > > Permission is hereby granted, free of charge, to any person obtaining a copy
3639
- > > of this software and associated documentation files (the "Software"), to deal
3640
- > > in the Software without restriction, including without limitation the rights
3641
- > > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3642
- > > copies of the Software, and to permit persons to whom the Software is
3643
- > > furnished to do so, subject to the following conditions:
3644
- > >
3645
- > > The above copyright notice and this permission notice shall be included in all
3646
- > > copies or substantial portions of the Software.
3647
- > >
3648
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3649
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3650
- > > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3651
- > > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3652
- > > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3653
- > > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3654
- > > SOFTWARE.
3655
- >
3656
- > ---------------------------------------
3657
- >
3658
- > ## unpipe
3659
- > License: MIT
3660
- > By: Douglas Christopher Wilson
3661
- > Repository: https://github.com/stream-utils/unpipe
3662
- >
3663
- > > (The MIT License)
3664
- > >
3665
- > > Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
3666
- > >
3667
- > > Permission is hereby granted, free of charge, to any person obtaining
3668
- > > a copy of this software and associated documentation files (the
3669
- > > 'Software'), to deal in the Software without restriction, including
3670
- > > without limitation the rights to use, copy, modify, merge, publish,
3671
- > > distribute, sublicense, and/or sell copies of the Software, and to
3672
- > > permit persons to whom the Software is furnished to do so, subject to
3673
- > > the following conditions:
3674
- > >
3675
- > > The above copyright notice and this permission notice shall be
3676
- > > included in all copies or substantial portions of the Software.
3677
- > >
3678
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3679
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3680
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3681
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3682
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3683
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3684
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3685
- >
3686
- > ---------------------------------------
3687
- >
3688
- > ## util-deprecate
3689
- > License: MIT
3690
- > By: Nathan Rajlich
3691
- > Repository: https://github.com/TooTallNate/util-deprecate
3692
- >
3693
- > > (The MIT License)
3694
- > >
3695
- > > Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
3696
- > >
3697
- > > Permission is hereby granted, free of charge, to any person
3698
- > > obtaining a copy of this software and associated documentation
3699
- > > files (the "Software"), to deal in the Software without
3700
- > > restriction, including without limitation the rights to use,
3701
- > > copy, modify, merge, publish, distribute, sublicense, and/or sell
3702
- > > copies of the Software, and to permit persons to whom the
3703
- > > Software is furnished to do so, subject to the following
3704
- > > conditions:
3705
- > >
3706
- > > The above copyright notice and this permission notice shall be
3707
- > > included in all copies or substantial portions of the Software.
3708
- > >
3709
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3710
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3711
- > > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3712
- > > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3713
- > > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3714
- > > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3715
- > > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3716
- > > OTHER DEALINGS IN THE SOFTWARE.
3717
- >
3718
- > ---------------------------------------
3719
- >
3720
- > ## utils-merge
3721
- > License: MIT
3722
- > By: Jared Hanson
3723
- > Repository: https://github.com/jaredhanson/utils-merge
3724
- >
3725
- > > The MIT License (MIT)
3726
- > >
3727
- > > Copyright (c) 2013-2017 Jared Hanson
3728
- > >
3729
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
3730
- > > this software and associated documentation files (the "Software"), to deal in
3731
- > > the Software without restriction, including without limitation the rights to
3732
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3733
- > > the Software, and to permit persons to whom the Software is furnished to do so,
3734
- > > subject to the following conditions:
3735
- > >
3736
- > > The above copyright notice and this permission notice shall be included in all
3737
- > > copies or substantial portions of the Software.
3738
- > >
3739
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3740
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3741
- > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3742
- > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3743
- > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3744
- > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3745
- >
3746
- > ---------------------------------------
3747
- >
3748
- > ## vary
3749
- > License: MIT
3750
- > By: Douglas Christopher Wilson
3751
- > Repository: https://github.com/jshttp/vary
3752
- >
3753
- > > (The MIT License)
3754
- > >
3755
- > > Copyright (c) 2014-2017 Douglas Christopher Wilson
3756
- > >
3757
- > > Permission is hereby granted, free of charge, to any person obtaining
3758
- > > a copy of this software and associated documentation files (the
3759
- > > 'Software'), to deal in the Software without restriction, including
3760
- > > without limitation the rights to use, copy, modify, merge, publish,
3761
- > > distribute, sublicense, and/or sell copies of the Software, and to
3762
- > > permit persons to whom the Software is furnished to do so, subject to
3763
- > > the following conditions:
3764
- > >
3765
- > > The above copyright notice and this permission notice shall be
3766
- > > included in all copies or substantial portions of the Software.
3767
- > >
3768
- > > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3769
- > > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3770
- > > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3771
- > > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3772
- > > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3773
- > > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3774
- > > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3775
- >
3776
- > ---------------------------------------
3777
- >
3778
- > ## ws
3779
- > License: MIT
3780
- > By: Einar Otto Stangvik
3781
- > Repository: https://github.com/websockets/ws
3782
- >
3783
- > > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
3784
- > > Copyright (c) 2013 Arnout Kazemier and contributors
3785
- > > Copyright (c) 2016 Luigi Pinca and contributors
3786
- > >
3787
- > > Permission is hereby granted, free of charge, to any person obtaining a copy of
3788
- > > this software and associated documentation files (the "Software"), to deal in
3789
- > > the Software without restriction, including without limitation the rights to
3790
- > > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3791
- > > the Software, and to permit persons to whom the Software is furnished to do so,
3792
- > > subject to the following conditions:
3793
- > >
3794
- > > The above copyright notice and this permission notice shall be included in all
3795
- > > copies or substantial portions of the Software.
3796
- > >
3797
- > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3798
- > > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3799
- > > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3800
- > > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3801
- > > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3802
- > > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3803
-
3804
- ---------------------------------------
3805
-
3806
- ## vue-router
3807
-
3808
- License: MIT
3809
- By: Eduardo San Martin Morote
3810
- Repository: https://github.com/vuejs/router
18
+ Repository: https://github.com/nuxt/nuxt
3811
19
 
3812
20
  > The MIT License (MIT)
3813
21
  >
3814
- > Copyright (c) 2019-present Eduardo San Martin Morote
22
+ > Copyright (c) 2016-present - Nuxt Team
3815
23
  >
3816
24
  > Permission is hereby granted, free of charge, to any person obtaining a copy
3817
25
  > of this software and associated documentation files (the "Software"), to deal