prettier 2.7.1 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/LICENSE +1054 -1906
  2. package/README.md +5 -5
  3. package/{bin-prettier.js → bin/prettier.cjs} +10 -5
  4. package/doc.d.ts +240 -0
  5. package/doc.js +1257 -1309
  6. package/doc.mjs +1312 -0
  7. package/index.cjs +655 -0
  8. package/index.d.ts +921 -0
  9. package/index.mjs +21484 -0
  10. package/internal/cli.mjs +6982 -0
  11. package/internal/internal.mjs +6531 -0
  12. package/package.json +179 -6
  13. package/plugins/acorn.d.ts +6 -0
  14. package/plugins/acorn.js +13 -0
  15. package/plugins/acorn.mjs +13 -0
  16. package/plugins/angular.d.ts +8 -0
  17. package/plugins/angular.js +2 -0
  18. package/plugins/angular.mjs +2 -0
  19. package/plugins/babel.d.ts +17 -0
  20. package/plugins/babel.js +16 -0
  21. package/plugins/babel.mjs +16 -0
  22. package/plugins/estree.d.ts +1 -0
  23. package/plugins/estree.js +35 -0
  24. package/plugins/estree.mjs +35 -0
  25. package/plugins/flow.d.ts +5 -0
  26. package/plugins/flow.js +21 -0
  27. package/plugins/flow.mjs +21 -0
  28. package/plugins/glimmer.d.ts +5 -0
  29. package/plugins/glimmer.js +30 -0
  30. package/plugins/glimmer.mjs +30 -0
  31. package/plugins/graphql.d.ts +5 -0
  32. package/plugins/graphql.js +29 -0
  33. package/plugins/graphql.mjs +29 -0
  34. package/plugins/html.d.ts +8 -0
  35. package/plugins/html.js +19 -0
  36. package/plugins/html.mjs +19 -0
  37. package/plugins/markdown.d.ts +7 -0
  38. package/plugins/markdown.js +59 -0
  39. package/plugins/markdown.mjs +59 -0
  40. package/plugins/meriyah.d.ts +5 -0
  41. package/plugins/meriyah.js +5 -0
  42. package/plugins/meriyah.mjs +5 -0
  43. package/plugins/postcss.d.ts +7 -0
  44. package/plugins/postcss.js +52 -0
  45. package/plugins/postcss.mjs +52 -0
  46. package/plugins/typescript.d.ts +5 -0
  47. package/plugins/typescript.js +25 -0
  48. package/plugins/typescript.mjs +25 -0
  49. package/plugins/yaml.d.ts +5 -0
  50. package/plugins/yaml.js +161 -0
  51. package/plugins/yaml.mjs +161 -0
  52. package/standalone.d.ts +33 -0
  53. package/standalone.js +36 -115
  54. package/standalone.mjs +37 -0
  55. package/cli.js +0 -15085
  56. package/esm/parser-angular.mjs +0 -2
  57. package/esm/parser-babel.mjs +0 -27
  58. package/esm/parser-espree.mjs +0 -26
  59. package/esm/parser-flow.mjs +0 -35
  60. package/esm/parser-glimmer.mjs +0 -27
  61. package/esm/parser-graphql.mjs +0 -15
  62. package/esm/parser-html.mjs +0 -36
  63. package/esm/parser-markdown.mjs +0 -76
  64. package/esm/parser-meriyah.mjs +0 -19
  65. package/esm/parser-postcss.mjs +0 -76
  66. package/esm/parser-typescript.mjs +0 -280
  67. package/esm/parser-yaml.mjs +0 -150
  68. package/esm/standalone.mjs +0 -116
  69. package/index.js +0 -37282
  70. package/parser-angular.js +0 -2
  71. package/parser-babel.js +0 -27
  72. package/parser-espree.js +0 -26
  73. package/parser-flow.js +0 -35
  74. package/parser-glimmer.js +0 -27
  75. package/parser-graphql.js +0 -15
  76. package/parser-html.js +0 -36
  77. package/parser-markdown.js +0 -76
  78. package/parser-meriyah.js +0 -19
  79. package/parser-postcss.js +0 -76
  80. package/parser-typescript.js +0 -280
  81. package/parser-yaml.js +0 -150
  82. package/third-party.js +0 -8978
package/LICENSE CHANGED
@@ -13,23 +13,28 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
13
13
  ## Licenses of bundled dependencies
14
14
 
15
15
  The published Prettier artifact additionally contains code with the following licenses:
16
- MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0, 0BSD
16
+ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
17
17
 
18
18
  ## Bundled dependencies
19
19
 
20
- ### @angular/compiler@v12.2.16
20
+ ### @angular/compiler@v16.1.7
21
+
22
+ > Angular - the compiler library
21
23
 
22
24
  License: MIT
23
- By: angular
24
25
  Repository: <https://github.com/angular/angular.git>
26
+ Author: angular
25
27
 
26
28
  ----------------------------------------
27
29
 
28
- ### @babel/code-frame@v7.16.7
30
+ ### @babel/code-frame@v7.22.5
31
+
32
+ > Generate errors that contain a code frame that point to source locations.
29
33
 
30
34
  License: MIT
31
- By: The Babel Team
35
+ Homepage: <https://babel.dev/docs/en/next/babel-code-frame>
32
36
  Repository: <https://github.com/babel/babel.git>
