dorian 2.3.0 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +15 -0
  3. data/.github/workflows/ci.yml +38 -0
  4. data/.gitignore +30 -0
  5. data/.node-version +1 -0
  6. data/.prettierignore +2 -0
  7. data/.rubocop.yml +129 -0
  8. data/.ruby-version +1 -0
  9. data/.tool-versions +3 -0
  10. data/Gemfile +20 -0
  11. data/Gemfile.lock +186 -0
  12. data/LICENSE +19 -0
  13. data/README.md +24 -0
  14. data/VERSION +1 -1
  15. data/bin/bundle +123 -0
  16. data/bin/bundle-audit +31 -0
  17. data/bin/bundler-audit +31 -0
  18. data/bin/rspec +31 -0
  19. data/bin/rubocop +31 -0
  20. data/dorian.gemspec +35 -0
  21. data/lib/dorian/bin.rb +921 -14
  22. data/package-lock.json +39 -0
  23. data/package.json +11 -0
  24. data/samples/books.json +33 -0
  25. data/samples/books.jsonl +3 -0
  26. data/samples/config.yml +27 -0
  27. data/samples/config_2.yml +22 -0
  28. data/samples/maths.js +1 -0
  29. data/samples/numbers.raw +10 -0
  30. data/samples/people.csv +6 -0
  31. data/samples/people.yml +28 -0
  32. data/samples/query.sql +7 -0
  33. data/samples/user.json +31 -0
  34. data/spec/dorian_spec.rb +276 -0
  35. data/spec/spec_helper.rb +3 -0
  36. data/vendor/groovy-beautify/LICENSE.MD +21 -0
  37. data/vendor/groovy-beautify/README.md +65 -0
  38. data/vendor/groovy-beautify/dist/__tests__/index.test.d.ts +1 -0
  39. data/vendor/groovy-beautify/dist/cjs/index.js +573 -0
  40. data/vendor/groovy-beautify/dist/cjs/package.json +3 -0
  41. data/vendor/groovy-beautify/dist/es/index.js +682 -0
  42. data/vendor/groovy-beautify/dist/es/package.json +3 -0
  43. data/vendor/groovy-beautify/dist/formatter/FormatRule.d.ts +14 -0
  44. data/vendor/groovy-beautify/dist/formatter/Formatter.d.ts +11 -0
  45. data/vendor/groovy-beautify/dist/formatter/GroovyFormatRules.d.ts +3 -0
  46. data/vendor/groovy-beautify/dist/formatter/__tests__/formatter.test.d.ts +1 -0
  47. data/vendor/groovy-beautify/dist/index.d.ts +5 -0
  48. data/vendor/groovy-beautify/dist/parser/GroovyParseRules.d.ts +3 -0
  49. data/vendor/groovy-beautify/dist/parser/ParseRule.d.ts +23 -0
  50. data/vendor/groovy-beautify/dist/parser/Parser.d.ts +29 -0
  51. data/vendor/groovy-beautify/dist/parser/__tests__/parser.test.d.ts +1 -0
  52. data/vendor/groovy-beautify/dist/parser/types.d.ts +6 -0
  53. data/vendor/groovy-beautify/dist/utils/text.d.ts +4 -0
  54. data/vendor/groovy-beautify/package.json +55 -0
  55. data/vendor/prettier/LICENSE +4379 -0
  56. data/vendor/prettier/README.md +109 -0
  57. data/vendor/prettier/bin/prettier.cjs +71 -0
  58. data/vendor/prettier/doc.d.ts +243 -0
  59. data/vendor/prettier/doc.js +1545 -0
  60. data/vendor/prettier/doc.mjs +1503 -0
  61. data/vendor/prettier/index.cjs +825 -0
  62. data/vendor/prettier/index.d.ts +941 -0
  63. data/vendor/prettier/index.mjs +25899 -0
  64. data/vendor/prettier/internal/cli.mjs +4366 -0
  65. data/vendor/prettier/package.json +198 -0
  66. data/vendor/prettier/plugins/acorn.d.ts +6 -0
  67. data/vendor/prettier/plugins/acorn.js +6618 -0
  68. data/vendor/prettier/plugins/acorn.mjs +6456 -0
  69. data/vendor/prettier/plugins/angular.d.ts +8 -0
  70. data/vendor/prettier/plugins/angular.js +2435 -0
  71. data/vendor/prettier/plugins/angular.mjs +2375 -0
  72. data/vendor/prettier/plugins/babel.d.ts +18 -0
  73. data/vendor/prettier/plugins/babel.js +14271 -0
  74. data/vendor/prettier/plugins/babel.mjs +13986 -0
  75. data/vendor/prettier/plugins/estree.d.ts +1 -0
  76. data/vendor/prettier/plugins/estree.js +9487 -0
  77. data/vendor/prettier/plugins/estree.mjs +9279 -0
  78. data/vendor/prettier/plugins/flow.d.ts +5 -0
  79. data/vendor/prettier/plugins/flow.js +51477 -0
  80. data/vendor/prettier/plugins/flow.mjs +51219 -0
  81. data/vendor/prettier/plugins/glimmer.d.ts +5 -0
  82. data/vendor/prettier/plugins/glimmer.js +8534 -0
  83. data/vendor/prettier/plugins/glimmer.mjs +8421 -0
  84. data/vendor/prettier/plugins/graphql.d.ts +5 -0
  85. data/vendor/prettier/plugins/graphql.js +2421 -0
  86. data/vendor/prettier/plugins/graphql.mjs +2347 -0
  87. data/vendor/prettier/plugins/html.d.ts +8 -0
  88. data/vendor/prettier/plugins/html.js +8182 -0
  89. data/vendor/prettier/plugins/html.mjs +8077 -0
  90. data/vendor/prettier/plugins/markdown.d.ts +7 -0
  91. data/vendor/prettier/plugins/markdown.js +9068 -0
  92. data/vendor/prettier/plugins/markdown.mjs +8977 -0
  93. data/vendor/prettier/plugins/meriyah.d.ts +5 -0
  94. data/vendor/prettier/plugins/meriyah.js +5953 -0
  95. data/vendor/prettier/plugins/meriyah.mjs +5800 -0
  96. data/vendor/prettier/plugins/postcss.d.ts +7 -0
  97. data/vendor/prettier/plugins/postcss.js +9244 -0
  98. data/vendor/prettier/plugins/postcss.mjs +9046 -0
  99. data/vendor/prettier/plugins/typescript.d.ts +5 -0
  100. data/vendor/prettier/plugins/typescript.js +38058 -0
  101. data/vendor/prettier/plugins/typescript.mjs +37732 -0
  102. data/vendor/prettier/plugins/yaml.d.ts +5 -0
  103. data/vendor/prettier/plugins/yaml.js +7425 -0
  104. data/vendor/prettier/plugins/yaml.mjs +7329 -0
  105. data/vendor/prettier/standalone.d.ts +33 -0
  106. data/vendor/prettier/standalone.js +3984 -0
  107. data/vendor/prettier/standalone.mjs +3938 -0
  108. data/vendor/sql-formatter.js +18762 -0
  109. metadata +207 -4
