@nuxt/nitro-server 3.20.2 → 3.21.1

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