37
+ Author: The Babel Team (https://babel.dev/team)
33
38
 
34
39
  > MIT License
35
40
  >
@@ -56,11 +61,13 @@ Repository: <https://github.com/babel/babel.git>
56
61
 
57
62
  ----------------------------------------
58
63
 
59
- ### @babel/helper-validator-identifier@v7.16.7
64
+ ### @babel/helper-validator-identifier@v7.22.5
65
+
66
+ > Validate identifier/keywords name
60
67
 
61
68
  License: MIT
62
- By: The Babel Team
63
69
  Repository: <https://github.com/babel/babel.git>
70
+ Author: The Babel Team (https://babel.dev/team)
64
71
 
65
72
  > MIT License
66
73
  >
@@ -87,11 +94,14 @@ Repository: <https://github.com/babel/babel.git>
87
94
 
88
95
  ----------------------------------------
89
96
 
90
- ### @babel/highlight@v7.16.10
97
+ ### @babel/highlight@v7.22.5
98
+
99
+ > Syntax highlight JavaScript strings for output in terminals.
91
100
 
92
101
  License: MIT
93
- By: The Babel Team
102
+ Homepage: <https://babel.dev/docs/en/next/babel-highlight>
94
103
  Repository: <https://github.com/babel/babel.git>
104
+ Author: The Babel Team (https://babel.dev/team)
95
105
 
96
106
  > MIT License
97
107
  >
@@ -118,11 +128,14 @@ Repository: <https://github.com/babel/babel.git>
118
128
 
119
129
  ----------------------------------------
120
130
 
121
- ### @babel/parser@v7.18.0
131
+ ### @babel/parser@v7.22.7
132
+
133
+ > A JavaScript parser
122
134
 
123
135
  License: MIT
124
- By: The Babel Team
136
+ Homepage: <https://babel.dev/docs/en/next/babel-parser>
125
137
  Repository: <https://github.com/babel/babel.git>
138
+ Author: The Babel Team (https://babel.dev/team)
126
139
 
127
140
  > Copyright (C) 2012-2014 by various contributors (see AUTHORS)
128
141
  >
@@ -148,6 +161,8 @@ Repository: <https://github.com/babel/babel.git>
148
161
 
149
162
  ### @glimmer/env@v0.1.7
150
163
 
164
+ > Glimmer application environment variables stub
165
+
151
166
  License: MIT
152
167
 
153
168
  > Copyright (c) 2017 Martin Muñoz and contributors.
@@ -172,7 +187,7 @@ License: MIT
172
187
 
173
188
  ----------------------------------------
174
189
 
175
- ### @glimmer/syntax@v0.84.2
190
+ ### @glimmer/syntax@v0.84.3
176
191
 
177
192
  License: MIT
178
193
 
@@ -198,7 +213,9 @@ License: MIT
198
213
 
199
214
  ----------------------------------------
200
215
 
201
- ### @glimmer/util@v0.84.2
216
+ ### @glimmer/util@v0.84.3
217
+
218
+ > Common utilities used in Glimmer
202
219
 
203
220
  License: MIT
204
221
 
@@ -226,16 +243,22 @@ License: MIT
226
243
 
227
244
  ### @handlebars/parser@v2.0.0
228
245
 
246
+ > The parser for the Handlebars language
247
+
229
248
  License: ISC
249
+ Homepage: <https://github.com/handlebars-lang/handlebars-parser#readme>
230
250
  Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
231
251
 
232
252
  ----------------------------------------
233
253
 
234
254
  ### @iarna/toml@v2.2.5
235
255
 
256
+ > Better TOML parsing and stringifying all in that familiar JSON interface.
257
+
236
258
  License: ISC
237
- By: Rebecca Turner
259
+ Homepage: <https://github.com/iarna/iarna-toml#readme>
238
260
  Repository: <git+https://github.com/iarna/iarna-toml.git>
261
+ Author: Rebecca Turner <me@re-becca.org> (http://re-becca.org/)
239
262
 
240
263
  > Copyright (c) 2016, Rebecca Turner <me@re-becca.org>
241
264
  >
@@ -255,6 +278,8 @@ Repository: <git+https://github.com/iarna/iarna-toml.git>
255
278
 
256
279
  ### @nodelib/fs.scandir@v2.1.5
257
280
 
281
+ > List files and directories inside the specified directory
282
+
258
283
  License: MIT
259
284
 
260
285
  > The MIT License (MIT)
@@ -283,6 +308,8 @@ License: MIT
283
308
 
284
309
  ### @nodelib/fs.stat@v2.0.5
285
310
 
311
+ > Get the status of a file with some features
312
+
286
313
  License: MIT
287
314
 
288
315
  > The MIT License (MIT)
@@ -311,6 +338,8 @@ License: MIT
311
338
 
312
339
  ### @nodelib/fs.walk@v1.2.8
313
340
 
341
+ > A library for efficiently walking a directory recursively
342
+
314
343
  License: MIT
315
344
 
316
345
  > The MIT License (MIT)
@@ -337,14 +366,16 @@ License: MIT
337
366
 
338
367
  ----------------------------------------
339
368
 
340
- ### @typescript-eslint/types@v5.27.0
369
+ ### @prettier/is-es5-identifier-name@v0.2.0
370
+
371
+ > Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
341
372
 
342
373
  License: MIT
343
- Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
374
+ Author: fisker Cheung <lionkay@gmail.com>
344
375
 
345
376
  > MIT License
346
377
  >
347
- > Copyright (c) 2019 TypeScript ESLint and other contributors
378
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
348
379
  >
349
380
  > Permission is hereby granted, free of charge, to any person obtaining a copy
350
381
  > of this software and associated documentation files (the "Software"), to deal
@@ -366,48 +397,48 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
366
397
 
367
398
  ----------------------------------------
368
399
 
369
- ### @typescript-eslint/typescript-estree@v5.27.0
400
+ ### @prettier/parse-srcset@v3.0.0
370
401
 
371
- License: BSD-2-Clause
372
- Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
402
+ > A spec-conformant JavaScript parser for the HTML5 srcset attribute
373
403
 
374
- > TypeScript ESTree
375
- >
376
- > Originally extracted from:
404
+ License: MIT
405
+ Homepage: <https://github.com/prettier/parse-srcset#readme>
406
+ Author: Alex Bell <alex@bellandwhistle.net>
407
+
408
+ > The MIT License (MIT)
377
409
  >
378
- > TypeScript ESLint Parser
379
- > Copyright JS Foundation and other contributors, https://js.foundation
410
+ > Copyright (c) 2014 Alex Bell
380
411
  >
381
- > Redistribution and use in source and binary forms, with or without
382
- > modification, are permitted provided that the following conditions are met:
412
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
413
+ > of this software and associated documentation files (the "Software"), to deal
414
+ > in the Software without restriction, including without limitation the rights
415
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
416
+ > copies of the Software, and to permit persons to whom the Software is
417
+ > furnished to do so, subject to the following conditions:
383
418
  >
384
- > * Redistributions of source code must retain the above copyright
385
- > notice, this list of conditions and the following disclaimer.
386
- > * Redistributions in binary form must reproduce the above copyright
387
- > notice, this list of conditions and the following disclaimer in the
388
- > documentation and/or other materials provided with the distribution.
419
+ > The above copyright notice and this permission notice shall be included in all
420
+ > copies or substantial portions of the Software.
389
421
  >
390
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
391
- > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
392
- > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
393
- > ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
394
- > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
395
- > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
396
- > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
397
- > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
398
- > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
399
- > THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
422
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
423
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
424
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
425
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
426
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
427
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
428
+ > SOFTWARE.
400
429
 
401
430
  ----------------------------------------
402
431
 
403
- ### @typescript-eslint/visitor-keys@v5.27.0
432
+ ### @typescript-eslint/types@v6.2.0
433
+
434
+ > Types for the TypeScript-ESTree AST spec
404
435
 
405
436
  License: MIT
406
437
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
407
438
 
408
439
  > MIT License
409
440
  >
410
- > Copyright (c) 2019 TypeScript ESLint and other contributors
441
+ > Copyright (c) 2019 typescript-eslint and other contributors
411
442
  >
412
443
  > Permission is hereby granted, free of charge, to any person obtaining a copy
413
444
  > of this software and associated documentation files (the "Software"), to deal
@@ -429,14 +460,53 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
429
460
 
430
461
  ----------------------------------------
431
462
 
432
- ### acorn@v8.7.0
463
+ ### @typescript-eslint/typescript-estree@v6.2.0
464
+
465
+ > A parser that converts TypeScript source code into an ESTree compatible form
466
+
467
+ License: BSD-2-Clause
468
+ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
469
+
470
+ > TypeScript ESTree
471
+ >
472
+ > Originally extracted from:
473
+ >
474
+ > TypeScript ESLint Parser
475
+ > Copyright JS Foundation and other contributors, https://js.foundation
476
+ >
477
+ > Redistribution and use in source and binary forms, with or without
478
+ > modification, are permitted provided that the following conditions are met:
479
+ >
480
+ > - Redistributions of source code must retain the above copyright
481
+ > notice, this list of conditions and the following disclaimer.
482
+ > - Redistributions in binary form must reproduce the above copyright
483
+ > notice, this list of conditions and the following disclaimer in the
484
+ > documentation and/or other materials provided with the distribution.
485
+ >
486
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
487
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
488
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
489
+ > ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
490
+ > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
491
+ > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
492
+ > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
493
+ > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
494
+ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
495
+ > THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
496
+
497
+ ----------------------------------------
498
+
499
+ ### acorn@v8.10.0
500
+
501
+ > ECMAScript parser
433
502
 
434
503
  License: MIT
504
+ Homepage: <https://github.com/acornjs/acorn>
435
505
  Repository: <https://github.com/acornjs/acorn.git>
436
506
 
437
507
  > MIT License
438
508
  >
439
- > Copyright (C) 2012-2020 by various contributors (see AUTHORS)
509
+ > Copyright (C) 2012-2022 by various contributors (see AUTHORS)
440
510
  >
441
511
  > Permission is hereby granted, free of charge, to any person obtaining a copy
442
512
  > of this software and associated documentation files (the "Software"), to deal
@@ -460,7 +530,10 @@ Repository: <https://github.com/acornjs/acorn.git>
460
530
 
461
531
  ### acorn-jsx@v5.3.2
462
532
 
533
+ > Modern, fast React.js JSX parser
534
+
463
535
  License: MIT
536
+ Homepage: <https://github.com/acornjs/acorn-jsx>
464
537
  Repository: <https://github.com/acornjs/acorn-jsx>
465
538
 
466
539
  > Copyright (C) 2012-2017 by Ingvar Stepanyan
@@ -485,27 +558,13 @@ Repository: <https://github.com/acornjs/acorn-jsx>
485
558
 
486
559
  ----------------------------------------
487
560
 
488
- ### aggregate-error@v3.1.0
489
-
490
- License: MIT
491
- By: Sindre Sorhus
492
-
493
- > MIT License
494
- >
495
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
496
- >
497
- > 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:
498
- >
499
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
500
- >
501
- > 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.
502
-
503
- ----------------------------------------
561
+ ### angular-estree-parser@v7.0.0
504
562
 
505
- ### angular-estree-parser@v2.5.1
563
+ > A parser that converts Angular source code into an ESTree-compatible form
506
564
 
507
565
  License: MIT
508
- By: Ika
566
+ Homepage: <https://github.com/prettier/angular-estree-parser#readme>
567
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
509
568
 
510
569
  > MIT License
511
570
  >
@@ -531,39 +590,44 @@ By: Ika
531
590
 
532
591
  ----------------------------------------
533
592
 
534
- ### angular-html-parser@v1.8.0
593
+ ### angular-html-parser@v4.0.1
594
+
595
+ > A HTML parser extracted from Angular with some modifications
535
596
 
536
597
  License: MIT
537
- By: Ika
598
+ Homepage: <https://github.com/prettier/angular-html-parser/blob/master/packages/angular-html-parser#readme>
599
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
538
600
 
539
- > MIT License
540
- >
541
- > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
542
- >
543
- > Permission is hereby granted, free of charge, to any person obtaining a copy
544
- > of this software and associated documentation files (the "Software"), to deal
545
- > in the Software without restriction, including without limitation the rights
546
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
547
- > copies of the Software, and to permit persons to whom the Software is
548
- > furnished to do so, subject to the following conditions:
549
- >
550
- > The above copyright notice and this permission notice shall be included in all
551
- > copies or substantial portions of the Software.
552
- >
553
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
554
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
555
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
556
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
557
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
558
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
601
+ > MIT License
602
+ >
603
+ > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
604
+ >
605
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
606
+ > of this software and associated documentation files (the "Software"), to deal
607
+ > in the Software without restriction, including without limitation the rights
608
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
609
+ > copies of the Software, and to permit persons to whom the Software is
610
+ > furnished to do so, subject to the following conditions:
611
+ >
612
+ > The above copyright notice and this permission notice shall be included in all
613
+ > copies or substantial portions of the Software.
614
+ >
615
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
616
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
617
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
618
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
619
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
620
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
559
621
  > SOFTWARE.
560
622
 
561
623
  ----------------------------------------
562
624
 
563
625
  ### ansi-regex@v6.0.1
564
626
 
627
+ > Regular expression for matching ANSI escape codes
628
+
565
629
  License: MIT
566
- By: Sindre Sorhus
630
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
567
631
 
568
632
  > MIT License
569
633
  >
@@ -579,25 +643,10 @@ By: Sindre Sorhus
579
643
 
580
644
  ### ansi-styles@v3.2.1
581
645
 
582
- License: MIT
583
- By: Sindre Sorhus
584
-
585
- > MIT License
586
- >
587
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
588
- >
589
- > 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:
590
- >
591
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
592
- >
593
- > 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.
594
-
595
- ----------------------------------------
596
-
597
- ### array-union@v2.1.0
646
+ > ANSI escape codes for styling strings in the terminal
598
647
 
599
648
  License: MIT
600
- By: Sindre Sorhus
649
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
601
650
 
602
651
  > MIT License
603
652
  >
@@ -613,8 +662,12 @@ By: Sindre Sorhus
613
662
 
614
663
  ### bail@v1.0.5
615
664
 
665
+ > Throw a given error
666
+
616
667
  License: MIT
617
- By: Titus Wormer
668
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
669
+ Contributors:
670
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
618
671
 
619
672
  > (The MIT License)
620
673
  >
@@ -643,9 +696,12 @@ By: Titus Wormer
643
696
 
644
697
  ### balanced-match@v1.0.2
645
698
 
699
+ > Match balanced character pairs, like "{" and "}"
700
+
646
701
  License: MIT
647
- By: Julian Gruber
702
+ Homepage: <https://github.com/juliangruber/balanced-match>
648
703
  Repository: <git://github.com/juliangruber/balanced-match.git>
704
+ Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
649
705
 
650
706
  > (MIT)
651
707
  >
@@ -673,9 +729,12 @@ Repository: <git://github.com/juliangruber/balanced-match.git>
673
729
 
674
730
  ### brace-expansion@v1.1.11
675
731
 
732
+ > Brace expansion as known from sh/bash
733
+
676
734
  License: MIT
677
- By: Julian Gruber
735
+ Homepage: <https://github.com/juliangruber/brace-expansion>
678
736
  Repository: <git://github.com/juliangruber/brace-expansion.git>
737
+ Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
679
738
 
680
739
  > MIT License
681
740
  >
@@ -703,8 +762,17 @@ Repository: <git://github.com/juliangruber/brace-expansion.git>
703
762
 
704
763
  ### braces@v3.0.2
705
764
 
765
+ > 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.
766
+
706
767
  License: MIT
707
- By: Jon Schlinkert
768
+ Homepage: <https://github.com/micromatch/braces>
769
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
770
+ Contributors:
771
+ - Brian Woodward (https://twitter.com/doowb)
772
+ - Elan Shanker (https://github.com/es128)
773
+ - Eugene Sharygin (https://github.com/eush77)
774
+ - hemanth.hm (http://h3manth.com)
775
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
708
776
 
709
777
  > The MIT License (MIT)
710
778
  >
@@ -730,10 +798,12 @@ By: Jon Schlinkert
730
798
 
731
799
  ----------------------------------------
732
800
 
733
- ### camelcase@v6.3.0
801
+ ### camelcase@v7.0.1
802
+
803
+ > Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
734
804
 
735
805
  License: MIT
736
- By: Sindre Sorhus
806
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
737
807
 
738
808
  > MIT License
739
809
  >
@@ -749,8 +819,12 @@ By: Sindre Sorhus
749
819
 
750
820
  ### ccount@v1.1.0
751
821
 
822
+ > Count characters
823
+
752
824
  License: MIT
753
- By: Titus Wormer
825
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
826
+ Contributors:
827
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
754
828
 
755
829
  > (The MIT License)
756
830
  >
@@ -779,6 +853,8 @@ By: Titus Wormer
779
853
 
780
854
  ### chalk@v2.4.2
781
855
 
856
+ > Terminal string styling done right
857
+
782
858
  License: MIT
783
859
 
784
860
  > MIT License
@@ -793,7 +869,9 @@ License: MIT
793
869
 
794
870
  ----------------------------------------
795
871
 
796
- ### chalk@v5.0.1
872
+ ### chalk@v5.3.0
873
+
874
+ > Terminal string styling done right
797
875
 
798
876
  License: MIT
799
877
 
@@ -811,8 +889,12 @@ License: MIT
811
889
 
812
890
  ### character-entities@v1.2.4
813
891
 
892
+ > HTML character entity information
893
+
814
894
  License: MIT
815
- By: Titus Wormer
895
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
896
+ Contributors:
897
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
816
898
 
817
899
  > (The MIT License)
818
900
  >
@@ -841,8 +923,12 @@ By: Titus Wormer
841
923
 
842
924
  ### character-entities-legacy@v1.1.4
843
925
 
926
+ > HTML legacy character entity information
927
+
844
928
  License: MIT
845
- By: Titus Wormer
929
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
930
+ Contributors:
931
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
846
932
 
847
933
  > (The MIT License)
848
934
  >
@@ -871,8 +957,12 @@ By: Titus Wormer
871
957
 
872
958
  ### character-reference-invalid@v1.1.4
873
959
 
960
+ > HTML invalid numeric character reference information
961
+
874
962
  License: MIT
875
- By: Titus Wormer
963
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
964
+ Contributors:
965
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
876
966
 
877
967
  > (The MIT License)
878
968
  >
@@ -899,15 +989,17 @@ By: Titus Wormer
899
989
 
900
990
  ----------------------------------------
901
991
 
902
- ### ci-info@v3.3.0
992
+ ### ci-info@v3.8.0
993
+
994
+ > Get details about the current Continuous Integration environment
903
995
 
904
996
  License: MIT
905
- By: Thomas Watson Steen
906
- Repository: <https://github.com/watson/ci-info.git>
997
+ Homepage: <https://github.com/watson/ci-info>
998
+ Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
907
999
 
908
1000
  > The MIT License (MIT)
909
1001
  >
910
- > Copyright (c) 2016-2021 Thomas Watson Steen
1002
+ > Copyright (c) 2016-2023 Thomas Watson Steen
911
1003
  >
912
1004
  > Permission is hereby granted, free of charge, to any person obtaining a copy
913
1005
  > of this software and associated documentation files (the "Software"), to deal
@@ -929,28 +1021,30 @@ Repository: <https://github.com/watson/ci-info.git>
929
1021
 
930
1022
  ----------------------------------------
931
1023
 
932
- ### clean-stack@v2.2.0
933
-
934
- License: MIT
935
- By: Sindre Sorhus
936
-
937
- > MIT License
938
- >
939
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
940
- >
941
- > 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:
942
- >
943
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
944
- >
945
- > 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.
946
-
947
- ----------------------------------------
948
-
949
1024
  ### clone@v1.0.4
950
1025
 
1026
+ > deep cloning of objects and arrays
1027
+
951
1028
  License: MIT
952
- By: Paul Vorbach
953
1029
  Repository: <git://github.com/pvorb/node-clone.git>
1030
+ Author: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)
1031
+ Contributors:
1032
+ - Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)
1033
+ - Tian You <axqd001@gmail.com> (http://blog.axqd.net/)
1034
+ - George Stagas <gstagas@gmail.com> (http://stagas.com/)
1035
+ - Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)
1036
+ - Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)
1037
+ - Dan MacTough (http://yabfog.com/)
1038
+ - w1nk (https://github.com/w1nk)
1039
+ - Hugh Kennedy (http://twitter.com/hughskennedy)
1040
+ - Dustin Diaz (http://dustindiaz.com)
1041
+ - Ilya Shaisultanov (https://github.com/diversario)
1042
+ - Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)
1043
+ - Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)
1044
+ - Nathan Zadoks (https://github.com/nathan7)
1045
+ - Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)
1046
+ - Aurélio A. Heckert (http://softwarelivre.org/aurium)
1047
+ - Guy Ellis (http://www.guyellisrocks.com/)
954
1048
 
955
1049
  > Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
956
1050
  >
@@ -975,8 +1069,12 @@ Repository: <git://github.com/pvorb/node-clone.git>
975
1069
 
976
1070
  ### collapse-white-space@v1.0.6
977
1071
 
1072
+ > Replace multiple white-space characters with a single space
1073
+
978
1074
  License: MIT
979
- By: Titus Wormer
1075
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1076
+ Contributors:
1077
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
980
1078
 
981
1079
  > (The MIT License)
982
1080
  >
@@ -1005,8 +1103,10 @@ By: Titus Wormer
1005
1103
 
1006
1104
  ### color-convert@v1.9.3
1007
1105
 
1106
+ > Plain color conversion functions
1107
+
1008
1108
  License: MIT
1009
- By: Heather Arthur
1109
+ Author: Heather Arthur <fayearthur@gmail.com>
1010
1110
 
1011
1111
  > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
1012
1112
  >
@@ -1033,9 +1133,12 @@ By: Heather Arthur
1033
1133
 
1034
1134
  ### color-name@v1.1.3
1035
1135
 
1136
+ > A list of color names and its values
1137
+
1036
1138
  License: MIT
1037
- By: DY
1139
+ Homepage: <https://github.com/dfcreative/color-name>
1038
1140
  Repository: <git@github.com:dfcreative/color-name.git>
1141
+ Author: DY <dfcreative@gmail.com>
1039
1142
 
1040
1143
  > The MIT License (MIT)
1041
1144
  > Copyright (c) 2015 Dmitry Ivanov
@@ -1048,44 +1151,39 @@ Repository: <git@github.com:dfcreative/color-name.git>
1048
1151
 
1049
1152
  ----------------------------------------
1050
1153
 
1051
- ### commondir@v1.0.1
1154
+ ### common-path-prefix@v3.0.0
1052
1155
 
1053
- License: MIT
1054
- By: James Halliday
1055
- Repository: <http://github.com/substack/node-commondir.git>
1156
+ > Computes the longest prefix string that is common to each path, excluding the base component
1056
1157
 
1057
- > The MIT License
1058
- >
1059
- > Copyright (c) 2013 James Halliday (mail@substack.net)
1060
- >
1061
- > Permission is hereby granted, free of charge,
1062
- > to any person obtaining a copy of this software and
1063
- > associated documentation files (the "Software"), to
1064
- > deal in the Software without restriction, including
1065
- > without limitation the rights to use, copy, modify,
1066
- > merge, publish, distribute, sublicense, and/or sell
1067
- > copies of the Software, and to permit persons to whom
1068
- > the Software is furnished to do so,
1069
- > subject to the following conditions:
1158
+ License: ISC
1159
+ Homepage: <https://github.com/novemberborn/common-path-prefix#readme>
1160
+ Repository: <git+https://github.com/novemberborn/common-path-prefix.git>
1161
+ Author: Mark Wubben (https://novemberborn.net/)
1162
+
1163
+ > ISC License (ISC)
1164
+ > Copyright (c) 2016, Mark Wubben
1070
1165
  >
1071
- > The above copyright notice and this permission notice
1072
- > shall be included in all copies or substantial portions of the Software.
1166
+ > Permission to use, copy, modify, and/or distribute this software for any purpose
1167
+ > with or without fee is hereby granted, provided that the above copyright notice
1168
+ > and this permission notice appear in all copies.
1073
1169
  >
1074
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1075
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1076
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1077
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1078
- > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1079
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1080
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1170
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1171
+ > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1172
+ > FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1173
+ > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1174
+ > OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1175
+ > TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1176
+ > THIS SOFTWARE.
1081
1177
 
1082
1178
  ----------------------------------------
1083
1179
 
1084
1180
  ### concat-map@v0.0.1
1085
1181
 
1182
+ > concatenative mapdashery
1183
+
1086
1184
  License: MIT
1087
- By: James Halliday
1088
1185
  Repository: <git://github.com/substack/node-concat-map.git>
1186
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1089
1187
 
1090
1188
  > This software is released under the MIT license:
1091
1189
  >
@@ -1108,11 +1206,18 @@ Repository: <git://github.com/substack/node-concat-map.git>
1108
1206
 
1109
1207
  ----------------------------------------
1110
1208
 
1111
- ### cosmiconfig@v7.0.1
1209
+ ### cosmiconfig@v8.2.0
1210
+
1211
+ > Find and load configuration from a package.json property, rc file, or CommonJS module
1112
1212
 
1113
1213
  License: MIT
1114
- By: David Clark
1115
- Repository: <git+https://github.com/davidtheclark/cosmiconfig.git>
1214
+ Homepage: <https://github.com/cosmiconfig/cosmiconfig#readme>
1215
+ Repository: <git+https://github.com/cosmiconfig/cosmiconfig.git>
1216
+ Author: Daniel Fischer <daniel@d-fischer.dev>
1217
+ Contributors:
1218
+ - David Clark <david.dave.clark@gmail.com>
1219
+ - Bogdan Chadkin <trysound@yandex.ru>
1220
+ - Suhas Karanth <sudo.suhas@gmail.com>
1116
1221
 
1117
1222
  > The MIT License (MIT)
1118
1223
  >
@@ -1138,15 +1243,21 @@ Repository: <git+https://github.com/davidtheclark/cosmiconfig.git>
1138
1243
 
1139
1244
  ----------------------------------------
1140
1245
 
1141
- ### cross-spawn@v7.0.3
1246
+ ### dashify@v2.0.0
1247
+
1248
+ > Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
1142
1249
 
1143
1250
  License: MIT
1144
- By: André Cruz
1145
- Repository: <git@github.com:moxystudio/node-cross-spawn.git>
1251
+ Homepage: <https://github.com/jonschlinkert/dashify>
1252
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1253
+ Contributors:
1254
+ - Jeffrey Priebe (https://github.com/jeffreypriebe)
1255
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
1256
+ - Ondrej Brinkel (https://www.anzui.de)
1146
1257
 
1147
1258
  > The MIT License (MIT)
1148
1259
  >
1149
- > Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
1260
+ > Copyright (c) 2015-present, Jon Schlinkert.
1150
1261
  >
1151
1262
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1152
1263
  > of this software and associated documentation files (the "Software"), to deal
@@ -1168,31 +1279,18 @@ Repository: <git@github.com:moxystudio/node-cross-spawn.git>
1168
1279
 
1169
1280
  ----------------------------------------
1170
1281
 
1171
- ### crypto-random-string@v4.0.0
1172
-
1173
- License: MIT
1174
- By: Sindre Sorhus
1175
-
1176
- > MIT License
1177
- >
1178
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1179
- >
1180
- > 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:
1181
- >
1182
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1183
- >
1184
- > 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.
1185
-
1186
- ----------------------------------------
1282
+ ### defaults@v1.0.4
1187
1283
 
1188
- ### css-units-list@v1.1.0
1284
+ > merge single level defaults over a config object
1189
1285
 
1190
1286
  License: MIT
1191
- By: fisker Cheung
1287
+ Repository: <git://github.com/sindresorhus/node-defaults.git>
1288
+ Author: Elijah Insua <tmpvar@gmail.com>
1192
1289
 
1193
- > MIT License
1290
+ > The MIT License (MIT)
1194
1291
  >
1195
- > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
1292
+ > Copyright (c) 2022 Sindre Sorhus
1293
+ > Copyright (c) 2015 Elijah Insua
1196
1294
  >
1197
1295
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1198
1296
  > of this software and associated documentation files (the "Software"), to deal
@@ -1201,146 +1299,27 @@ By: fisker Cheung
1201
1299
  > copies of the Software, and to permit persons to whom the Software is
1202
1300
  > furnished to do so, subject to the following conditions:
1203
1301
  >
1204
- > The above copyright notice and this permission notice shall be included in all
1205
- > copies or substantial portions of the Software.
1302
+ > The above copyright notice and this permission notice shall be included in
1303
+ > all copies or substantial portions of the Software.
1206
1304
  >
1207
1305
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1208
1306
  > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1209
1307
  > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1210
1308
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1211
1309
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1212
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1213
- > SOFTWARE.
1310
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1311
+ > THE SOFTWARE.
1214
1312
 
1215
1313
  ----------------------------------------
1216
1314
 
1217
- ### dashify@v2.0.0
1315
+ ### diff@v5.1.0
1218
1316
 
1219
- License: MIT
1220
- By: Jon Schlinkert
1317
+ > A javascript text diff implementation.
1221
1318
 
1222
- > The MIT License (MIT)
1223
- >
1224
- > Copyright (c) 2015-present, Jon Schlinkert.
1225
- >
1226
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1227
- > of this software and associated documentation files (the "Software"), to deal
1228
- > in the Software without restriction, including without limitation the rights
1229
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1230
- > copies of the Software, and to permit persons to whom the Software is
1231
- > furnished to do so, subject to the following conditions:
1232
- >
1233
- > The above copyright notice and this permission notice shall be included in
1234
- > all copies or substantial portions of the Software.
1235
- >
1236
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1237
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1238
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1239
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1240
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1241
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1242
- > THE SOFTWARE.
1243
-
1244
- ----------------------------------------
1245
-
1246
- ### debug@v4.3.4
1247
-
1248
- License: MIT
1249
- By: Josh Junon
1250
- Repository: <git://github.com/debug-js/debug.git>
1251
-
1252
- > (The MIT License)
1253
- >
1254
- > Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
1255
- > Copyright (c) 2018-2021 Josh Junon
1256
- >
1257
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software
1258
- > and associated documentation files (the 'Software'), to deal in the Software without restriction,
1259
- > including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
1260
- > and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
1261
- > subject to the following conditions:
1262
- >
1263
- > The above copyright notice and this permission notice shall be included in all copies or substantial
1264
- > portions of the Software.
1265
- >
1266
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
1267
- > LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1268
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1269
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1270
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1271
-
1272
- ----------------------------------------
1273
-
1274
- ### defaults@v1.0.3
1275
-
1276
- License: MIT
1277
- By: Elijah Insua
1278
- Repository: <git://github.com/tmpvar/defaults.git>
1279
-
1280
- > The MIT License (MIT)
1281
- >
1282
- > Copyright (c) 2015 Elijah Insua
1283
- >
1284
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1285
- > of this software and associated documentation files (the "Software"), to deal
1286
- > in the Software without restriction, including without limitation the rights
1287
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1288
- > copies of the Software, and to permit persons to whom the Software is
1289
- > furnished to do so, subject to the following conditions:
1290
- >
1291
- > The above copyright notice and this permission notice shall be included in
1292
- > all copies or substantial portions of the Software.
1293
- >
1294
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1295
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1296
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1297
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1298
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1299
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1300
- > THE SOFTWARE.
1301
-
1302
- ----------------------------------------
1303
-
1304
- ### del@v6.0.0
1305
-
1306
- License: MIT
1307
- By: Sindre Sorhus
1308
-
1309
- > MIT License
1310
- >
1311
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1312
- >
1313
- > 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:
1314
- >
1315
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1316
- >
1317
- > 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.
1318
-
1319
- ----------------------------------------
1320
-
1321
- ### detect-newline@v3.1.0
1322
-
1323
- License: MIT
1324
- By: Sindre Sorhus
1325
-
1326
- > MIT License
1327
- >
1328
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1329
- >
1330
- > 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:
1331
- >
1332
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1333
- >
1334
- > 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.
1335
-
1336
- ----------------------------------------
1337
-
1338
- ### diff@v5.0.0
1339
-
1340
- License: BSD-3-Clause
1341
- Repository: <git://github.com/kpdecker/jsdiff.git>
1342
-
1343
- > Software License Agreement (BSD License)
1319
+ License: BSD-3-Clause
1320
+ Repository: <git://github.com/kpdecker/jsdiff.git>
1321
+
1322
+ > Software License Agreement (BSD License)
1344
1323
  >
1345
1324
  > Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
1346
1325
  >
@@ -1374,28 +1353,26 @@ Repository: <git://github.com/kpdecker/jsdiff.git>
1374
1353
 
1375
1354
  ----------------------------------------
1376
1355
 
1377
- ### dir-glob@v3.0.1
1356
+ ### eastasianwidth@v0.2.0
1378
1357
 
1379
- License: MIT
1380
- By: Kevin Mårtensson
1358
+ > Get East Asian Width from a character.
1381
1359
 
1382
- > MIT License
1383
- >
1384
- > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
1385
- >
1386
- > 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:
1387
- >
1388
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1389
- >
1390
- > 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.
1360
+ License: MIT
1361
+ Author: Masaki Komagata
1391
1362
 
1392
1363
  ----------------------------------------
1393
1364
 
1394
1365
  ### editorconfig@v0.15.3
1395
1366
 
1367
+ > EditorConfig File Locator and Interpreter for Node.js
1368
+
1396
1369
  License: MIT
1397
- By: EditorConfig Team
1398
1370
  Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1371
+ Author: EditorConfig Team
1372
+ Contributors:
1373
+ - Hong Xu (topbug.net)
1374
+ - Jed Mao (https://github.com/jedmao/)
1375
+ - Trey Hunner (http://treyhunner.com)
1399
1376
 
1400
1377
  > Copyright © 2012 EditorConfig Team
1401
1378
  >
@@ -1419,19 +1396,25 @@ Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1419
1396
 
1420
1397
  ----------------------------------------
1421
1398
 
1422
- ### editorconfig-to-prettier@v0.2.0
1399
+ ### editorconfig-to-prettier@v1.0.0
1400
+
1401
+ > Converts an `editorconfig`-parsed object to a `prettier` configuration
1423
1402
 
1424
1403
  License: ISC
1425
- By: Joseph Frazier
1404
+ Homepage: <https://github.com/josephfrazier/editorconfig-to-prettier#readme>
1426
1405
  Repository: <git+https://github.com/josephfrazier/editorconfig-to-prettier.git>
1406
+ Author: Joseph Frazier <1212jtraceur@gmail.com>
1427
1407
 
1428
1408
  ----------------------------------------
1429
1409
 
1430
- ### emoji-regex@v9.2.2
1410
+ ### emoji-regex@v10.2.1
1411
+
1412
+ > A regular expression to match all Emoji-only symbols as per the Unicode Standard.
1431
1413
 
1432
1414
  License: MIT
1433
- By: Mathias Bynens
1415
+ Homepage: <https://mths.be/emoji-regex>
1434
1416
  Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1417
+ Author: Mathias Bynens (https://mathiasbynens.be/)
1435
1418
 
1436
1419
  > Copyright Mathias Bynens <https://mathiasbynens.be/>
1437
1420
  >
@@ -1458,6 +1441,8 @@ Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1458
1441
 
1459
1442
  ### error-ex@v1.3.2
1460
1443
 
1444
+ > Easy error subclassing and stack customization
1445
+
1461
1446
  License: MIT
1462
1447
 
1463
1448
  > The MIT License (MIT)
@@ -1486,8 +1471,10 @@ License: MIT
1486
1471
 
1487
1472
  ### escape-string-regexp@v1.0.5
1488
1473
 
1474
+ > Escape RegExp special characters
1475
+
1489
1476
  License: MIT
1490
- By: Sindre Sorhus
1477
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1491
1478
 
1492
1479
  > The MIT License (MIT)
1493
1480
  >
@@ -1515,8 +1502,10 @@ By: Sindre Sorhus
1515
1502
 
1516
1503
  ### escape-string-regexp@v5.0.0
1517
1504
 
1505
+ > Escape RegExp special characters
1506
+
1518
1507
  License: MIT
1519
- By: Sindre Sorhus
1508
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1520
1509
 
1521
1510
  > MIT License
1522
1511
  >
@@ -1530,219 +1519,13 @@ By: Sindre Sorhus
1530
1519
 
1531
1520
  ----------------------------------------
1532
1521
 
1533
- ### eslint-visitor-keys@v3.3.0
1522
+ ### espree@v9.6.1
1534
1523
 
1535
- License: Apache-2.0
1536
- By: Toru Nagashima
1537
-
1538
- > Apache License
1539
- > Version 2.0, January 2004
1540
- > http://www.apache.org/licenses/
1541
- >
1542
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1543
- >
1544
- > 1. Definitions.
1545
- >
1546
- > "License" shall mean the terms and conditions for use, reproduction,
1547
- > and distribution as defined by Sections 1 through 9 of this document.
1548
- >
1549
- > "Licensor" shall mean the copyright owner or entity authorized by
1550
- > the copyright owner that is granting the License.
1551
- >
1552
- > "Legal Entity" shall mean the union of the acting entity and all
1553
- > other entities that control, are controlled by, or are under common
1554
- > control with that entity. For the purposes of this definition,
1555
- > "control" means (i) the power, direct or indirect, to cause the
1556
- > direction or management of such entity, whether by contract or
1557
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
1558
- > outstanding shares, or (iii) beneficial ownership of such entity.
1559
- >
1560
- > "You" (or "Your") shall mean an individual or Legal Entity
1561
- > exercising permissions granted by this License.
1562
- >
1563
- > "Source" form shall mean the preferred form for making modifications,
1564
- > including but not limited to software source code, documentation
1565
- > source, and configuration files.
1566
- >
1567
- > "Object" form shall mean any form resulting from mechanical
1568
- > transformation or translation of a Source form, including but
1569
- > not limited to compiled object code, generated documentation,
1570
- > and conversions to other media types.
1571
- >
1572
- > "Work" shall mean the work of authorship, whether in Source or
1573
- > Object form, made available under the License, as indicated by a
1574
- > copyright notice that is included in or attached to the work
1575
- > (an example is provided in the Appendix below).
1576
- >
1577
- > "Derivative Works" shall mean any work, whether in Source or Object
1578
- > form, that is based on (or derived from) the Work and for which the
1579
- > editorial revisions, annotations, elaborations, or other modifications
1580
- > represent, as a whole, an original work of authorship. For the purposes
1581
- > of this License, Derivative Works shall not include works that remain
1582
- > separable from, or merely link (or bind by name) to the interfaces of,
1583
- > the Work and Derivative Works thereof.
1584
- >
1585
- > "Contribution" shall mean any work of authorship, including
1586
- > the original version of the Work and any modifications or additions
1587
- > to that Work or Derivative Works thereof, that is intentionally
1588
- > submitted to Licensor for inclusion in the Work by the copyright owner
1589
- > or by an individual or Legal Entity authorized to submit on behalf of
1590
- > the copyright owner. For the purposes of this definition, "submitted"
1591
- > means any form of electronic, verbal, or written communication sent
1592
- > to the Licensor or its representatives, including but not limited to
1593
- > communication on electronic mailing lists, source code control systems,
1594
- > and issue tracking systems that are managed by, or on behalf of, the
1595
- > Licensor for the purpose of discussing and improving the Work, but
1596
- > excluding communication that is conspicuously marked or otherwise
1597
- > designated in writing by the copyright owner as "Not a Contribution."
1598
- >
1599
- > "Contributor" shall mean Licensor and any individual or Legal Entity
1600
- > on behalf of whom a Contribution has been received by Licensor and
1601
- > subsequently incorporated within the Work.
1602
- >
1603
- > 2. Grant of Copyright License. Subject to the terms and conditions of
1604
- > this License, each Contributor hereby grants to You a perpetual,
1605
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1606
- > copyright license to reproduce, prepare Derivative Works of,
1607
- > publicly display, publicly perform, sublicense, and distribute the
1608
- > Work and such Derivative Works in Source or Object form.
1609
- >
1610
- > 3. Grant of Patent License. Subject to the terms and conditions of
1611
- > this License, each Contributor hereby grants to You a perpetual,
1612
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1613
- > (except as stated in this section) patent license to make, have made,
1614
- > use, offer to sell, sell, import, and otherwise transfer the Work,
1615
- > where such license applies only to those patent claims licensable
1616
- > by such Contributor that are necessarily infringed by their
1617
- > Contribution(s) alone or by combination of their Contribution(s)
1618
- > with the Work to which such Contribution(s) was submitted. If You
1619
- > institute patent litigation against any entity (including a
1620
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
1621
- > or a Contribution incorporated within the Work constitutes direct
1622
- > or contributory patent infringement, then any patent licenses
1623
- > granted to You under this License for that Work shall terminate
1624
- > as of the date such litigation is filed.
1625
- >
1626
- > 4. Redistribution. You may reproduce and distribute copies of the
1627
- > Work or Derivative Works thereof in any medium, with or without
1628
- > modifications, and in Source or Object form, provided that You
1629
- > meet the following conditions:
1630
- >
1631
- > (a) You must give any other recipients of the Work or
1632
- > Derivative Works a copy of this License; and
1633
- >
1634
- > (b) You must cause any modified files to carry prominent notices
1635
- > stating that You changed the files; and
1636
- >
1637
- > (c) You must retain, in the Source form of any Derivative Works
1638
- > that You distribute, all copyright, patent, trademark, and
1639
- > attribution notices from the Source form of the Work,
1640
- > excluding those notices that do not pertain to any part of
1641
- > the Derivative Works; and
1642
- >
1643
- > (d) If the Work includes a "NOTICE" text file as part of its
1644
- > distribution, then any Derivative Works that You distribute must
1645
- > include a readable copy of the attribution notices contained
1646
- > within such NOTICE file, excluding those notices that do not
1647
- > pertain to any part of the Derivative Works, in at least one
1648
- > of the following places: within a NOTICE text file distributed
1649
- > as part of the Derivative Works; within the Source form or
1650
- > documentation, if provided along with the Derivative Works; or,
1651
- > within a display generated by the Derivative Works, if and
1652
- > wherever such third-party notices normally appear. The contents
1653
- > of the NOTICE file are for informational purposes only and
1654
- > do not modify the License. You may add Your own attribution
1655
- > notices within Derivative Works that You distribute, alongside
1656
- > or as an addendum to the NOTICE text from the Work, provided
1657
- > that such additional attribution notices cannot be construed
1658
- > as modifying the License.
1659
- >
1660
- > You may add Your own copyright statement to Your modifications and
1661
- > may provide additional or different license terms and conditions
1662
- > for use, reproduction, or distribution of Your modifications, or
1663
- > for any such Derivative Works as a whole, provided Your use,
1664
- > reproduction, and distribution of the Work otherwise complies with
1665
- > the conditions stated in this License.
1666
- >
1667
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
1668
- > any Contribution intentionally submitted for inclusion in the Work
1669
- > by You to the Licensor shall be under the terms and conditions of
1670
- > this License, without any additional terms or conditions.
1671
- > Notwithstanding the above, nothing herein shall supersede or modify
1672
- > the terms of any separate license agreement you may have executed
1673
- > with Licensor regarding such Contributions.
1674
- >
1675
- > 6. Trademarks. This License does not grant permission to use the trade
1676
- > names, trademarks, service marks, or product names of the Licensor,
1677
- > except as required for reasonable and customary use in describing the
1678
- > origin of the Work and reproducing the content of the NOTICE file.
1679
- >
1680
- > 7. Disclaimer of Warranty. Unless required by applicable law or
1681
- > agreed to in writing, Licensor provides the Work (and each
1682
- > Contributor provides its Contributions) on an "AS IS" BASIS,
1683
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1684
- > implied, including, without limitation, any warranties or conditions
1685
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1686
- > PARTICULAR PURPOSE. You are solely responsible for determining the
1687
- > appropriateness of using or redistributing the Work and assume any
1688
- > risks associated with Your exercise of permissions under this License.
1689
- >
1690
- > 8. Limitation of Liability. In no event and under no legal theory,
1691
- > whether in tort (including negligence), contract, or otherwise,
1692
- > unless required by applicable law (such as deliberate and grossly
1693
- > negligent acts) or agreed to in writing, shall any Contributor be
1694
- > liable to You for damages, including any direct, indirect, special,
1695
- > incidental, or consequential damages of any character arising as a
1696
- > result of this License or out of the use or inability to use the
1697
- > Work (including but not limited to damages for loss of goodwill,
1698
- > work stoppage, computer failure or malfunction, or any and all
1699
- > other commercial damages or losses), even if such Contributor
1700
- > has been advised of the possibility of such damages.
1701
- >
1702
- > 9. Accepting Warranty or Additional Liability. While redistributing
1703
- > the Work or Derivative Works thereof, You may choose to offer,
1704
- > and charge a fee for, acceptance of support, warranty, indemnity,
1705
- > or other liability obligations and/or rights consistent with this
1706
- > License. However, in accepting such obligations, You may act only
1707
- > on Your own behalf and on Your sole responsibility, not on behalf
1708
- > of any other Contributor, and only if You agree to indemnify,
1709
- > defend, and hold each Contributor harmless for any liability
1710
- > incurred by, or claims asserted against, such Contributor by reason
1711
- > of your accepting any such warranty or additional liability.
1712
- >
1713
- > END OF TERMS AND CONDITIONS
1714
- >
1715
- > APPENDIX: How to apply the Apache License to your work.
1716
- >
1717
- > To apply the Apache License to your work, attach the following
1718
- > boilerplate notice, with the fields enclosed by brackets "{}"
1719
- > replaced with your own identifying information. (Don't include
1720
- > the brackets!) The text should be enclosed in the appropriate
1721
- > comment syntax for the file format. We also recommend that a
1722
- > file or class name and description of purpose be included on the
1723
- > same "printed page" as the copyright notice for easier
1724
- > identification within third-party archives.
1725
- >
1726
- > Copyright contributors
1727
- >
1728
- > Licensed under the Apache License, Version 2.0 (the "License");
1729
- > you may not use this file except in compliance with the License.
1730
- > You may obtain a copy of the License at
1731
- >
1732
- > http://www.apache.org/licenses/LICENSE-2.0
1733
- >
1734
- > Unless required by applicable law or agreed to in writing, software
1735
- > distributed under the License is distributed on an "AS IS" BASIS,
1736
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1737
- > See the License for the specific language governing permissions and
1738
- > limitations under the License.
1739
-
1740
- ----------------------------------------
1741
-
1742
- ### espree@v9.3.1
1524
+ > An Esprima-compatible JavaScript parser built on Acorn
1743
1525
 
1744
1526
  License: BSD-2-Clause
1745
- By: Nicholas C. Zakas
1527
+ Homepage: <https://github.com/eslint/espree>
1528
+ Author: Nicholas C. Zakas <nicholas+npm@nczconsulting.com>
1746
1529
 
1747
1530
  > BSD 2-Clause License
1748
1531
  >
@@ -1772,55 +1555,15 @@ By: Nicholas C. Zakas
1772
1555
 
1773
1556
  ----------------------------------------
1774
1557
 
1775
- ### esutils@v2.0.3
1776
-
1777
- License: BSD-2-Clause
1778
- Repository: <http://github.com/estools/esutils.git>
1779
-
1780
- > Redistribution and use in source and binary forms, with or without
1781
- > modification, are permitted provided that the following conditions are met:
1782
- >
1783
- > * Redistributions of source code must retain the above copyright
1784
- > notice, this list of conditions and the following disclaimer.
1785
- > * Redistributions in binary form must reproduce the above copyright
1786
- > notice, this list of conditions and the following disclaimer in the
1787
- > documentation and/or other materials provided with the distribution.
1788
- >
1789
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1790
- > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1791
- > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1792
- > ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1793
- > DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1794
- > (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1795
- > LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1796
- > ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1797
- > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1798
- > THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1799
-
1800
- ----------------------------------------
1801
-
1802
- ### execa@v6.1.0
1803
-
1804
- License: MIT
1805
- By: Sindre Sorhus
1806
-
1807
- > MIT License
1808
- >
1809
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1810
- >
1811
- > 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:
1812
- >
1813
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1814
- >
1815
- > 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.
1816
-
1817
- ----------------------------------------
1818
-
1819
1558
  ### extend@v3.0.2
1820
1559
 
1560
+ > Port of jQuery.extend for node.js and the browser
1561
+
1821
1562
  License: MIT
1822
- By: Stefan Thomas
1823
1563
  Repository: <https://github.com/justmoon/node-extend.git>
1564
+ Author: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
1565
+ Contributors:
1566
+ - Jordan Harband (https://github.com/ljharb)
1824
1567
 
1825
1568
  > The MIT License (MIT)
1826
1569
  >
@@ -1847,10 +1590,12 @@ Repository: <https://github.com/justmoon/node-extend.git>
1847
1590
 
1848
1591
  ----------------------------------------
1849
1592
 
1850
- ### fast-glob@v3.2.11
1593
+ ### fast-glob@v3.2.12
1594
+
1595
+ > It's a very fast and efficient glob library for Node.js
1851
1596
 
1852
1597
  License: MIT
1853
- By: Denis Malinochkin
1598
+ Author: Denis Malinochkin (https://mrmlnc.com)
1854
1599
 
1855
1600
  > The MIT License (MIT)
1856
1601
  >
@@ -1878,9 +1623,12 @@ By: Denis Malinochkin
1878
1623
 
1879
1624
  ### fast-json-stable-stringify@v2.1.0
1880
1625
 
1626
+ > deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
1627
+
1881
1628
  License: MIT
1882
- By: James Halliday
1629
+ Homepage: <https://github.com/epoberezkin/fast-json-stable-stringify>
1883
1630
  Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1631
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1884
1632
 
1885
1633
  > This software is released under the MIT license:
1886
1634
  >
@@ -1906,11 +1654,14 @@ Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1906
1654
 
1907
1655
  ----------------------------------------
1908
1656
 
1909
- ### fastq@v1.13.0
1657
+ ### fastq@v1.15.0
1658
+
1659
+ > Fast, in memory work queue
1910
1660
 
1911
1661
  License: ISC
1912
- By: Matteo Collina
1662
+ Homepage: <https://github.com/mcollina/fastq#readme>
1913
1663
  Repository: <git+https://github.com/mcollina/fastq.git>
1664
+ Author: Matteo Collina <hello@matteocollina.com>
1914
1665
 
1915
1666
  > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1916
1667
  >
@@ -1930,8 +1681,10 @@ Repository: <git+https://github.com/mcollina/fastq.git>
1930
1681
 
1931
1682
  ### file-entry-cache@v6.0.1
1932
1683
 
1684
+ > 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
1685
+
1933
1686
  License: MIT
1934
- By: Roy Riojas
1687
+ Author: Roy Riojas (http://royriojas.com)
1935
1688
 
1936
1689
  > The MIT License (MIT)
1937
1690
  >
@@ -1959,8 +1712,17 @@ By: Roy Riojas
1959
1712
 
1960
1713
  ### fill-range@v7.0.1
1961
1714
 
1715
+ > 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`
1716
+
1962
1717
  License: MIT
1963
- By: Jon Schlinkert
1718
+ Homepage: <https://github.com/jonschlinkert/fill-range>
1719
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1720
+ Contributors:
1721
+ - Edo Rivai (edo.rivai.nl)
1722
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
1723
+ - Paul Miller (paulmillr.com)
1724
+ - Rouven Weßling (www.rouvenwessling.de)
1725
+ - null (https://github.com/wtgtybhertgeghgtwtg)
1964
1726
 
1965
1727
  > The MIT License (MIT)
1966
1728
  >
@@ -1986,13 +1748,17 @@ By: Jon Schlinkert
1986
1748
 
1987
1749
  ----------------------------------------
1988
1750
 
1989
- ### find-cache-dir@v3.3.2
1751
+ ### find-cache-dir@v4.0.0
1752
+
1753
+ > Finds the common standard cache directory
1990
1754
 
1991
1755
  License: MIT
1756
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1992
1757
 
1993
1758
  > MIT License
1994
1759
  >
1995
1760
  > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1761
+ > Copyright (c) James Talmage <james@talmage.io> (https://github.com/jamestalmage)
1996
1762
  >
1997
1763
  > 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:
1998
1764
  >
@@ -2004,9 +1770,12 @@ License: MIT
2004
1770
 
2005
1771
  ### find-parent-dir@v0.3.1
2006
1772
 
1773
+ > Finds the first parent directory that contains a given file or directory.
1774
+
2007
1775
  License: MIT
2008
- By: Thorsten Lorenz
1776
+ Homepage: <https://github.com/thlorenz/find-parent-dir>
2009
1777
  Repository: <git://github.com/thlorenz/find-parent-dir.git>
1778
+ Author: Thorsten Lorenz <thlorenz@gmx.de> (http://thlorenz.com)
2010
1779
 
2011
1780
  > Copyright 2013 Thorsten Lorenz.
2012
1781
  > All rights reserved.
@@ -2034,14 +1803,16 @@ Repository: <git://github.com/thlorenz/find-parent-dir.git>
2034
1803
 
2035
1804
  ----------------------------------------
2036
1805
 
2037
- ### find-up@v4.1.0
1806
+ ### find-up@v6.3.0
1807
+
1808
+ > Find a file or directory by walking up parent directories
2038
1809
 
2039
1810
  License: MIT
2040
- By: Sindre Sorhus
1811
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2041
1812
 
2042
1813
  > MIT License
2043
1814
  >
2044
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1815
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2045
1816
  >
2046
1817
  > 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:
2047
1818
  >
@@ -2053,8 +1824,10 @@ By: Sindre Sorhus
2053
1824
 
2054
1825
  ### flat-cache@v3.0.4
2055
1826
 
1827
+ > A stupidly simple key/value storage using files to persist some data
1828
+
2056
1829
  License: MIT
2057
- By: Roy Riojas
1830
+ Author: Roy Riojas (http://royriojas.com)
2058
1831
 
2059
1832
  > The MIT License (MIT)
2060
1833
  >
@@ -2080,11 +1853,14 @@ By: Roy Riojas
2080
1853
 
2081
1854
  ----------------------------------------
2082
1855
 
2083
- ### flatted@v3.2.5
1856
+ ### flatted@v3.2.7
1857
+
1858
+ > A super light and fast circular JSON parser.
2084
1859
 
2085
1860
  License: ISC
2086
- By: Andrea Giammarchi
1861
+ Homepage: <https://github.com/WebReflection/flatted#readme>
2087
1862
  Repository: <git+https://github.com/WebReflection/flatted.git>
1863
+ Author: Andrea Giammarchi
2088
1864
 
2089
1865
  > ISC License
2090
1866
  >
@@ -2106,9 +1882,14 @@ Repository: <git+https://github.com/WebReflection/flatted.git>
2106
1882
 
2107
1883
  ### flatten@v1.0.3
2108
1884
 
1885
+ > Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.
1886
+
2109
1887
  License: MIT
2110
- By: Joshua Holbrook
1888
+ Homepage: <https://github.com/mk-pmb/flatten-js/#readme>
2111
1889
  Repository: <git+https://github.com/mk-pmb/flatten-js.git>
1890
+ Author: Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)
1891
+ Contributors:
1892
+ - M.K. (https://github.com/mk-pmb)
2112
1893
 
2113
1894
  > The MIT License (MIT)
2114
1895
  >
@@ -2134,19 +1915,24 @@ Repository: <git+https://github.com/mk-pmb/flatten-js.git>
2134
1915
 
2135
1916
  ----------------------------------------
2136
1917
 
2137
- ### flow-parser@v0.180.0
1918
+ ### flow-parser@v0.213.1
1919
+
1920
+ > JavaScript parser written in OCaml. Produces ESTree AST
2138
1921
 
2139
1922
  License: MIT
2140
- By: Flow Team
1923
+ Homepage: <https://flow.org>
2141
1924
  Repository: <https://github.com/facebook/flow.git>
1925
+ Author: Flow Team <flow@fb.com>
2142
1926
 
2143
1927
  ----------------------------------------
2144
1928
 
2145
1929
  ### fs.realpath@v1.0.0
2146
1930
 
1931
+ > Use node's fs.realpath, but fall back to the JS implementation if the native one fails
1932
+
2147
1933
  License: ISC
2148
- By: Isaac Z. Schlueter
2149
1934
  Repository: <git+https://github.com/isaacs/fs.realpath.git>
1935
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
2150
1936
 
2151
1937
  > The ISC License
2152
1938
  >
@@ -2194,37 +1980,12 @@ Repository: <git+https://github.com/isaacs/fs.realpath.git>
2194
1980
 
2195
1981
  ----------------------------------------
2196
1982
 
2197
- ### function-bind@v1.1.1
2198
-
2199
- License: MIT
2200
- By: Raynos
2201
-
2202
- > Copyright (c) 2013 Raynos.
2203
- >
2204
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2205
- > of this software and associated documentation files (the "Software"), to deal
2206
- > in the Software without restriction, including without limitation the rights
2207
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2208
- > copies of the Software, and to permit persons to whom the Software is
2209
- > furnished to do so, subject to the following conditions:
2210
- >
2211
- > The above copyright notice and this permission notice shall be included in
2212
- > all copies or substantial portions of the Software.
2213
- >
2214
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2215
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2216
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2217
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2218
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2219
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2220
- > THE SOFTWARE.
2221
-
2222
- ----------------------------------------
1983
+ ### get-stdin@v9.0.0
2223
1984
 
2224
- ### get-stdin@v8.0.0
1985
+ > Get stdin as a string or buffer
2225
1986
 
2226
1987
  License: MIT
2227
- By: Sindre Sorhus
1988
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2228
1989
 
2229
1990
  > MIT License
2230
1991
  >
@@ -2238,28 +1999,13 @@ By: Sindre Sorhus
2238
1999
 
2239
2000
  ----------------------------------------
2240
2001
 
2241
- ### get-stream@v6.0.1
2242
-
2243
- License: MIT
2244
- By: Sindre Sorhus
2245
-
2246
- > MIT License
2247
- >
2248
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2249
- >
2250
- > 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:
2251
- >
2252
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2253
- >
2254
- > 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.
2255
-
2256
- ----------------------------------------
2002
+ ### glob@v7.2.3
2257
2003
 
2258
- ### glob@v7.2.0
2004
+ > a little globber
2259
2005
 
2260
2006
  License: ISC
2261
- By: Isaac Z. Schlueter
2262
2007
  Repository: <git://github.com/isaacs/node-glob.git>
2008
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
2263
2009
 
2264
2010
  > The ISC License
2265
2011
  >
@@ -2287,8 +2033,13 @@ Repository: <git://github.com/isaacs/node-glob.git>
2287
2033
 
2288
2034
  ### glob-parent@v5.1.2
2289
2035
 
2036
+ > Extract the non-magic parent path from a glob string.
2037
+
2290
2038
  License: ISC
2291
- By: Gulp Team
2039
+ Author: Gulp Team <team@gulpjs.com> (https://gulpjs.com/)
2040
+ Contributors:
2041
+ - Elan Shanker (https://github.com/es128)
2042
+ - Blaine Bublitz <blaine.bublitz@gmail.com>
2292
2043
 
2293
2044
  > The ISC License
2294
2045
  >
@@ -2308,49 +2059,12 @@ By: Gulp Team
2308
2059
 
2309
2060
  ----------------------------------------
2310
2061
 
2311
- ### globby@v11.1.0
2312
-
2313
- License: MIT
2314
- By: Sindre Sorhus
2315
-
2316
- > MIT License
2317
- >
2318
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2319
- >
2320
- > 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:
2321
- >
2322
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2323
- >
2324
- > 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.
2325
-
2326
- ----------------------------------------
2327
-
2328
- ### graceful-fs@v4.2.9
2329
-
2330
- License: ISC
2331
- Repository: <https://github.com/isaacs/node-graceful-fs>
2332
-
2333
- > The ISC License
2334
- >
2335
- > Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2336
- >
2337
- > Permission to use, copy, modify, and/or distribute this software for any
2338
- > purpose with or without fee is hereby granted, provided that the above
2339
- > copyright notice and this permission notice appear in all copies.
2340
- >
2341
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2342
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2343
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2344
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2345
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2346
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2347
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2348
-
2349
- ----------------------------------------
2062
+ ### graphql@v16.7.1
2350
2063
 
2351
- ### graphql@v15.6.1
2064
+ > A Query Language and Runtime which can target any service.
2352
2065
 
2353
2066
  License: MIT
2067
+ Homepage: <https://github.com/graphql/graphql-js>
2354
2068
  Repository: <https://github.com/graphql/graphql-js.git>
2355
2069
 
2356
2070
  > MIT License
@@ -2377,47 +2091,18 @@ Repository: <https://github.com/graphql/graphql-js.git>
2377
2091
 
2378
2092
  ----------------------------------------
2379
2093
 
2380
- ### has@v1.0.3
2094
+ ### has-flag@v3.0.0
2095
+
2096
+ > Check if argv has a specific flag
2381
2097
 
2382
2098
  License: MIT
2383
- By: Thiago de Arruda
2384
- Repository: <git://github.com/tarruda/has.git>
2099
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2385
2100
 
2386
- > Copyright (c) 2013 Thiago de Arruda
2101
+ > MIT License
2387
2102
  >
2388
- > Permission is hereby granted, free of charge, to any person
2389
- > obtaining a copy of this software and associated documentation
2390
- > files (the "Software"), to deal in the Software without
2391
- > restriction, including without limitation the rights to use,
2392
- > copy, modify, merge, publish, distribute, sublicense, and/or sell
2393
- > copies of the Software, and to permit persons to whom the
2394
- > Software is furnished to do so, subject to the following
2395
- > conditions:
2103
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2396
2104
  >
2397
- > The above copyright notice and this permission notice shall be
2398
- > included in all copies or substantial portions of the Software.
2399
- >
2400
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2401
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2402
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2403
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2404
- > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2405
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2406
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2407
- > OTHER DEALINGS IN THE SOFTWARE.
2408
-
2409
- ----------------------------------------
2410
-
2411
- ### has-flag@v3.0.0
2412
-
2413
- License: MIT
2414
- By: Sindre Sorhus
2415
-
2416
- > MIT License
2417
- >
2418
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2419
- >
2420
- > 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:
2105
+ > 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:
2421
2106
  >
2422
2107
  > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2423
2108
  >
@@ -2425,18 +2110,20 @@ By: Sindre Sorhus
2425
2110
 
2426
2111
  ----------------------------------------
2427
2112
 
2428
- ### html-element-attributes@v3.1.0
2113
+ ### ignore@v5.2.4
2114
+
2115
+ > Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
2429
2116
 
2430
2117
  License: MIT
2431
- By: Titus Wormer
2118
+ Repository: <git@github.com:kaelzhang/node-ignore.git>
2119
+ Author: kael
2432
2120
 
2433
- > (The MIT License)
2434
- >
2435
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2121
+ > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2122
+ > http://kael.me/
2436
2123
  >
2437
2124
  > Permission is hereby granted, free of charge, to any person obtaining
2438
2125
  > a copy of this software and associated documentation files (the
2439
- > 'Software'), to deal in the Software without restriction, including
2126
+ > "Software"), to deal in the Software without restriction, including
2440
2127
  > without limitation the rights to use, copy, modify, merge, publish,
2441
2128
  > distribute, sublicense, and/or sell copies of the Software, and to
2442
2129
  > permit persons to whom the Software is furnished to do so, subject to
@@ -2445,54 +2132,47 @@ By: Titus Wormer
2445
2132
  > The above copyright notice and this permission notice shall be
2446
2133
  > included in all copies or substantial portions of the Software.
2447
2134
  >
2448
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2135
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2449
2136
  > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2450
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2451
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2452
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2453
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2454
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2137
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2138
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2139
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2140
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2141
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2455
2142
 
2456
2143
  ----------------------------------------
2457
2144
 
2458
- ### html-tag-names@v2.0.1
2145
+ ### import-fresh@v3.3.0
2146
+
2147
+ > Import a module while bypassing the cache
2459
2148
 
2460
2149
  License: MIT
2461
- By: Titus Wormer
2150
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2462
2151
 
2463
- > (The MIT License)
2152
+ > MIT License
2464
2153
  >
2465
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2154
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2466
2155
  >
2467
- > Permission is hereby granted, free of charge, to any person obtaining
2468
- > a copy of this software and associated documentation files (the
2469
- > 'Software'), to deal in the Software without restriction, including
2470
- > without limitation the rights to use, copy, modify, merge, publish,
2471
- > distribute, sublicense, and/or sell copies of the Software, and to
2472
- > permit persons to whom the Software is furnished to do so, subject to
2473
- > the following conditions:
2156
+ > 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:
2474
2157
  >
2475
- > The above copyright notice and this permission notice shall be
2476
- > included in all copies or substantial portions of the Software.
2158
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2477
2159
  >
2478
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2479
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2480
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2481
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2482
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2483
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2484
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2160
+ > 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.
2485
2161
 
2486
2162
  ----------------------------------------
2487
2163
 
2488
- ### html-void-elements@v2.0.1
2164
+ ### import-meta-resolve@v3.0.0
2165
+
2166
+ > Resolve things like Node.js — ponyfill for `import.meta.resolve`
2489
2167
 
2490
2168
  License: MIT
2491
- By: Titus Wormer
2169
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2170
+ Contributors:
2171
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2492
2172
 
2493
2173
  > (The MIT License)
2494
2174
  >
2495
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2175
+ > Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
2496
2176
  >
2497
2177
  > Permission is hereby granted, free of charge, to any person obtaining
2498
2178
  > a copy of this software and associated documentation files (the
@@ -2512,287 +2192,69 @@ By: Titus Wormer
2512
2192
  > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2513
2193
  > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2514
2194
  > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2515
-
2516
- ----------------------------------------
2517
-
2518
- ### human-signals@v3.0.1
2519
-
2520
- License: Apache-2.0
2521
- By: ehmicky
2522
-
2523
- > Apache License
2524
- > Version 2.0, January 2004
2525
- > http://www.apache.org/licenses/
2526
- >
2527
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2528
- >
2529
- > 1. Definitions.
2530
- >
2531
- > "License" shall mean the terms and conditions for use, reproduction,
2532
- > and distribution as defined by Sections 1 through 9 of this document.
2533
- >
2534
- > "Licensor" shall mean the copyright owner or entity authorized by
2535
- > the copyright owner that is granting the License.
2536
- >
2537
- > "Legal Entity" shall mean the union of the acting entity and all
2538
- > other entities that control, are controlled by, or are under common
2539
- > control with that entity. For the purposes of this definition,
2540
- > "control" means (i) the power, direct or indirect, to cause the
2541
- > direction or management of such entity, whether by contract or
2542
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
2543
- > outstanding shares, or (iii) beneficial ownership of such entity.
2544
- >
2545
- > "You" (or "Your") shall mean an individual or Legal Entity
2546
- > exercising permissions granted by this License.
2547
- >
2548
- > "Source" form shall mean the preferred form for making modifications,
2549
- > including but not limited to software source code, documentation
2550
- > source, and configuration files.
2551
- >
2552
- > "Object" form shall mean any form resulting from mechanical
2553
- > transformation or translation of a Source form, including but
2554
- > not limited to compiled object code, generated documentation,
2555
- > and conversions to other media types.
2556
- >
2557
- > "Work" shall mean the work of authorship, whether in Source or
2558
- > Object form, made available under the License, as indicated by a
2559
- > copyright notice that is included in or attached to the work
2560
- > (an example is provided in the Appendix below).
2561
- >
2562
- > "Derivative Works" shall mean any work, whether in Source or Object
2563
- > form, that is based on (or derived from) the Work and for which the
2564
- > editorial revisions, annotations, elaborations, or other modifications
2565
- > represent, as a whole, an original work of authorship. For the purposes
2566
- > of this License, Derivative Works shall not include works that remain
2567
- > separable from, or merely link (or bind by name) to the interfaces of,
2568
- > the Work and Derivative Works thereof.
2569
- >
2570
- > "Contribution" shall mean any work of authorship, including
2571
- > the original version of the Work and any modifications or additions
2572
- > to that Work or Derivative Works thereof, that is intentionally
2573
- > submitted to Licensor for inclusion in the Work by the copyright owner
2574
- > or by an individual or Legal Entity authorized to submit on behalf of
2575
- > the copyright owner. For the purposes of this definition, "submitted"
2576
- > means any form of electronic, verbal, or written communication sent
2577
- > to the Licensor or its representatives, including but not limited to
2578
- > communication on electronic mailing lists, source code control systems,
2579
- > and issue tracking systems that are managed by, or on behalf of, the
2580
- > Licensor for the purpose of discussing and improving the Work, but
2581
- > excluding communication that is conspicuously marked or otherwise
2582
- > designated in writing by the copyright owner as "Not a Contribution."
2583
- >
2584
- > "Contributor" shall mean Licensor and any individual or Legal Entity
2585
- > on behalf of whom a Contribution has been received by Licensor and
2586
- > subsequently incorporated within the Work.
2587
- >
2588
- > 2. Grant of Copyright License. Subject to the terms and conditions of
2589
- > this License, each Contributor hereby grants to You a perpetual,
2590
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2591
- > copyright license to reproduce, prepare Derivative Works of,
2592
- > publicly display, publicly perform, sublicense, and distribute the
2593
- > Work and such Derivative Works in Source or Object form.
2594
- >
2595
- > 3. Grant of Patent License. Subject to the terms and conditions of
2596
- > this License, each Contributor hereby grants to You a perpetual,
2597
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2598
- > (except as stated in this section) patent license to make, have made,
2599
- > use, offer to sell, sell, import, and otherwise transfer the Work,
2600
- > where such license applies only to those patent claims licensable
2601
- > by such Contributor that are necessarily infringed by their
2602
- > Contribution(s) alone or by combination of their Contribution(s)
2603
- > with the Work to which such Contribution(s) was submitted. If You
2604
- > institute patent litigation against any entity (including a
2605
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
2606
- > or a Contribution incorporated within the Work constitutes direct
2607
- > or contributory patent infringement, then any patent licenses
2608
- > granted to You under this License for that Work shall terminate
2609
- > as of the date such litigation is filed.
2610
- >
2611
- > 4. Redistribution. You may reproduce and distribute copies of the
2612
- > Work or Derivative Works thereof in any medium, with or without
2613
- > modifications, and in Source or Object form, provided that You
2614
- > meet the following conditions:
2615
- >
2616
- > (a) You must give any other recipients of the Work or
2617
- > Derivative Works a copy of this License; and
2618
- >
2619
- > (b) You must cause any modified files to carry prominent notices
2620
- > stating that You changed the files; and
2621
- >
2622
- > (c) You must retain, in the Source form of any Derivative Works
2623
- > that You distribute, all copyright, patent, trademark, and
2624
- > attribution notices from the Source form of the Work,
2625
- > excluding those notices that do not pertain to any part of
2626
- > the Derivative Works; and
2627
- >
2628
- > (d) If the Work includes a "NOTICE" text file as part of its
2629
- > distribution, then any Derivative Works that You distribute must
2630
- > include a readable copy of the attribution notices contained
2631
- > within such NOTICE file, excluding those notices that do not
2632
- > pertain to any part of the Derivative Works, in at least one
2633
- > of the following places: within a NOTICE text file distributed
2634
- > as part of the Derivative Works; within the Source form or
2635
- > documentation, if provided along with the Derivative Works; or,
2636
- > within a display generated by the Derivative Works, if and
2637
- > wherever such third-party notices normally appear. The contents
2638
- > of the NOTICE file are for informational purposes only and
2639
- > do not modify the License. You may add Your own attribution
2640
- > notices within Derivative Works that You distribute, alongside
2641
- > or as an addendum to the NOTICE text from the Work, provided
2642
- > that such additional attribution notices cannot be construed
2643
- > as modifying the License.
2644
- >
2645
- > You may add Your own copyright statement to Your modifications and
2646
- > may provide additional or different license terms and conditions
2647
- > for use, reproduction, or distribution of Your modifications, or
2648
- > for any such Derivative Works as a whole, provided Your use,
2649
- > reproduction, and distribution of the Work otherwise complies with
2650
- > the conditions stated in this License.
2651
- >
2652
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
2653
- > any Contribution intentionally submitted for inclusion in the Work
2654
- > by You to the Licensor shall be under the terms and conditions of
2655
- > this License, without any additional terms or conditions.
2656
- > Notwithstanding the above, nothing herein shall supersede or modify
2657
- > the terms of any separate license agreement you may have executed
2658
- > with Licensor regarding such Contributions.
2659
- >
2660
- > 6. Trademarks. This License does not grant permission to use the trade
2661
- > names, trademarks, service marks, or product names of the Licensor,
2662
- > except as required for reasonable and customary use in describing the
2663
- > origin of the Work and reproducing the content of the NOTICE file.
2664
- >
2665
- > 7. Disclaimer of Warranty. Unless required by applicable law or
2666
- > agreed to in writing, Licensor provides the Work (and each
2667
- > Contributor provides its Contributions) on an "AS IS" BASIS,
2668
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2669
- > implied, including, without limitation, any warranties or conditions
2670
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2671
- > PARTICULAR PURPOSE. You are solely responsible for determining the
2672
- > appropriateness of using or redistributing the Work and assume any
2673
- > risks associated with Your exercise of permissions under this License.
2674
- >
2675
- > 8. Limitation of Liability. In no event and under no legal theory,
2676
- > whether in tort (including negligence), contract, or otherwise,
2677
- > unless required by applicable law (such as deliberate and grossly
2678
- > negligent acts) or agreed to in writing, shall any Contributor be
2679
- > liable to You for damages, including any direct, indirect, special,
2680
- > incidental, or consequential damages of any character arising as a
2681
- > result of this License or out of the use or inability to use the
2682
- > Work (including but not limited to damages for loss of goodwill,
2683
- > work stoppage, computer failure or malfunction, or any and all
2684
- > other commercial damages or losses), even if such Contributor
2685
- > has been advised of the possibility of such damages.
2686
- >
2687
- > 9. Accepting Warranty or Additional Liability. While redistributing
2688
- > the Work or Derivative Works thereof, You may choose to offer,
2689
- > and charge a fee for, acceptance of support, warranty, indemnity,
2690
- > or other liability obligations and/or rights consistent with this
2691
- > License. However, in accepting such obligations, You may act only
2692
- > on Your own behalf and on Your sole responsibility, not on behalf
2693
- > of any other Contributor, and only if You agree to indemnify,
2694
- > defend, and hold each Contributor harmless for any liability
2695
- > incurred by, or claims asserted against, such Contributor by reason
2696
- > of your accepting any such warranty or additional liability.
2697
- >
2698
- > END OF TERMS AND CONDITIONS
2699
- >
2700
- > APPENDIX: How to apply the Apache License to your work.
2701
- >
2702
- > To apply the Apache License to your work, attach the following
2703
- > boilerplate notice, with the fields enclosed by brackets "[]"
2704
- > replaced with your own identifying information. (Don't include
2705
- > the brackets!) The text should be enclosed in the appropriate
2706
- > comment syntax for the file format. We also recommend that a
2707
- > file or class name and description of purpose be included on the
2708
- > same "printed page" as the copyright notice for easier
2709
- > identification within third-party archives.
2710
- >
2711
- > Copyright 2021 ehmicky <ehmicky@gmail.com>
2712
- >
2713
- > Licensed under the Apache License, Version 2.0 (the "License");
2714
- > you may not use this file except in compliance with the License.
2715
- > You may obtain a copy of the License at
2716
- >
2717
- > http://www.apache.org/licenses/LICENSE-2.0
2718
- >
2719
- > Unless required by applicable law or agreed to in writing, software
2720
- > distributed under the License is distributed on an "AS IS" BASIS,
2721
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2722
- > See the License for the specific language governing permissions and
2723
- > limitations under the License.
2724
-
2725
- ----------------------------------------
2726
-
2727
- ### ignore@v5.2.0
2728
-
2729
- License: MIT
2730
- By: kael
2731
- Repository: <git@github.com:kaelzhang/node-ignore.git>
2732
-
2733
- > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2734
- > http://kael.me/
2735
- >
2736
- > Permission is hereby granted, free of charge, to any person obtaining
2737
- > a copy of this software and associated documentation files (the
2738
- > "Software"), to deal in the Software without restriction, including
2739
- > without limitation the rights to use, copy, modify, merge, publish,
2740
- > distribute, sublicense, and/or sell copies of the Software, and to
2741
- > permit persons to whom the Software is furnished to do so, subject to
2742
- > the following conditions:
2743
2195
  >
2744
- > The above copyright notice and this permission notice shall be
2745
- > included in all copies or substantial portions of the Software.
2196
+ > ---
2746
2197
  >
2747
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2748
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2749
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2750
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2751
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2752
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2753
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2754
-
2755
- ----------------------------------------
2756
-
2757
- ### import-fresh@v3.3.0
2758
-
2759
- License: MIT
2760
- By: Sindre Sorhus
2761
-
2762
- > MIT License
2198
+ > This is a derivative work based on:
2199
+ > <https://github.com/nodejs/node>.
2200
+ > Which is licensed:
2763
2201
  >
2764
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2202
+ > """
2203
+ > Copyright Node.js contributors. All rights reserved.
2765
2204
  >
2766
- > 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:
2205
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2206
+ > of this software and associated documentation files (the "Software"), to
2207
+ > deal in the Software without restriction, including without limitation the
2208
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2209
+ > sell copies of the Software, and to permit persons to whom the Software is
2210
+ > furnished to do so, subject to the following conditions:
2767
2211
  >
2768
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2212
+ > The above copyright notice and this permission notice shall be included in
2213
+ > all copies or substantial portions of the Software.
2769
2214
  >
2770
- > 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.
2771
-
2772
- ----------------------------------------
2773
-
2774
- ### indent-string@v4.0.0
2775
-
2776
- License: MIT
2777
- By: Sindre Sorhus
2778
-
2779
- > MIT License
2215
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2216
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2217
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2218
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2219
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2220
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2221
+ > IN THE SOFTWARE.
2222
+ > """
2780
2223
  >
2781
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2224
+ > This license applies to parts of Node.js originating from the
2225
+ > https://github.com/joyent/node repository:
2782
2226
  >
2783
- > 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:
2227
+ > """
2228
+ > Copyright Joyent, Inc. and other Node contributors. All rights reserved.
2229
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2230
+ > of this software and associated documentation files (the "Software"), to
2231
+ > deal in the Software without restriction, including without limitation the
2232
+ > rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
2233
+ > sell copies of the Software, and to permit persons to whom the Software is
2234
+ > furnished to do so, subject to the following conditions:
2784
2235
  >
2785
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2236
+ > The above copyright notice and this permission notice shall be included in
2237
+ > all copies or substantial portions of the Software.
2786
2238
  >
2787
- > 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.
2239
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2240
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2241
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2242
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2243
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2244
+ > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2245
+ > IN THE SOFTWARE.
2246
+ > """
2788
2247
 
2789
2248
  ----------------------------------------
2790
2249
 
2791
2250
  ### indexes-of@v1.0.1
2792
2251
 
2252
+ > line String/Array#indexOf but return all the indexes in an array
2253
+
2793
2254
  License: MIT
2794
- By: Dominic Tarr
2255
+ Homepage: <https://github.com/dominictarr/indexes-of>
2795
2256
  Repository: <git://github.com/dominictarr/indexes-of.git>
2257
+ Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
2796
2258
 
2797
2259
  > Copyright (c) 2013 Dominic Tarr
2798
2260
  >
@@ -2821,9 +2283,12 @@ Repository: <git://github.com/dominictarr/indexes-of.git>
2821
2283
 
2822
2284
  ### inflight@v1.0.6
2823
2285
 
2286
+ > Add callbacks to requests in flight to avoid async duplication
2287
+
2824
2288
  License: ISC
2825
- By: Isaac Z. Schlueter
2289
+ Homepage: <https://github.com/isaacs/inflight>
2826
2290
  Repository: <https://github.com/npm/inflight.git>
2291
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
2827
2292
 
2828
2293
  > The ISC License
2829
2294
  >
@@ -2845,6 +2310,8 @@ Repository: <https://github.com/npm/inflight.git>
2845
2310
 
2846
2311
  ### inherits@v2.0.4
2847
2312
 
2313
+ > Browser-friendly inheritance fully compatible with standard node.js inherits()
2314
+
2848
2315
  License: ISC
2849
2316
 
2850
2317
  > The ISC License
@@ -2867,8 +2334,12 @@ License: ISC
2867
2334
 
2868
2335
  ### is-alphabetical@v1.0.4
2869
2336
 
2337
+ > Check if a character is alphabetical
2338
+
2870
2339
  License: MIT
2871
- By: Titus Wormer
2340
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2341
+ Contributors:
2342
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2872
2343
 
2873
2344
  > (The MIT License)
2874
2345
  >
@@ -2897,8 +2368,12 @@ By: Titus Wormer
2897
2368
 
2898
2369
  ### is-alphanumerical@v1.0.4
2899
2370
 
2371
+ > Check if a character is alphanumerical
2372
+
2900
2373
  License: MIT
2901
- By: Titus Wormer
2374
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2375
+ Contributors:
2376
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2902
2377
 
2903
2378
  > (The MIT License)
2904
2379
  >
@@ -2927,9 +2402,11 @@ By: Titus Wormer
2927
2402
 
2928
2403
  ### is-arrayish@v0.2.1
2929
2404
 
2405
+ > Determines if an object can be used as an array
2406
+
2930
2407
  License: MIT
2931
- By: Qix
2932
2408
  Repository: <https://github.com/qix-/node-is-arrayish.git>
2409
+ Author: Qix (http://github.com/qix-)
2933
2410
 
2934
2411
  > The MIT License (MIT)
2935
2412
  >
@@ -2957,9 +2434,11 @@ Repository: <https://github.com/qix-/node-is-arrayish.git>
2957
2434
 
2958
2435
  ### is-buffer@v2.0.5
2959
2436
 
2437
+ > Determine if an object is a Buffer
2438
+
2960
2439
  License: MIT
2961
- By: Feross Aboukhadijeh
2962
2440
  Repository: <git://github.com/feross/is-buffer.git>
2441
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
2963
2442
 
2964
2443
  > The MIT License (MIT)
2965
2444
  >
@@ -2985,39 +2464,14 @@ Repository: <git://github.com/feross/is-buffer.git>
2985
2464
 
2986
2465
  ----------------------------------------
2987
2466
 
2988
- ### is-core-module@v2.8.1
2989
-
2990
- License: MIT
2991
- By: Jordan Harband
2992
- Repository: <git+https://github.com/inspect-js/is-core-module.git>
2993
-
2994
- > The MIT License (MIT)
2995
- >
2996
- > Copyright (c) 2014 Dave Justice
2997
- >
2998
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
2999
- > this software and associated documentation files (the "Software"), to deal in
3000
- > the Software without restriction, including without limitation the rights to
3001
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3002
- > the Software, and to permit persons to whom the Software is furnished to do so,
3003
- > subject to the following conditions:
3004
- >
3005
- > The above copyright notice and this permission notice shall be included in all
3006
- > copies or substantial portions of the Software.
3007
- >
3008
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3009
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3010
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3011
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3012
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3013
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3014
-
3015
- ----------------------------------------
3016
-
3017
2467
  ### is-decimal@v1.0.4
3018
2468
 
2469
+ > Check if a character is decimal
2470
+
3019
2471
  License: MIT
3020
- By: Titus Wormer
2472
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2473
+ Contributors:
2474
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3021
2475
 
3022
2476
  > (The MIT License)
3023
2477
  >
@@ -3046,8 +2500,11 @@ By: Titus Wormer
3046
2500
 
3047
2501
  ### is-extglob@v2.1.1
3048
2502
 
2503
+ > Returns true if a string has an extglob.
2504
+
3049
2505
  License: MIT
3050
- By: Jon Schlinkert
2506
+ Homepage: <https://github.com/jonschlinkert/is-extglob>
2507
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
3051
2508
 
3052
2509
  > The MIT License (MIT)
3053
2510
  >
@@ -3073,27 +2530,17 @@ By: Jon Schlinkert
3073
2530
 
3074
2531
  ----------------------------------------
3075
2532
 
3076
- ### is-fullwidth-code-point@v4.0.0
3077
-
3078
- License: MIT
3079
- By: Sindre Sorhus
3080
-
3081
- > MIT License
3082
- >
3083
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3084
- >
3085
- > 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:
3086
- >
3087
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3088
- >
3089
- > 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.
3090
-
3091
- ----------------------------------------
3092
-
3093
2533
  ### is-glob@v4.0.3
3094
2534
 
2535
+ > 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.
2536
+
3095
2537
  License: MIT
3096
- By: Jon Schlinkert
2538
+ Homepage: <https://github.com/micromatch/is-glob>
2539
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2540
+ Contributors:
2541
+ - Brian Woodward (https://twitter.com/doowb)
2542
+ - Daniel Perez (https://tuvistavie.com)
2543
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
3097
2544
 
3098
2545
  > The MIT License (MIT)
3099
2546
  >
@@ -3121,8 +2568,12 @@ By: Jon Schlinkert
3121
2568
 
3122
2569
  ### is-hexadecimal@v1.0.4
3123
2570
 
2571
+ > Check if a character is hexadecimal
2572
+
3124
2573
  License: MIT
3125
- By: Titus Wormer
2574
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2575
+ Contributors:
2576
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3126
2577
 
3127
2578
  > (The MIT License)
3128
2579
  >
@@ -3151,8 +2602,15 @@ By: Titus Wormer
3151
2602
 
3152
2603
  ### is-number@v7.0.0
3153
2604
 
2605
+ > Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
2606
+
3154
2607
  License: MIT
3155
- By: Jon Schlinkert
2608
+ Homepage: <https://github.com/jonschlinkert/is-number>
2609
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2610
+ Contributors:
2611
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
2612
+ - Olsten Larck (https://i.am.charlike.online)
2613
+ - Rouven Weßling (www.rouvenwessling.de)
3156
2614
 
3157
2615
  > The MIT License (MIT)
3158
2616
  >
@@ -3178,65 +2636,16 @@ By: Jon Schlinkert
3178
2636
 
3179
2637
  ----------------------------------------
3180
2638
 
3181
- ### is-path-cwd@v2.2.0
3182
-
3183
- License: MIT
3184
- By: Sindre Sorhus
3185
-
3186
- > MIT License
3187
- >
3188
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3189
- >
3190
- > 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:
3191
- >
3192
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3193
- >
3194
- > 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.
3195
-
3196
- ----------------------------------------
3197
-
3198
- ### is-path-inside@v3.0.3
3199
-
3200
- License: MIT
3201
- By: Sindre Sorhus
3202
-
3203
- > MIT License
3204
- >
3205
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3206
- >
3207
- > 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:
3208
- >
3209
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3210
- >
3211
- > 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.
3212
-
3213
- ----------------------------------------
3214
-
3215
2639
  ### is-plain-obj@v2.1.0
3216
2640
 
3217
- License: MIT
3218
- By: Sindre Sorhus
3219
-
3220
- > MIT License
3221
- >
3222
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3223
- >
3224
- > 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:
3225
- >
3226
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3227
- >
3228
- > 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.
3229
-
3230
- ----------------------------------------
3231
-
3232
- ### is-stream@v3.0.0
2641
+ > Check if a value is a plain object
3233
2642
 
3234
2643
  License: MIT
3235
- By: Sindre Sorhus
2644
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3236
2645
 
3237
2646
  > MIT License
3238
2647
  >
3239
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2648
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3240
2649
  >
3241
2650
  > 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:
3242
2651
  >
@@ -3248,8 +2657,12 @@ By: Sindre Sorhus
3248
2657
 
3249
2658
  ### is-whitespace-character@v1.0.4
3250
2659
 
2660
+ > Check if a character is a whitespace character
2661
+
3251
2662
  License: MIT
3252
- By: Titus Wormer
2663
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2664
+ Contributors:
2665
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3253
2666
 
3254
2667
  > (The MIT License)
3255
2668
  >
@@ -3278,8 +2691,12 @@ By: Titus Wormer
3278
2691
 
3279
2692
  ### is-word-character@v1.0.4
3280
2693
 
2694
+ > Check if a character is a word character
2695
+
3281
2696
  License: MIT
3282
- By: Titus Wormer
2697
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2698
+ Contributors:
2699
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3283
2700
 
3284
2701
  > (The MIT License)
3285
2702
  >
@@ -3306,38 +2723,14 @@ By: Titus Wormer
3306
2723
 
3307
2724
  ----------------------------------------
3308
2725
 
3309
- ### isexe@v2.0.0
3310
-
3311
- License: ISC
3312
- By: Isaac Z. Schlueter
3313
- Repository: <git+https://github.com/isaacs/isexe.git>
3314
-
3315
- > The ISC License
3316
- >
3317
- > Copyright (c) Isaac Z. Schlueter and Contributors
3318
- >
3319
- > Permission to use, copy, modify, and/or distribute this software for any
3320
- > purpose with or without fee is hereby granted, provided that the above
3321
- > copyright notice and this permission notice appear in all copies.
3322
- >
3323
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3324
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3325
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3326
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3327
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3328
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3329
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3330
-
3331
- ----------------------------------------
3332
-
3333
- ### jest-docblock@v27.5.1
2726
+ ### jest-docblock@v29.4.3
3334
2727
 
3335
2728
  License: MIT
3336
2729
  Repository: <https://github.com/facebook/jest.git>
3337
2730
 
3338
2731
  > MIT License
3339
2732
  >
3340
- > Copyright (c) Facebook, Inc. and its affiliates.
2733
+ > Copyright (c) Meta Platforms, Inc. and affiliates.
3341
2734
  >
3342
2735
  > Permission is hereby granted, free of charge, to any person obtaining a copy
3343
2736
  > of this software and associated documentation files (the "Software"), to deal
@@ -3361,8 +2754,10 @@ Repository: <https://github.com/facebook/jest.git>
3361
2754
 
3362
2755
  ### js-tokens@v4.0.0
3363
2756
 
2757
+ > A regex that tokenizes JavaScript.
2758
+
3364
2759
  License: MIT
3365
- By: Simon Lydell
2760
+ Author: Simon Lydell
3366
2761
 
3367
2762
  > The MIT License (MIT)
3368
2763
  >
@@ -3388,10 +2783,47 @@ By: Simon Lydell
3388
2783
 
3389
2784
  ----------------------------------------
3390
2785
 
2786
+ ### js-yaml@v4.1.0
2787
+
2788
+ > YAML 1.2 parser and serializer
2789
+
2790
+ License: MIT
2791
+ Author: Vladimir Zapparov <dervus.grim@gmail.com>
2792
+ Contributors:
2793
+ - Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)
2794
+ - Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)
2795
+ - Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)
2796
+
2797
+ > (The MIT License)
2798
+ >
2799
+ > Copyright (C) 2011-2015 by Vitaly Puzrin
2800
+ >
2801
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2802
+ > of this software and associated documentation files (the "Software"), to deal
2803
+ > in the Software without restriction, including without limitation the rights
2804
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2805
+ > copies of the Software, and to permit persons to whom the Software is
2806
+ > furnished to do so, subject to the following conditions:
2807
+ >
2808
+ > The above copyright notice and this permission notice shall be included in
2809
+ > all copies or substantial portions of the Software.
2810
+ >
2811
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2812
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2813
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2814
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2815
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2816
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2817
+ > THE SOFTWARE.
2818
+
2819
+ ----------------------------------------
2820
+
3391
2821
  ### json-parse-even-better-errors@v2.3.1
3392
2822
 
2823
+ > JSON.parse with context information on error
2824
+
3393
2825
  License: MIT
3394
- By: Kat Marchán
2826
+ Author: Kat Marchán <kzm@zkat.tech>
3395
2827
 
3396
2828
  > Copyright 2017 Kat Marchán
3397
2829
  > Copyright npm, Inc.
@@ -3421,11 +2853,18 @@ By: Kat Marchán
3421
2853
 
3422
2854
  ----------------------------------------
3423
2855
 
3424
- ### json5@v2.2.1
2856
+ ### json5@v2.2.3
2857
+
2858
+ > JSON for Humans
3425
2859
 
3426
2860
  License: MIT
3427
- By: Aseem Kishore
2861
+ Homepage: <http://json5.org/>
3428
2862
  Repository: <git+https://github.com/json5/json5.git>
2863
+ Author: Aseem Kishore <aseem.kishore@gmail.com>
2864
+ Contributors:
2865
+ - Max Nanasy <max.nanasy@gmail.com>
2866
+ - Andrew Eisenberg <andrew@eisenberg.as>
2867
+ - Jordan Tucker <jordanbtucker@gmail.com>
3429
2868
 
3430
2869
  > MIT License
3431
2870
  >
@@ -3453,39 +2892,12 @@ Repository: <git+https://github.com/json5/json5.git>
3453
2892
 
3454
2893
  ----------------------------------------
3455
2894
 
3456
- ### leven@v2.1.0
3457
-
3458
- License: MIT
3459
- By: Sindre Sorhus
3460
-
3461
- > The MIT License (MIT)
3462
- >
3463
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3464
- >
3465
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3466
- > of this software and associated documentation files (the "Software"), to deal
3467
- > in the Software without restriction, including without limitation the rights
3468
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3469
- > copies of the Software, and to permit persons to whom the Software is
3470
- > furnished to do so, subject to the following conditions:
3471
- >
3472
- > The above copyright notice and this permission notice shall be included in
3473
- > all copies or substantial portions of the Software.
3474
- >
3475
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3476
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3477
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3478
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3479
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3480
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3481
- > THE SOFTWARE.
3482
-
3483
- ----------------------------------------
3484
-
3485
2895
  ### leven@v4.0.0
3486
2896
 
2897
+ > Measure the difference between two strings using the Levenshtein distance algorithm
2898
+
3487
2899
  License: MIT
3488
- By: Sindre Sorhus
2900
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3489
2901
 
3490
2902
  > MIT License
3491
2903
  >
@@ -3501,9 +2913,12 @@ By: Sindre Sorhus
3501
2913
 
3502
2914
  ### lines-and-columns@v1.2.4
3503
2915
 
2916
+ > Maps lines and columns to character offsets and back.
2917
+
3504
2918
  License: MIT
3505
- By: Brian Donovan
2919
+ Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
3506
2920
  Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2921
+ Author: Brian Donovan <brian@donovans.cc>
3507
2922
 
3508
2923
  > The MIT License (MIT)
3509
2924
  >
@@ -3531,9 +2946,12 @@ Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
3531
2946
 
3532
2947
  ### lines-and-columns@v2.0.3
3533
2948
 
2949
+ > Maps lines and columns to character offsets and back.
2950
+
3534
2951
  License: MIT
3535
- By: Brian Donovan
2952
+ Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
3536
2953
  Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2954
+ Author: Brian Donovan <brian@donovans.cc>
3537
2955
 
3538
2956
  > The MIT License (MIT)
3539
2957
  >
@@ -3559,43 +2977,16 @@ Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
3559
2977
 
3560
2978
  ----------------------------------------
3561
2979
 
3562
- ### linguist-languages@v7.21.0
2980
+ ### locate-path@v7.2.0
3563
2981
 
3564
- License: MIT
3565
- By: Ika
3566
-
3567
- > MIT License
3568
- >
3569
- > Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
3570
- >
3571
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3572
- > of this software and associated documentation files (the "Software"), to deal
3573
- > in the Software without restriction, including without limitation the rights
3574
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3575
- > copies of the Software, and to permit persons to whom the Software is
3576
- > furnished to do so, subject to the following conditions:
3577
- >
3578
- > The above copyright notice and this permission notice shall be included in all
3579
- > copies or substantial portions of the Software.
3580
- >
3581
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3582
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3583
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3584
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3585
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3586
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3587
- > SOFTWARE.
3588
-
3589
- ----------------------------------------
3590
-
3591
- ### locate-path@v5.0.0
2982
+ > Get the first path that exists on disk of multiple paths
3592
2983
 
3593
2984
  License: MIT
3594
- By: Sindre Sorhus
2985
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3595
2986
 
3596
2987
  > MIT License
3597
2988
  >
3598
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2989
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3599
2990
  >
3600
2991
  > 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:
3601
2992
  >
@@ -3607,31 +2998,10 @@ By: Sindre Sorhus
3607
2998
 
3608
2999
  ### lru-cache@v4.1.5
3609
3000
 
3610
- License: ISC
3611
- By: Isaac Z. Schlueter
3612
-
3613
- > The ISC License
3614
- >
3615
- > Copyright (c) Isaac Z. Schlueter and Contributors
3616
- >
3617
- > Permission to use, copy, modify, and/or distribute this software for any
3618
- > purpose with or without fee is hereby granted, provided that the above
3619
- > copyright notice and this permission notice appear in all copies.
3620
- >
3621
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3622
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3623
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3624
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3625
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3626
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3627
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3628
-
3629
- ----------------------------------------
3630
-
3631
- ### lru-cache@v6.0.0
3001
+ > A cache object that deletes the least-recently-used items.
3632
3002
 
3633
3003
  License: ISC
3634
- By: Isaac Z. Schlueter
3004
+ Author: Isaac Z. Schlueter <i@izs.me>
3635
3005
 
3636
3006
  > The ISC License
3637
3007
  >
@@ -3651,27 +3021,12 @@ By: Isaac Z. Schlueter
3651
3021
 
3652
3022
  ----------------------------------------
3653
3023
 
3654
- ### make-dir@v3.1.0
3655
-
3656
- License: MIT
3657
- By: Sindre Sorhus
3658
-
3659
- > MIT License
3660
- >
3661
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3662
- >
3663
- > 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:
3664
- >
3665
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3666
- >
3667
- > 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.
3668
-
3669
- ----------------------------------------
3670
-
3671
3024
  ### map-age-cleaner@v0.1.3
3672
3025
 
3026
+ > Automatically cleanup expired items in a Map
3027
+
3673
3028
  License: MIT
3674
- By: Sam Verschueren
3029
+ Author: Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
3675
3030
 
3676
3031
  > MIT License
3677
3032
  >
@@ -3687,8 +3042,12 @@ By: Sam Verschueren
3687
3042
 
3688
3043
  ### markdown-escapes@v1.0.4
3689
3044
 
3045
+ > List of escapable characters in markdown
3046
+
3690
3047
  License: MIT
3691
- By: Titus Wormer
3048
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3049
+ Contributors:
3050
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3692
3051
 
3693
3052
  > (The MIT License)
3694
3053
  >
@@ -3717,8 +3076,10 @@ By: Titus Wormer
3717
3076
 
3718
3077
  ### mem@v9.0.2
3719
3078
 
3079
+ > Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
3080
+
3720
3081
  License: MIT
3721
- By: Sindre Sorhus
3082
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3722
3083
 
3723
3084
  > MIT License
3724
3085
  >
@@ -3732,38 +3093,12 @@ By: Sindre Sorhus
3732
3093
 
3733
3094
  ----------------------------------------
3734
3095
 
3735
- ### merge-stream@v2.0.0
3736
-
3737
- License: MIT
3738
- By: Stephen Sugden
3739
-
3740
- > The MIT License (MIT)
3741
- >
3742
- > Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
3743
- >
3744
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3745
- > of this software and associated documentation files (the "Software"), to deal
3746
- > in the Software without restriction, including without limitation the rights
3747
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3748
- > copies of the Software, and to permit persons to whom the Software is
3749
- > furnished to do so, subject to the following conditions:
3750
- >
3751
- > The above copyright notice and this permission notice shall be included in
3752
- > all copies or substantial portions of the Software.
3753
- >
3754
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3755
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3756
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3757
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3758
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3759
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3760
- > THE SOFTWARE.
3761
-
3762
- ----------------------------------------
3763
-
3764
3096
  ### merge2@v1.4.1
3765
3097
 
3098
+ > Merge multiple streams into one stream in sequence or parallel.
3099
+
3766
3100
  License: MIT
3101
+ Homepage: <https://github.com/teambition/merge2>
3767
3102
  Repository: <git@github.com:teambition/merge2.git>
3768
3103
 
3769
3104
  > The MIT License (MIT)
@@ -3790,11 +3125,16 @@ Repository: <git@github.com:teambition/merge2.git>
3790
3125
 
3791
3126
  ----------------------------------------
3792
3127
 
3793
- ### meriyah@v4.2.1
3128
+ ### meriyah@v4.3.7
3129
+
3130
+ > A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
3794
3131
 
3795
3132
  License: ISC
3796
- By: Kenny F.
3133
+ Homepage: <https://github.com/meriyah/meriyah>
3797
3134
  Repository: <https://github.com/meriyah/meriyah>
3135
+ Author: Kenny F. (https://github.com/KFlash)
3136
+ Contributors:
3137
+ - Chunpeng Huo (https://github.com/3cp)
3798
3138
 
3799
3139
  > ISC License
3800
3140
  >
@@ -3808,8 +3148,27 @@ Repository: <https://github.com/meriyah/meriyah>
3808
3148
 
3809
3149
  ### micromatch@v4.0.5
3810
3150
 
3811
- License: MIT
3812
- By: Jon Schlinkert
3151
+ > Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
3152
+
3153
+ License: MIT
3154
+ Homepage: <https://github.com/micromatch/micromatch>
3155
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
3156
+ Contributors:
3157
+ - null (https://github.com/DianeLooney)
3158
+ - Amila Welihinda (amilajack.com)
3159
+ - Bogdan Chadkin (https://github.com/TrySound)
3160
+ - Brian Woodward (https://twitter.com/doowb)
3161
+ - Devon Govett (http://badassjs.com)
3162
+ - Elan Shanker (https://github.com/es128)
3163
+ - Fabrício Matté (https://ultcombo.js.org)
3164
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
3165
+ - Martin Kolárik (https://kolarik.sk)
3166
+ - Olsten Larck (https://i.am.charlike.online)
3167
+ - Paul Miller (paulmillr.com)
3168
+ - Tom Byrer (https://github.com/tomByrer)
3169
+ - Tyler Akins (http://rumkin.com)
3170
+ - Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)
3171
+ - Kuba Juszczyk (https://github.com/ku8ar)
3813
3172
 
3814
3173
  > The MIT License (MIT)
3815
3174
  >
@@ -3837,8 +3196,10 @@ By: Jon Schlinkert
3837
3196
 
3838
3197
  ### mimic-fn@v4.0.0
3839
3198
 
3199
+ > Make a function mimic another one
3200
+
3840
3201
  License: MIT
3841
- By: Sindre Sorhus
3202
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3842
3203
 
3843
3204
  > MIT License
3844
3205
  >
@@ -3854,9 +3215,11 @@ By: Sindre Sorhus
3854
3215
 
3855
3216
  ### minimatch@v3.1.2
3856
3217
 
3218
+ > a glob matcher in javascript
3219
+
3857
3220
  License: ISC
3858
- By: Isaac Z. Schlueter
3859
3221
  Repository: <git://github.com/isaacs/minimatch.git>
3222
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
3860
3223
 
3861
3224
  > The ISC License
3862
3225
  >
@@ -3876,11 +3239,14 @@ Repository: <git://github.com/isaacs/minimatch.git>
3876
3239
 
3877
3240
  ----------------------------------------
3878
3241
 
3879
- ### minimist@v1.2.6
3242
+ ### minimist@v1.2.8
3243
+
3244
+ > parse argument options
3880
3245
 
3881
3246
  License: MIT
3882
- By: James Halliday
3883
- Repository: <git://github.com/substack/minimist.git>
3247
+ Homepage: <https://github.com/minimistjs/minimist>
3248
+ Repository: <git://github.com/minimistjs/minimist.git>
3249
+ Author: James Halliday <mail@substack.net> (http://substack.net)
3884
3250
 
3885
3251
  > This software is released under the MIT license:
3886
3252
  >
@@ -3892,50 +3258,24 @@ Repository: <git://github.com/substack/minimist.git>
3892
3258
  > subject to the following conditions:
3893
3259
  >
3894
3260
  > The above copyright notice and this permission notice shall be included in all
3895
- > copies or substantial portions of the Software.
3896
- >
3897
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3898
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3899
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3900
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3901
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3902
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3903
-
3904
- ----------------------------------------
3905
-
3906
- ### ms@v2.1.2
3907
-
3908
- License: MIT
3909
-
3910
- > The MIT License (MIT)
3911
- >
3912
- > Copyright (c) 2016 Zeit, Inc.
3913
- >
3914
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3915
- > of this software and associated documentation files (the "Software"), to deal
3916
- > in the Software without restriction, including without limitation the rights
3917
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3918
- > copies of the Software, and to permit persons to whom the Software is
3919
- > furnished to do so, subject to the following conditions:
3920
- >
3921
- > The above copyright notice and this permission notice shall be included in all
3922
- > copies or substantial portions of the Software.
3923
- >
3924
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3925
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3926
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3927
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3928
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3929
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3930
- > SOFTWARE.
3261
+ > copies or substantial portions of the Software.
3262
+ >
3263
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3264
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3265
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3266
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3267
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3268
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3931
3269
 
3932
3270
  ----------------------------------------
3933
3271
 
3934
3272
  ### n-readlines@v1.0.1
3935
3273
 
3274
+ > Read file line by line without buffering the whole file in memory.
3275
+
3936
3276
  License: MIT
3937
- By: Yoan Arnaudov
3938
3277
  Repository: <http://github.com/nacholibre/node-readlines.git>
3278
+ Author: Yoan Arnaudov <jonidev@gmail.com>
3939
3279
 
3940
3280
  > The MIT License (MIT)
3941
3281
  >
@@ -3960,28 +3300,43 @@ Repository: <http://github.com/nacholibre/node-readlines.git>
3960
3300
 
3961
3301
  ----------------------------------------
3962
3302
 
3963
- ### npm-run-path@v5.1.0
3303
+ ### nanoid@v3.3.6
3304
+
3305
+ > A tiny (116 bytes), secure URL-friendly unique string ID generator
3964
3306
 
3965
3307
  License: MIT
3966
- By: Sindre Sorhus
3308
+ Author: Andrey Sitnik <andrey@sitnik.ru>
3967
3309
 
3968
- > MIT License
3310
+ > The MIT License (MIT)
3969
3311
  >
3970
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3312
+ > Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
3971
3313
  >
3972
- > 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:
3314
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
3315
+ > this software and associated documentation files (the "Software"), to deal in
3316
+ > the Software without restriction, including without limitation the rights to
3317
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3318
+ > the Software, and to permit persons to whom the Software is furnished to do so,
3319
+ > subject to the following conditions:
3973
3320
  >
3974
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3321
+ > The above copyright notice and this permission notice shall be included in all
3322
+ > copies or substantial portions of the Software.
3975
3323
  >
3976
- > 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.
3324
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3325
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3326
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3327
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3328
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3329
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3977
3330
 
3978
3331
  ----------------------------------------
3979
3332
 
3980
3333
  ### once@v1.4.0
3981
3334
 
3335
+ > Run a function exactly one time
3336
+
3982
3337
  License: ISC
3983
- By: Isaac Z. Schlueter
3984
3338
  Repository: <git://github.com/isaacs/once>
3339
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3985
3340
 
3986
3341
  > The ISC License
3987
3342
  >
@@ -4001,57 +3356,12 @@ Repository: <git://github.com/isaacs/once>
4001
3356
 
4002
3357
  ----------------------------------------
4003
3358
 
4004
- ### onetime@v6.0.0
4005
-
4006
- License: MIT
4007
- By: Sindre Sorhus
4008
-
4009
- > MIT License
4010
- >
4011
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4012
- >
4013
- > 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:
4014
- >
4015
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4016
- >
4017
- > 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.
4018
-
4019
- ----------------------------------------
4020
-
4021
- ### outdent@v0.8.0
4022
-
4023
- License: MIT
4024
- By: Andrew Bradley
4025
- Repository: <git+https://github.com/cspotcode/outdent.git>
4026
-
4027
- > The MIT License (MIT)
4028
- >
4029
- > Copyright (c) 2016 Andrew Bradley
4030
- >
4031
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4032
- > of this software and associated documentation files (the "Software"), to deal
4033
- > in the Software without restriction, including without limitation the rights
4034
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4035
- > copies of the Software, and to permit persons to whom the Software is
4036
- > furnished to do so, subject to the following conditions:
4037
- >
4038
- > The above copyright notice and this permission notice shall be included in all
4039
- > copies or substantial portions of the Software.
4040
- >
4041
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4042
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4043
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4044
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4045
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4046
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4047
- > SOFTWARE.
4048
-
4049
- ----------------------------------------
4050
-
4051
3359
  ### p-defer@v1.0.0
4052
3360
 
3361
+ > Create a deferred promise
3362
+
4053
3363
  License: MIT
4054
- By: Sindre Sorhus
3364
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4055
3365
 
4056
3366
  > The MIT License (MIT)
4057
3367
  >
@@ -4077,44 +3387,12 @@ By: Sindre Sorhus
4077
3387
 
4078
3388
  ----------------------------------------
4079
3389
 
4080
- ### p-limit@v2.3.0
4081
-
4082
- License: MIT
4083
- By: Sindre Sorhus
4084
-
4085
- > MIT License
4086
- >
4087
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4088
- >
4089
- > 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:
4090
- >
4091
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4092
- >
4093
- > 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.
4094
-
4095
- ----------------------------------------
4096
-
4097
- ### p-locate@v4.1.0
4098
-
4099
- License: MIT
4100
- By: Sindre Sorhus
4101
-
4102
- > MIT License
4103
- >
4104
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4105
- >
4106
- > 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:
4107
- >
4108
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4109
- >
4110
- > 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.
4111
-
4112
- ----------------------------------------
3390
+ ### p-limit@v4.0.0
4113
3391
 
4114
- ### p-map@v4.0.0
3392
+ > Run multiple promise-returning & async functions with limited concurrency
4115
3393
 
4116
3394
  License: MIT
4117
- By: Sindre Sorhus
3395
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4118
3396
 
4119
3397
  > MIT License
4120
3398
  >
@@ -4128,14 +3406,16 @@ By: Sindre Sorhus
4128
3406
 
4129
3407
  ----------------------------------------
4130
3408
 
4131
- ### p-try@v2.2.0
3409
+ ### p-locate@v6.0.0
3410
+
3411
+ > Get the first fulfilled promise that satisfies the provided testing function
4132
3412
 
4133
3413
  License: MIT
4134
- By: Sindre Sorhus
3414
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4135
3415
 
4136
3416
  > MIT License
4137
3417
  >
4138
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3418
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4139
3419
  >
4140
3420
  > 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:
4141
3421
  >
@@ -4147,8 +3427,12 @@ By: Sindre Sorhus
4147
3427
 
4148
3428
  ### parse-entities@v2.0.0
4149
3429
 
3430
+ > Parse HTML character references: fast, spec-compliant, positional information
3431
+
4150
3432
  License: MIT
4151
- By: Titus Wormer
3433
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3434
+ Contributors:
3435
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4152
3436
 
4153
3437
  > (The MIT License)
4154
3438
  >
@@ -4177,8 +3461,10 @@ By: Titus Wormer
4177
3461
 
4178
3462
  ### parse-json@v5.2.0
4179
3463
 
3464
+ > Parse JSON with more helpful errors
3465
+
4180
3466
  License: MIT
4181
- By: Sindre Sorhus
3467
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4182
3468
 
4183
3469
  > MIT License
4184
3470
  >
@@ -4192,44 +3478,16 @@ By: Sindre Sorhus
4192
3478
 
4193
3479
  ----------------------------------------
4194
3480
 
4195
- ### parse-srcset@v1.0.2
4196
-
4197
- License: MIT
4198
- By: Alex Bell
4199
- Repository: <git+https://github.com/albell/parse-srcset.git>
4200
-
4201
- > The MIT License (MIT)
4202
- >
4203
- > Copyright (c) 2014 Alex Bell
4204
- >
4205
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4206
- > of this software and associated documentation files (the "Software"), to deal
4207
- > in the Software without restriction, including without limitation the rights
4208
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4209
- > copies of the Software, and to permit persons to whom the Software is
4210
- > furnished to do so, subject to the following conditions:
4211
- >
4212
- > The above copyright notice and this permission notice shall be included in all
4213
- > copies or substantial portions of the Software.
4214
- >
4215
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4216
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4217
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4218
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4219
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4220
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4221
- > SOFTWARE.
4222
-
4223
- ----------------------------------------
3481
+ ### path-exists@v5.0.0
4224
3482
 
4225
- ### path-exists@v4.0.0
3483
+ > Check if a path exists
4226
3484
 
4227
3485
  License: MIT
4228
- By: Sindre Sorhus
3486
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4229
3487
 
4230
3488
  > MIT License
4231
3489
  >
4232
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3490
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4233
3491
  >
4234
3492
  > 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:
4235
3493
  >
@@ -4241,8 +3499,10 @@ By: Sindre Sorhus
4241
3499
 
4242
3500
  ### path-is-absolute@v1.0.1
4243
3501
 
3502
+ > Node.js 0.12 path.isAbsolute() ponyfill
3503
+
4244
3504
  License: MIT
4245
- By: Sindre Sorhus
3505
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4246
3506
 
4247
3507
  > The MIT License (MIT)
4248
3508
  >
@@ -4268,57 +3528,12 @@ By: Sindre Sorhus
4268
3528
 
4269
3529
  ----------------------------------------
4270
3530
 
4271
- ### path-key@v3.1.1
4272
-
4273
- License: MIT
4274
- By: Sindre Sorhus
4275
-
4276
- > MIT License
4277
- >
4278
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4279
- >
4280
- > 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:
4281
- >
4282
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4283
- >
4284
- > 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.
4285
-
4286
- ----------------------------------------
4287
-
4288
- ### path-parse@v1.0.7
4289
-
4290
- License: MIT
4291
- By: Javier Blanco
4292
- Repository: <https://github.com/jbgutierrez/path-parse.git>
4293
-
4294
- > The MIT License (MIT)
4295
- >
4296
- > Copyright (c) 2015 Javier Blanco
4297
- >
4298
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4299
- > of this software and associated documentation files (the "Software"), to deal
4300
- > in the Software without restriction, including without limitation the rights
4301
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4302
- > copies of the Software, and to permit persons to whom the Software is
4303
- > furnished to do so, subject to the following conditions:
4304
- >
4305
- > The above copyright notice and this permission notice shall be included in all
4306
- > copies or substantial portions of the Software.
4307
- >
4308
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4309
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4310
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4311
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4312
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4313
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4314
- > SOFTWARE.
4315
-
4316
- ----------------------------------------
4317
-
4318
3531
  ### path-type@v4.0.0
4319
3532
 
3533
+ > Check if a path is a file, directory, or symlink
3534
+
4320
3535
  License: MIT
4321
- By: Sindre Sorhus
3536
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4322
3537
 
4323
3538
  > MIT License
4324
3539
  >
@@ -4332,10 +3547,12 @@ By: Sindre Sorhus
4332
3547
 
4333
3548
  ----------------------------------------
4334
3549
 
4335
- ### picocolors@v0.2.1
3550
+ ### picocolors@v1.0.0
3551
+
3552
+ > The tiniest and the fastest library for terminal output formatting with ANSI colors
4336
3553
 
4337
3554
  License: ISC
4338
- By: Alexey Raspopov
3555
+ Author: Alexey Raspopov
4339
3556
 
4340
3557
  > ISC License
4341
3558
  >
@@ -4357,8 +3574,11 @@ By: Alexey Raspopov
4357
3574
 
4358
3575
  ### picomatch@v2.3.1
4359
3576
 
3577
+ > 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.
3578
+
4360
3579
  License: MIT
4361
- By: Jon Schlinkert
3580
+ Homepage: <https://github.com/micromatch/picomatch>
3581
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
4362
3582
 
4363
3583
  > The MIT License (MIT)
4364
3584
  >
@@ -4384,14 +3604,16 @@ By: Jon Schlinkert
4384
3604
 
4385
3605
  ----------------------------------------
4386
3606
 
4387
- ### pkg-dir@v4.2.0
3607
+ ### pkg-dir@v7.0.0
3608
+
3609
+ > Find the root directory of a Node.js project or npm package
4388
3610
 
4389
3611
  License: MIT
4390
- By: Sindre Sorhus
3612
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4391
3613
 
4392
3614
  > MIT License
4393
3615
  >
4394
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3616
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4395
3617
  >
4396
3618
  > 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:
4397
3619
  >
@@ -4403,9 +3625,12 @@ By: Sindre Sorhus
4403
3625
 
4404
3626
  ### please-upgrade-node@v3.2.0
4405
3627
 
3628
+ > Displays a beginner-friendly message telling your user to upgrade their version of Node
3629
+
4406
3630
  License: MIT
4407
- By: typicode
3631
+ Homepage: <https://github.com/typicode/please-upgrade-node#readme>
4408
3632
  Repository: <git+https://github.com/typicode/please-upgrade-node.git>
3633
+ Author: typicode
4409
3634
 
4410
3635
  > MIT License
4411
3636
  >
@@ -4431,10 +3656,13 @@ Repository: <git+https://github.com/typicode/please-upgrade-node.git>
4431
3656
 
4432
3657
  ----------------------------------------
4433
3658
 
4434
- ### postcss@v7.0.39
3659
+ ### postcss@v8.4.27
3660
+
3661
+ > Tool for transforming styles with JS plugins
4435
3662
 
4436
3663
  License: MIT
4437
- By: Andrey Sitnik
3664
+ Homepage: <https://postcss.org/>
3665
+ Author: Andrey Sitnik <andrey@sitnik.ru>
4438
3666
 
4439
3667
  > The MIT License (MIT)
4440
3668
  >
@@ -4459,10 +3687,13 @@ By: Andrey Sitnik
4459
3687
 
4460
3688
  ----------------------------------------
4461
3689
 
4462
- ### postcss-less@v3.1.4
3690
+ ### postcss-less@v6.0.0
3691
+
3692
+ > LESS parser for PostCSS
4463
3693
 
4464
3694
  License: MIT
4465
- By: Denys Kniazevych
3695
+ Homepage: <https://github.com/shellscape/postcss-less>
3696
+ Author: Denys Kniazevych <webschik@gmail.com>
4466
3697
 
4467
3698
  > The MIT License (MIT)
4468
3699
  >
@@ -4493,16 +3724,21 @@ By: Denys Kniazevych
4493
3724
 
4494
3725
  ### postcss-media-query-parser@v0.2.3
4495
3726
 
3727
+ > A tool for parsing media query lists.
3728
+
4496
3729
  License: MIT
4497
- By: dryoma
3730
+ Homepage: <https://github.com/dryoma/postcss-media-query-parser>
4498
3731
  Repository: <git+https://github.com/dryoma/postcss-media-query-parser.git>
3732
+ Author: dryoma
4499
3733
 
4500
3734
  ----------------------------------------
4501
3735
 
4502
- ### postcss-scss@v2.1.1
3736
+ ### postcss-scss@v4.0.6
3737
+
3738
+ > SCSS parser for PostCSS
4503
3739
 
4504
3740
  License: MIT
4505
- By: Andrey Sitnik
3741
+ Author: Andrey Sitnik <andrey@sitnik.ru>
4506
3742
 
4507
3743
  > The MIT License (MIT)
4508
3744
  >
@@ -4530,7 +3766,8 @@ By: Andrey Sitnik
4530
3766
  ### postcss-selector-parser@v2.2.3
4531
3767
 
4532
3768
  License: MIT
4533
- By: Ben Briggs
3769
+ Homepage: <https://github.com/postcss/postcss-selector-parser>
3770
+ Author: Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
4534
3771
 
4535
3772
  > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
4536
3773
  >
@@ -4559,8 +3796,10 @@ By: Ben Briggs
4559
3796
 
4560
3797
  ### postcss-values-parser@v2.0.1
4561
3798
 
3799
+ > A CSS property value parser for use with PostCSS
3800
+
4562
3801
  License: MIT
4563
- By: Andrew Powell (shellscape)
3802
+ Author: Andrew Powell (shellscape) <andrew@shellscape.org> (http://shellscape.org)
4564
3803
 
4565
3804
  > Copyright (c) Andrew Powell <andrew@shellscape.org>
4566
3805
  >
@@ -4589,9 +3828,12 @@ By: Andrew Powell (shellscape)
4589
3828
 
4590
3829
  ### pseudomap@v1.0.2
4591
3830
 
3831
+ > 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.
3832
+
4592
3833
  License: ISC
4593
- By: Isaac Z. Schlueter
3834
+ Homepage: <https://github.com/isaacs/pseudomap#readme>
4594
3835
  Repository: <git+https://github.com/isaacs/pseudomap.git>
3836
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4595
3837
 
4596
3838
  > The ISC License
4597
3839
  >
@@ -4613,9 +3855,12 @@ Repository: <git+https://github.com/isaacs/pseudomap.git>
4613
3855
 
4614
3856
  ### queue-microtask@v1.2.3
4615
3857
 
3858
+ > fast, tiny `queueMicrotask` shim for modern engines
3859
+
4616
3860
  License: MIT
4617
- By: Feross Aboukhadijeh
3861
+ Homepage: <https://github.com/feross/queue-microtask>
4618
3862
  Repository: <git://github.com/feross/queue-microtask.git>
3863
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
4619
3864
 
4620
3865
  > The MIT License (MIT)
4621
3866
  >
@@ -4642,8 +3887,12 @@ Repository: <git://github.com/feross/queue-microtask.git>
4642
3887
 
4643
3888
  ### remark-footnotes@v2.0.0
4644
3889
 
3890
+ > remark plugin to add support for pandoc footnotes
3891
+
4645
3892
  License: MIT
4646
- By: Titus Wormer
3893
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3894
+ Contributors:
3895
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4647
3896
 
4648
3897
  > (The MIT License)
4649
3898
  >
@@ -4672,22 +3921,45 @@ By: Titus Wormer
4672
3921
 
4673
3922
  ### remark-math@v3.0.1
4674
3923
 
3924
+ > remark plugin to parse and stringify math
3925
+
4675
3926
  License: MIT
4676
- By: Junyoung Choi
3927
+ Author: Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3928
+ Contributors:
3929
+ - Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3930
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4677
3931
 
4678
3932
  ----------------------------------------
4679
3933
 
4680
3934
  ### remark-parse@v8.0.3
4681
3935
 
3936
+ > remark plugin to parse Markdown
3937
+
4682
3938
  License: MIT
4683
- By: Titus Wormer
3939
+ Homepage: <https://remark.js.org>
3940
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3941
+ Contributors:
3942
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3943
+ - Eugene Sharygin <eush77@gmail.com>
3944
+ - Junyoung Choi <fluke8259@gmail.com>
3945
+ - Elijah Hamovitz <elijahhamovitz@gmail.com>
3946
+ - Ika <ikatyang@gmail.com>
4684
3947
 
4685
3948
  ----------------------------------------
4686
3949
 
4687
3950
  ### repeat-string@v1.6.1
4688
3951
 
3952
+ > Repeat the given string n times. Fastest implementation for repeating a string.
3953
+
4689
3954
  License: MIT
4690
- By: Jon Schlinkert
3955
+ Homepage: <https://github.com/jonschlinkert/repeat-string>
3956
+ Author: Jon Schlinkert (http://github.com/jonschlinkert)
3957
+ Contributors:
3958
+ - Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)
3959
+ - Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)
3960
+ - Linus Unnebäck <linus@folkdatorn.se> (http://linus.unnebäck.se)
3961
+ - Thijs Busser <tbusser@gmail.com> (http://tbusser.net)
3962
+ - Titus <tituswormer@gmail.com> (wooorm.com)
4691
3963
 
4692
3964
  > The MIT License (MIT)
4693
3965
  >
@@ -4713,40 +3985,12 @@ By: Jon Schlinkert
4713
3985
 
4714
3986
  ----------------------------------------
4715
3987
 
4716
- ### resolve@v1.22.0
4717
-
4718
- License: MIT
4719
- By: James Halliday
4720
- Repository: <git://github.com/browserify/resolve.git>
4721
-
4722
- > MIT License
4723
- >
4724
- > Copyright (c) 2012 James Halliday
4725
- >
4726
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4727
- > of this software and associated documentation files (the "Software"), to deal
4728
- > in the Software without restriction, including without limitation the rights
4729
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4730
- > copies of the Software, and to permit persons to whom the Software is
4731
- > furnished to do so, subject to the following conditions:
4732
- >
4733
- > The above copyright notice and this permission notice shall be included in all
4734
- > copies or substantial portions of the Software.
4735
- >
4736
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4737
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4738
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4739
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4740
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4741
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4742
- > SOFTWARE.
4743
-
4744
- ----------------------------------------
4745
-
4746
3988
  ### resolve-from@v4.0.0
4747
3989
 
3990
+ > Resolve the path of a module like `require.resolve()` but from a given path
3991
+
4748
3992
  License: MIT
4749
- By: Sindre Sorhus
3993
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4750
3994
 
4751
3995
  > MIT License
4752
3996
  >
@@ -4762,9 +4006,12 @@ By: Sindre Sorhus
4762
4006
 
4763
4007
  ### reusify@v1.0.4
4764
4008
 
4009
+ > Reuse objects and functions with style
4010
+
4765
4011
  License: MIT
4766
- By: Matteo Collina
4012
+ Homepage: <https://github.com/mcollina/reusify#readme>
4767
4013
  Repository: <git+https://github.com/mcollina/reusify.git>
4014
+ Author: Matteo Collina <hello@matteocollina.com>
4768
4015
 
4769
4016
  > The MIT License (MIT)
4770
4017
  >
@@ -4792,8 +4039,10 @@ Repository: <git+https://github.com/mcollina/reusify.git>
4792
4039
 
4793
4040
  ### rimraf@v3.0.2
4794
4041
 
4042
+ > A deep deletion module for node (like `rm -rf`)
4043
+
4795
4044
  License: ISC
4796
- By: Isaac Z. Schlueter
4045
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4797
4046
 
4798
4047
  > The ISC License
4799
4048
  >
@@ -4813,28 +4062,14 @@ By: Isaac Z. Schlueter
4813
4062
 
4814
4063
  ----------------------------------------
4815
4064
 
4816
- ### rollup-plugin-node-polyfills@v0.2.1
4817
-
4818
- License: MIT
4819
- Repository: <git@github.com:ionic-team/rollup-plugin-node-polyfills.git>
4820
-
4821
- > The MIT License (MIT)
4822
- >
4823
- > Copyright (c) 2019 these people
4824
- >
4825
- > 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:
4826
- >
4827
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4828
- >
4829
- > 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.
4830
-
4831
- ----------------------------------------
4832
-
4833
4065
  ### run-parallel@v1.2.0
4834
4066
 
4067
+ > Run an array of functions in parallel
4068
+
4835
4069
  License: MIT
4836
- By: Feross Aboukhadijeh
4070
+ Homepage: <https://github.com/feross/run-parallel>
4837
4071
  Repository: <git://github.com/feross/run-parallel.git>
4072
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
4838
4073
 
4839
4074
  > The MIT License (MIT)
4840
4075
  >
@@ -4861,8 +4096,10 @@ Repository: <git://github.com/feross/run-parallel.git>
4861
4096
 
4862
4097
  ### sdbm@v2.0.0
4863
4098
 
4099
+ > SDBM non-cryptographic hash function
4100
+
4864
4101
  License: MIT
4865
- By: Sindre Sorhus
4102
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4866
4103
 
4867
4104
  > MIT License
4868
4105
  >
@@ -4870,39 +4107,19 @@ By: Sindre Sorhus
4870
4107
  >
4871
4108
  > 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:
4872
4109
  >
4873
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4874
- >
4875
- > 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.
4876
-
4877
- ----------------------------------------
4878
-
4879
- ### semver@v6.3.0
4880
-
4881
- License: ISC
4882
-
4883
- > The ISC License
4884
- >
4885
- > Copyright (c) Isaac Z. Schlueter and Contributors
4886
- >
4887
- > Permission to use, copy, modify, and/or distribute this software for any
4888
- > purpose with or without fee is hereby granted, provided that the above
4889
- > copyright notice and this permission notice appear in all copies.
4110
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4890
4111
  >
4891
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4892
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4893
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4894
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4895
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4896
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4897
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4112
+ > 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.
4898
4113
 
4899
4114
  ----------------------------------------
4900
4115
 
4901
- ### semver@v7.3.7
4116
+ ### semver@v7.5.4
4117
+
4118
+ > The semantic version parser used by npm.
4902
4119
 
4903
4120
  License: ISC
4904
- By: GitHub Inc.
4905
4121
  Repository: <https://github.com/npm/node-semver.git>
4122
+ Author: GitHub Inc.
4906
4123
 
4907
4124
  > The ISC License
4908
4125
  >
@@ -4924,9 +4141,12 @@ Repository: <https://github.com/npm/node-semver.git>
4924
4141
 
4925
4142
  ### semver-compare@v1.0.0
4926
4143
 
4144
+ > compare two semver version strings, returning -1, 0, or 1
4145
+
4927
4146
  License: MIT
4928
- By: James Halliday
4147
+ Homepage: <https://github.com/substack/semver-compare>
4929
4148
  Repository: <git://github.com/substack/semver-compare.git>
4149
+ Author: James Halliday <mail@substack.net> (http://substack.net)
4930
4150
 
4931
4151
  > This software is released under the MIT license:
4932
4152
  >
@@ -4949,45 +4169,13 @@ Repository: <git://github.com/substack/semver-compare.git>
4949
4169
 
4950
4170
  ----------------------------------------
4951
4171
 
4952
- ### shebang-command@v2.0.0
4953
-
4954
- License: MIT
4955
- By: Kevin Mårtensson
4956
-
4957
- > MIT License
4958
- >
4959
- > Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
4960
- >
4961
- > 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:
4962
- >
4963
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4964
- >
4965
- > 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.
4966
-
4967
- ----------------------------------------
4968
-
4969
- ### shebang-regex@v3.0.0
4970
-
4971
- License: MIT
4972
- By: Sindre Sorhus
4973
-
4974
- > MIT License
4975
- >
4976
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4977
- >
4978
- > 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:
4979
- >
4980
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4981
- >
4982
- > 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.
4983
-
4984
- ----------------------------------------
4985
-
4986
4172
  ### sigmund@v1.0.1
4987
4173
 
4174
+ > Quick and dirty signatures for Objects.
4175
+
4988
4176
  License: ISC
4989
- By: Isaac Z. Schlueter
4990
4177
  Repository: <git://github.com/isaacs/sigmund>
4178
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4991
4179
 
4992
4180
  > The ISC License
4993
4181
  >
@@ -5007,33 +4195,10 @@ Repository: <git://github.com/isaacs/sigmund>
5007
4195
 
5008
4196
  ----------------------------------------
5009
4197
 
5010
- ### signal-exit@v3.0.7
5011
-
5012
- License: ISC
5013
- By: Ben Coe
5014
- Repository: <https://github.com/tapjs/signal-exit.git>
5015
-
5016
- > The ISC License
5017
- >
5018
- > Copyright (c) 2015, Contributors
5019
- >
5020
- > Permission to use, copy, modify, and/or distribute this software
5021
- > for any purpose with or without fee is hereby granted, provided
5022
- > that the above copyright notice and this permission notice
5023
- > appear in all copies.
5024
- >
5025
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5026
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
5027
- > OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
5028
- > LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
5029
- > OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
5030
- > WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
5031
- > ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5032
-
5033
- ----------------------------------------
5034
-
5035
4198
  ### simple-html-tokenizer@v0.5.11
5036
4199
 
4200
+ > Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
4201
+
5037
4202
  License: MIT
5038
4203
  Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
5039
4204
 
@@ -5059,27 +4224,14 @@ Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
5059
4224
 
5060
4225
  ----------------------------------------
5061
4226
 
5062
- ### slash@v3.0.0
5063
-
5064
- License: MIT
5065
- By: Sindre Sorhus
5066
-
5067
- > MIT License
5068
- >
5069
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5070
- >
5071
- > 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:
5072
- >
5073
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5074
- >
5075
- > 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.
5076
-
5077
- ----------------------------------------
5078
-
5079
4227
  ### state-toggle@v1.0.3
5080
4228
 
4229
+ > Enter/exit a state
4230
+
5081
4231
  License: MIT
5082
- By: Titus Wormer
4232
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4233
+ Contributors:
4234
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5083
4235
 
5084
4236
  > (The MIT License)
5085
4237
  >
@@ -5106,44 +4258,12 @@ By: Titus Wormer
5106
4258
 
5107
4259
  ----------------------------------------
5108
4260
 
5109
- ### string-width@v5.0.1
5110
-
5111
- License: MIT
5112
- By: Sindre Sorhus
5113
-
5114
- > MIT License
5115
- >
5116
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5117
- >
5118
- > 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:
5119
- >
5120
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5121
- >
5122
- > 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.
5123
-
5124
- ----------------------------------------
5125
-
5126
- ### strip-ansi@v7.0.1
5127
-
5128
- License: MIT
5129
- By: Sindre Sorhus
5130
-
5131
- > MIT License
5132
- >
5133
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5134
- >
5135
- > 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:
5136
- >
5137
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5138
- >
5139
- > 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.
5140
-
5141
- ----------------------------------------
4261
+ ### strip-ansi@v7.1.0
5142
4262
 
5143
- ### strip-final-newline@v3.0.0
4263
+ > Strip ANSI escape codes from a string
5144
4264
 
5145
4265
  License: MIT
5146
- By: Sindre Sorhus
4266
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5147
4267
 
5148
4268
  > MIT License
5149
4269
  >
@@ -5159,25 +4279,10 @@ By: Sindre Sorhus
5159
4279
 
5160
4280
  ### supports-color@v5.5.0
5161
4281
 
5162
- License: MIT
5163
- By: Sindre Sorhus
5164
-
5165
- > MIT License
5166
- >
5167
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5168
- >
5169
- > 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:
5170
- >
5171
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5172
- >
5173
- > 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.
5174
-
5175
- ----------------------------------------
5176
-
5177
- ### temp-dir@v2.0.0
4282
+ > Detect whether a terminal supports color
5178
4283
 
5179
4284
  License: MIT
5180
- By: Sindre Sorhus
4285
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
5181
4286
 
5182
4287
  > MIT License
5183
4288
  >
@@ -5191,14 +4296,19 @@ By: Sindre Sorhus
5191
4296
 
5192
4297
  ----------------------------------------
5193
4298
 
5194
- ### tempy@v2.0.0
4299
+ ### to-fast-properties@v4.0.0
4300
+
4301
+ > Force V8 to use fast properties for an object
5195
4302
 
5196
4303
  License: MIT
5197
- By: Sindre Sorhus
4304
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
5198
4305
 
5199
4306
  > MIT License
5200
4307
  >
5201
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4308
+ > Copyright (c) Petka Antonov
4309
+ > Benjamin Gruenbaum
4310
+ > John-David Dalton
4311
+ > Sindre Sorhus
5202
4312
  >
5203
4313
  > 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:
5204
4314
  >
@@ -5210,8 +4320,14 @@ By: Sindre Sorhus
5210
4320
 
5211
4321
  ### to-regex-range@v5.0.1
5212
4322
 
4323
+ > Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
4324
+
5213
4325
  License: MIT
5214
- By: Jon Schlinkert
4326
+ Homepage: <https://github.com/micromatch/to-regex-range>
4327
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
4328
+ Contributors:
4329
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
4330
+ - Rouven Weßling (www.rouvenwessling.de)
5215
4331
 
5216
4332
  > The MIT License (MIT)
5217
4333
  >
@@ -5237,16 +4353,24 @@ By: Jon Schlinkert
5237
4353
 
5238
4354
  ----------------------------------------
5239
4355
 
5240
- ### trim@v0.0.1
4356
+ ### trim@v1.0.1
4357
+
4358
+ > Trim string whitespace
5241
4359
 
5242
- By: TJ Holowaychuk
4360
+ License: MIT
4361
+ Repository: <https://github.com/Trott/trim.git>
4362
+ Author: TJ Holowaychuk <tj@vision-media.ca>
5243
4363
 
5244
4364
  ----------------------------------------
5245
4365
 
5246
4366
  ### trim-trailing-lines@v1.1.4
5247
4367
 
4368
+ > Remove final line feeds from a string
4369
+
5248
4370
  License: MIT
5249
- By: Titus Wormer
4371
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4372
+ Contributors:
4373
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5250
4374
 
5251
4375
  > (The MIT License)
5252
4376
  >
@@ -5275,8 +4399,12 @@ By: Titus Wormer
5275
4399
 
5276
4400
  ### trough@v1.0.5
5277
4401
 
4402
+ > Middleware: a channel used to convey a liquid
4403
+
5278
4404
  License: MIT
5279
- By: Titus Wormer
4405
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4406
+ Contributors:
4407
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5280
4408
 
5281
4409
  > (The MIT License)
5282
4410
  >
@@ -5302,62 +4430,45 @@ By: Titus Wormer
5302
4430
 
5303
4431
  ----------------------------------------
5304
4432
 
5305
- ### tslib@v1.14.1
5306
-
5307
- License: 0BSD
5308
- By: Microsoft Corp.
5309
- Repository: <https://github.com/Microsoft/tslib.git>
4433
+ ### ts-api-utils@v1.0.1
5310
4434
 
5311
- > Copyright (c) Microsoft Corporation.
5312
- >
5313
- > Permission to use, copy, modify, and/or distribute this software for any
5314
- > purpose with or without fee is hereby granted.
5315
- >
5316
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
5317
- > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5318
- > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
5319
- > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5320
- > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
5321
- > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5322
- > PERFORMANCE OF THIS SOFTWARE.
5323
-
5324
- ----------------------------------------
5325
-
5326
- ### tsutils@v3.21.0
4435
+ > Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.
5327
4436
 
5328
4437
  License: MIT
5329
- By: Klaus Meinhardt
5330
- Repository: <https://github.com/ajafff/tsutils>
4438
+ Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
4439
+ Author: Josh Goldberg <npm@joshuakgoldberg.com>
5331
4440
 
5332
- > The MIT License (MIT)
5333
- >
5334
- > Copyright (c) 2017 Klaus Meinhardt
5335
- >
5336
- > Permission is hereby granted, free of charge, to any person obtaining a copy
5337
- > of this software and associated documentation files (the "Software"), to deal
5338
- > in the Software without restriction, including without limitation the rights
5339
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5340
- > copies of the Software, and to permit persons to whom the Software is
5341
- > furnished to do so, subject to the following conditions:
5342
- >
5343
- > The above copyright notice and this permission notice shall be included in all
5344
- > copies or substantial portions of the Software.
5345
- >
5346
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5347
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5348
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5349
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5350
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5351
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5352
- > SOFTWARE.
4441
+ > # MIT License
4442
+ >
4443
+ > Permission is hereby granted, free of charge, to any person obtaining
4444
+ > a copy of this software and associated documentation files (the
4445
+ > 'Software'), to deal in the Software without restriction, including
4446
+ > without limitation the rights to use, copy, modify, merge, publish,
4447
+ > distribute, sublicense, and/or sell copies of the Software, and to
4448
+ > permit persons to whom the Software is furnished to do so, subject to
4449
+ > the following conditions:
4450
+ >
4451
+ > The above copyright notice and this permission notice shall be
4452
+ > included in all copies or substantial portions of the Software.
4453
+ >
4454
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4455
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4456
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4457
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4458
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4459
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4460
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5353
4461
 
5354
4462
  ----------------------------------------
5355
4463
 
5356
- ### typescript@v4.7.2
4464
+ ### typescript@v5.1.6
4465
+
4466
+ > TypeScript is a language for application scale JavaScript development
5357
4467
 
5358
4468
  License: Apache-2.0
5359
- By: Microsoft Corp.
4469
+ Homepage: <https://www.typescriptlang.org/>
5360
4470
  Repository: <https://github.com/Microsoft/TypeScript.git>
4471
+ Author: Microsoft Corp.
5361
4472
 
5362
4473
  > Apache License
5363
4474
  >
@@ -5419,8 +4530,12 @@ Repository: <https://github.com/Microsoft/TypeScript.git>
5419
4530
 
5420
4531
  ### unherit@v1.1.3
5421
4532
 
4533
+ > Clone a constructor without affecting the super-class
4534
+
5422
4535
  License: MIT
5423
- By: Titus Wormer
4536
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4537
+ Contributors:
4538
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5424
4539
 
5425
4540
  > (The MIT License)
5426
4541
  >
@@ -5446,10 +4561,20 @@ By: Titus Wormer
5446
4561
 
5447
4562
  ----------------------------------------
5448
4563
 
5449
- ### unified@v9.2.1
4564
+ ### unified@v9.2.2
4565
+
4566
+ > Interface for parsing, inspecting, transforming, and serializing content through syntax trees
5450
4567
 
5451
4568
  License: MIT
5452
- By: Titus Wormer
4569
+ Homepage: <https://unifiedjs.com>
4570
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4571
+ Contributors:
4572
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4573
+ - Junyoung Choi <fluke8259@gmail.com>
4574
+ - Hernan Rajchert <hrajchert@gmail.com>
4575
+ - Christian Murphy <christian.murphy.42@gmail.com>
4576
+ - Vse Mozhet Byt <vsemozhetbyt@gmail.com>
4577
+ - Richard Littauer <richard.littauer@gmail.com>
5453
4578
 
5454
4579
  > (The MIT License)
5455
4580
  >
@@ -5477,9 +4602,11 @@ By: Titus Wormer
5477
4602
 
5478
4603
  ### uniq@v1.0.1
5479
4604
 
4605
+ > Removes duplicates from a sorted array in place
4606
+
5480
4607
  License: MIT
5481
- By: Mikola Lysenko
5482
4608
  Repository: <git://github.com/mikolalysenko/uniq.git>
4609
+ Author: Mikola Lysenko
5483
4610
 
5484
4611
  > The MIT License (MIT)
5485
4612
  >
@@ -5505,27 +4632,16 @@ Repository: <git://github.com/mikolalysenko/uniq.git>
5505
4632
 
5506
4633
  ----------------------------------------
5507
4634
 
5508
- ### unique-string@v3.0.0
5509
-
5510
- License: MIT
5511
- By: Sindre Sorhus
5512
-
5513
- > MIT License
5514
- >
5515
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5516
- >
5517
- > 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:
5518
- >
5519
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5520
- >
5521
- > 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.
5522
-
5523
- ----------------------------------------
5524
-
5525
4635
  ### unist-util-is@v4.1.0
5526
4636
 
4637
+ > unist utility to check if a node passes a test
4638
+
5527
4639
  License: MIT
5528
- By: Titus Wormer
4640
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4641
+ Contributors:
4642
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4643
+ - Christian Murphy <christian.murphy.42@gmail.com>
4644
+ - Lucas Brandstaetter <lucas@brandstaetter.tech> (https://github.com/Roang-zero1)
5529
4645
 
5530
4646
  > (The MIT license)
5531
4647
  >
@@ -5554,8 +4670,12 @@ By: Titus Wormer
5554
4670
 
5555
4671
  ### unist-util-remove-position@v2.0.1
5556
4672
 
4673
+ > unist utility to remove positions from a tree
4674
+
5557
4675
  License: MIT
5558
- By: Titus Wormer
4676
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4677
+ Contributors:
4678
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5559
4679
 
5560
4680
  > (The MIT License)
5561
4681
  >
@@ -5584,8 +4704,12 @@ By: Titus Wormer
5584
4704
 
5585
4705
  ### unist-util-stringify-position@v2.0.3
5586
4706
 
4707
+ > unist utility to serialize a node, position, or point as a human readable location
4708
+
5587
4709
  License: MIT
5588
- By: Titus Wormer
4710
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4711
+ Contributors:
4712
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5589
4713
 
5590
4714
  > (The MIT License)
5591
4715
  >
@@ -5614,8 +4738,14 @@ By: Titus Wormer
5614
4738
 
5615
4739
  ### unist-util-visit@v2.0.3
5616
4740
 
4741
+ > unist utility to visit nodes
4742
+
5617
4743
  License: MIT
5618
- By: Titus Wormer
4744
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4745
+ Contributors:
4746
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4747
+ - Eugene Sharygin <eush77@gmail.com>
4748
+ - Richard Gibson <richard.gibson@gmail.com>
5619
4749
 
5620
4750
  > (The MIT License)
5621
4751
  >
@@ -5644,8 +4774,12 @@ By: Titus Wormer
5644
4774
 
5645
4775
  ### unist-util-visit-parents@v3.1.1
5646
4776
 
4777
+ > unist utility to recursively walk over nodes, with ancestral information
4778
+
5647
4779
  License: MIT
5648
- By: Titus Wormer
4780
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4781
+ Contributors:
4782
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5649
4783
 
5650
4784
  > (The MIT License)
5651
4785
  >
@@ -5674,8 +4808,17 @@ By: Titus Wormer
5674
4808
 
5675
4809
  ### vfile@v4.2.1
5676
4810
 
4811
+ > Virtual file format for text processing
4812
+
5677
4813
  License: MIT
5678
- By: Titus Wormer
4814
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4815
+ Contributors:
4816
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4817
+ - Brendan Abbott <brendan.abbott@temando.com>
4818
+ - Denys Dovhan <email@denysdovhan.com>
4819
+ - Kyle Mathews <mathews.kyle@gmail.com>
4820
+ - Shinnosuke Watanabe <snnskwtnb@gmail.com>
4821
+ - Sindre Sorhus <sindresorhus@gmail.com>
5679
4822
 
5680
4823
  > (The MIT License)
5681
4824
  >
@@ -5703,8 +4846,13 @@ By: Titus Wormer
5703
4846
 
5704
4847
  ### vfile-location@v3.2.0
5705
4848
 
4849
+ > vfile utility to convert between positional (line and column-based) and offset (range-based) locations
4850
+
5706
4851
  License: MIT
5707
- By: Titus Wormer
4852
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4853
+ Contributors:
4854
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4855
+ - Christian Murphy <christian.murphy.42@gmail.com>
5708
4856
 
5709
4857
  > (The MIT License)
5710
4858
  >
@@ -5733,8 +4881,12 @@ By: Titus Wormer
5733
4881
 
5734
4882
  ### vfile-message@v2.0.4
5735
4883
 
4884
+ > vfile utility to create a virtual message
4885
+
5736
4886
  License: MIT
5737
- By: Titus Wormer
4887
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4888
+ Contributors:
4889
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
5738
4890
 
5739
4891
  > (The MIT License)
5740
4892
  >
@@ -5761,10 +4913,13 @@ By: Titus Wormer
5761
4913
 
5762
4914
  ----------------------------------------
5763
4915
 
5764
- ### vnopts@v1.0.2
4916
+ ### vnopts@v2.0.0
4917
+
4918
+ > validate and normalize options
5765
4919
 
5766
4920
  License: MIT
5767
- By: Ika
4921
+ Homepage: <https://github.com/ikatyang/vnopts#readme>
4922
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
5768
4923
 
5769
4924
  > MIT License
5770
4925
  >
@@ -5792,9 +4947,14 @@ By: Ika
5792
4947
 
5793
4948
  ### wcwidth@v1.0.1
5794
4949
 
4950
+ > Port of C's wcwidth() and wcswidth()
4951
+
5795
4952
  License: MIT
5796
- By: Tim Oxley
4953
+ Homepage: <https://github.com/timoxley/wcwidth#readme>
5797
4954
  Repository: <git+https://github.com/timoxley/wcwidth.git>
4955
+ Author: Tim Oxley
4956
+ Contributors:
4957
+ - Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)
5798
4958
 
5799
4959
  > wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
5800
4960
  > =======================================================================
@@ -5828,35 +4988,14 @@ Repository: <git+https://github.com/timoxley/wcwidth.git>
5828
4988
 
5829
4989
  ----------------------------------------
5830
4990
 
5831
- ### which@v2.0.2
5832
-
5833
- License: ISC
5834
- By: Isaac Z. Schlueter
5835
- Repository: <git://github.com/isaacs/node-which.git>
5836
-
5837
- > The ISC License
5838
- >
5839
- > Copyright (c) Isaac Z. Schlueter and Contributors
5840
- >
5841
- > Permission to use, copy, modify, and/or distribute this software for any
5842
- > purpose with or without fee is hereby granted, provided that the above
5843
- > copyright notice and this permission notice appear in all copies.
5844
- >
5845
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5846
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5847
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5848
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5849
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5850
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5851
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5852
-
5853
- ----------------------------------------
5854
-
5855
4991
  ### wrappy@v1.0.2
5856
4992
 
4993
+ > Callback wrapping utility
4994
+
5857
4995
  License: ISC
5858
- By: Isaac Z. Schlueter
4996
+ Homepage: <https://github.com/npm/wrappy>
5859
4997
  Repository: <https://github.com/npm/wrappy>
4998
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
5860
4999
 
5861
5000
  > The ISC License
5862
5001
  >
@@ -5878,8 +5017,14 @@ Repository: <https://github.com/npm/wrappy>
5878
5017
 
5879
5018
  ### xtend@v4.0.2
5880
5019
 
5020
+ > extend like a boss
5021
+
5881
5022
  License: MIT
5882
- By: Raynos
5023
+ Homepage: <https://github.com/Raynos/xtend>
5024
+ Author: Raynos <raynos2@gmail.com>
5025
+ Contributors:
5026
+ - Jake Verbaten
5027
+ - Matt Esch
5883
5028
 
5884
5029
  > The MIT License (MIT)
5885
5030
  > Copyright (c) 2012-2014 Raynos.
@@ -5906,33 +5051,11 @@ By: Raynos
5906
5051
 
5907
5052
  ### yallist@v2.1.2
5908
5053
 
5909
- License: ISC
5910
- By: Isaac Z. Schlueter
5911
- Repository: <git+https://github.com/isaacs/yallist.git>
5912
-
5913
- > The ISC License
5914
- >
5915
- > Copyright (c) Isaac Z. Schlueter and Contributors
5916
- >
5917
- > Permission to use, copy, modify, and/or distribute this software for any
5918
- > purpose with or without fee is hereby granted, provided that the above
5919
- > copyright notice and this permission notice appear in all copies.
5920
- >
5921
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5922
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
5923
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
5924
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
5925
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5926
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
5927
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5928
-
5929
- ----------------------------------------
5930
-
5931
- ### yallist@v4.0.0
5054
+ > Yet Another Linked List
5932
5055
 
5933
5056
  License: ISC
5934
- By: Isaac Z. Schlueter
5935
5057
  Repository: <git+https://github.com/isaacs/yallist.git>
5058
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
5936
5059
 
5937
5060
  > The ISC License
5938
5061
  >
@@ -5954,8 +5077,11 @@ Repository: <git+https://github.com/isaacs/yallist.git>
5954
5077
 
5955
5078
  ### yaml@v1.10.2
5956
5079
 
5080
+ > JavaScript parser and stringifier for YAML
5081
+
5957
5082
  License: ISC
5958
- By: Eemeli Aro
5083
+ Homepage: <https://eemeli.org/yaml/v1/>
5084
+ Author: Eemeli Aro <eemeli@gmail.com>
5959
5085
 
5960
5086
  > Copyright 2018 Eemeli Aro <eemeli@gmail.com>
5961
5087
  >
@@ -5973,10 +5099,13 @@ By: Eemeli Aro
5973
5099
 
5974
5100
  ----------------------------------------
5975
5101
 
5976
- ### yaml-unist-parser@v1.3.1
5102
+ ### yaml-unist-parser@v2.0.1
5103
+
5104
+ > A YAML parser that produces output compatible with unist
5977
5105
 
5978
5106
  License: MIT
5979
- By: Ika
5107
+ Homepage: <https://github.com/prettier/yaml-unist-parser#readme>
5108
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
5980
5109
 
5981
5110
  > MIT License
5982
5111
  >
@@ -5999,3 +5128,22 @@ By: Ika
5999
5128
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6000
5129
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6001
5130
  > SOFTWARE.
5131
+
5132
+ ----------------------------------------
5133
+
5134
+ ### yocto-queue@v1.0.0
5135
+
5136
+ > Tiny queue data structure
5137
+
5138
+ License: MIT
5139
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5140
+
5141
+ > MIT License
5142
+ >
5143
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5144
+ >
5145
+ > 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:
5146
+ >
5147
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5148
+ >
5149
+ > 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.