rollup 2.57.0

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