@@ -0,0 +1,4379 @@
1
+ # Prettier license
2
+
3
+ Prettier is released under the MIT license:
4
+
5
+ Copyright © James Long and contributors
6
+
7
+ 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:
8
+
9
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
+
11
+ 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.
12
+
13
+ ## Licenses of bundled dependencies
14
+
15
+ The published Prettier artifact additionally contains code with the following licenses:
16
+ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
17
+
18
+ ## Bundled dependencies
19
+
20
+ ### @angular/compiler@v18.1.0
21
+
22
+ > Angular - the compiler library
23
+
24
+ License: MIT
25
+ Repository: <https://github.com/angular/angular.git>
26
+ Author: angular
27
+
28
+ ----------------------------------------
29
+
30
+ ### @babel/code-frame@v7.24.7
31
+
32
+ > Generate errors that contain a code frame that point to source locations.
33
+
34
+ License: MIT
35
+ Homepage: <https://babel.dev/docs/en/next/babel-code-frame>
36
+ Repository: <https://github.com/babel/babel.git>
37
+ Author: The Babel Team (https://babel.dev/team)
38
+
39
+ > MIT License
40
+ >
41
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
42
+ >
43
+ > Permission is hereby granted, free of charge, to any person obtaining
44
+ > a copy of this software and associated documentation files (the
45
+ > "Software"), to deal in the Software without restriction, including
46
+ > without limitation the rights to use, copy, modify, merge, publish,
47
+ > distribute, sublicense, and/or sell copies of the Software, and to
48
+ > permit persons to whom the Software is furnished to do so, subject to
49
+ > the following conditions:
50
+ >
51
+ > The above copyright notice and this permission notice shall be
52
+ > included in all copies or substantial portions of the Software.
53
+ >
54
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
55
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
56
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
57
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
58
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
59
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
60
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61
+
62
+ ----------------------------------------
63
+
64
+ ### @babel/helper-validator-identifier@v7.24.7
65
+
66
+ > Validate identifier/keywords name
67
+
68
+ License: MIT
69
+ Repository: <https://github.com/babel/babel.git>
70
+ Author: The Babel Team (https://babel.dev/team)
71
+
72
+ > MIT License
73
+ >
74
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
75
+ >
76
+ > Permission is hereby granted, free of charge, to any person obtaining
77
+ > a copy of this software and associated documentation files (the
78
+ > "Software"), to deal in the Software without restriction, including
79
+ > without limitation the rights to use, copy, modify, merge, publish,
80
+ > distribute, sublicense, and/or sell copies of the Software, and to
81
+ > permit persons to whom the Software is furnished to do so, subject to
82
+ > the following conditions:
83
+ >
84
+ > The above copyright notice and this permission notice shall be
85
+ > included in all copies or substantial portions of the Software.
86
+ >
87
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
88
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
89
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
90
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
91
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
92
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
93
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
94
+
95
+ ----------------------------------------
96
+
97
+ ### @babel/highlight@v7.24.7
98
+
99
+ > Syntax highlight JavaScript strings for output in terminals.
100
+
101
+ License: MIT
102
+ Homepage: <https://babel.dev/docs/en/next/babel-highlight>
103
+ Repository: <https://github.com/babel/babel.git>
104
+ Author: The Babel Team (https://babel.dev/team)
105
+
106
+ > MIT License
107
+ >
108
+ > Copyright (c) 2014-present Sebastian McKenzie and other contributors
109
+ >
110
+ > Permission is hereby granted, free of charge, to any person obtaining
111
+ > a copy of this software and associated documentation files (the
112
+ > "Software"), to deal in the Software without restriction, including
113
+ > without limitation the rights to use, copy, modify, merge, publish,
114
+ > distribute, sublicense, and/or sell copies of the Software, and to
115
+ > permit persons to whom the Software is furnished to do so, subject to
116
+ > the following conditions:
117
+ >
118
+ > The above copyright notice and this permission notice shall be
119
+ > included in all copies or substantial portions of the Software.
120
+ >
121
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
122
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
123
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
124
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
125
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
126
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
127
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
128
+
129
+ ----------------------------------------
130
+
131
+ ### @babel/parser@v7.24.8
132
+
133
+ > A JavaScript parser
134
+
135
+ License: MIT
136
+ Homepage: <https://babel.dev/docs/en/next/babel-parser>
137
+ Repository: <https://github.com/babel/babel.git>
138
+ Author: The Babel Team (https://babel.dev/team)
139
+
140
+ > Copyright (C) 2012-2014 by various contributors (see AUTHORS)
141
+ >
142
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
143
+ > of this software and associated documentation files (the "Software"), to deal
144
+ > in the Software without restriction, including without limitation the rights
145
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
146
+ > copies of the Software, and to permit persons to whom the Software is
147
+ > furnished to do so, subject to the following conditions:
148
+ >
149
+ > The above copyright notice and this permission notice shall be included in
150
+ > all copies or substantial portions of the Software.
151
+ >
152
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
153
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
154
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
155
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
156
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
157
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
158
+ > THE SOFTWARE.
159
+
160
+ ----------------------------------------
161
+
162
+ ### @glimmer/env@v0.1.7
163
+
164
+ > Glimmer application environment variables stub
165
+
166
+ License: MIT
167
+
168
+ > Copyright (c) 2017 Martin Muñoz and contributors.
169
+ >
170
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
171
+ > this software and associated documentation files (the "Software"), to deal in
172
+ > the Software without restriction, including without limitation the rights to
173
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
174
+ > of the Software, and to permit persons to whom the Software is furnished to do
175
+ > so, subject to the following conditions:
176
+ >
177
+ > The above copyright notice and this permission notice shall be included in all
178
+ > copies or substantial portions of the Software.
179
+ >
180
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
182
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
183
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
184
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
185
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
186
+ > SOFTWARE.
187
+
188
+ ----------------------------------------
189
+
190
+ ### @glimmer/syntax@v0.92.0
191
+
192
+ License: MIT
193
+
194
+ > Copyright (c) 2015 Tilde, Inc.
195
+ >
196
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
197
+ > this software and associated documentation files (the "Software"), to deal in
198
+ > the Software without restriction, including without limitation the rights to
199
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
200
+ > of the Software, and to permit persons to whom the Software is furnished to do
201
+ > so, subject to the following conditions:
202
+ >
203
+ > The above copyright notice and this permission notice shall be included in all
204
+ > copies or substantial portions of the Software.
205
+ >
206
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
207
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
208
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
209
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
210
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
211
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
212
+ > SOFTWARE.
213
+
214
+ ----------------------------------------
215
+
216
+ ### @glimmer/util@v0.92.0
217
+
218
+ > Common utilities used in Glimmer
219
+
220
+ License: MIT
221
+
222
+ > Copyright (c) 2015 Tilde, Inc.
223
+ >
224
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
225
+ > this software and associated documentation files (the "Software"), to deal in
226
+ > the Software without restriction, including without limitation the rights to
227
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
228
+ > of the Software, and to permit persons to whom the Software is furnished to do
229
+ > so, subject to the following conditions:
230
+ >
231
+ > The above copyright notice and this permission notice shall be included in all
232
+ > copies or substantial portions of the Software.
233
+ >
234
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
235
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
236
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
237
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
238
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
239
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
240
+ > SOFTWARE.
241
+
242
+ ----------------------------------------
243
+
244
+ ### @glimmer/wire-format@v0.92.0
245
+
246
+ License: MIT
247
+
248
+ > Copyright (c) 2015 Tilde, Inc.
249
+ >
250
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
251
+ > this software and associated documentation files (the "Software"), to deal in
252
+ > the Software without restriction, including without limitation the rights to
253
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
254
+ > of the Software, and to permit persons to whom the Software is furnished to do
255
+ > so, subject to the following conditions:
256
+ >
257
+ > The above copyright notice and this permission notice shall be included in all
258
+ > copies or substantial portions of the Software.
259
+ >
260
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
261
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
262
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
263
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
264
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
265
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
266
+ > SOFTWARE.
267
+
268
+ ----------------------------------------
269
+
270
+ ### @handlebars/parser@v2.0.0
271
+
272
+ > The parser for the Handlebars language
273
+
274
+ License: ISC
275
+ Homepage: <https://github.com/handlebars-lang/handlebars-parser#readme>
276
+ Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
277
+
278
+ ----------------------------------------
279
+
280
+ ### @iarna/toml@v2.2.5
281
+
282
+ > Better TOML parsing and stringifying all in that familiar JSON interface.
283
+
284
+ License: ISC
285
+ Homepage: <https://github.com/iarna/iarna-toml#readme>
286
+ Repository: <git+https://github.com/iarna/iarna-toml.git>
287
+ Author: Rebecca Turner <me@re-becca.org> (http://re-becca.org/)
288
+
289
+ > Copyright (c) 2016, Rebecca Turner <me@re-becca.org>
290
+ >
291
+ > Permission to use, copy, modify, and/or distribute this software for any
292
+ > purpose with or without fee is hereby granted, provided that the above
293
+ > copyright notice and this permission notice appear in all copies.
294
+ >
295
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
296
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
297
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
298
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
299
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
300
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
301
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
302
+
303
+ ----------------------------------------
304
+
305
+ ### @nodelib/fs.scandir@v2.1.5
306
+
307
+ > List files and directories inside the specified directory
308
+
309
+ License: MIT
310
+
311
+ > The MIT License (MIT)
312
+ >
313
+ > Copyright (c) Denis Malinochkin
314
+ >
315
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
316
+ > of this software and associated documentation files (the "Software"), to deal
317
+ > in the Software without restriction, including without limitation the rights
318
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
319
+ > copies of the Software, and to permit persons to whom the Software is
320
+ > furnished to do so, subject to the following conditions:
321
+ >
322
+ > The above copyright notice and this permission notice shall be included in all
323
+ > copies or substantial portions of the Software.
324
+ >
325
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
326
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
327
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
328
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
329
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
330
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
331
+ > SOFTWARE.
332
+
333
+ ----------------------------------------
334
+
335
+ ### @nodelib/fs.stat@v2.0.5
336
+
337
+ > Get the status of a file with some features
338
+
339
+ License: MIT
340
+
341
+ > The MIT License (MIT)
342
+ >
343
+ > Copyright (c) Denis Malinochkin
344
+ >
345
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
346
+ > of this software and associated documentation files (the "Software"), to deal
347
+ > in the Software without restriction, including without limitation the rights
348
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
349
+ > copies of the Software, and to permit persons to whom the Software is
350
+ > furnished to do so, subject to the following conditions:
351
+ >
352
+ > The above copyright notice and this permission notice shall be included in all
353
+ > copies or substantial portions of the Software.
354
+ >
355
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
356
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
357
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
358
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
359
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
360
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
361
+ > SOFTWARE.
362
+
363
+ ----------------------------------------
364
+
365
+ ### @nodelib/fs.walk@v1.2.8
366
+
367
+ > A library for efficiently walking a directory recursively
368
+
369
+ License: MIT
370
+
371
+ > The MIT License (MIT)
372
+ >
373
+ > Copyright (c) Denis Malinochkin
374
+ >
375
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
376
+ > of this software and associated documentation files (the "Software"), to deal
377
+ > in the Software without restriction, including without limitation the rights
378
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
379
+ > copies of the Software, and to permit persons to whom the Software is
380
+ > furnished to do so, subject to the following conditions:
381
+ >
382
+ > The above copyright notice and this permission notice shall be included in all
383
+ > copies or substantial portions of the Software.
384
+ >
385
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
386
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
387
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
388
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
389
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
390
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
391
+ > SOFTWARE.
392
+
393
+ ----------------------------------------
394
+
395
+ ### @prettier/is-es5-identifier-name@v0.2.0
396
+
397
+ > Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
398
+
399
+ License: MIT
400
+ Author: fisker Cheung <lionkay@gmail.com>
401
+
402
+ > MIT License
403
+ >
404
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
405
+ >
406
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
407
+ > of this software and associated documentation files (the "Software"), to deal
408
+ > in the Software without restriction, including without limitation the rights
409
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
410
+ > copies of the Software, and to permit persons to whom the Software is
411
+ > furnished to do so, subject to the following conditions:
412
+ >
413
+ > The above copyright notice and this permission notice shall be included in all
414
+ > copies or substantial portions of the Software.
415
+ >
416
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
417
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
418
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
419
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
420
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
421
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
422
+ > SOFTWARE.
423
+
424
+ ----------------------------------------
425
+
426
+ ### @prettier/parse-srcset@v3.1.0
427
+
428
+ > A spec-conformant JavaScript parser for the HTML5 srcset attribute
429
+
430
+ License: MIT
431
+ Homepage: <https://github.com/prettier/parse-srcset#readme>
432
+ Author: Alex Bell <alex@bellandwhistle.net>
433
+
434
+ > The MIT License (MIT)
435
+ >
436
+ > Copyright (c) 2014 Alex Bell
437
+ > Copyright (c) fisker Cheung
438
+ >
439
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
440
+ > of this software and associated documentation files (the "Software"), to deal
441
+ > in the Software without restriction, including without limitation the rights
442
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
443
+ > copies of the Software, and to permit persons to whom the Software is
444
+ > furnished to do so, subject to the following conditions:
445
+ >
446
+ > The above copyright notice and this permission notice shall be included in all
447
+ > copies or substantial portions of the Software.
448
+ >
449
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
450
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
451
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
452
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
453
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
454
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
455
+ > SOFTWARE.
456
+
457
+ ----------------------------------------
458
+
459
+ ### @typescript-eslint/types@v8.0.0-alpha.41
460
+
461
+ > Types for the TypeScript-ESTree AST spec
462
+
463
+ License: MIT
464
+ Homepage: <https://typescript-eslint.io>
465
+ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
466
+
467
+ > MIT License
468
+ >
469
+ > Copyright (c) 2019 typescript-eslint and other contributors
470
+ >
471
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
472
+ > of this software and associated documentation files (the "Software"), to deal
473
+ > in the Software without restriction, including without limitation the rights
474
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
475
+ > copies of the Software, and to permit persons to whom the Software is
476
+ > furnished to do so, subject to the following conditions:
477
+ >
478
+ > The above copyright notice and this permission notice shall be included in all
479
+ > copies or substantial portions of the Software.
480
+ >
481
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
482
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
483
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
484
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
485
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
486
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
487
+ > SOFTWARE.
488
+
489
+ ----------------------------------------
490
+
491
+ ### @typescript-eslint/typescript-estree@v8.0.0-alpha.41
492
+
493
+ > A parser that converts TypeScript source code into an ESTree compatible form
494
+
495
+ License: BSD-2-Clause
496
+ Homepage: <https://typescript-eslint.io/packages/typescript-estree>
497
+ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
498
+
499
+ > TypeScript ESTree
500
+ >
501
+ > Originally extracted from:
502
+ >
503
+ > TypeScript ESLint Parser
504
+ > Copyright JS Foundation and other contributors, https://js.foundation
505
+ >
506
+ > Redistribution and use in source and binary forms, with or without
507
+ > modification, are permitted provided that the following conditions are met:
508
+ >
509
+ > - Redistributions of source code must retain the above copyright
510
+ > notice, this list of conditions and the following disclaimer.
511
+ > - Redistributions in binary form must reproduce the above copyright
512
+ > notice, this list of conditions and the following disclaimer in the
513
+ > documentation and/or other materials provided with the distribution.
514
+ >
515
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
516
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
517
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
518
+ > ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
519
+ > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
520
+ > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
521
+ > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
522
+ > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
523
+ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
524
+ > THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
525
+
526
+ ----------------------------------------
527
+
528
+ ### acorn@v8.12.1
529
+
530
+ > ECMAScript parser
531
+
532
+ License: MIT
533
+ Homepage: <https://github.com/acornjs/acorn>
534
+ Repository: <git+https://github.com/acornjs/acorn.git>
535
+
536
+ > MIT License
537
+ >
538
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
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
+
560
+ ### acorn-jsx@v5.3.2
561
+
562
+ > Modern, fast React.js JSX parser
563
+
564
+ License: MIT
565
+ Homepage: <https://github.com/acornjs/acorn-jsx>
566
+ Repository: <https://github.com/acornjs/acorn-jsx>
567
+
568
+ > Copyright (C) 2012-2017 by Ingvar Stepanyan
569
+ >
570
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
571
+ > of this software and associated documentation files (the "Software"), to deal
572
+ > in the Software without restriction, including without limitation the rights
573
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
574
+ > copies of the Software, and to permit persons to whom the Software is
575
+ > furnished to do so, subject to the following conditions:
576
+ >
577
+ > The above copyright notice and this permission notice shall be included in
578
+ > all copies or substantial portions of the Software.
579
+ >
580
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
581
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
582
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
583
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
584
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
585
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
586
+ > THE SOFTWARE.
587
+
588
+ ----------------------------------------
589
+
590
+ ### angular-estree-parser@v10.0.3
591
+
592
+ > A parser that converts Angular source code into an ESTree-compatible form
593
+
594
+ License: MIT
595
+ Homepage: <https://github.com/prettier/angular-estree-parser#readme>
596
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
597
+
598
+ > MIT License
599
+ >
600
+ > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
601
+ >
602
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
603
+ > of this software and associated documentation files (the "Software"), to deal
604
+ > in the Software without restriction, including without limitation the rights
605
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
606
+ > copies of the Software, and to permit persons to whom the Software is
607
+ > furnished to do so, subject to the following conditions:
608
+ >
609
+ > The above copyright notice and this permission notice shall be included in all
610
+ > copies or substantial portions of the Software.
611
+ >
612
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
613
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
614
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
615
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
616
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
617
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
618
+ > SOFTWARE.
619
+
620
+ ----------------------------------------
621
+
622
+ ### angular-html-parser@v6.0.2
623
+
624
+ > A HTML parser extracted from Angular with some modifications
625
+
626
+ License: MIT
627
+ Homepage: <https://github.com/prettier/angular-html-parser/blob/master/packages/angular-html-parser#readme>
628
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
629
+
630
+ > MIT License
631
+ >
632
+ > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
633
+ >
634
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
635
+ > of this software and associated documentation files (the "Software"), to deal
636
+ > in the Software without restriction, including without limitation the rights
637
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
638
+ > copies of the Software, and to permit persons to whom the Software is
639
+ > furnished to do so, subject to the following conditions:
640
+ >
641
+ > The above copyright notice and this permission notice shall be included in all
642
+ > copies or substantial portions of the Software.
643
+ >
644
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
645
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
646
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
647
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
648
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
649
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
650
+ > SOFTWARE.
651
+
652
+ ----------------------------------------
653
+
654
+ ### ansi-regex@v6.0.1
655
+
656
+ > Regular expression for matching ANSI escape codes
657
+
658
+ License: MIT
659
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
660
+
661
+ > MIT License
662
+ >
663
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
664
+ >
665
+ > 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:
666
+ >
667
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
668
+ >
669
+ > 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.
670
+
671
+ ----------------------------------------
672
+
673
+ ### bail@v1.0.5
674
+
675
+ > Throw a given error
676
+
677
+ License: MIT
678
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
679
+ Contributors:
680
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
681
+
682
+ > (The MIT License)
683
+ >
684
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
685
+ >
686
+ > Permission is hereby granted, free of charge, to any person obtaining
687
+ > a copy of this software and associated documentation files (the
688
+ > 'Software'), to deal in the Software without restriction, including
689
+ > without limitation the rights to use, copy, modify, merge, publish,
690
+ > distribute, sublicense, and/or sell copies of the Software, and to
691
+ > permit persons to whom the Software is furnished to do so, subject to
692
+ > the following conditions:
693
+ >
694
+ > The above copyright notice and this permission notice shall be
695
+ > included in all copies or substantial portions of the Software.
696
+ >
697
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
698
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
699
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
700
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
701
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
702
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
703
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
704
+
705
+ ----------------------------------------
706
+
707
+ ### braces@v3.0.3
708
+
709
+ > Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
710
+
711
+ License: MIT
712
+ Homepage: <https://github.com/micromatch/braces>
713
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
714
+ Contributors:
715
+ - Brian Woodward (https://twitter.com/doowb)
716
+ - Elan Shanker (https://github.com/es128)
717
+ - Eugene Sharygin (https://github.com/eush77)
718
+ - hemanth.hm (http://h3manth.com)
719
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
720
+
721
+ > The MIT License (MIT)
722
+ >
723
+ > Copyright (c) 2014-present, Jon Schlinkert.
724
+ >
725
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
726
+ > of this software and associated documentation files (the "Software"), to deal
727
+ > in the Software without restriction, including without limitation the rights
728
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
729
+ > copies of the Software, and to permit persons to whom the Software is
730
+ > furnished to do so, subject to the following conditions:
731
+ >
732
+ > The above copyright notice and this permission notice shall be included in
733
+ > all copies or substantial portions of the Software.
734
+ >
735
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
736
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
737
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
738
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
739
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
740
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
741
+ > THE SOFTWARE.
742
+
743
+ ----------------------------------------
744
+
745
+ ### camelcase@v8.0.0
746
+
747
+ > Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
748
+
749
+ License: MIT
750
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
751
+
752
+ > MIT License
753
+ >
754
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
755
+ >
756
+ > 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:
757
+ >
758
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
759
+ >
760
+ > 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.
761
+
762
+ ----------------------------------------
763
+
764
+ ### ccount@v1.1.0
765
+
766
+ > Count characters
767
+
768
+ License: MIT
769
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
770
+ Contributors:
771
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
772
+
773
+ > (The MIT License)
774
+ >
775
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
776
+ >
777
+ > Permission is hereby granted, free of charge, to any person obtaining
778
+ > a copy of this software and associated documentation files (the
779
+ > 'Software'), to deal in the Software without restriction, including
780
+ > without limitation the rights to use, copy, modify, merge, publish,
781
+ > distribute, sublicense, and/or sell copies of the Software, and to
782
+ > permit persons to whom the Software is furnished to do so, subject to
783
+ > the following conditions:
784
+ >
785
+ > The above copyright notice and this permission notice shall be
786
+ > included in all copies or substantial portions of the Software.
787
+ >
788
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
789
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
790
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
791
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
792
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
793
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
794
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
795
+
796
+ ----------------------------------------
797
+
798
+ ### chalk@v5.3.0
799
+
800
+ > Terminal string styling done right
801
+
802
+ License: MIT
803
+
804
+ > MIT License
805
+ >
806
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
807
+ >
808
+ > 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:
809
+ >
810
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
811
+ >
812
+ > 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.
813
+
814
+ ----------------------------------------
815
+
816
+ ### character-entities@v1.2.4
817
+
818
+ > HTML character entity information
819
+
820
+ License: MIT
821
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
822
+ Contributors:
823
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
824
+
825
+ > (The MIT License)
826
+ >
827
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
828
+ >
829
+ > Permission is hereby granted, free of charge, to any person obtaining
830
+ > a copy of this software and associated documentation files (the
831
+ > 'Software'), to deal in the Software without restriction, including
832
+ > without limitation the rights to use, copy, modify, merge, publish,
833
+ > distribute, sublicense, and/or sell copies of the Software, and to
834
+ > permit persons to whom the Software is furnished to do so, subject to
835
+ > the following conditions:
836
+ >
837
+ > The above copyright notice and this permission notice shall be
838
+ > included in all copies or substantial portions of the Software.
839
+ >
840
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
841
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
842
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
843
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
844
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
845
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
846
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
847
+
848
+ ----------------------------------------
849
+
850
+ ### character-entities-legacy@v1.1.4
851
+
852
+ > HTML legacy character entity information
853
+
854
+ License: MIT
855
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
856
+ Contributors:
857
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
858
+
859
+ > (The MIT License)
860
+ >
861
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
862
+ >
863
+ > Permission is hereby granted, free of charge, to any person obtaining
864
+ > a copy of this software and associated documentation files (the
865
+ > 'Software'), to deal in the Software without restriction, including
866
+ > without limitation the rights to use, copy, modify, merge, publish,
867
+ > distribute, sublicense, and/or sell copies of the Software, and to
868
+ > permit persons to whom the Software is furnished to do so, subject to
869
+ > the following conditions:
870
+ >
871
+ > The above copyright notice and this permission notice shall be
872
+ > included in all copies or substantial portions of the Software.
873
+ >
874
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
875
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
876
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
877
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
878
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
879
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
880
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
881
+
882
+ ----------------------------------------
883
+
884
+ ### character-reference-invalid@v1.1.4
885
+
886
+ > HTML invalid numeric character reference information
887
+
888
+ License: MIT
889
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
890
+ Contributors:
891
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
892
+
893
+ > (The MIT License)
894
+ >
895
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
896
+ >
897
+ > Permission is hereby granted, free of charge, to any person obtaining
898
+ > a copy of this software and associated documentation files (the
899
+ > 'Software'), to deal in the Software without restriction, including
900
+ > without limitation the rights to use, copy, modify, merge, publish,
901
+ > distribute, sublicense, and/or sell copies of the Software, and to
902
+ > permit persons to whom the Software is furnished to do so, subject to
903
+ > the following conditions:
904
+ >
905
+ > The above copyright notice and this permission notice shall be
906
+ > included in all copies or substantial portions of the Software.
907
+ >
908
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
909
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
910
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
911
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
912
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
913
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
914
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
915
+
916
+ ----------------------------------------
917
+
918
+ ### ci-info@v4.0.0
919
+
920
+ > Get details about the current Continuous Integration environment
921
+
922
+ License: MIT
923
+ Homepage: <https://github.com/watson/ci-info>
924
+ Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
925
+
926
+ > The MIT License (MIT)
927
+ >
928
+ > Copyright (c) 2016 Thomas Watson Steen
929
+ >
930
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
931
+ > of this software and associated documentation files (the "Software"), to deal
932
+ > in the Software without restriction, including without limitation the rights
933
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
934
+ > copies of the Software, and to permit persons to whom the Software is
935
+ > furnished to do so, subject to the following conditions:
936
+ >
937
+ > The above copyright notice and this permission notice shall be included in all
938
+ > copies or substantial portions of the Software.
939
+ >
940
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
941
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
942
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
943
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
944
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
945
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
946
+ > SOFTWARE.
947
+
948
+ ----------------------------------------
949
+
950
+ ### collapse-white-space@v1.0.6
951
+
952
+ > Replace multiple white-space characters with a single space
953
+
954
+ License: MIT
955
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
956
+ Contributors:
957
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
958
+
959
+ > (The MIT License)
960
+ >
961
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
962
+ >
963
+ > Permission is hereby granted, free of charge, to any person obtaining
964
+ > a copy of this software and associated documentation files (the
965
+ > 'Software'), to deal in the Software without restriction, including
966
+ > without limitation the rights to use, copy, modify, merge, publish,
967
+ > distribute, sublicense, and/or sell copies of the Software, and to
968
+ > permit persons to whom the Software is furnished to do so, subject to
969
+ > the following conditions:
970
+ >
971
+ > The above copyright notice and this permission notice shall be
972
+ > included in all copies or substantial portions of the Software.
973
+ >
974
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
975
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
976
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
977
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
978
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
979
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
980
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
981
+
982
+ ----------------------------------------
983
+
984
+ ### common-path-prefix@v3.0.0
985
+
986
+ > Computes the longest prefix string that is common to each path, excluding the base component
987
+
988
+ License: ISC
989
+ Homepage: <https://github.com/novemberborn/common-path-prefix#readme>
990
+ Repository: <git+https://github.com/novemberborn/common-path-prefix.git>
991
+ Author: Mark Wubben (https://novemberborn.net/)
992
+
993
+ > ISC License (ISC)
994
+ > Copyright (c) 2016, Mark Wubben
995
+ >
996
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
997
+ > with or without fee is hereby granted, provided that the above copyright notice
998
+ > and this permission notice appear in all copies.
999
+ >
1000
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1001
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1002
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1003
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1004
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1005
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1006
+ > THIS SOFTWARE.
1007
+
1008
+ ----------------------------------------
1009
+
1010
+ ### dashify@v2.0.0
1011
+
1012
+ > Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
1013
+
1014
+ License: MIT
1015
+ Homepage: <https://github.com/jonschlinkert/dashify>
1016
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1017
+ Contributors:
1018
+ - Jeffrey Priebe (https://github.com/jeffreypriebe)
1019
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
1020
+ - Ondrej Brinkel (https://www.anzui.de)
1021
+
1022
+ > The MIT License (MIT)
1023
+ >
1024
+ > Copyright (c) 2015-present, Jon Schlinkert.
1025
+ >
1026
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1027
+ > of this software and associated documentation files (the "Software"), to deal
1028
+ > in the Software without restriction, including without limitation the rights
1029
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1030
+ > copies of the Software, and to permit persons to whom the Software is
1031
+ > furnished to do so, subject to the following conditions:
1032
+ >
1033
+ > The above copyright notice and this permission notice shall be included in
1034
+ > all copies or substantial portions of the Software.
1035
+ >
1036
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1037
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1038
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1039
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1040
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1041
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1042
+ > THE SOFTWARE.
1043
+
1044
+ ----------------------------------------
1045
+
1046
+ ### diff@v5.2.0
1047
+
1048
+ > A JavaScript text diff implementation.
1049
+
1050
+ License: BSD-3-Clause
1051
+ Repository: <git://github.com/kpdecker/jsdiff.git>
1052
+
1053
+ > BSD 3-Clause License
1054
+ >
1055
+ > Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
1056
+ > All rights reserved.
1057
+ >
1058
+ > Redistribution and use in source and binary forms, with or without
1059
+ > modification, are permitted provided that the following conditions are met:
1060
+ >
1061
+ > 1. Redistributions of source code must retain the above copyright notice, this
1062
+ > list of conditions and the following disclaimer.
1063
+ >
1064
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
1065
+ > this list of conditions and the following disclaimer in the documentation
1066
+ > and/or other materials provided with the distribution.
1067
+ >
1068
+ > 3. Neither the name of the copyright holder nor the names of its
1069
+ > contributors may be used to endorse or promote products derived from
1070
+ > this software without specific prior written permission.
1071
+ >
1072
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1073
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1074
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1075
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1076
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1077
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1078
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1079
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1080
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1081
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1082
+
1083
+ ----------------------------------------
1084
+
1085
+ ### editorconfig@v0.15.3
1086
+
1087
+ > EditorConfig File Locator and Interpreter for Node.js
1088
+
1089
+ License: MIT
1090
+ Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1091
+ Author: EditorConfig Team
1092
+ Contributors:
1093
+ - Hong Xu (topbug.net)
1094
+ - Jed Mao (https://github.com/jedmao/)
1095
+ - Trey Hunner (http://treyhunner.com)
1096
+
1097
+ > Copyright © 2012 EditorConfig Team
1098
+ >
1099
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1100
+ > of this software and associated documentation files (the “Software”), to deal
1101
+ > in the Software without restriction, including without limitation the rights
1102
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1103
+ > copies of the Software, and to permit persons to whom the Software is
1104
+ > furnished to do so, subject to the following conditions:
1105
+ >
1106
+ > The above copyright notice and this permission notice shall be included in
1107
+ > all copies or substantial portions of the Software.
1108
+ >
1109
+ > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1110
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1111
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1112
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1113
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1114
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1115
+ > THE SOFTWARE.
1116
+
1117
+ ----------------------------------------
1118
+
1119
+ ### emoji-regex@v10.3.0
1120
+
1121
+ > A regular expression to match all Emoji-only symbols as per the Unicode Standard.
1122
+
1123
+ License: MIT
1124
+ Homepage: <https://mths.be/emoji-regex>
1125
+ Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1126
+ Author: Mathias Bynens (https://mathiasbynens.be/)
1127
+
1128
+ > Copyright Mathias Bynens <https://mathiasbynens.be/>
1129
+ >
1130
+ > Permission is hereby granted, free of charge, to any person obtaining
1131
+ > a copy of this software and associated documentation files (the
1132
+ > "Software"), to deal in the Software without restriction, including
1133
+ > without limitation the rights to use, copy, modify, merge, publish,
1134
+ > distribute, sublicense, and/or sell copies of the Software, and to
1135
+ > permit persons to whom the Software is furnished to do so, subject to
1136
+ > the following conditions:
1137
+ >
1138
+ > The above copyright notice and this permission notice shall be
1139
+ > included in all copies or substantial portions of the Software.
1140
+ >
1141
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1142
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1143
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1144
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1145
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1146
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1147
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1148
+
1149
+ ----------------------------------------
1150
+
1151
+ ### escape-string-regexp@v5.0.0
1152
+
1153
+ > Escape RegExp special characters
1154
+
1155
+ License: MIT
1156
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1157
+
1158
+ > MIT License
1159
+ >
1160
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1161
+ >
1162
+ > 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:
1163
+ >
1164
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1165
+ >
1166
+ > 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.
1167
+
1168
+ ----------------------------------------
1169
+
1170
+ ### espree@v10.1.0
1171
+
1172
+ > An Esprima-compatible JavaScript parser built on Acorn
1173
+
1174
+ License: BSD-2-Clause
1175
+ Homepage: <https://github.com/eslint/espree>
1176
+ Author: Nicholas C. Zakas <nicholas+npm@nczconsulting.com>
1177
+
1178
+ > BSD 2-Clause License
1179
+ >
1180
+ > Copyright (c) Open JS Foundation
1181
+ > All rights reserved.
1182
+ >
1183
+ > Redistribution and use in source and binary forms, with or without
1184
+ > modification, are permitted provided that the following conditions are met:
1185
+ >
1186
+ > 1. Redistributions of source code must retain the above copyright notice, this
1187
+ > list of conditions and the following disclaimer.
1188
+ >
1189
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
1190
+ > this list of conditions and the following disclaimer in the documentation
1191
+ > and/or other materials provided with the distribution.
1192
+ >
1193
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1194
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1195
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1196
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1197
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1198
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1199
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1200
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1201
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1202
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1203
+
1204
+ ----------------------------------------
1205
+
1206
+ ### extend@v3.0.2
1207
+
1208
+ > Port of jQuery.extend for node.js and the browser
1209
+
1210
+ License: MIT
1211
+ Repository: <https://github.com/justmoon/node-extend.git>
1212
+ Author: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
1213
+ Contributors:
1214
+ - Jordan Harband (https://github.com/ljharb)
1215
+
1216
+ > The MIT License (MIT)
1217
+ >
1218
+ > Copyright (c) 2014 Stefan Thomas
1219
+ >
1220
+ > Permission is hereby granted, free of charge, to any person obtaining
1221
+ > a copy of this software and associated documentation files (the
1222
+ > "Software"), to deal in the Software without restriction, including
1223
+ > without limitation the rights to use, copy, modify, merge, publish,
1224
+ > distribute, sublicense, and/or sell copies of the Software, and to
1225
+ > permit persons to whom the Software is furnished to do so, subject to
1226
+ > the following conditions:
1227
+ >
1228
+ > The above copyright notice and this permission notice shall be
1229
+ > included in all copies or substantial portions of the Software.
1230
+ >
1231
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1232
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1233
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1234
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1235
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1236
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1237
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1238
+
1239
+ ----------------------------------------
1240
+
1241
+ ### fast-glob@v3.3.2
1242
+
1243
+ > It's a very fast and efficient glob library for Node.js
1244
+
1245
+ License: MIT
1246
+ Author: Denis Malinochkin (https://mrmlnc.com)
1247
+
1248
+ > The MIT License (MIT)
1249
+ >
1250
+ > Copyright (c) Denis Malinochkin
1251
+ >
1252
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1253
+ > of this software and associated documentation files (the "Software"), to deal
1254
+ > in the Software without restriction, including without limitation the rights
1255
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1256
+ > copies of the Software, and to permit persons to whom the Software is
1257
+ > furnished to do so, subject to the following conditions:
1258
+ >
1259
+ > The above copyright notice and this permission notice shall be included in all
1260
+ > copies or substantial portions of the Software.
1261
+ >
1262
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1263
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1264
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1265
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1266
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1267
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1268
+ > SOFTWARE.
1269
+
1270
+ ----------------------------------------
1271
+
1272
+ ### fast-json-stable-stringify@v2.1.0
1273
+
1274
+ > deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
1275
+
1276
+ License: MIT
1277
+ Homepage: <https://github.com/epoberezkin/fast-json-stable-stringify>
1278
+ Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1279
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1280
+
1281
+ > This software is released under the MIT license:
1282
+ >
1283
+ > Copyright (c) 2017 Evgeny Poberezkin
1284
+ > Copyright (c) 2013 James Halliday
1285
+ >
1286
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
1287
+ > this software and associated documentation files (the "Software"), to deal in
1288
+ > the Software without restriction, including without limitation the rights to
1289
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1290
+ > the Software, and to permit persons to whom the Software is furnished to do so,
1291
+ > subject to the following conditions:
1292
+ >
1293
+ > The above copyright notice and this permission notice shall be included in all
1294
+ > copies or substantial portions of the Software.
1295
+ >
1296
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1297
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1298
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1299
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1300
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1301
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1302
+
1303
+ ----------------------------------------
1304
+
1305
+ ### fastq@v1.17.1
1306
+
1307
+ > Fast, in memory work queue
1308
+
1309
+ License: ISC
1310
+ Homepage: <https://github.com/mcollina/fastq#readme>
1311
+ Repository: <git+https://github.com/mcollina/fastq.git>
1312
+ Author: Matteo Collina <hello@matteocollina.com>
1313
+
1314
+ > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1315
+ >
1316
+ > Permission to use, copy, modify, and/or distribute this software for any
1317
+ > purpose with or without fee is hereby granted, provided that the above
1318
+ > copyright notice and this permission notice appear in all copies.
1319
+ >
1320
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1321
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1322
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1323
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1324
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1325
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1326
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1327
+
1328
+ ----------------------------------------
1329
+
1330
+ ### file-entry-cache@v9.0.0
1331
+
1332
+ > Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
1333
+
1334
+ License: MIT
1335
+ Author: Jared Wray (https://jaredwray.com)
1336
+
1337
+ > The MIT License (MIT)
1338
+ >
1339
+ > Copyright (c) Roy Riojas & Jared Wray
1340
+ >
1341
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1342
+ > of this software and associated documentation files (the "Software"), to deal
1343
+ > in the Software without restriction, including without limitation the rights
1344
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1345
+ > copies of the Software, and to permit persons to whom the Software is
1346
+ > furnished to do so, subject to the following conditions:
1347
+ >
1348
+ > The above copyright notice and this permission notice shall be included in all
1349
+ > copies or substantial portions of the Software.
1350
+ >
1351
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1352
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1353
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1354
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1355
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1356
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1357
+ > SOFTWARE.
1358
+
1359
+ ----------------------------------------
1360
+
1361
+ ### fill-range@v7.1.1
1362
+
1363
+ > Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
1364
+
1365
+ License: MIT
1366
+ Homepage: <https://github.com/jonschlinkert/fill-range>
1367
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1368
+ Contributors:
1369
+ - Edo Rivai (edo.rivai.nl)
1370
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
1371
+ - Paul Miller (paulmillr.com)
1372
+ - Rouven Weßling (www.rouvenwessling.de)
1373
+ - null (https://github.com/wtgtybhertgeghgtwtg)
1374
+
1375
+ > The MIT License (MIT)
1376
+ >
1377
+ > Copyright (c) 2014-present, Jon Schlinkert.
1378
+ >
1379
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1380
+ > of this software and associated documentation files (the "Software"), to deal
1381
+ > in the Software without restriction, including without limitation the rights
1382
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1383
+ > copies of the Software, and to permit persons to whom the Software is
1384
+ > furnished to do so, subject to the following conditions:
1385
+ >
1386
+ > The above copyright notice and this permission notice shall be included in
1387
+ > all copies or substantial portions of the Software.
1388
+ >
1389
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1390
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1391
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1392
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1393
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1394
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1395
+ > THE SOFTWARE.
1396
+
1397
+ ----------------------------------------
1398
+
1399
+ ### find-cache-dir@v5.0.0
1400
+
1401
+ > Finds the common standard cache directory
1402
+
1403
+ License: MIT
1404
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1405
+
1406
+ > MIT License
1407
+ >
1408
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1409
+ > Copyright (c) James Talmage <james@talmage.io> (https://github.com/jamestalmage)
1410
+ >
1411
+ > 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:
1412
+ >
1413
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1414
+ >
1415
+ > 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.
1416
+
1417
+ ----------------------------------------
1418
+
1419
+ ### find-up@v6.3.0
1420
+
1421
+ > Find a file or directory by walking up parent directories
1422
+
1423
+ License: MIT
1424
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1425
+
1426
+ > MIT License
1427
+ >
1428
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1429
+ >
1430
+ > 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:
1431
+ >
1432
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1433
+ >
1434
+ > 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.
1435
+
1436
+ ----------------------------------------
1437
+
1438
+ ### flat-cache@v5.0.0
1439
+
1440
+ > A stupidly simple key/value storage using files to persist some data
1441
+
1442
+ License: MIT
1443
+ Author: Jared Wray (https://jaredwray.com)
1444
+
1445
+ > The MIT License (MIT)
1446
+ >
1447
+ > Copyright (c) Roy Riojas and Jared Wray
1448
+ >
1449
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1450
+ > of this software and associated documentation files (the "Software"), to deal
1451
+ > in the Software without restriction, including without limitation the rights
1452
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1453
+ > copies of the Software, and to permit persons to whom the Software is
1454
+ > furnished to do so, subject to the following conditions:
1455
+ >
1456
+ > The above copyright notice and this permission notice shall be included in all
1457
+ > copies or substantial portions of the Software.
1458
+ >
1459
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1460
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1461
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1462
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1463
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1464
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1465
+ > SOFTWARE.
1466
+
1467
+ ----------------------------------------
1468
+
1469
+ ### flatted@v3.3.1
1470
+
1471
+ > A super light and fast circular JSON parser.
1472
+
1473
+ License: ISC
1474
+ Homepage: <https://github.com/WebReflection/flatted#readme>
1475
+ Repository: <git+https://github.com/WebReflection/flatted.git>
1476
+ Author: Andrea Giammarchi
1477
+
1478
+ > ISC License
1479
+ >
1480
+ > Copyright (c) 2018-2020, Andrea Giammarchi, @WebReflection
1481
+ >
1482
+ > Permission to use, copy, modify, and/or distribute this software for any
1483
+ > purpose with or without fee is hereby granted, provided that the above
1484
+ > copyright notice and this permission notice appear in all copies.
1485
+ >
1486
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1487
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1488
+ > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1489
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1490
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1491
+ > OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1492
+ > PERFORMANCE OF THIS SOFTWARE.
1493
+
1494
+ ----------------------------------------
1495
+
1496
+ ### flatten@v1.0.3
1497
+
1498
+ > Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.
1499
+
1500
+ License: MIT
1501
+ Homepage: <https://github.com/mk-pmb/flatten-js/#readme>
1502
+ Repository: <git+https://github.com/mk-pmb/flatten-js.git>
1503
+ Author: Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)
1504
+ Contributors:
1505
+ - M.K. (https://github.com/mk-pmb)
1506
+
1507
+ > The MIT License (MIT)
1508
+ >
1509
+ > Copyright (c) 2016 Joshua Holbrook
1510
+ >
1511
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1512
+ > of this software and associated documentation files (the "Software"), to deal
1513
+ > in the Software without restriction, including without limitation the rights
1514
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1515
+ > copies of the Software, and to permit persons to whom the Software is
1516
+ > furnished to do so, subject to the following conditions:
1517
+ >
1518
+ > The above copyright notice and this permission notice shall be included in
1519
+ > all copies or substantial portions of the Software.
1520
+ >
1521
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1522
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1523
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1524
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1525
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1526
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1527
+ > THE SOFTWARE.
1528
+
1529
+ ----------------------------------------
1530
+
1531
+ ### flow-parser@v0.237.2
1532
+
1533
+ > JavaScript parser written in OCaml. Produces ESTree AST
1534
+
1535
+ License: MIT
1536
+ Homepage: <https://flow.org>
1537
+ Repository: <https://github.com/facebook/flow.git>
1538
+ Author: Flow Team <flow@fb.com>
1539
+
1540
+ ----------------------------------------
1541
+
1542
+ ### get-east-asian-width@v1.2.0
1543
+
1544
+ > Determine the East Asian Width of a Unicode character
1545
+
1546
+ License: MIT
1547
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1548
+
1549
+ > MIT License
1550
+ >
1551
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1552
+ >
1553
+ > 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:
1554
+ >
1555
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1556
+ >
1557
+ > 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.
1558
+
1559
+ ----------------------------------------
1560
+
1561
+ ### get-stdin@v9.0.0
1562
+
1563
+ > Get stdin as a string or buffer
1564
+
1565
+ License: MIT
1566
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1567
+
1568
+ > MIT License
1569
+ >
1570
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1571
+ >
1572
+ > 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:
1573
+ >
1574
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1575
+ >
1576
+ > 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.
1577
+
1578
+ ----------------------------------------
1579
+
1580
+ ### glob-parent@v5.1.2
1581
+
1582
+ > Extract the non-magic parent path from a glob string.
1583
+
1584
+ License: ISC
1585
+ Author: Gulp Team <team@gulpjs.com> (https://gulpjs.com/)
1586
+ Contributors:
1587
+ - Elan Shanker (https://github.com/es128)
1588
+ - Blaine Bublitz <blaine.bublitz@gmail.com>
1589
+
1590
+ > The ISC License
1591
+ >
1592
+ > Copyright (c) 2015, 2019 Elan Shanker
1593
+ >
1594
+ > Permission to use, copy, modify, and/or distribute this software for any
1595
+ > purpose with or without fee is hereby granted, provided that the above
1596
+ > copyright notice and this permission notice appear in all copies.
1597
+ >
1598
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1599
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1600
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1601
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1602
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1603
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1604
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1605
+
1606
+ ----------------------------------------
1607
+
1608
+ ### graphql@v16.9.0
1609
+
1610
+ > A Query Language and Runtime which can target any service.
1611
+
1612
+ License: MIT
1613
+ Homepage: <https://github.com/graphql/graphql-js>
1614
+ Repository: <https://github.com/graphql/graphql-js.git>
1615
+
1616
+ > MIT License
1617
+ >
1618
+ > Copyright (c) GraphQL Contributors
1619
+ >
1620
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1621
+ > of this software and associated documentation files (the "Software"), to deal
1622
+ > in the Software without restriction, including without limitation the rights
1623
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1624
+ > copies of the Software, and to permit persons to whom the Software is
1625
+ > furnished to do so, subject to the following conditions:
1626
+ >
1627
+ > The above copyright notice and this permission notice shall be included in all
1628
+ > copies or substantial portions of the Software.
1629
+ >
1630
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1631
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1632
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1633
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1634
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1635
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1636
+ > SOFTWARE.
1637
+
1638
+ ----------------------------------------
1639
+
1640
+ ### ignore@v5.3.1
1641
+
1642
+ > Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
1643
+
1644
+ License: MIT
1645
+ Repository: <git@github.com:kaelzhang/node-ignore.git>
1646
+ Author: kael
1647
+
1648
+ > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
1649
+ > http://kael.me/
1650
+ >
1651
+ > Permission is hereby granted, free of charge, to any person obtaining
1652
+ > a copy of this software and associated documentation files (the
1653
+ > "Software"), to deal in the Software without restriction, including
1654
+ > without limitation the rights to use, copy, modify, merge, publish,
1655
+ > distribute, sublicense, and/or sell copies of the Software, and to
1656
+ > permit persons to whom the Software is furnished to do so, subject to
1657
+ > the following conditions:
1658
+ >
1659
+ > The above copyright notice and this permission notice shall be
1660
+ > included in all copies or substantial portions of the Software.
1661
+ >
1662
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1663
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1664
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1665
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1666
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1667
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1668
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1669
+
1670
+ ----------------------------------------
1671
+
1672
+ ### import-meta-resolve@v4.1.0
1673
+
1674
+ > Resolve things like Node.js — ponyfill for `import.meta.resolve`
1675
+
1676
+ License: MIT
1677
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1678
+ Contributors:
1679
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1680
+
1681
+ > (The MIT License)
1682
+ >
1683
+ > Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
1684
+ >
1685
+ > Permission is hereby granted, free of charge, to any person obtaining
1686
+ > a copy of this software and associated documentation files (the
1687
+ > 'Software'), to deal in the Software without restriction, including
1688
+ > without limitation the rights to use, copy, modify, merge, publish,
1689
+ > distribute, sublicense, and/or sell copies of the Software, and to
1690
+ > permit persons to whom the Software is furnished to do so, subject to
1691
+ > the following conditions:
1692
+ >
1693
+ > The above copyright notice and this permission notice shall be
1694
+ > included in all copies or substantial portions of the Software.
1695
+ >
1696
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1697
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1698
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1699
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1700
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1701
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1702
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1703
+ >
1704
+ > ---
1705
+ >
1706
+ > This is a derivative work based on:
1707
+ > <https://github.com/nodejs/node>.
1708
+ > Which is licensed:
1709
+ >
1710
+ > """
1711
+ > Copyright Node.js contributors. All rights reserved.
1712
+ >
1713
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1714
+ > of this software and associated documentation files (the "Software"), to
1715
+ > deal in the Software without restriction, including without limitation the
1716
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1717
+ > sell copies of the Software, and to permit persons to whom the Software is
1718
+ > furnished to do so, subject to the following conditions:
1719
+ >
1720
+ > The above copyright notice and this permission notice shall be included in
1721
+ > all copies or substantial portions of the Software.
1722
+ >
1723
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1724
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1725
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1726
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1727
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1728
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1729
+ > IN THE SOFTWARE.
1730
+ > """
1731
+ >
1732
+ > This license applies to parts of Node.js originating from the
1733
+ > https://github.com/joyent/node repository:
1734
+ >
1735
+ > """
1736
+ > Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1737
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1738
+ > of this software and associated documentation files (the "Software"), to
1739
+ > deal in the Software without restriction, including without limitation the
1740
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1741
+ > sell copies of the Software, and to permit persons to whom the Software is
1742
+ > furnished to do so, subject to the following conditions:
1743
+ >
1744
+ > The above copyright notice and this permission notice shall be included in
1745
+ > all copies or substantial portions of the Software.
1746
+ >
1747
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1748
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1749
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1750
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1751
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1752
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1753
+ > IN THE SOFTWARE.
1754
+ > """
1755
+
1756
+ ----------------------------------------
1757
+
1758
+ ### index-to-position@v0.1.2
1759
+
1760
+ > Convert a string index to its line and column position
1761
+
1762
+ License: MIT
1763
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1764
+
1765
+ > MIT License
1766
+ >
1767
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1768
+ >
1769
+ > 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:
1770
+ >
1771
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1772
+ >
1773
+ > 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.
1774
+
1775
+ ----------------------------------------
1776
+
1777
+ ### indexes-of@v1.0.1
1778
+
1779
+ > line String/Array#indexOf but return all the indexes in an array
1780
+
1781
+ License: MIT
1782
+ Homepage: <https://github.com/dominictarr/indexes-of>
1783
+ Repository: <git://github.com/dominictarr/indexes-of.git>
1784
+ Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
1785
+
1786
+ > Copyright (c) 2013 Dominic Tarr
1787
+ >
1788
+ > Permission is hereby granted, free of charge,
1789
+ > to any person obtaining a copy of this software and
1790
+ > associated documentation files (the "Software"), to
1791
+ > deal in the Software without restriction, including
1792
+ > without limitation the rights to use, copy, modify,
1793
+ > merge, publish, distribute, sublicense, and/or sell
1794
+ > copies of the Software, and to permit persons to whom
1795
+ > the Software is furnished to do so,
1796
+ > subject to the following conditions:
1797
+ >
1798
+ > The above copyright notice and this permission notice
1799
+ > shall be included in all copies or substantial portions of the Software.
1800
+ >
1801
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1802
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1803
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1804
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1805
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1806
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1807
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1808
+
1809
+ ----------------------------------------
1810
+
1811
+ ### inherits@v2.0.4
1812
+
1813
+ > Browser-friendly inheritance fully compatible with standard node.js inherits()
1814
+
1815
+ License: ISC
1816
+
1817
+ > The ISC License
1818
+ >
1819
+ > Copyright (c) Isaac Z. Schlueter
1820
+ >
1821
+ > Permission to use, copy, modify, and/or distribute this software for any
1822
+ > purpose with or without fee is hereby granted, provided that the above
1823
+ > copyright notice and this permission notice appear in all copies.
1824
+ >
1825
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1826
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1827
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1828
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1829
+ > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1830
+ > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1831
+ > PERFORMANCE OF THIS SOFTWARE.
1832
+
1833
+ ----------------------------------------
1834
+
1835
+ ### is-alphabetical@v1.0.4
1836
+
1837
+ > Check if a character is alphabetical
1838
+
1839
+ License: MIT
1840
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1841
+ Contributors:
1842
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1843
+
1844
+ > (The MIT License)
1845
+ >
1846
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1847
+ >
1848
+ > Permission is hereby granted, free of charge, to any person obtaining
1849
+ > a copy of this software and associated documentation files (the
1850
+ > 'Software'), to deal in the Software without restriction, including
1851
+ > without limitation the rights to use, copy, modify, merge, publish,
1852
+ > distribute, sublicense, and/or sell copies of the Software, and to
1853
+ > permit persons to whom the Software is furnished to do so, subject to
1854
+ > the following conditions:
1855
+ >
1856
+ > The above copyright notice and this permission notice shall be
1857
+ > included in all copies or substantial portions of the Software.
1858
+ >
1859
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1860
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1861
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1862
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1863
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1864
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1865
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1866
+
1867
+ ----------------------------------------
1868
+
1869
+ ### is-alphanumerical@v1.0.4
1870
+
1871
+ > Check if a character is alphanumerical
1872
+
1873
+ License: MIT
1874
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1875
+ Contributors:
1876
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1877
+
1878
+ > (The MIT License)
1879
+ >
1880
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1881
+ >
1882
+ > Permission is hereby granted, free of charge, to any person obtaining
1883
+ > a copy of this software and associated documentation files (the
1884
+ > 'Software'), to deal in the Software without restriction, including
1885
+ > without limitation the rights to use, copy, modify, merge, publish,
1886
+ > distribute, sublicense, and/or sell copies of the Software, and to
1887
+ > permit persons to whom the Software is furnished to do so, subject to
1888
+ > the following conditions:
1889
+ >
1890
+ > The above copyright notice and this permission notice shall be
1891
+ > included in all copies or substantial portions of the Software.
1892
+ >
1893
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1894
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1895
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1896
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1897
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1898
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1899
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1900
+
1901
+ ----------------------------------------
1902
+
1903
+ ### is-buffer@v2.0.5
1904
+
1905
+ > Determine if an object is a Buffer
1906
+
1907
+ License: MIT
1908
+ Repository: <git://github.com/feross/is-buffer.git>
1909
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
1910
+
1911
+ > The MIT License (MIT)
1912
+ >
1913
+ > Copyright (c) Feross Aboukhadijeh
1914
+ >
1915
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1916
+ > of this software and associated documentation files (the "Software"), to deal
1917
+ > in the Software without restriction, including without limitation the rights
1918
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1919
+ > copies of the Software, and to permit persons to whom the Software is
1920
+ > furnished to do so, subject to the following conditions:
1921
+ >
1922
+ > The above copyright notice and this permission notice shall be included in
1923
+ > all copies or substantial portions of the Software.
1924
+ >
1925
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1926
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1927
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1928
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1929
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1930
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1931
+ > THE SOFTWARE.
1932
+
1933
+ ----------------------------------------
1934
+
1935
+ ### is-decimal@v1.0.4
1936
+
1937
+ > Check if a character is decimal
1938
+
1939
+ License: MIT
1940
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1941
+ Contributors:
1942
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1943
+
1944
+ > (The MIT License)
1945
+ >
1946
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1947
+ >
1948
+ > Permission is hereby granted, free of charge, to any person obtaining
1949
+ > a copy of this software and associated documentation files (the
1950
+ > 'Software'), to deal in the Software without restriction, including
1951
+ > without limitation the rights to use, copy, modify, merge, publish,
1952
+ > distribute, sublicense, and/or sell copies of the Software, and to
1953
+ > permit persons to whom the Software is furnished to do so, subject to
1954
+ > the following conditions:
1955
+ >
1956
+ > The above copyright notice and this permission notice shall be
1957
+ > included in all copies or substantial portions of the Software.
1958
+ >
1959
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1960
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1961
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1962
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1963
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1964
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1965
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1966
+
1967
+ ----------------------------------------
1968
+
1969
+ ### is-extglob@v2.1.1
1970
+
1971
+ > Returns true if a string has an extglob.
1972
+
1973
+ License: MIT
1974
+ Homepage: <https://github.com/jonschlinkert/is-extglob>
1975
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1976
+
1977
+ > The MIT License (MIT)
1978
+ >
1979
+ > Copyright (c) 2014-2016, Jon Schlinkert
1980
+ >
1981
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
1982
+ > of this software and associated documentation files (the "Software"), to deal
1983
+ > in the Software without restriction, including without limitation the rights
1984
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1985
+ > copies of the Software, and to permit persons to whom the Software is
1986
+ > furnished to do so, subject to the following conditions:
1987
+ >
1988
+ > The above copyright notice and this permission notice shall be included in
1989
+ > all copies or substantial portions of the Software.
1990
+ >
1991
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1992
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1993
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1994
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1995
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1996
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1997
+ > THE SOFTWARE.
1998
+
1999
+ ----------------------------------------
2000
+
2001
+ ### is-glob@v4.0.3
2002
+
2003
+ > Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.
2004
+
2005
+ License: MIT
2006
+ Homepage: <https://github.com/micromatch/is-glob>
2007
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2008
+ Contributors:
2009
+ - Brian Woodward (https://twitter.com/doowb)
2010
+ - Daniel Perez (https://tuvistavie.com)
2011
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
2012
+
2013
+ > The MIT License (MIT)
2014
+ >
2015
+ > Copyright (c) 2014-2017, Jon Schlinkert.
2016
+ >
2017
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2018
+ > of this software and associated documentation files (the "Software"), to deal
2019
+ > in the Software without restriction, including without limitation the rights
2020
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2021
+ > copies of the Software, and to permit persons to whom the Software is
2022
+ > furnished to do so, subject to the following conditions:
2023
+ >
2024
+ > The above copyright notice and this permission notice shall be included in
2025
+ > all copies or substantial portions of the Software.
2026
+ >
2027
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2028
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2029
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2030
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2031
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2032
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2033
+ > THE SOFTWARE.
2034
+
2035
+ ----------------------------------------
2036
+
2037
+ ### is-hexadecimal@v1.0.4
2038
+
2039
+ > Check if a character is hexadecimal
2040
+
2041
+ License: MIT
2042
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2043
+ Contributors:
2044
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2045
+
2046
+ > (The MIT License)
2047
+ >
2048
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2049
+ >
2050
+ > Permission is hereby granted, free of charge, to any person obtaining
2051
+ > a copy of this software and associated documentation files (the
2052
+ > 'Software'), to deal in the Software without restriction, including
2053
+ > without limitation the rights to use, copy, modify, merge, publish,
2054
+ > distribute, sublicense, and/or sell copies of the Software, and to
2055
+ > permit persons to whom the Software is furnished to do so, subject to
2056
+ > the following conditions:
2057
+ >
2058
+ > The above copyright notice and this permission notice shall be
2059
+ > included in all copies or substantial portions of the Software.
2060
+ >
2061
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2062
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2063
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2064
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2065
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2066
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2067
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2068
+
2069
+ ----------------------------------------
2070
+
2071
+ ### is-number@v7.0.0
2072
+
2073
+ > Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
2074
+
2075
+ License: MIT
2076
+ Homepage: <https://github.com/jonschlinkert/is-number>
2077
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2078
+ Contributors:
2079
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
2080
+ - Olsten Larck (https://i.am.charlike.online)
2081
+ - Rouven Weßling (www.rouvenwessling.de)
2082
+
2083
+ > The MIT License (MIT)
2084
+ >
2085
+ > Copyright (c) 2014-present, Jon Schlinkert.
2086
+ >
2087
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2088
+ > of this software and associated documentation files (the "Software"), to deal
2089
+ > in the Software without restriction, including without limitation the rights
2090
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2091
+ > copies of the Software, and to permit persons to whom the Software is
2092
+ > furnished to do so, subject to the following conditions:
2093
+ >
2094
+ > The above copyright notice and this permission notice shall be included in
2095
+ > all copies or substantial portions of the Software.
2096
+ >
2097
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2098
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2099
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2100
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2101
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2102
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2103
+ > THE SOFTWARE.
2104
+
2105
+ ----------------------------------------
2106
+
2107
+ ### is-plain-obj@v2.1.0
2108
+
2109
+ > Check if a value is a plain object
2110
+
2111
+ License: MIT
2112
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2113
+
2114
+ > MIT License
2115
+ >
2116
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2117
+ >
2118
+ > 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:
2119
+ >
2120
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2121
+ >
2122
+ > 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.
2123
+
2124
+ ----------------------------------------
2125
+
2126
+ ### is-whitespace-character@v1.0.4
2127
+
2128
+ > Check if a character is a whitespace character
2129
+
2130
+ License: MIT
2131
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2132
+ Contributors:
2133
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2134
+
2135
+ > (The MIT License)
2136
+ >
2137
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2138
+ >
2139
+ > Permission is hereby granted, free of charge, to any person obtaining
2140
+ > a copy of this software and associated documentation files (the
2141
+ > 'Software'), to deal in the Software without restriction, including
2142
+ > without limitation the rights to use, copy, modify, merge, publish,
2143
+ > distribute, sublicense, and/or sell copies of the Software, and to
2144
+ > permit persons to whom the Software is furnished to do so, subject to
2145
+ > the following conditions:
2146
+ >
2147
+ > The above copyright notice and this permission notice shall be
2148
+ > included in all copies or substantial portions of the Software.
2149
+ >
2150
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2151
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2152
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2153
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2154
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2155
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2156
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2157
+
2158
+ ----------------------------------------
2159
+
2160
+ ### is-word-character@v1.0.4
2161
+
2162
+ > Check if a character is a word character
2163
+
2164
+ License: MIT
2165
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2166
+ Contributors:
2167
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2168
+
2169
+ > (The MIT License)
2170
+ >
2171
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2172
+ >
2173
+ > Permission is hereby granted, free of charge, to any person obtaining
2174
+ > a copy of this software and associated documentation files (the
2175
+ > 'Software'), to deal in the Software without restriction, including
2176
+ > without limitation the rights to use, copy, modify, merge, publish,
2177
+ > distribute, sublicense, and/or sell copies of the Software, and to
2178
+ > permit persons to whom the Software is furnished to do so, subject to
2179
+ > the following conditions:
2180
+ >
2181
+ > The above copyright notice and this permission notice shall be
2182
+ > included in all copies or substantial portions of the Software.
2183
+ >
2184
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2185
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2186
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2187
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2188
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2189
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2190
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2191
+
2192
+ ----------------------------------------
2193
+
2194
+ ### iterate-directory-up@v1.1.1
2195
+
2196
+ > Iterate directory up.
2197
+
2198
+ License: MIT
2199
+ Homepage: <https://github.com/fisker/iterate-directory-up#readme>
2200
+ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
2201
+
2202
+ > MIT License
2203
+ >
2204
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
2205
+ >
2206
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2207
+ > of this software and associated documentation files (the "Software"), to deal
2208
+ > in the Software without restriction, including without limitation the rights
2209
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2210
+ > copies of the Software, and to permit persons to whom the Software is
2211
+ > furnished to do so, subject to the following conditions:
2212
+ >
2213
+ > The above copyright notice and this permission notice shall be included in all
2214
+ > copies or substantial portions of the Software.
2215
+ >
2216
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2217
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2218
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2219
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2220
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2221
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
+ > SOFTWARE.
2223
+
2224
+ ----------------------------------------
2225
+
2226
+ ### jest-docblock@v30.0.0-alpha.5
2227
+
2228
+ License: MIT
2229
+ Repository: <https://github.com/jestjs/jest.git>
2230
+
2231
+ > MIT License
2232
+ >
2233
+ > Copyright (c) Meta Platforms, Inc. and affiliates.
2234
+ > Copyright Contributors to the Jest project.
2235
+ >
2236
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2237
+ > of this software and associated documentation files (the "Software"), to deal
2238
+ > in the Software without restriction, including without limitation the rights
2239
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2240
+ > copies of the Software, and to permit persons to whom the Software is
2241
+ > furnished to do so, subject to the following conditions:
2242
+ >
2243
+ > The above copyright notice and this permission notice shall be included in all
2244
+ > copies or substantial portions of the Software.
2245
+ >
2246
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2247
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2248
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2249
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2250
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2251
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2252
+ > SOFTWARE.
2253
+
2254
+ ----------------------------------------
2255
+
2256
+ ### js-tokens@v4.0.0
2257
+
2258
+ > A regex that tokenizes JavaScript.
2259
+
2260
+ License: MIT
2261
+ Author: Simon Lydell
2262
+
2263
+ > The MIT License (MIT)
2264
+ >
2265
+ > Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
2266
+ >
2267
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2268
+ > of this software and associated documentation files (the "Software"), to deal
2269
+ > in the Software without restriction, including without limitation the rights
2270
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2271
+ > copies of the Software, and to permit persons to whom the Software is
2272
+ > furnished to do so, subject to the following conditions:
2273
+ >
2274
+ > The above copyright notice and this permission notice shall be included in
2275
+ > all copies or substantial portions of the Software.
2276
+ >
2277
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2278
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2279
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2280
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2281
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2282
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2283
+ > THE SOFTWARE.
2284
+
2285
+ ----------------------------------------
2286
+
2287
+ ### js-yaml@v4.1.0
2288
+
2289
+ > YAML 1.2 parser and serializer
2290
+
2291
+ License: MIT
2292
+ Author: Vladimir Zapparov <dervus.grim@gmail.com>
2293
+ Contributors:
2294
+ - Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)
2295
+ - Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)
2296
+ - Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)
2297
+
2298
+ > (The MIT License)
2299
+ >
2300
+ > Copyright (C) 2011-2015 by Vitaly Puzrin
2301
+ >
2302
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2303
+ > of this software and associated documentation files (the "Software"), to deal
2304
+ > in the Software without restriction, including without limitation the rights
2305
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2306
+ > copies of the Software, and to permit persons to whom the Software is
2307
+ > furnished to do so, subject to the following conditions:
2308
+ >
2309
+ > The above copyright notice and this permission notice shall be included in
2310
+ > all copies or substantial portions of the Software.
2311
+ >
2312
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2313
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2314
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2315
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2316
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2317
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2318
+ > THE SOFTWARE.
2319
+
2320
+ ----------------------------------------
2321
+
2322
+ ### json-buffer@v3.0.1
2323
+
2324
+ > JSON parse & stringify that supports binary via bops & base64
2325
+
2326
+ License: MIT
2327
+ Homepage: <https://github.com/dominictarr/json-buffer>
2328
+ Repository: <git://github.com/dominictarr/json-buffer.git>
2329
+ Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
2330
+
2331
+ > Copyright (c) 2013 Dominic Tarr
2332
+ >
2333
+ > Permission is hereby granted, free of charge,
2334
+ > to any person obtaining a copy of this software and
2335
+ > associated documentation files (the "Software"), to
2336
+ > deal in the Software without restriction, including
2337
+ > without limitation the rights to use, copy, modify,
2338
+ > merge, publish, distribute, sublicense, and/or sell
2339
+ > copies of the Software, and to permit persons to whom
2340
+ > the Software is furnished to do so,
2341
+ > subject to the following conditions:
2342
+ >
2343
+ > The above copyright notice and this permission notice
2344
+ > shall be included in all copies or substantial portions of the Software.
2345
+ >
2346
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2347
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2348
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2349
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2350
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2351
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2352
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2353
+
2354
+ ----------------------------------------
2355
+
2356
+ ### json5@v2.2.3
2357
+
2358
+ > JSON for Humans
2359
+
2360
+ License: MIT
2361
+ Homepage: <http://json5.org/>
2362
+ Repository: <git+https://github.com/json5/json5.git>
2363
+ Author: Aseem Kishore <aseem.kishore@gmail.com>
2364
+ Contributors:
2365
+ - Max Nanasy <max.nanasy@gmail.com>
2366
+ - Andrew Eisenberg <andrew@eisenberg.as>
2367
+ - Jordan Tucker <jordanbtucker@gmail.com>
2368
+
2369
+ > MIT License
2370
+ >
2371
+ > Copyright (c) 2012-2018 Aseem Kishore, and [others].
2372
+ >
2373
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2374
+ > of this software and associated documentation files (the "Software"), to deal
2375
+ > in the Software without restriction, including without limitation the rights
2376
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2377
+ > copies of the Software, and to permit persons to whom the Software is
2378
+ > furnished to do so, subject to the following conditions:
2379
+ >
2380
+ > The above copyright notice and this permission notice shall be included in all
2381
+ > copies or substantial portions of the Software.
2382
+ >
2383
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2384
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2385
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2386
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2387
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2388
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2389
+ > SOFTWARE.
2390
+ >
2391
+ > [others]: https://github.com/json5/json5/contributors
2392
+
2393
+ ----------------------------------------
2394
+
2395
+ ### keyv@v4.5.4
2396
+
2397
+ > Simple key-value storage with support for multiple backends
2398
+
2399
+ License: MIT
2400
+ Homepage: <https://github.com/jaredwray/keyv>
2401
+ Repository: <git+https://github.com/jaredwray/keyv.git>
2402
+ Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
2403
+
2404
+ ----------------------------------------
2405
+
2406
+ ### leven@v4.0.0
2407
+
2408
+ > Measure the difference between two strings using the Levenshtein distance algorithm
2409
+
2410
+ License: MIT
2411
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2412
+
2413
+ > MIT License
2414
+ >
2415
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2416
+ >
2417
+ > 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:
2418
+ >
2419
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2420
+ >
2421
+ > 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.
2422
+
2423
+ ----------------------------------------
2424
+
2425
+ ### lines-and-columns@v2.0.4
2426
+
2427
+ > Maps lines and columns to character offsets and back.
2428
+
2429
+ License: MIT
2430
+ Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
2431
+ Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2432
+ Author: Brian Donovan <brian@donovans.cc>
2433
+
2434
+ > The MIT License (MIT)
2435
+ >
2436
+ > Copyright (c) 2015 Brian Donovan
2437
+ >
2438
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2439
+ > of this software and associated documentation files (the "Software"), to deal
2440
+ > in the Software without restriction, including without limitation the rights
2441
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2442
+ > copies of the Software, and to permit persons to whom the Software is
2443
+ > furnished to do so, subject to the following conditions:
2444
+ >
2445
+ > The above copyright notice and this permission notice shall be included in
2446
+ > all copies or substantial portions of the Software.
2447
+ >
2448
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2449
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2450
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2451
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2452
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2453
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2454
+ > THE SOFTWARE.
2455
+
2456
+ ----------------------------------------
2457
+
2458
+ ### locate-path@v7.2.0
2459
+
2460
+ > Get the first path that exists on disk of multiple paths
2461
+
2462
+ License: MIT
2463
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2464
+
2465
+ > MIT License
2466
+ >
2467
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2468
+ >
2469
+ > 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:
2470
+ >
2471
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2472
+ >
2473
+ > 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.
2474
+
2475
+ ----------------------------------------
2476
+
2477
+ ### lru-cache@v4.1.5
2478
+
2479
+ > A cache object that deletes the least-recently-used items.
2480
+
2481
+ License: ISC
2482
+ Author: Isaac Z. Schlueter <i@izs.me>
2483
+
2484
+ > The ISC License
2485
+ >
2486
+ > Copyright (c) Isaac Z. Schlueter and Contributors
2487
+ >
2488
+ > Permission to use, copy, modify, and/or distribute this software for any
2489
+ > purpose with or without fee is hereby granted, provided that the above
2490
+ > copyright notice and this permission notice appear in all copies.
2491
+ >
2492
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2493
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2494
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2495
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2496
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2497
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2498
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2499
+
2500
+ ----------------------------------------
2501
+
2502
+ ### markdown-escapes@v1.0.4
2503
+
2504
+ > List of escapable characters in markdown
2505
+
2506
+ License: MIT
2507
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2508
+ Contributors:
2509
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2510
+
2511
+ > (The MIT License)
2512
+ >
2513
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2514
+ >
2515
+ > Permission is hereby granted, free of charge, to any person obtaining
2516
+ > a copy of this software and associated documentation files (the
2517
+ > 'Software'), to deal in the Software without restriction, including
2518
+ > without limitation the rights to use, copy, modify, merge, publish,
2519
+ > distribute, sublicense, and/or sell copies of the Software, and to
2520
+ > permit persons to whom the Software is furnished to do so, subject to
2521
+ > the following conditions:
2522
+ >
2523
+ > The above copyright notice and this permission notice shall be
2524
+ > included in all copies or substantial portions of the Software.
2525
+ >
2526
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2527
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2528
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2529
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2530
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2531
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2532
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2533
+
2534
+ ----------------------------------------
2535
+
2536
+ ### merge2@v1.4.1
2537
+
2538
+ > Merge multiple streams into one stream in sequence or parallel.
2539
+
2540
+ License: MIT
2541
+ Homepage: <https://github.com/teambition/merge2>
2542
+ Repository: <git@github.com:teambition/merge2.git>
2543
+
2544
+ > The MIT License (MIT)
2545
+ >
2546
+ > Copyright (c) 2014-2020 Teambition
2547
+ >
2548
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2549
+ > of this software and associated documentation files (the "Software"), to deal
2550
+ > in the Software without restriction, including without limitation the rights
2551
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2552
+ > copies of the Software, and to permit persons to whom the Software is
2553
+ > furnished to do so, subject to the following conditions:
2554
+ >
2555
+ > The above copyright notice and this permission notice shall be included in all
2556
+ > copies or substantial portions of the Software.
2557
+ >
2558
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2559
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2560
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2561
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2562
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2563
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2564
+ > SOFTWARE.
2565
+
2566
+ ----------------------------------------
2567
+
2568
+ ### meriyah@v4.5.0
2569
+
2570
+ > A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
2571
+
2572
+ License: ISC
2573
+ Homepage: <https://github.com/meriyah/meriyah>
2574
+ Repository: <https://github.com/meriyah/meriyah>
2575
+ Author: Kenny F. (https://github.com/KFlash)
2576
+ Contributors:
2577
+ - Chunpeng Huo (https://github.com/3cp)
2578
+
2579
+ > ISC License
2580
+ >
2581
+ > Copyright (c) 2019 and later, KFlash and others.
2582
+ >
2583
+ > 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.
2584
+ >
2585
+ > 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.
2586
+
2587
+ ----------------------------------------
2588
+
2589
+ ### micromatch@v4.0.7
2590
+
2591
+ > Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
2592
+
2593
+ License: MIT
2594
+ Homepage: <https://github.com/micromatch/micromatch>
2595
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2596
+ Contributors:
2597
+ - null (https://github.com/DianeLooney)
2598
+ - Amila Welihinda (amilajack.com)
2599
+ - Bogdan Chadkin (https://github.com/TrySound)
2600
+ - Brian Woodward (https://twitter.com/doowb)
2601
+ - Devon Govett (http://badassjs.com)
2602
+ - Elan Shanker (https://github.com/es128)
2603
+ - Fabrício Matté (https://ultcombo.js.org)
2604
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
2605
+ - Martin Kolárik (https://kolarik.sk)
2606
+ - Olsten Larck (https://i.am.charlike.online)
2607
+ - Paul Miller (paulmillr.com)
2608
+ - Tom Byrer (https://github.com/tomByrer)
2609
+ - Tyler Akins (http://rumkin.com)
2610
+ - Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)
2611
+ - Kuba Juszczyk (https://github.com/ku8ar)
2612
+
2613
+ > The MIT License (MIT)
2614
+ >
2615
+ > Copyright (c) 2014-present, Jon Schlinkert.
2616
+ >
2617
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2618
+ > of this software and associated documentation files (the "Software"), to deal
2619
+ > in the Software without restriction, including without limitation the rights
2620
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2621
+ > copies of the Software, and to permit persons to whom the Software is
2622
+ > furnished to do so, subject to the following conditions:
2623
+ >
2624
+ > The above copyright notice and this permission notice shall be included in
2625
+ > all copies or substantial portions of the Software.
2626
+ >
2627
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2628
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2629
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2630
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2631
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2632
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2633
+ > THE SOFTWARE.
2634
+
2635
+ ----------------------------------------
2636
+
2637
+ ### minimist@v1.2.8
2638
+
2639
+ > parse argument options
2640
+
2641
+ License: MIT
2642
+ Homepage: <https://github.com/minimistjs/minimist>
2643
+ Repository: <git://github.com/minimistjs/minimist.git>
2644
+ Author: James Halliday <mail@substack.net> (http://substack.net)
2645
+
2646
+ > This software is released under the MIT license:
2647
+ >
2648
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2649
+ > this software and associated documentation files (the "Software"), to deal in
2650
+ > the Software without restriction, including without limitation the rights to
2651
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2652
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2653
+ > subject to the following conditions:
2654
+ >
2655
+ > The above copyright notice and this permission notice shall be included in all
2656
+ > copies or substantial portions of the Software.
2657
+ >
2658
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2659
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2660
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2661
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2662
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2663
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2664
+
2665
+ ----------------------------------------
2666
+
2667
+ ### n-readlines@v1.0.1
2668
+
2669
+ > Read file line by line without buffering the whole file in memory.
2670
+
2671
+ License: MIT
2672
+ Repository: <http://github.com/nacholibre/node-readlines.git>
2673
+ Author: Yoan Arnaudov <jonidev@gmail.com>
2674
+
2675
+ > The MIT License (MIT)
2676
+ >
2677
+ > Copyright (c) 2013 Liucw
2678
+ >
2679
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2680
+ > this software and associated documentation files (the "Software"), to deal in
2681
+ > the Software without restriction, including without limitation the rights to
2682
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2683
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2684
+ > subject to the following conditions:
2685
+ >
2686
+ > The above copyright notice and this permission notice shall be included in all
2687
+ > copies or substantial portions of the Software.
2688
+ >
2689
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2690
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2691
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2692
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2693
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2694
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2695
+
2696
+ ----------------------------------------
2697
+
2698
+ ### nanoid@v3.3.7
2699
+
2700
+ > A tiny (116 bytes), secure URL-friendly unique string ID generator
2701
+
2702
+ License: MIT
2703
+ Author: Andrey Sitnik <andrey@sitnik.ru>
2704
+
2705
+ > The MIT License (MIT)
2706
+ >
2707
+ > Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
2708
+ >
2709
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2710
+ > this software and associated documentation files (the "Software"), to deal in
2711
+ > the Software without restriction, including without limitation the rights to
2712
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2713
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2714
+ > subject to the following conditions:
2715
+ >
2716
+ > The above copyright notice and this permission notice shall be included in all
2717
+ > copies or substantial portions of the Software.
2718
+ >
2719
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2720
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2721
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2722
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2723
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2724
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2725
+
2726
+ ----------------------------------------
2727
+
2728
+ ### p-limit@v4.0.0
2729
+
2730
+ > Run multiple promise-returning & async functions with limited concurrency
2731
+
2732
+ License: MIT
2733
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2734
+
2735
+ > MIT License
2736
+ >
2737
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2738
+ >
2739
+ > 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:
2740
+ >
2741
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2742
+ >
2743
+ > 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.
2744
+
2745
+ ----------------------------------------
2746
+
2747
+ ### p-locate@v6.0.0
2748
+
2749
+ > Get the first fulfilled promise that satisfies the provided testing function
2750
+
2751
+ License: MIT
2752
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2753
+
2754
+ > MIT License
2755
+ >
2756
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2757
+ >
2758
+ > 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:
2759
+ >
2760
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2761
+ >
2762
+ > 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.
2763
+
2764
+ ----------------------------------------
2765
+
2766
+ ### parse-entities@v2.0.0
2767
+
2768
+ > Parse HTML character references: fast, spec-compliant, positional information
2769
+
2770
+ License: MIT
2771
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2772
+ Contributors:
2773
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2774
+
2775
+ > (The MIT License)
2776
+ >
2777
+ > Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
2778
+ >
2779
+ > Permission is hereby granted, free of charge, to any person obtaining
2780
+ > a copy of this software and associated documentation files (the
2781
+ > 'Software'), to deal in the Software without restriction, including
2782
+ > without limitation the rights to use, copy, modify, merge, publish,
2783
+ > distribute, sublicense, and/or sell copies of the Software, and to
2784
+ > permit persons to whom the Software is furnished to do so, subject to
2785
+ > the following conditions:
2786
+ >
2787
+ > The above copyright notice and this permission notice shall be
2788
+ > included in all copies or substantial portions of the Software.
2789
+ >
2790
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2791
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2792
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2793
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2794
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2795
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2796
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2797
+
2798
+ ----------------------------------------
2799
+
2800
+ ### parse-json@v8.1.0
2801
+
2802
+ > Parse JSON with more helpful errors
2803
+
2804
+ License: MIT
2805
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2806
+
2807
+ > MIT License
2808
+ >
2809
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2810
+ >
2811
+ > 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:
2812
+ >
2813
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2814
+ >
2815
+ > 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.
2816
+
2817
+ ----------------------------------------
2818
+
2819
+ ### path-exists@v5.0.0
2820
+
2821
+ > Check if a path exists
2822
+
2823
+ License: MIT
2824
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2825
+
2826
+ > MIT License
2827
+ >
2828
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2829
+ >
2830
+ > 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:
2831
+ >
2832
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2833
+ >
2834
+ > 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.
2835
+
2836
+ ----------------------------------------
2837
+
2838
+ ### picocolors@v1.0.1
2839
+
2840
+ > The tiniest and the fastest library for terminal output formatting with ANSI colors
2841
+
2842
+ License: ISC
2843
+ Author: Alexey Raspopov
2844
+
2845
+ > ISC License
2846
+ >
2847
+ > Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
2848
+ >
2849
+ > Permission to use, copy, modify, and/or distribute this software for any
2850
+ > purpose with or without fee is hereby granted, provided that the above
2851
+ > copyright notice and this permission notice appear in all copies.
2852
+ >
2853
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2854
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2855
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2856
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2857
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2858
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2859
+ > OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2860
+
2861
+ ----------------------------------------
2862
+
2863
+ ### picomatch@v2.3.1
2864
+
2865
+ > Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
2866
+
2867
+ License: MIT
2868
+ Homepage: <https://github.com/micromatch/picomatch>
2869
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2870
+
2871
+ > The MIT License (MIT)
2872
+ >
2873
+ > Copyright (c) 2017-present, Jon Schlinkert.
2874
+ >
2875
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2876
+ > of this software and associated documentation files (the "Software"), to deal
2877
+ > in the Software without restriction, including without limitation the rights
2878
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2879
+ > copies of the Software, and to permit persons to whom the Software is
2880
+ > furnished to do so, subject to the following conditions:
2881
+ >
2882
+ > The above copyright notice and this permission notice shall be included in
2883
+ > all copies or substantial portions of the Software.
2884
+ >
2885
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2886
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2887
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2888
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2889
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2890
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2891
+ > THE SOFTWARE.
2892
+
2893
+ ----------------------------------------
2894
+
2895
+ ### pkg-dir@v7.0.0
2896
+
2897
+ > Find the root directory of a Node.js project or npm package
2898
+
2899
+ License: MIT
2900
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2901
+
2902
+ > MIT License
2903
+ >
2904
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2905
+ >
2906
+ > 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:
2907
+ >
2908
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2909
+ >
2910
+ > 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.
2911
+
2912
+ ----------------------------------------
2913
+
2914
+ ### please-upgrade-node@v3.2.0
2915
+
2916
+ > Displays a beginner-friendly message telling your user to upgrade their version of Node
2917
+
2918
+ License: MIT
2919
+ Homepage: <https://github.com/typicode/please-upgrade-node#readme>
2920
+ Repository: <git+https://github.com/typicode/please-upgrade-node.git>
2921
+ Author: typicode
2922
+
2923
+ > MIT License
2924
+ >
2925
+ > Copyright (c) 2017
2926
+ >
2927
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2928
+ > of this software and associated documentation files (the "Software"), to deal
2929
+ > in the Software without restriction, including without limitation the rights
2930
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2931
+ > copies of the Software, and to permit persons to whom the Software is
2932
+ > furnished to do so, subject to the following conditions:
2933
+ >
2934
+ > The above copyright notice and this permission notice shall be included in all
2935
+ > copies or substantial portions of the Software.
2936
+ >
2937
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2938
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2939
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2940
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2941
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2942
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2943
+ > SOFTWARE.
2944
+
2945
+ ----------------------------------------
2946
+
2947
+ ### postcss@v8.4.39
2948
+
2949
+ > Tool for transforming styles with JS plugins
2950
+
2951
+ License: MIT
2952
+ Homepage: <https://postcss.org/>
2953
+ Author: Andrey Sitnik <andrey@sitnik.ru>
2954
+
2955
+ > The MIT License (MIT)
2956
+ >
2957
+ > Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
2958
+ >
2959
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
2960
+ > this software and associated documentation files (the "Software"), to deal in
2961
+ > the Software without restriction, including without limitation the rights to
2962
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2963
+ > the Software, and to permit persons to whom the Software is furnished to do so,
2964
+ > subject to the following conditions:
2965
+ >
2966
+ > The above copyright notice and this permission notice shall be included in all
2967
+ > copies or substantial portions of the Software.
2968
+ >
2969
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2970
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2971
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2972
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2973
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2974
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2975
+
2976
+ ----------------------------------------
2977
+
2978
+ ### postcss-less@v6.0.0
2979
+
2980
+ > LESS parser for PostCSS
2981
+
2982
+ License: MIT
2983
+ Homepage: <https://github.com/shellscape/postcss-less>
2984
+ Author: Denys Kniazevych <webschik@gmail.com>
2985
+
2986
+ > The MIT License (MIT)
2987
+ >
2988
+ > Copyright (c) 2013 Andrey Sitnik <andrey@sitnik.ru>
2989
+ > Copyright (c) 2016 Denys Kniazevych <webschik@gmail.com>
2990
+ > Copyright (c) 2016 Pat Sissons <patricksissons@gmail.com>
2991
+ > Copyright (c) 2017 Andrew Powell <andrew@shellscape.org>
2992
+ >
2993
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2994
+ > of this software and associated documentation files (the "Software"), to deal
2995
+ > in the Software without restriction, including without limitation the rights
2996
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2997
+ > copies of the Software, and to permit persons to whom the Software is
2998
+ > furnished to do so, subject to the following conditions:
2999
+ >
3000
+ > The above copyright notice and this permission notice shall be included in all
3001
+ > copies or substantial portions of the Software.
3002
+ >
3003
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3004
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3005
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3006
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3007
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3008
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3009
+ > SOFTWARE.
3010
+
3011
+ ----------------------------------------
3012
+
3013
+ ### postcss-media-query-parser@v0.2.3
3014
+
3015
+ > A tool for parsing media query lists.
3016
+
3017
+ License: MIT
3018
+ Homepage: <https://github.com/dryoma/postcss-media-query-parser>
3019
+ Repository: <git+https://github.com/dryoma/postcss-media-query-parser.git>
3020
+ Author: dryoma
3021
+
3022
+ ----------------------------------------
3023
+
3024
+ ### postcss-scss@v4.0.9
3025
+
3026
+ > SCSS parser for PostCSS
3027
+
3028
+ License: MIT
3029
+ Author: Andrey Sitnik <andrey@sitnik.ru>
3030
+
3031
+ > The MIT License (MIT)
3032
+ >
3033
+ > Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
3034
+ >
3035
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3036
+ > this software and associated documentation files (the "Software"), to deal in
3037
+ > the Software without restriction, including without limitation the rights to
3038
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3039
+ > the Software, and to permit persons to whom the Software is furnished to do so,
3040
+ > subject to the following conditions:
3041
+ >
3042
+ > The above copyright notice and this permission notice shall be included in all
3043
+ > copies or substantial portions of the Software.
3044
+ >
3045
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3046
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3047
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3048
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3049
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3050
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3051
+
3052
+ ----------------------------------------
3053
+
3054
+ ### postcss-selector-parser@v2.2.3
3055
+
3056
+ License: MIT
3057
+ Homepage: <https://github.com/postcss/postcss-selector-parser>
3058
+ Author: Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3059
+
3060
+ > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3061
+ >
3062
+ > Permission is hereby granted, free of charge, to any person
3063
+ > obtaining a copy of this software and associated documentation
3064
+ > files (the "Software"), to deal in the Software without
3065
+ > restriction, including without limitation the rights to use,
3066
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
3067
+ > copies of the Software, and to permit persons to whom the
3068
+ > Software is furnished to do so, subject to the following
3069
+ > conditions:
3070
+ >
3071
+ > The above copyright notice and this permission notice shall be
3072
+ > included in all copies or substantial portions of the Software.
3073
+ >
3074
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3075
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3076
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3077
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3078
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3079
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3080
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3081
+ > OTHER DEALINGS IN THE SOFTWARE.
3082
+
3083
+ ----------------------------------------
3084
+
3085
+ ### postcss-values-parser@v2.0.1
3086
+
3087
+ > A CSS property value parser for use with PostCSS
3088
+
3089
+ License: MIT
3090
+ Author: Andrew Powell (shellscape) <andrew@shellscape.org> (http://shellscape.org)
3091
+
3092
+ > Copyright (c) Andrew Powell <andrew@shellscape.org>
3093
+ >
3094
+ > Permission is hereby granted, free of charge, to any person
3095
+ > obtaining a copy of this software and associated documentation
3096
+ > files (the "Software"), to deal in the Software without
3097
+ > restriction, including without limitation the rights to use,
3098
+ > copy, modify, merge, publish, distribute, sublicense, and/or sell
3099
+ > copies of the Software, and to permit persons to whom the
3100
+ > Software is furnished to do so, subject to the following
3101
+ > conditions:
3102
+ >
3103
+ > The above copyright notice and this permission notice shall be
3104
+ > included in all copies or substantial portions of the Software.
3105
+ >
3106
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3107
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3108
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3109
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3110
+ > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3111
+ > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3112
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3113
+ > OTHER DEALINGS IN THE SOFTWARE.
3114
+
3115
+ ----------------------------------------
3116
+
3117
+ ### pseudomap@v1.0.2
3118
+
3119
+ > A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
3120
+
3121
+ License: ISC
3122
+ Homepage: <https://github.com/isaacs/pseudomap#readme>
3123
+ Repository: <git+https://github.com/isaacs/pseudomap.git>
3124
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3125
+
3126
+ > The ISC License
3127
+ >
3128
+ > Copyright (c) Isaac Z. Schlueter and Contributors
3129
+ >
3130
+ > Permission to use, copy, modify, and/or distribute this software for any
3131
+ > purpose with or without fee is hereby granted, provided that the above
3132
+ > copyright notice and this permission notice appear in all copies.
3133
+ >
3134
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3135
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3136
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3137
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3138
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3139
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3140
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3141
+
3142
+ ----------------------------------------
3143
+
3144
+ ### queue-microtask@v1.2.3
3145
+
3146
+ > fast, tiny `queueMicrotask` shim for modern engines
3147
+
3148
+ License: MIT
3149
+ Homepage: <https://github.com/feross/queue-microtask>
3150
+ Repository: <git://github.com/feross/queue-microtask.git>
3151
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
3152
+
3153
+ > The MIT License (MIT)
3154
+ >
3155
+ > Copyright (c) Feross Aboukhadijeh
3156
+ >
3157
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3158
+ > this software and associated documentation files (the "Software"), to deal in
3159
+ > the Software without restriction, including without limitation the rights to
3160
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3161
+ > the Software, and to permit persons to whom the Software is furnished to do so,
3162
+ > subject to the following conditions:
3163
+ >
3164
+ > The above copyright notice and this permission notice shall be included in all
3165
+ > copies or substantial portions of the Software.
3166
+ >
3167
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3168
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3169
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3170
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3171
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3172
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3173
+
3174
+ ----------------------------------------
3175
+
3176
+ ### remark-footnotes@v2.0.0
3177
+
3178
+ > remark plugin to add support for pandoc footnotes
3179
+
3180
+ License: MIT
3181
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3182
+ Contributors:
3183
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3184
+
3185
+ > (The MIT License)
3186
+ >
3187
+ > Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
3188
+ >
3189
+ > Permission is hereby granted, free of charge, to any person obtaining
3190
+ > a copy of this software and associated documentation files (the
3191
+ > 'Software'), to deal in the Software without restriction, including
3192
+ > without limitation the rights to use, copy, modify, merge, publish,
3193
+ > distribute, sublicense, and/or sell copies of the Software, and to
3194
+ > permit persons to whom the Software is furnished to do so, subject to
3195
+ > the following conditions:
3196
+ >
3197
+ > The above copyright notice and this permission notice shall be
3198
+ > included in all copies or substantial portions of the Software.
3199
+ >
3200
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3201
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3202
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3203
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3204
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3205
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3206
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3207
+
3208
+ ----------------------------------------
3209
+
3210
+ ### remark-math@v3.0.1
3211
+
3212
+ > remark plugin to parse and stringify math
3213
+
3214
+ License: MIT
3215
+ Author: Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3216
+ Contributors:
3217
+ - Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3218
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3219
+
3220
+ ----------------------------------------
3221
+
3222
+ ### remark-parse@v8.0.3
3223
+
3224
+ > remark plugin to parse Markdown
3225
+
3226
+ License: MIT
3227
+ Homepage: <https://remark.js.org>
3228
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3229
+ Contributors:
3230
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3231
+ - Eugene Sharygin <eush77@gmail.com>
3232
+ - Junyoung Choi <fluke8259@gmail.com>
3233
+ - Elijah Hamovitz <elijahhamovitz@gmail.com>
3234
+ - Ika <ikatyang@gmail.com>
3235
+
3236
+ ----------------------------------------
3237
+
3238
+ ### repeat-string@v1.6.1
3239
+
3240
+ > Repeat the given string n times. Fastest implementation for repeating a string.
3241
+
3242
+ License: MIT
3243
+ Homepage: <https://github.com/jonschlinkert/repeat-string>
3244
+ Author: Jon Schlinkert (http://github.com/jonschlinkert)
3245
+ Contributors:
3246
+ - Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)
3247
+ - Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)
3248
+ - Linus Unnebäck <linus@folkdatorn.se> (http://linus.unnebäck.se)
3249
+ - Thijs Busser <tbusser@gmail.com> (http://tbusser.net)
3250
+ - Titus <tituswormer@gmail.com> (wooorm.com)
3251
+
3252
+ > The MIT License (MIT)
3253
+ >
3254
+ > Copyright (c) 2014-2016, Jon Schlinkert.
3255
+ >
3256
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3257
+ > of this software and associated documentation files (the "Software"), to deal
3258
+ > in the Software without restriction, including without limitation the rights
3259
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3260
+ > copies of the Software, and to permit persons to whom the Software is
3261
+ > furnished to do so, subject to the following conditions:
3262
+ >
3263
+ > The above copyright notice and this permission notice shall be included in
3264
+ > all copies or substantial portions of the Software.
3265
+ >
3266
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3267
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3268
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3269
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3270
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3271
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3272
+ > THE SOFTWARE.
3273
+
3274
+ ----------------------------------------
3275
+
3276
+ ### reusify@v1.0.4
3277
+
3278
+ > Reuse objects and functions with style
3279
+
3280
+ License: MIT
3281
+ Homepage: <https://github.com/mcollina/reusify#readme>
3282
+ Repository: <git+https://github.com/mcollina/reusify.git>
3283
+ Author: Matteo Collina <hello@matteocollina.com>
3284
+
3285
+ > The MIT License (MIT)
3286
+ >
3287
+ > Copyright (c) 2015 Matteo Collina
3288
+ >
3289
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3290
+ > of this software and associated documentation files (the "Software"), to deal
3291
+ > in the Software without restriction, including without limitation the rights
3292
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3293
+ > copies of the Software, and to permit persons to whom the Software is
3294
+ > furnished to do so, subject to the following conditions:
3295
+ >
3296
+ > The above copyright notice and this permission notice shall be included in all
3297
+ > copies or substantial portions of the Software.
3298
+ >
3299
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3300
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3301
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3302
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3303
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3304
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3305
+ > SOFTWARE.
3306
+
3307
+ ----------------------------------------
3308
+
3309
+ ### run-parallel@v1.2.0
3310
+
3311
+ > Run an array of functions in parallel
3312
+
3313
+ License: MIT
3314
+ Homepage: <https://github.com/feross/run-parallel>
3315
+ Repository: <git://github.com/feross/run-parallel.git>
3316
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
3317
+
3318
+ > The MIT License (MIT)
3319
+ >
3320
+ > Copyright (c) Feross Aboukhadijeh
3321
+ >
3322
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3323
+ > this software and associated documentation files (the "Software"), to deal in
3324
+ > the Software without restriction, including without limitation the rights to
3325
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3326
+ > the Software, and to permit persons to whom the Software is furnished to do so,
3327
+ > subject to the following conditions:
3328
+ >
3329
+ > The above copyright notice and this permission notice shall be included in all
3330
+ > copies or substantial portions of the Software.
3331
+ >
3332
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3333
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3334
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3335
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3336
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3337
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3338
+
3339
+ ----------------------------------------
3340
+
3341
+ ### sdbm@v2.0.0
3342
+
3343
+ > SDBM non-cryptographic hash function
3344
+
3345
+ License: MIT
3346
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3347
+
3348
+ > MIT License
3349
+ >
3350
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3351
+ >
3352
+ > 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:
3353
+ >
3354
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3355
+ >
3356
+ > 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.
3357
+
3358
+ ----------------------------------------
3359
+
3360
+ ### semver@v7.6.2
3361
+
3362
+ > The semantic version parser used by npm.
3363
+
3364
+ License: ISC
3365
+ Repository: <git+https://github.com/npm/node-semver.git>
3366
+ Author: GitHub Inc.
3367
+
3368
+ > The ISC License
3369
+ >
3370
+ > Copyright (c) Isaac Z. Schlueter and Contributors
3371
+ >
3372
+ > Permission to use, copy, modify, and/or distribute this software for any
3373
+ > purpose with or without fee is hereby granted, provided that the above
3374
+ > copyright notice and this permission notice appear in all copies.
3375
+ >
3376
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3377
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3378
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3379
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3380
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3381
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3382
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3383
+
3384
+ ----------------------------------------
3385
+
3386
+ ### semver-compare@v1.0.0
3387
+
3388
+ > compare two semver version strings, returning -1, 0, or 1
3389
+
3390
+ License: MIT
3391
+ Homepage: <https://github.com/substack/semver-compare>
3392
+ Repository: <git://github.com/substack/semver-compare.git>
3393
+ Author: James Halliday <mail@substack.net> (http://substack.net)
3394
+
3395
+ > This software is released under the MIT license:
3396
+ >
3397
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3398
+ > this software and associated documentation files (the "Software"), to deal in
3399
+ > the Software without restriction, including without limitation the rights to
3400
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3401
+ > the Software, and to permit persons to whom the Software is furnished to do so,
3402
+ > subject to the following conditions:
3403
+ >
3404
+ > The above copyright notice and this permission notice shall be included in all
3405
+ > copies or substantial portions of the Software.
3406
+ >
3407
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3408
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3409
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3410
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3411
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3412
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3413
+
3414
+ ----------------------------------------
3415
+
3416
+ ### sigmund@v1.0.1
3417
+
3418
+ > Quick and dirty signatures for Objects.
3419
+
3420
+ License: ISC
3421
+ Repository: <git://github.com/isaacs/sigmund>
3422
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3423
+
3424
+ > The ISC License
3425
+ >
3426
+ > Copyright (c) Isaac Z. Schlueter and Contributors
3427
+ >
3428
+ > Permission to use, copy, modify, and/or distribute this software for any
3429
+ > purpose with or without fee is hereby granted, provided that the above
3430
+ > copyright notice and this permission notice appear in all copies.
3431
+ >
3432
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3433
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3434
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3435
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3436
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3437
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3438
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3439
+
3440
+ ----------------------------------------
3441
+
3442
+ ### simple-html-tokenizer@v0.5.11
3443
+
3444
+ > Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
3445
+
3446
+ License: MIT
3447
+ Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
3448
+
3449
+ > Copyright (c) 2014 Yehuda Katz and contributors
3450
+ >
3451
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3452
+ > this software and associated documentation files (the "Software"), to deal in
3453
+ > the Software without restriction, including without limitation the rights to
3454
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3455
+ > of the Software, and to permit persons to whom the Software is furnished to do
3456
+ > so, subject to the following conditions:
3457
+ >
3458
+ > The above copyright notice and this permission notice shall be included in all
3459
+ > copies or substantial portions of the Software.
3460
+ >
3461
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3462
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3463
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3464
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3465
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3466
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3467
+ > SOFTWARE.
3468
+
3469
+ ----------------------------------------
3470
+
3471
+ ### state-toggle@v1.0.3
3472
+
3473
+ > Enter/exit a state
3474
+
3475
+ License: MIT
3476
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3477
+ Contributors:
3478
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3479
+
3480
+ > (The MIT License)
3481
+ >
3482
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3483
+ >
3484
+ > Permission is hereby granted, free of charge, to any person obtaining
3485
+ > a copy of this software and associated documentation files (the
3486
+ > 'Software'), to deal in the Software without restriction, including
3487
+ > without limitation the rights to use, copy, modify, merge, publish,
3488
+ > distribute, sublicense, and/or sell copies of the Software, and to
3489
+ > permit persons to whom the Software is furnished to do so, subject to
3490
+ > the following conditions:
3491
+ >
3492
+ > The above copyright notice and this permission notice shall be
3493
+ > included in all copies or substantial portions of the Software.
3494
+ >
3495
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3496
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3497
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3498
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3499
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3500
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3501
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3502
+
3503
+ ----------------------------------------
3504
+
3505
+ ### strip-ansi@v7.1.0
3506
+
3507
+ > Strip ANSI escape codes from a string
3508
+
3509
+ License: MIT
3510
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3511
+
3512
+ > MIT License
3513
+ >
3514
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3515
+ >
3516
+ > 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:
3517
+ >
3518
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3519
+ >
3520
+ > 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.
3521
+
3522
+ ----------------------------------------
3523
+
3524
+ ### to-fast-properties@v4.0.0
3525
+
3526
+ > Force V8 to use fast properties for an object
3527
+
3528
+ License: MIT
3529
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
3530
+
3531
+ > MIT License
3532
+ >
3533
+ > Copyright (c) Petka Antonov
3534
+ > Benjamin Gruenbaum
3535
+ > John-David Dalton
3536
+ > Sindre Sorhus
3537
+ >
3538
+ > 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:
3539
+ >
3540
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3541
+ >
3542
+ > 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.
3543
+
3544
+ ----------------------------------------
3545
+
3546
+ ### to-regex-range@v5.0.1
3547
+
3548
+ > Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
3549
+
3550
+ License: MIT
3551
+ Homepage: <https://github.com/micromatch/to-regex-range>
3552
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
3553
+ Contributors:
3554
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
3555
+ - Rouven Weßling (www.rouvenwessling.de)
3556
+
3557
+ > The MIT License (MIT)
3558
+ >
3559
+ > Copyright (c) 2015-present, Jon Schlinkert.
3560
+ >
3561
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3562
+ > of this software and associated documentation files (the "Software"), to deal
3563
+ > in the Software without restriction, including without limitation the rights
3564
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3565
+ > copies of the Software, and to permit persons to whom the Software is
3566
+ > furnished to do so, subject to the following conditions:
3567
+ >
3568
+ > The above copyright notice and this permission notice shall be included in
3569
+ > all copies or substantial portions of the Software.
3570
+ >
3571
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3572
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3573
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3574
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3575
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3576
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3577
+ > THE SOFTWARE.
3578
+
3579
+ ----------------------------------------
3580
+
3581
+ ### trim@v1.0.1
3582
+
3583
+ > Trim string whitespace
3584
+
3585
+ License: MIT
3586
+ Repository: <https://github.com/Trott/trim.git>
3587
+ Author: TJ Holowaychuk <tj@vision-media.ca>
3588
+
3589
+ ----------------------------------------
3590
+
3591
+ ### trim-trailing-lines@v1.1.4
3592
+
3593
+ > Remove final line feeds from a string
3594
+
3595
+ License: MIT
3596
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3597
+ Contributors:
3598
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3599
+
3600
+ > (The MIT License)
3601
+ >
3602
+ > Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
3603
+ >
3604
+ > Permission is hereby granted, free of charge, to any person obtaining
3605
+ > a copy of this software and associated documentation files (the
3606
+ > 'Software'), to deal in the Software without restriction, including
3607
+ > without limitation the rights to use, copy, modify, merge, publish,
3608
+ > distribute, sublicense, and/or sell copies of the Software, and to
3609
+ > permit persons to whom the Software is furnished to do so, subject to
3610
+ > the following conditions:
3611
+ >
3612
+ > The above copyright notice and this permission notice shall be
3613
+ > included in all copies or substantial portions of the Software.
3614
+ >
3615
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3616
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3617
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3618
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3619
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3620
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3621
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3622
+
3623
+ ----------------------------------------
3624
+
3625
+ ### trough@v1.0.5
3626
+
3627
+ > Middleware: a channel used to convey a liquid
3628
+
3629
+ License: MIT
3630
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3631
+ Contributors:
3632
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3633
+
3634
+ > (The MIT License)
3635
+ >
3636
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3637
+ >
3638
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3639
+ > of this software and associated documentation files (the "Software"), to deal
3640
+ > in the Software without restriction, including without limitation the rights
3641
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3642
+ > copies of the Software, and to permit persons to whom the Software is
3643
+ > furnished to do so, subject to the following conditions:
3644
+ >
3645
+ > The above copyright notice and this permission notice shall be included in
3646
+ > all copies or substantial portions of the Software.
3647
+ >
3648
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3649
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3650
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3651
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3652
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3653
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3654
+ > THE SOFTWARE.
3655
+
3656
+ ----------------------------------------
3657
+
3658
+ ### ts-api-utils@v1.3.0
3659
+
3660
+ > Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
3661
+
3662
+ License: MIT
3663
+ Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
3664
+ Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
3665
+
3666
+ > # MIT License
3667
+ >
3668
+ > Permission is hereby granted, free of charge, to any person obtaining
3669
+ > a copy of this software and associated documentation files (the
3670
+ > 'Software'), to deal in the Software without restriction, including
3671
+ > without limitation the rights to use, copy, modify, merge, publish,
3672
+ > distribute, sublicense, and/or sell copies of the Software, and to
3673
+ > permit persons to whom the Software is furnished to do so, subject to
3674
+ > the following conditions:
3675
+ >
3676
+ > The above copyright notice and this permission notice shall be
3677
+ > included in all copies or substantial portions of the Software.
3678
+ >
3679
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3680
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3681
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3682
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3683
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3684
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3685
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3686
+
3687
+ ----------------------------------------
3688
+
3689
+ ### typescript@v5.5.3
3690
+
3691
+ > TypeScript is a language for application scale JavaScript development
3692
+
3693
+ License: Apache-2.0
3694
+ Homepage: <https://www.typescriptlang.org/>
3695
+ Repository: <https://github.com/Microsoft/TypeScript.git>
3696
+ Author: Microsoft Corp.
3697
+
3698
+ > Apache License
3699
+ >
3700
+ > Version 2.0, January 2004
3701
+ >
3702
+ > http://www.apache.org/licenses/
3703
+ >
3704
+ > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3705
+ >
3706
+ > 1. Definitions.
3707
+ >
3708
+ > "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
3709
+ >
3710
+ > "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
3711
+ >
3712
+ > "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.
3713
+ >
3714
+ > "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
3715
+ >
3716
+ > "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
3717
+ >
3718
+ > "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.
3719
+ >
3720
+ > "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).
3721
+ >
3722
+ > "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.
3723
+ >
3724
+ > "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."
3725
+ >
3726
+ > "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.
3727
+ >
3728
+ > 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.
3729
+ >
3730
+ > 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.
3731
+ >
3732
+ > 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:
3733
+ >
3734
+ > You must give any other recipients of the Work or Derivative Works a copy of this License; and
3735
+ >
3736
+ > You must cause any modified files to carry prominent notices stating that You changed the files; and
3737
+ >
3738
+ > 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
3739
+ >
3740
+ > 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.
3741
+ >
3742
+ > 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.
3743
+ >
3744
+ > 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.
3745
+ >
3746
+ > 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.
3747
+ >
3748
+ > 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.
3749
+ >
3750
+ > 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.
3751
+ >
3752
+ > END OF TERMS AND CONDITIONS
3753
+
3754
+ ----------------------------------------
3755
+
3756
+ ### unherit@v1.1.3
3757
+
3758
+ > Clone a constructor without affecting the super-class
3759
+
3760
+ License: MIT
3761
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3762
+ Contributors:
3763
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3764
+
3765
+ > (The MIT License)
3766
+ >
3767
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3768
+ >
3769
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3770
+ > of this software and associated documentation files (the "Software"), to deal
3771
+ > in the Software without restriction, including without limitation the rights
3772
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3773
+ > copies of the Software, and to permit persons to whom the Software is
3774
+ > furnished to do so, subject to the following conditions:
3775
+ >
3776
+ > The above copyright notice and this permission notice shall be included in
3777
+ > all copies or substantial portions of the Software.
3778
+ >
3779
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3780
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3781
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3782
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3783
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3784
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3785
+ > THE SOFTWARE.
3786
+
3787
+ ----------------------------------------
3788
+
3789
+ ### unified@v9.2.2
3790
+
3791
+ > Interface for parsing, inspecting, transforming, and serializing content through syntax trees
3792
+
3793
+ License: MIT
3794
+ Homepage: <https://unifiedjs.com>
3795
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3796
+ Contributors:
3797
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3798
+ - Junyoung Choi <fluke8259@gmail.com>
3799
+ - Hernan Rajchert <hrajchert@gmail.com>
3800
+ - Christian Murphy <christian.murphy.42@gmail.com>
3801
+ - Vse Mozhet Byt <vsemozhetbyt@gmail.com>
3802
+ - Richard Littauer <richard.littauer@gmail.com>
3803
+
3804
+ > (The MIT License)
3805
+ >
3806
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3807
+ >
3808
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3809
+ > of this software and associated documentation files (the "Software"), to deal
3810
+ > in the Software without restriction, including without limitation the rights
3811
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3812
+ > copies of the Software, and to permit persons to whom the Software is
3813
+ > furnished to do so, subject to the following conditions:
3814
+ >
3815
+ > The above copyright notice and this permission notice shall be included in
3816
+ > all copies or substantial portions of the Software.
3817
+ >
3818
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3819
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3820
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3821
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3822
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3823
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3824
+ > THE SOFTWARE.
3825
+
3826
+ ----------------------------------------
3827
+
3828
+ ### uniq@v1.0.1
3829
+
3830
+ > Removes duplicates from a sorted array in place
3831
+
3832
+ License: MIT
3833
+ Repository: <git://github.com/mikolalysenko/uniq.git>
3834
+ Author: Mikola Lysenko
3835
+
3836
+ > The MIT License (MIT)
3837
+ >
3838
+ > Copyright (c) 2013 Mikola Lysenko
3839
+ >
3840
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
3841
+ > of this software and associated documentation files (the "Software"), to deal
3842
+ > in the Software without restriction, including without limitation the rights
3843
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3844
+ > copies of the Software, and to permit persons to whom the Software is
3845
+ > furnished to do so, subject to the following conditions:
3846
+ >
3847
+ > The above copyright notice and this permission notice shall be included in
3848
+ > all copies or substantial portions of the Software.
3849
+ >
3850
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3851
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3852
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3853
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3854
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3855
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3856
+ > THE SOFTWARE.
3857
+
3858
+ ----------------------------------------
3859
+
3860
+ ### unist-util-is@v4.1.0
3861
+
3862
+ > unist utility to check if a node passes a test
3863
+
3864
+ License: MIT
3865
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3866
+ Contributors:
3867
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3868
+ - Christian Murphy <christian.murphy.42@gmail.com>
3869
+ - Lucas Brandstaetter <lucas@brandstaetter.tech> (https://github.com/Roang-zero1)
3870
+
3871
+ > (The MIT license)
3872
+ >
3873
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3874
+ >
3875
+ > Permission is hereby granted, free of charge, to any person obtaining
3876
+ > a copy of this software and associated documentation files (the
3877
+ > 'Software'), to deal in the Software without restriction, including
3878
+ > without limitation the rights to use, copy, modify, merge, publish,
3879
+ > distribute, sublicense, and/or sell copies of the Software, and to
3880
+ > permit persons to whom the Software is furnished to do so, subject to
3881
+ > the following conditions:
3882
+ >
3883
+ > The above copyright notice and this permission notice shall be
3884
+ > included in all copies or substantial portions of the Software.
3885
+ >
3886
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3887
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3888
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3889
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3890
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3891
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3892
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3893
+
3894
+ ----------------------------------------
3895
+
3896
+ ### unist-util-remove-position@v2.0.1
3897
+
3898
+ > unist utility to remove positions from a tree
3899
+
3900
+ License: MIT
3901
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3902
+ Contributors:
3903
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3904
+
3905
+ > (The MIT License)
3906
+ >
3907
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3908
+ >
3909
+ > Permission is hereby granted, free of charge, to any person obtaining
3910
+ > a copy of this software and associated documentation files (the
3911
+ > 'Software'), to deal in the Software without restriction, including
3912
+ > without limitation the rights to use, copy, modify, merge, publish,
3913
+ > distribute, sublicense, and/or sell copies of the Software, and to
3914
+ > permit persons to whom the Software is furnished to do so, subject to
3915
+ > the following conditions:
3916
+ >
3917
+ > The above copyright notice and this permission notice shall be
3918
+ > included in all copies or substantial portions of the Software.
3919
+ >
3920
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3921
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3922
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3923
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3924
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3925
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3926
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3927
+
3928
+ ----------------------------------------
3929
+
3930
+ ### unist-util-stringify-position@v2.0.3
3931
+
3932
+ > unist utility to serialize a node, position, or point as a human readable location
3933
+
3934
+ License: MIT
3935
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3936
+ Contributors:
3937
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3938
+
3939
+ > (The MIT License)
3940
+ >
3941
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
3942
+ >
3943
+ > Permission is hereby granted, free of charge, to any person obtaining
3944
+ > a copy of this software and associated documentation files (the
3945
+ > 'Software'), to deal in the Software without restriction, including
3946
+ > without limitation the rights to use, copy, modify, merge, publish,
3947
+ > distribute, sublicense, and/or sell copies of the Software, and to
3948
+ > permit persons to whom the Software is furnished to do so, subject to
3949
+ > the following conditions:
3950
+ >
3951
+ > The above copyright notice and this permission notice shall be
3952
+ > included in all copies or substantial portions of the Software.
3953
+ >
3954
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3955
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3956
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3957
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3958
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3959
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3960
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3961
+
3962
+ ----------------------------------------
3963
+
3964
+ ### unist-util-visit@v2.0.3
3965
+
3966
+ > unist utility to visit nodes
3967
+
3968
+ License: MIT
3969
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3970
+ Contributors:
3971
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3972
+ - Eugene Sharygin <eush77@gmail.com>
3973
+ - Richard Gibson <richard.gibson@gmail.com>
3974
+
3975
+ > (The MIT License)
3976
+ >
3977
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
3978
+ >
3979
+ > Permission is hereby granted, free of charge, to any person obtaining
3980
+ > a copy of this software and associated documentation files (the
3981
+ > 'Software'), to deal in the Software without restriction, including
3982
+ > without limitation the rights to use, copy, modify, merge, publish,
3983
+ > distribute, sublicense, and/or sell copies of the Software, and to
3984
+ > permit persons to whom the Software is furnished to do so, subject to
3985
+ > the following conditions:
3986
+ >
3987
+ > The above copyright notice and this permission notice shall be
3988
+ > included in all copies or substantial portions of the Software.
3989
+ >
3990
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3991
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3992
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3993
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3994
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3995
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3996
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3997
+
3998
+ ----------------------------------------
3999
+
4000
+ ### unist-util-visit-parents@v3.1.1
4001
+
4002
+ > unist utility to recursively walk over nodes, with ancestral information
4003
+
4004
+ License: MIT
4005
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4006
+ Contributors:
4007
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4008
+
4009
+ > (The MIT License)
4010
+ >
4011
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
4012
+ >
4013
+ > Permission is hereby granted, free of charge, to any person obtaining
4014
+ > a copy of this software and associated documentation files (the
4015
+ > 'Software'), to deal in the Software without restriction, including
4016
+ > without limitation the rights to use, copy, modify, merge, publish,
4017
+ > distribute, sublicense, and/or sell copies of the Software, and to
4018
+ > permit persons to whom the Software is furnished to do so, subject to
4019
+ > the following conditions:
4020
+ >
4021
+ > The above copyright notice and this permission notice shall be
4022
+ > included in all copies or substantial portions of the Software.
4023
+ >
4024
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4025
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4026
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4027
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4028
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4029
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4030
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4031
+
4032
+ ----------------------------------------
4033
+
4034
+ ### url-or-path@v2.3.0
4035
+
4036
+ > Convert between file URL and path.
4037
+
4038
+ License: MIT
4039
+ Homepage: <https://github.com/fisker/url-or-path#readme>
4040
+ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
4041
+
4042
+ > MIT License
4043
+ >
4044
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
4045
+ >
4046
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
4047
+ > of this software and associated documentation files (the "Software"), to deal
4048
+ > in the Software without restriction, including without limitation the rights
4049
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4050
+ > copies of the Software, and to permit persons to whom the Software is
4051
+ > furnished to do so, subject to the following conditions:
4052
+ >
4053
+ > The above copyright notice and this permission notice shall be included in all
4054
+ > copies or substantial portions of the Software.
4055
+ >
4056
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4057
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4058
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4059
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4060
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4061
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4062
+ > SOFTWARE.
4063
+
4064
+ ----------------------------------------
4065
+
4066
+ ### vfile@v4.2.1
4067
+
4068
+ > Virtual file format for text processing
4069
+
4070
+ License: MIT
4071
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4072
+ Contributors:
4073
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4074
+ - Brendan Abbott <brendan.abbott@temando.com>
4075
+ - Denys Dovhan <email@denysdovhan.com>
4076
+ - Kyle Mathews <mathews.kyle@gmail.com>
4077
+ - Shinnosuke Watanabe <snnskwtnb@gmail.com>
4078
+ - Sindre Sorhus <sindresorhus@gmail.com>
4079
+
4080
+ > (The MIT License)
4081
+ >
4082
+ > Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
4083
+ >
4084
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
4085
+ > of this software and associated documentation files (the "Software"), to deal
4086
+ > in the Software without restriction, including without limitation the rights
4087
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4088
+ > copies of the Software, and to permit persons to whom the Software is
4089
+ > furnished to do so, subject to the following conditions:
4090
+ >
4091
+ > The above copyright notice and this permission notice shall be included in
4092
+ > all copies or substantial portions of the Software.
4093
+ >
4094
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4095
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4096
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4097
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4098
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4099
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4100
+ > THE SOFTWARE.
4101
+
4102
+ ----------------------------------------
4103
+
4104
+ ### vfile-location@v3.2.0
4105
+
4106
+ > vfile utility to convert between positional (line and column-based) and offset (range-based) locations
4107
+
4108
+ License: MIT
4109
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4110
+ Contributors:
4111
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4112
+ - Christian Murphy <christian.murphy.42@gmail.com>
4113
+
4114
+ > (The MIT License)
4115
+ >
4116
+ > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
4117
+ >
4118
+ > Permission is hereby granted, free of charge, to any person obtaining
4119
+ > a copy of this software and associated documentation files (the
4120
+ > 'Software'), to deal in the Software without restriction, including
4121
+ > without limitation the rights to use, copy, modify, merge, publish,
4122
+ > distribute, sublicense, and/or sell copies of the Software, and to
4123
+ > permit persons to whom the Software is furnished to do so, subject to
4124
+ > the following conditions:
4125
+ >
4126
+ > The above copyright notice and this permission notice shall be
4127
+ > included in all copies or substantial portions of the Software.
4128
+ >
4129
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4130
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4131
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4132
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4133
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4134
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4135
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4136
+
4137
+ ----------------------------------------
4138
+
4139
+ ### vfile-message@v2.0.4
4140
+
4141
+ > vfile utility to create a virtual message
4142
+
4143
+ License: MIT
4144
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4145
+ Contributors:
4146
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4147
+
4148
+ > (The MIT License)
4149
+ >
4150
+ > Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
4151
+ >
4152
+ > Permission is hereby granted, free of charge, to any person obtaining
4153
+ > a copy of this software and associated documentation files (the
4154
+ > 'Software'), to deal in the Software without restriction, including
4155
+ > without limitation the rights to use, copy, modify, merge, publish,
4156
+ > distribute, sublicense, and/or sell copies of the Software, and to
4157
+ > permit persons to whom the Software is furnished to do so, subject to
4158
+ > the following conditions:
4159
+ >
4160
+ > The above copyright notice and this permission notice shall be
4161
+ > included in all copies or substantial portions of the Software.
4162
+ >
4163
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4164
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4165
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4166
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4167
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4168
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4169
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4170
+
4171
+ ----------------------------------------
4172
+
4173
+ ### vnopts@v2.0.0
4174
+
4175
+ > validate and normalize options
4176
+
4177
+ License: MIT
4178
+ Homepage: <https://github.com/ikatyang/vnopts#readme>
4179
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4180
+
4181
+ > MIT License
4182
+ >
4183
+ > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4184
+ >
4185
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
4186
+ > of this software and associated documentation files (the "Software"), to deal
4187
+ > in the Software without restriction, including without limitation the rights
4188
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4189
+ > copies of the Software, and to permit persons to whom the Software is
4190
+ > furnished to do so, subject to the following conditions:
4191
+ >
4192
+ > The above copyright notice and this permission notice shall be included in all
4193
+ > copies or substantial portions of the Software.
4194
+ >
4195
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4196
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4197
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4198
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4199
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4200
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4201
+ > SOFTWARE.
4202
+
4203
+ ----------------------------------------
4204
+
4205
+ ### wcwidth.js@v1.1.2
4206
+
4207
+ > a javascript porting of C's wcwidth()
4208
+
4209
+ License: MIT
4210
+ Homepage: <http://code.woong.org/wcwidth.js>
4211
+ Repository: <https://github.com/mycoboco/wcwidth.js.git>
4212
+ Author: Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)
4213
+ Contributors:
4214
+ - Tim Oxley <secoif@gmail.com> (http://campjs.com/)
4215
+
4216
+ > wcwidth.js: a javascript portng of C's wcwidth()
4217
+ > ================================================
4218
+ >
4219
+ > Copyright (C) 2012-2014 by Woong Jun and Tim Oxley.
4220
+ >
4221
+ > This package is a javascript porting of `wcwidth()` implementation
4222
+ > [by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
4223
+ >
4224
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
4225
+ > this software and associated documentation files (the "Software"), to deal in
4226
+ > the Software without restriction, including without limitation the rights to
4227
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
4228
+ > of the Software, and to permit persons to whom the Software is furnished to do
4229
+ > so, subject to the following conditions:
4230
+ >
4231
+ > The above copyright notice and this permission notice shall be included in all
4232
+ > copies or substantial portions of the Software.
4233
+ >
4234
+ >
4235
+ > THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
4236
+ > INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
4237
+ > FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
4238
+ > OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
4239
+ > EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
4240
+ > OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
4241
+ > INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
4242
+ > CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
4243
+ > IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
4244
+ > OF SUCH DAMAGE.
4245
+
4246
+ ----------------------------------------
4247
+
4248
+ ### xtend@v4.0.2
4249
+
4250
+ > extend like a boss
4251
+
4252
+ License: MIT
4253
+ Homepage: <https://github.com/Raynos/xtend>
4254
+ Author: Raynos <raynos2@gmail.com>
4255
+ Contributors:
4256
+ - Jake Verbaten
4257
+ - Matt Esch
4258
+
4259
+ > The MIT License (MIT)
4260
+ > Copyright (c) 2012-2014 Raynos.
4261
+ >
4262
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
4263
+ > of this software and associated documentation files (the "Software"), to deal
4264
+ > in the Software without restriction, including without limitation the rights
4265
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4266
+ > copies of the Software, and to permit persons to whom the Software is
4267
+ > furnished to do so, subject to the following conditions:
4268
+ >
4269
+ > The above copyright notice and this permission notice shall be included in
4270
+ > all copies or substantial portions of the Software.
4271
+ >
4272
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4273
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4274
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4275
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4276
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4277
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4278
+ > THE SOFTWARE.
4279
+
4280
+ ----------------------------------------
4281
+
4282
+ ### yallist@v2.1.2
4283
+
4284
+ > Yet Another Linked List
4285
+
4286
+ License: ISC
4287
+ Repository: <git+https://github.com/isaacs/yallist.git>
4288
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4289
+
4290
+ > The ISC License
4291
+ >
4292
+ > Copyright (c) Isaac Z. Schlueter and Contributors
4293
+ >
4294
+ > Permission to use, copy, modify, and/or distribute this software for any
4295
+ > purpose with or without fee is hereby granted, provided that the above
4296
+ > copyright notice and this permission notice appear in all copies.
4297
+ >
4298
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4299
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4300
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4301
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4302
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4303
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4304
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4305
+
4306
+ ----------------------------------------
4307
+
4308
+ ### yaml@v1.10.2
4309
+
4310
+ > JavaScript parser and stringifier for YAML
4311
+
4312
+ License: ISC
4313
+ Homepage: <https://eemeli.org/yaml/v1/>
4314
+ Author: Eemeli Aro <eemeli@gmail.com>
4315
+
4316
+ > Copyright 2018 Eemeli Aro <eemeli@gmail.com>
4317
+ >
4318
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
4319
+ > with or without fee is hereby granted, provided that the above copyright notice
4320
+ > and this permission notice appear in all copies.
4321
+ >
4322
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
4323
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
4324
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
4325
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
4326
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
4327
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
4328
+ > THIS SOFTWARE.
4329
+
4330
+ ----------------------------------------
4331
+
4332
+ ### yaml-unist-parser@v2.0.1
4333
+
4334
+ > A YAML parser that produces output compatible with unist
4335
+
4336
+ License: MIT
4337
+ Homepage: <https://github.com/prettier/yaml-unist-parser#readme>
4338
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4339
+
4340
+ > MIT License
4341
+ >
4342
+ > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4343
+ >
4344
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
4345
+ > of this software and associated documentation files (the "Software"), to deal
4346
+ > in the Software without restriction, including without limitation the rights
4347
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4348
+ > copies of the Software, and to permit persons to whom the Software is
4349
+ > furnished to do so, subject to the following conditions:
4350
+ >
4351
+ > The above copyright notice and this permission notice shall be included in all
4352
+ > copies or substantial portions of the Software.
4353
+ >
4354
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4355
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4356
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4357
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4358
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4359
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4360
+ > SOFTWARE.
4361
+
4362
+ ----------------------------------------
4363
+
4364
+ ### yocto-queue@v1.1.1
4365
+
4366
+ > Tiny queue data structure
4367
+
4368
+ License: MIT
4369
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4370
+
4371
+ > MIT License
4372
+ >
4373
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4374
+ >
4375
+ > 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:
4376
+ >
4377
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4378
+ >
4379
+ > 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.