@rollup/wasm-node 4.0.0-12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,666 @@
1
+ # Rollup core license
2
+ Rollup is released under the MIT license:
3
+
4
+ The MIT License (MIT)
5
+
6
+ Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
7
+
8
+ 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:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ 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.
13
+
14
+ # Licenses of bundled dependencies
15
+ The published Rollup artifact additionally contains code with the following licenses:
16
+ MIT, ISC
17
+
18
+ # Bundled dependencies:
19
+ ## @jridgewell/sourcemap-codec
20
+ License: MIT
21
+ By: Rich Harris
22
+ Repository: git+https://github.com/jridgewell/sourcemap-codec.git
23
+
24
+ > The MIT License
25
+ >
26
+ > Copyright (c) 2015 Rich Harris
27
+ >
28
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
29
+ > of this software and associated documentation files (the "Software"), to deal
30
+ > in the Software without restriction, including without limitation the rights
31
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32
+ > copies of the Software, and to permit persons to whom the Software is
33
+ > furnished to do so, subject to the following conditions:
34
+ >
35
+ > The above copyright notice and this permission notice shall be included in
36
+ > all copies or substantial portions of the Software.
37
+ >
38
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
44
+ > THE SOFTWARE.
45
+
46
+ ---------------------------------------
47
+
48
+ ## @rollup/pluginutils
49
+ License: MIT
50
+ By: Rich Harris
51
+ Repository: rollup/plugins
52
+
53
+ ---------------------------------------
54
+
55
+ ## acorn
56
+ License: MIT
57
+ By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
58
+ Repository: https://github.com/acornjs/acorn.git
59
+
60
+ > MIT License
61
+ >
62
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
63
+ >
64
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
65
+ > of this software and associated documentation files (the "Software"), to deal
66
+ > in the Software without restriction, including without limitation the rights
67
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
68
+ > copies of the Software, and to permit persons to whom the Software is
69
+ > furnished to do so, subject to the following conditions:
70
+ >
71
+ > The above copyright notice and this permission notice shall be included in
72
+ > all copies or substantial portions of the Software.
73
+ >
74
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
77
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
80
+ > THE SOFTWARE.
81
+
82
+ ---------------------------------------
83
+
84
+ ## acorn-import-assertions
85
+ License: MIT
86
+ By: Sven Sauleau
87
+ Repository: https://github.com/xtuc/acorn-import-assertions
88
+
89
+ ---------------------------------------
90
+
91
+ ## anymatch
92
+ License: ISC
93
+ By: Elan Shanker
94
+ Repository: https://github.com/micromatch/anymatch
95
+
96
+ > The ISC License
97
+ >
98
+ > Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
99
+ >
100
+ > Permission to use, copy, modify, and/or distribute this software for any
101
+ > purpose with or without fee is hereby granted, provided that the above
102
+ > copyright notice and this permission notice appear in all copies.
103
+ >
104
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
105
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
106
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
107
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
108
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
109
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
110
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
111
+
112
+ ---------------------------------------
113
+
114
+ ## binary-extensions
115
+ License: MIT
116
+ By: Sindre Sorhus
117
+ Repository: sindresorhus/binary-extensions
118
+
119
+ > MIT License
120
+ >
121
+ > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
122
+ >
123
+ > 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:
124
+ >
125
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
126
+ >
127
+ > 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.
128
+
129
+ ---------------------------------------
130
+
131
+ ## braces
132
+ License: MIT
133
+ By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
134
+ Repository: micromatch/braces
135
+
136
+ > The MIT License (MIT)
137
+ >
138
+ > Copyright (c) 2014-2018, Jon Schlinkert.
139
+ >
140
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
141
+ > of this software and associated documentation files (the "Software"), to deal
142
+ > in the Software without restriction, including without limitation the rights
143
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
144
+ > copies of the Software, and to permit persons to whom the Software is
145
+ > furnished to do so, subject to the following conditions:
146
+ >
147
+ > The above copyright notice and this permission notice shall be included in
148
+ > all copies or substantial portions of the Software.
149
+ >
150
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
151
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
152
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
153
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
154
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
155
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
156
+ > THE SOFTWARE.
157
+
158
+ ---------------------------------------
159
+
160
+ ## builtin-modules
161
+ License: MIT
162
+ By: Sindre Sorhus
163
+ Repository: sindresorhus/builtin-modules
164
+
165
+ > MIT License
166
+ >
167
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
168
+ >
169
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
170
+ >
171
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
172
+ >
173
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
174
+
175
+ ---------------------------------------
176
+
177
+ ## chokidar
178
+ License: MIT
179
+ By: Paul Miller, Elan Shanker
180
+ Repository: git+https://github.com/paulmillr/chokidar.git
181
+
182
+ > The MIT License (MIT)
183
+ >
184
+ > Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
185
+ >
186
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
187
+ > of this software and associated documentation files (the “Software”), to deal
188
+ > in the Software without restriction, including without limitation the rights
189
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
190
+ > copies of the Software, and to permit persons to whom the Software is
191
+ > furnished to do so, subject to the following conditions:
192
+ >
193
+ > The above copyright notice and this permission notice shall be included in
194
+ > all copies or substantial portions of the Software.
195
+ >
196
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
197
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
198
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
199
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
200
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
201
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
202
+ > THE SOFTWARE.
203
+
204
+ ---------------------------------------
205
+
206
+ ## colorette
207
+ License: MIT
208
+ By: Jorge Bucaran
209
+ Repository: jorgebucaran/colorette
210
+
211
+ > Copyright © Jorge Bucaran <<https://jorgebucaran.com>>
212
+ >
213
+ > 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:
214
+ >
215
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
216
+ >
217
+ > 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.
218
+
219
+ ---------------------------------------
220
+
221
+ ## date-time
222
+ License: MIT
223
+ By: Sindre Sorhus
224
+ Repository: sindresorhus/date-time
225
+
226
+ > MIT License
227
+ >
228
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
229
+ >
230
+ > 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:
231
+ >
232
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
233
+ >
234
+ > 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.
235
+
236
+ ---------------------------------------
237
+
238
+ ## fill-range
239
+ License: MIT
240
+ By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
241
+ Repository: jonschlinkert/fill-range
242
+
243
+ > The MIT License (MIT)
244
+ >
245
+ > Copyright (c) 2014-present, Jon Schlinkert.
246
+ >
247
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
248
+ > of this software and associated documentation files (the "Software"), to deal
249
+ > in the Software without restriction, including without limitation the rights
250
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
251
+ > copies of the Software, and to permit persons to whom the Software is
252
+ > furnished to do so, subject to the following conditions:
253
+ >
254
+ > The above copyright notice and this permission notice shall be included in
255
+ > all copies or substantial portions of the Software.
256
+ >
257
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
258
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
259
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
260
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
261
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
262
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
263
+ > THE SOFTWARE.
264
+
265
+ ---------------------------------------
266
+
267
+ ## flru
268
+ License: MIT
269
+ By: Luke Edwards
270
+ Repository: lukeed/flru
271
+
272
+ > MIT License
273
+ >
274
+ > Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
275
+ >
276
+ > 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:
277
+ >
278
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
279
+ >
280
+ > 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.
281
+
282
+ ---------------------------------------
283
+
284
+ ## glob-parent
285
+ License: ISC
286
+ By: Gulp Team, Elan Shanker, Blaine Bublitz
287
+ Repository: gulpjs/glob-parent
288
+
289
+ > The ISC License
290
+ >
291
+ > Copyright (c) 2015, 2019 Elan Shanker
292
+ >
293
+ > Permission to use, copy, modify, and/or distribute this software for any
294
+ > purpose with or without fee is hereby granted, provided that the above
295
+ > copyright notice and this permission notice appear in all copies.
296
+ >
297
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
298
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
299
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
300
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
301
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
302
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
303
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
304
+
305
+ ---------------------------------------
306
+
307
+ ## is-binary-path
308
+ License: MIT
309
+ By: Sindre Sorhus
310
+ Repository: sindresorhus/is-binary-path
311
+
312
+ > MIT License
313
+ >
314
+ > Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
315
+ >
316
+ > 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:
317
+ >
318
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
319
+ >
320
+ > 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.
321
+
322
+ ---------------------------------------
323
+
324
+ ## is-extglob
325
+ License: MIT
326
+ By: Jon Schlinkert
327
+ Repository: jonschlinkert/is-extglob
328
+
329
+ > The MIT License (MIT)
330
+ >
331
+ > Copyright (c) 2014-2016, Jon Schlinkert
332
+ >
333
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
334
+ > of this software and associated documentation files (the "Software"), to deal
335
+ > in the Software without restriction, including without limitation the rights
336
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
337
+ > copies of the Software, and to permit persons to whom the Software is
338
+ > furnished to do so, subject to the following conditions:
339
+ >
340
+ > The above copyright notice and this permission notice shall be included in
341
+ > all copies or substantial portions of the Software.
342
+ >
343
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
344
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
345
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
346
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
347
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
348
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
349
+ > THE SOFTWARE.
350
+
351
+ ---------------------------------------
352
+
353
+ ## is-glob
354
+ License: MIT
355
+ By: Jon Schlinkert, Brian Woodward, Daniel Perez
356
+ Repository: micromatch/is-glob
357
+
358
+ > The MIT License (MIT)
359
+ >
360
+ > Copyright (c) 2014-2017, Jon Schlinkert.
361
+ >
362
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
363
+ > of this software and associated documentation files (the "Software"), to deal
364
+ > in the Software without restriction, including without limitation the rights
365
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
366
+ > copies of the Software, and to permit persons to whom the Software is
367
+ > furnished to do so, subject to the following conditions:
368
+ >
369
+ > The above copyright notice and this permission notice shall be included in
370
+ > all copies or substantial portions of the Software.
371
+ >
372
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
373
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
374
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
375
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
376
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
377
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
378
+ > THE SOFTWARE.
379
+
380
+ ---------------------------------------
381
+
382
+ ## is-number
383
+ License: MIT
384
+ By: Jon Schlinkert, Olsten Larck, Rouven Weßling
385
+ Repository: jonschlinkert/is-number
386
+
387
+ > The MIT License (MIT)
388
+ >
389
+ > Copyright (c) 2014-present, Jon Schlinkert.
390
+ >
391
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
392
+ > of this software and associated documentation files (the "Software"), to deal
393
+ > in the Software without restriction, including without limitation the rights
394
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
395
+ > copies of the Software, and to permit persons to whom the Software is
396
+ > furnished to do so, subject to the following conditions:
397
+ >
398
+ > The above copyright notice and this permission notice shall be included in
399
+ > all copies or substantial portions of the Software.
400
+ >
401
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
402
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
403
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
404
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
405
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
406
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
407
+ > THE SOFTWARE.
408
+
409
+ ---------------------------------------
410
+
411
+ ## is-reference
412
+ License: MIT
413
+ By: Rich Harris
414
+ Repository: git+https://github.com/Rich-Harris/is-reference.git
415
+
416
+ ---------------------------------------
417
+
418
+ ## locate-character
419
+ License: MIT
420
+ By: Rich Harris
421
+ Repository: git+https://gitlab.com/Rich-Harris/locate-character.git
422
+
423
+ ---------------------------------------
424
+
425
+ ## magic-string
426
+ License: MIT
427
+ By: Rich Harris
428
+ Repository: https://github.com/rich-harris/magic-string
429
+
430
+ > Copyright 2018 Rich Harris
431
+ >
432
+ > 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:
433
+ >
434
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
435
+ >
436
+ > 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.
437
+
438
+ ---------------------------------------
439
+
440
+ ## normalize-path
441
+ License: MIT
442
+ By: Jon Schlinkert, Blaine Bublitz
443
+ Repository: jonschlinkert/normalize-path
444
+
445
+ > The MIT License (MIT)
446
+ >
447
+ > Copyright (c) 2014-2018, Jon Schlinkert.
448
+ >
449
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
450
+ > of this software and associated documentation files (the "Software"), to deal
451
+ > in the Software without restriction, including without limitation the rights
452
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
453
+ > copies of the Software, and to permit persons to whom the Software is
454
+ > furnished to do so, subject to the following conditions:
455
+ >
456
+ > The above copyright notice and this permission notice shall be included in
457
+ > all copies or substantial portions of the Software.
458
+ >
459
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
460
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
461
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
462
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
463
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
464
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
465
+ > THE SOFTWARE.
466
+
467
+ ---------------------------------------
468
+
469
+ ## parse-ms
470
+ License: MIT
471
+ By: Sindre Sorhus
472
+ Repository: sindresorhus/parse-ms
473
+
474
+ > MIT License
475
+ >
476
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
477
+ >
478
+ > 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:
479
+ >
480
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
481
+ >
482
+ > 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.
483
+
484
+ ---------------------------------------
485
+
486
+ ## picomatch
487
+ License: MIT
488
+ By: Jon Schlinkert
489
+ Repository: micromatch/picomatch
490
+
491
+ > The MIT License (MIT)
492
+ >
493
+ > Copyright (c) 2017-present, Jon Schlinkert.
494
+ >
495
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
496
+ > of this software and associated documentation files (the "Software"), to deal
497
+ > in the Software without restriction, including without limitation the rights
498
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
499
+ > copies of the Software, and to permit persons to whom the Software is
500
+ > furnished to do so, subject to the following conditions:
501
+ >
502
+ > The above copyright notice and this permission notice shall be included in
503
+ > all copies or substantial portions of the Software.
504
+ >
505
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
506
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
507
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
508
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
509
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
510
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
511
+ > THE SOFTWARE.
512
+
513
+ ---------------------------------------
514
+
515
+ ## pretty-bytes
516
+ License: MIT
517
+ By: Sindre Sorhus
518
+ Repository: sindresorhus/pretty-bytes
519
+
520
+ > MIT License
521
+ >
522
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
523
+ >
524
+ > 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:
525
+ >
526
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
527
+ >
528
+ > 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.
529
+
530
+ ---------------------------------------
531
+
532
+ ## pretty-ms
533
+ License: MIT
534
+ By: Sindre Sorhus
535
+ Repository: sindresorhus/pretty-ms
536
+
537
+ > MIT License
538
+ >
539
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
540
+ >
541
+ > 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:
542
+ >
543
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
544
+ >
545
+ > 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.
546
+
547
+ ---------------------------------------
548
+
549
+ ## readdirp
550
+ License: MIT
551
+ By: Thorsten Lorenz, Paul Miller
552
+ Repository: git://github.com/paulmillr/readdirp.git
553
+
554
+ > MIT License
555
+ >
556
+ > Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)
557
+ >
558
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
559
+ > of this software and associated documentation files (the "Software"), to deal
560
+ > in the Software without restriction, including without limitation the rights
561
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
562
+ > copies of the Software, and to permit persons to whom the Software is
563
+ > furnished to do so, subject to the following conditions:
564
+ >
565
+ > The above copyright notice and this permission notice shall be included in all
566
+ > copies or substantial portions of the Software.
567
+ >
568
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
569
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
570
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
571
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
572
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
573
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
574
+ > SOFTWARE.
575
+
576
+ ---------------------------------------
577
+
578
+ ## signal-exit
579
+ License: ISC
580
+ By: Ben Coe
581
+ Repository: https://github.com/tapjs/signal-exit.git
582
+
583
+ > The ISC License
584
+ >
585
+ > Copyright (c) 2015-2023 Benjamin Coe, Isaac Z. Schlueter, and Contributors
586
+ >
587
+ > Permission to use, copy, modify, and/or distribute this software
588
+ > for any purpose with or without fee is hereby granted, provided
589
+ > that the above copyright notice and this permission notice
590
+ > appear in all copies.
591
+ >
592
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
593
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
594
+ > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
595
+ > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
596
+ > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
597
+ > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
598
+ > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
599
+
600
+ ---------------------------------------
601
+
602
+ ## time-zone
603
+ License: MIT
604
+ By: Sindre Sorhus
605
+ Repository: sindresorhus/time-zone
606
+
607
+ > MIT License
608
+ >
609
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
610
+ >
611
+ > 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:
612
+ >
613
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
614
+ >
615
+ > 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.
616
+
617
+ ---------------------------------------
618
+
619
+ ## to-regex-range
620
+ License: MIT
621
+ By: Jon Schlinkert, Rouven Weßling
622
+ Repository: micromatch/to-regex-range
623
+
624
+ > The MIT License (MIT)
625
+ >
626
+ > Copyright (c) 2015-present, Jon Schlinkert.
627
+ >
628
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
629
+ > of this software and associated documentation files (the "Software"), to deal
630
+ > in the Software without restriction, including without limitation the rights
631
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
632
+ > copies of the Software, and to permit persons to whom the Software is
633
+ > furnished to do so, subject to the following conditions:
634
+ >
635
+ > The above copyright notice and this permission notice shall be included in
636
+ > all copies or substantial portions of the Software.
637
+ >
638
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
639
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
640
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
641
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
642
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
643
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
644
+ > THE SOFTWARE.
645
+
646
+ ---------------------------------------
647
+
648
+ ## yargs-parser
649
+ License: ISC
650
+ By: Ben Coe
651
+ Repository: https://github.com/yargs/yargs-parser.git
652
+
653
+ > Copyright (c) 2016, Contributors
654
+ >
655
+ > Permission to use, copy, modify, and/or distribute this software
656
+ > for any purpose with or without fee is hereby granted, provided
657
+ > that the above copyright notice and this permission notice
658
+ > appear in all copies.
659
+ >
660
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
661
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
662
+ > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
663
+ > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
664
+ > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
665
+ > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
666
+ > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.