prettier 3.0.0-alpha.4 → 3.0.0-alpha.6

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 (50) hide show
  1. package/LICENSE +849 -415
  2. package/README.md +3 -3
  3. package/doc.d.ts +248 -0
  4. package/doc.js +274 -199
  5. package/doc.mjs +269 -194
  6. package/index.cjs +380 -201
  7. package/index.d.ts +903 -0
  8. package/index.mjs +7539 -5795
  9. package/internal/cli.mjs +2025 -3219
  10. package/internal/third-party.mjs +2948 -5593
  11. package/package.json +32 -1
  12. package/plugins/acorn-and-espree.d.ts +10 -0
  13. package/plugins/acorn-and-espree.js +12 -12
  14. package/plugins/acorn-and-espree.mjs +12 -12
  15. package/plugins/angular.d.ts +12 -0
  16. package/plugins/angular.js +2 -2
  17. package/plugins/angular.mjs +2 -2
  18. package/plugins/babel.d.ts +17 -0
  19. package/plugins/babel.js +13 -13
  20. package/plugins/babel.mjs +13 -13
  21. package/plugins/flow.d.ts +9 -0
  22. package/plugins/flow.js +20 -20
  23. package/plugins/flow.mjs +20 -20
  24. package/plugins/glimmer.d.ts +9 -0
  25. package/plugins/glimmer.js +18 -17
  26. package/plugins/glimmer.mjs +18 -17
  27. package/plugins/graphql.d.ts +9 -0
  28. package/plugins/graphql.js +7 -7
  29. package/plugins/graphql.mjs +7 -7
  30. package/plugins/html.d.ts +12 -0
  31. package/plugins/html.js +17 -28
  32. package/plugins/html.mjs +17 -28
  33. package/plugins/markdown.d.ts +11 -0
  34. package/plugins/markdown.js +28 -29
  35. package/plugins/markdown.mjs +28 -29
  36. package/plugins/meriyah.d.ts +9 -0
  37. package/plugins/meriyah.js +5 -6
  38. package/plugins/meriyah.mjs +5 -6
  39. package/plugins/postcss.d.ts +11 -0
  40. package/plugins/postcss.js +32 -43
  41. package/plugins/postcss.mjs +32 -43
  42. package/plugins/typescript.d.ts +9 -0
  43. package/plugins/typescript.js +18 -27
  44. package/plugins/typescript.mjs +18 -27
  45. package/plugins/yaml.d.ts +9 -0
  46. package/plugins/yaml.js +108 -108
  47. package/plugins/yaml.mjs +108 -108
  48. package/standalone.d.ts +33 -0
  49. package/standalone.js +74 -80
  50. package/standalone.mjs +74 -80
package/LICENSE CHANGED
@@ -17,19 +17,24 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, 0BSD, Apache-2.0
17
17
 
18
18
  ## Bundled dependencies
19
19
 
20
- ### @angular/compiler@v14.2.7
20
+ ### @angular/compiler@v15.2.0
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
30
  ### @babel/code-frame@v7.18.6
29
31
 
32
+ > Generate errors that contain a code frame that point to source locations.
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
  >
@@ -58,9 +63,11 @@ Repository: <https://github.com/babel/babel.git>
58
63
 
59
64
  ### @babel/helper-validator-identifier@v7.19.1
60
65
 
66
+ > Validate identifier/keywords name
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
  >
@@ -89,9 +96,12 @@ Repository: <https://github.com/babel/babel.git>
89
96
 
90
97
  ### @babel/highlight@v7.18.6
91
98
 
99
+ > Syntax highlight JavaScript strings for output in terminals.
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.19.6
131
+ ### @babel/parser@v7.21.2
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.
@@ -200,6 +215,8 @@ License: MIT
200
215
 
201
216
  ### @glimmer/util@v0.84.2
202
217
 
218
+ > Common utilities used in Glimmer
219
+
203
220
  License: MIT
204
221
 
205
222
  > Copyright (c) 2015 Tilde, Inc.
@@ -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,10 +366,12 @@ License: MIT
337
366
 
338
367
  ----------------------------------------
339
368
 
340
- ### @prettier/is-es5-identifier-name@v0.0.2
369
+ ### @prettier/is-es5-identifier-name@v0.1.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
- By: fisker Cheung
374
+ Author: fisker Cheung <lionkay@gmail.com>
344
375
 
345
376
  > MIT License
346
377
  >
@@ -368,8 +399,11 @@ By: fisker Cheung
368
399
 
369
400
  ### @prettier/parse-srcset@v2.0.2
370
401
 
402
+ > A spec-conformant JavaScript parser for the HTML5 srcset attribute
403
+
371
404
  License: MIT
372
- By: Alex Bell
405
+ Homepage: <https://github.com/prettier/parse-srcset#readme>
406
+ Author: Alex Bell <alex@bellandwhistle.net>
373
407
 
374
408
  > The MIT License (MIT)
375
409
  >
@@ -395,14 +429,16 @@ By: Alex Bell
395
429
 
396
430
  ----------------------------------------
397
431
 
398
- ### @typescript-eslint/types@v5.40.1
432
+ ### @typescript-eslint/types@v5.53.0
433
+
434
+ > Types for the TypeScript-ESTree AST spec
399
435
 
400
436
  License: MIT
401
437
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
402
438
 
403
439
  > MIT License
404
440
  >
405
- > Copyright (c) 2019 TypeScript ESLint and other contributors
441
+ > Copyright (c) 2019 typescript-eslint and other contributors
406
442
  >
407
443
  > Permission is hereby granted, free of charge, to any person obtaining a copy
408
444
  > of this software and associated documentation files (the "Software"), to deal
@@ -424,7 +460,9 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
424
460
 
425
461
  ----------------------------------------
426
462
 
427
- ### @typescript-eslint/typescript-estree@v5.40.1
463
+ ### @typescript-eslint/typescript-estree@v5.53.0
464
+
465
+ > A parser that converts TypeScript source code into an ESTree compatible form
428
466
 
429
467
  License: BSD-2-Clause
430
468
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
@@ -439,11 +477,11 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
439
477
  > Redistribution and use in source and binary forms, with or without
440
478
  > modification, are permitted provided that the following conditions are met:
441
479
  >
442
- > * Redistributions of source code must retain the above copyright
443
- > notice, this list of conditions and the following disclaimer.
444
- > * Redistributions in binary form must reproduce the above copyright
445
- > notice, this list of conditions and the following disclaimer in the
446
- > documentation and/or other materials provided with the distribution.
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.
447
485
  >
448
486
  > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
449
487
  > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -458,9 +496,12 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
458
496
 
459
497
  ----------------------------------------
460
498
 
461
- ### acorn@v8.8.0
499
+ ### acorn@v8.8.2
500
+
501
+ > ECMAScript parser
462
502
 
463
503
  License: MIT
504
+ Homepage: <https://github.com/acornjs/acorn>
464
505
  Repository: <https://github.com/acornjs/acorn.git>
465
506
 
466
507
  > MIT License
@@ -489,7 +530,10 @@ Repository: <https://github.com/acornjs/acorn.git>
489
530
 
490
531
  ### acorn-jsx@v5.3.2
491
532
 
533
+ > Modern, fast React.js JSX parser
534
+
492
535
  License: MIT
536
+ Homepage: <https://github.com/acornjs/acorn-jsx>
493
537
  Repository: <https://github.com/acornjs/acorn-jsx>
494
538
 
495
539
  > Copyright (C) 2012-2017 by Ingvar Stepanyan
@@ -514,10 +558,13 @@ Repository: <https://github.com/acornjs/acorn-jsx>
514
558
 
515
559
  ----------------------------------------
516
560
 
517
- ### angular-estree-parser@v4.0.1
561
+ ### angular-estree-parser@v6.0.0
562
+
563
+ > A parser that converts Angular source code into an ESTree-compatible form
518
564
 
519
565
  License: MIT
520
- By: Ika
566
+ Homepage: <https://github.com/prettier/angular-estree-parser#readme>
567
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
521
568
 
522
569
  > MIT License
523
570
  >
@@ -543,10 +590,13 @@ By: Ika
543
590
 
544
591
  ----------------------------------------
545
592
 
546
- ### angular-html-parser@v2.1.0
593
+ ### angular-html-parser@v4.0.1
594
+
595
+ > A HTML parser extracted from Angular with some modifications
547
596
 
548
597
  License: MIT
549
- 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)
550
600
 
551
601
  > MIT License
552
602
  >
@@ -574,8 +624,10 @@ By: Ika
574
624
 
575
625
  ### ansi-regex@v6.0.1
576
626
 
627
+ > Regular expression for matching ANSI escape codes
628
+
577
629
  License: MIT
578
- By: Sindre Sorhus
630
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
579
631
 
580
632
  > MIT License
581
633
  >
@@ -591,8 +643,10 @@ By: Sindre Sorhus
591
643
 
592
644
  ### ansi-styles@v3.2.1
593
645
 
646
+ > ANSI escape codes for styling strings in the terminal
647
+
594
648
  License: MIT
595
- By: Sindre Sorhus
649
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
596
650
 
597
651
  > MIT License
598
652
  >
@@ -608,8 +662,12 @@ By: Sindre Sorhus
608
662
 
609
663
  ### bail@v1.0.5
610
664
 
665
+ > Throw a given error
666
+
611
667
  License: MIT
612
- By: Titus Wormer
668
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
669
+ Contributors:
670
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
613
671
 
614
672
  > (The MIT License)
615
673
  >
@@ -638,9 +696,12 @@ By: Titus Wormer
638
696
 
639
697
  ### balanced-match@v1.0.2
640
698
 
699
+ > Match balanced character pairs, like "{" and "}"
700
+
641
701
  License: MIT
642
- By: Julian Gruber
702
+ Homepage: <https://github.com/juliangruber/balanced-match>
643
703
  Repository: <git://github.com/juliangruber/balanced-match.git>
704
+ Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
644
705
 
645
706
  > (MIT)
646
707
  >
@@ -668,9 +729,12 @@ Repository: <git://github.com/juliangruber/balanced-match.git>
668
729
 
669
730
  ### brace-expansion@v1.1.11
670
731
 
732
+ > Brace expansion as known from sh/bash
733
+
671
734
  License: MIT
672
- By: Julian Gruber
735
+ Homepage: <https://github.com/juliangruber/brace-expansion>
673
736
  Repository: <git://github.com/juliangruber/brace-expansion.git>
737
+ Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
674
738
 
675
739
  > MIT License
676
740
  >
@@ -698,8 +762,17 @@ Repository: <git://github.com/juliangruber/brace-expansion.git>
698
762
 
699
763
  ### braces@v3.0.2
700
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
+
701
767
  License: MIT
702
- 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)
703
776
 
704
777
  > The MIT License (MIT)
705
778
  >
@@ -725,10 +798,12 @@ By: Jon Schlinkert
725
798
 
726
799
  ----------------------------------------
727
800
 
728
- ### camelcase@v7.0.0
801
+ ### camelcase@v7.0.1
802
+
803
+ > Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
729
804
 
730
805
  License: MIT
731
- By: Sindre Sorhus
806
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
732
807
 
733
808
  > MIT License
734
809
  >
@@ -744,8 +819,12 @@ By: Sindre Sorhus
744
819
 
745
820
  ### ccount@v1.1.0
746
821
 
822
+ > Count characters
823
+
747
824
  License: MIT
748
- By: Titus Wormer
825
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
826
+ Contributors:
827
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
749
828
 
750
829
  > (The MIT License)
751
830
  >
@@ -774,6 +853,8 @@ By: Titus Wormer
774
853
 
775
854
  ### chalk@v2.4.2
776
855
 
856
+ > Terminal string styling done right
857
+
777
858
  License: MIT
778
859
 
779
860
  > MIT License
@@ -788,7 +869,9 @@ License: MIT
788
869
 
789
870
  ----------------------------------------
790
871
 
791
- ### chalk@v5.1.2
872
+ ### chalk@v5.2.0
873
+
874
+ > Terminal string styling done right
792
875
 
793
876
  License: MIT
794
877
 
@@ -806,8 +889,12 @@ License: MIT
806
889
 
807
890
  ### character-entities@v1.2.4
808
891
 
892
+ > HTML character entity information
893
+
809
894
  License: MIT
810
- By: Titus Wormer
895
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
896
+ Contributors:
897
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
811
898
 
812
899
  > (The MIT License)
813
900
  >
@@ -836,8 +923,12 @@ By: Titus Wormer
836
923
 
837
924
  ### character-entities-legacy@v1.1.4
838
925
 
926
+ > HTML legacy character entity information
927
+
839
928
  License: MIT
840
- By: Titus Wormer
929
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
930
+ Contributors:
931
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
841
932
 
842
933
  > (The MIT License)
843
934
  >
@@ -866,8 +957,12 @@ By: Titus Wormer
866
957
 
867
958
  ### character-reference-invalid@v1.1.4
868
959
 
960
+ > HTML invalid numeric character reference information
961
+
869
962
  License: MIT
870
- By: Titus Wormer
963
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
964
+ Contributors:
965
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
871
966
 
872
967
  > (The MIT License)
873
968
  >
@@ -894,14 +989,17 @@ By: Titus Wormer
894
989
 
895
990
  ----------------------------------------
896
991
 
897
- ### ci-info@v3.5.0
992
+ ### ci-info@v3.8.0
993
+
994
+ > Get details about the current Continuous Integration environment
898
995
 
899
996
  License: MIT
900
- By: Thomas Watson Steen
997
+ Homepage: <https://github.com/watson/ci-info>
998
+ Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
901
999
 
902
1000
  > The MIT License (MIT)
903
1001
  >
904
- > Copyright (c) 2016-2021 Thomas Watson Steen
1002
+ > Copyright (c) 2016-2023 Thomas Watson Steen
905
1003
  >
906
1004
  > Permission is hereby granted, free of charge, to any person obtaining a copy
907
1005
  > of this software and associated documentation files (the "Software"), to deal
@@ -925,9 +1023,28 @@ By: Thomas Watson Steen
925
1023
 
926
1024
  ### clone@v1.0.4
927
1025
 
1026
+ > deep cloning of objects and arrays
1027
+
928
1028
  License: MIT
929
- By: Paul Vorbach
930
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/)
931
1048
 
932
1049
  > Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
933
1050
  >
@@ -952,8 +1069,12 @@ Repository: <git://github.com/pvorb/node-clone.git>
952
1069
 
953
1070
  ### collapse-white-space@v1.0.6
954
1071
 
1072
+ > Replace multiple white-space characters with a single space
1073
+
955
1074
  License: MIT
956
- By: Titus Wormer
1075
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
1076
+ Contributors:
1077
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
957
1078
 
958
1079
  > (The MIT License)
959
1080
  >
@@ -982,8 +1103,10 @@ By: Titus Wormer
982
1103
 
983
1104
  ### color-convert@v1.9.3
984
1105
 
1106
+ > Plain color conversion functions
1107
+
985
1108
  License: MIT
986
- By: Heather Arthur
1109
+ Author: Heather Arthur <fayearthur@gmail.com>
987
1110
 
988
1111
  > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
989
1112
  >
@@ -1010,9 +1133,12 @@ By: Heather Arthur
1010
1133
 
1011
1134
  ### color-name@v1.1.3
1012
1135
 
1136
+ > A list of color names and its values
1137
+
1013
1138
  License: MIT
1014
- By: DY
1139
+ Homepage: <https://github.com/dfcreative/color-name>
1015
1140
  Repository: <git@github.com:dfcreative/color-name.git>
1141
+ Author: DY <dfcreative@gmail.com>
1016
1142
 
1017
1143
  > The MIT License (MIT)
1018
1144
  > Copyright (c) 2015 Dmitry Ivanov
@@ -1025,44 +1151,39 @@ Repository: <git@github.com:dfcreative/color-name.git>
1025
1151
 
1026
1152
  ----------------------------------------
1027
1153
 
1028
- ### commondir@v1.0.1
1154
+ ### common-path-prefix@v3.0.0
1029
1155
 
1030
- License: MIT
1031
- By: James Halliday
1032
- Repository: <http://github.com/substack/node-commondir.git>
1156
+ > Computes the longest prefix string that is common to each path, excluding the base component
1033
1157
 
1034
- > The MIT License
1035
- >
1036
- > Copyright (c) 2013 James Halliday (mail@substack.net)
1037
- >
1038
- > Permission is hereby granted, free of charge,
1039
- > to any person obtaining a copy of this software and
1040
- > associated documentation files (the "Software"), to
1041
- > deal in the Software without restriction, including
1042
- > without limitation the rights to use, copy, modify,
1043
- > merge, publish, distribute, sublicense, and/or sell
1044
- > copies of the Software, and to permit persons to whom
1045
- > the Software is furnished to do so,
1046
- > 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
1047
1165
  >
1048
- > The above copyright notice and this permission notice
1049
- > 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.
1050
1169
  >
1051
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1052
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1053
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1054
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
1055
- > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1056
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1057
- > 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.
1058
1177
 
1059
1178
  ----------------------------------------
1060
1179
 
1061
1180
  ### concat-map@v0.0.1
1062
1181
 
1182
+ > concatenative mapdashery
1183
+
1063
1184
  License: MIT
1064
- By: James Halliday
1065
1185
  Repository: <git://github.com/substack/node-concat-map.git>
1186
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1066
1187
 
1067
1188
  > This software is released under the MIT license:
1068
1189
  >
@@ -1085,11 +1206,17 @@ Repository: <git://github.com/substack/node-concat-map.git>
1085
1206
 
1086
1207
  ----------------------------------------
1087
1208
 
1088
- ### cosmiconfig@v7.0.1
1209
+ ### cosmiconfig@v8.0.0
1210
+
1211
+ > Find and load configuration from a package.json property, rc file, or CommonJS module
1089
1212
 
1090
1213
  License: MIT
1091
- By: David Clark
1214
+ Homepage: <https://github.com/davidtheclark/cosmiconfig#readme>
1092
1215
  Repository: <git+https://github.com/davidtheclark/cosmiconfig.git>
1216
+ Author: David Clark <david.dave.clark@gmail.com>
1217
+ Contributors:
1218
+ - Bogdan Chadkin <trysound@yandex.ru>
1219
+ - Suhas Karanth <sudo.suhas@gmail.com>
1093
1220
 
1094
1221
  > The MIT License (MIT)
1095
1222
  >
@@ -1117,8 +1244,15 @@ Repository: <git+https://github.com/davidtheclark/cosmiconfig.git>
1117
1244
 
1118
1245
  ### dashify@v2.0.0
1119
1246
 
1247
+ > Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
1248
+
1120
1249
  License: MIT
1121
- By: Jon Schlinkert
1250
+ Homepage: <https://github.com/jonschlinkert/dashify>
1251
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1252
+ Contributors:
1253
+ - Jeffrey Priebe (https://github.com/jeffreypriebe)
1254
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
1255
+ - Ondrej Brinkel (https://www.anzui.de)
1122
1256
 
1123
1257
  > The MIT License (MIT)
1124
1258
  >
@@ -1146,9 +1280,11 @@ By: Jon Schlinkert
1146
1280
 
1147
1281
  ### defaults@v1.0.3
1148
1282
 
1283
+ > merge single level defaults over a config object
1284
+
1149
1285
  License: MIT
1150
- By: Elijah Insua
1151
1286
  Repository: <git://github.com/tmpvar/defaults.git>
1287
+ Author: Elijah Insua <tmpvar@gmail.com>
1152
1288
 
1153
1289
  > The MIT License (MIT)
1154
1290
  >
@@ -1176,6 +1312,8 @@ Repository: <git://github.com/tmpvar/defaults.git>
1176
1312
 
1177
1313
  ### diff@v5.1.0
1178
1314
 
1315
+ > A javascript text diff implementation.
1316
+
1179
1317
  License: BSD-3-Clause
1180
1318
  Repository: <git://github.com/kpdecker/jsdiff.git>
1181
1319
 
@@ -1215,9 +1353,15 @@ Repository: <git://github.com/kpdecker/jsdiff.git>
1215
1353
 
1216
1354
  ### editorconfig@v0.15.3
1217
1355
 
1356
+ > EditorConfig File Locator and Interpreter for Node.js
1357
+
1218
1358
  License: MIT
1219
- By: EditorConfig Team
1220
1359
  Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1360
+ Author: EditorConfig Team
1361
+ Contributors:
1362
+ - Hong Xu (topbug.net)
1363
+ - Jed Mao (https://github.com/jedmao/)
1364
+ - Trey Hunner (http://treyhunner.com)
1221
1365
 
1222
1366
  > Copyright © 2012 EditorConfig Team
1223
1367
  >
@@ -1243,17 +1387,23 @@ Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1243
1387
 
1244
1388
  ### editorconfig-to-prettier@v0.2.0
1245
1389
 
1390
+ > Converts an `editorconfig`-parsed object to a `prettier` configuration
1391
+
1246
1392
  License: ISC
1247
- By: Joseph Frazier
1393
+ Homepage: <https://github.com/josephfrazier/editorconfig-to-prettier#readme>
1248
1394
  Repository: <git+https://github.com/josephfrazier/editorconfig-to-prettier.git>
1395
+ Author: Joseph Frazier <1212jtraceur@gmail.com>
1249
1396
 
1250
1397
  ----------------------------------------
1251
1398
 
1252
1399
  ### emoji-regex@v9.2.2
1253
1400
 
1401
+ > A regular expression to match all Emoji-only symbols as per the Unicode Standard.
1402
+
1254
1403
  License: MIT
1255
- By: Mathias Bynens
1404
+ Homepage: <https://mths.be/emoji-regex>
1256
1405
  Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1406
+ Author: Mathias Bynens (https://mathiasbynens.be/)
1257
1407
 
1258
1408
  > Copyright Mathias Bynens <https://mathiasbynens.be/>
1259
1409
  >
@@ -1280,6 +1430,8 @@ Repository: <https://github.com/mathiasbynens/emoji-regex.git>
1280
1430
 
1281
1431
  ### error-ex@v1.3.2
1282
1432
 
1433
+ > Easy error subclassing and stack customization
1434
+
1283
1435
  License: MIT
1284
1436
 
1285
1437
  > The MIT License (MIT)
@@ -1308,8 +1460,10 @@ License: MIT
1308
1460
 
1309
1461
  ### escape-string-regexp@v1.0.5
1310
1462
 
1463
+ > Escape RegExp special characters
1464
+
1311
1465
  License: MIT
1312
- By: Sindre Sorhus
1466
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1313
1467
 
1314
1468
  > The MIT License (MIT)
1315
1469
  >
@@ -1337,8 +1491,10 @@ By: Sindre Sorhus
1337
1491
 
1338
1492
  ### escape-string-regexp@v5.0.0
1339
1493
 
1494
+ > Escape RegExp special characters
1495
+
1340
1496
  License: MIT
1341
- By: Sindre Sorhus
1497
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1342
1498
 
1343
1499
  > MIT License
1344
1500
  >
@@ -1352,10 +1508,13 @@ By: Sindre Sorhus
1352
1508
 
1353
1509
  ----------------------------------------
1354
1510
 
1355
- ### espree@v9.4.0
1511
+ ### espree@v9.4.1
1512
+
1513
+ > An Esprima-compatible JavaScript parser built on Acorn
1356
1514
 
1357
1515
  License: BSD-2-Clause
1358
- By: Nicholas C. Zakas
1516
+ Homepage: <https://github.com/eslint/espree>
1517
+ Author: Nicholas C. Zakas <nicholas+npm@nczconsulting.com>
1359
1518
 
1360
1519
  > BSD 2-Clause License
1361
1520
  >
@@ -1387,9 +1546,13 @@ By: Nicholas C. Zakas
1387
1546
 
1388
1547
  ### extend@v3.0.2
1389
1548
 
1549
+ > Port of jQuery.extend for node.js and the browser
1550
+
1390
1551
  License: MIT
1391
- By: Stefan Thomas
1392
1552
  Repository: <https://github.com/justmoon/node-extend.git>
1553
+ Author: Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)
1554
+ Contributors:
1555
+ - Jordan Harband (https://github.com/ljharb)
1393
1556
 
1394
1557
  > The MIT License (MIT)
1395
1558
  >
@@ -1418,8 +1581,10 @@ Repository: <https://github.com/justmoon/node-extend.git>
1418
1581
 
1419
1582
  ### fast-glob@v3.2.12
1420
1583
 
1584
+ > It's a very fast and efficient glob library for Node.js
1585
+
1421
1586
  License: MIT
1422
- By: Denis Malinochkin
1587
+ Author: Denis Malinochkin (https://mrmlnc.com)
1423
1588
 
1424
1589
  > The MIT License (MIT)
1425
1590
  >
@@ -1447,9 +1612,12 @@ By: Denis Malinochkin
1447
1612
 
1448
1613
  ### fast-json-stable-stringify@v2.1.0
1449
1614
 
1615
+ > deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
1616
+
1450
1617
  License: MIT
1451
- By: James Halliday
1618
+ Homepage: <https://github.com/epoberezkin/fast-json-stable-stringify>
1452
1619
  Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1620
+ Author: James Halliday <mail@substack.net> (http://substack.net)
1453
1621
 
1454
1622
  > This software is released under the MIT license:
1455
1623
  >
@@ -1477,9 +1645,12 @@ Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1477
1645
 
1478
1646
  ### fastq@v1.13.0
1479
1647
 
1648
+ > Fast, in memory work queue
1649
+
1480
1650
  License: ISC
1481
- By: Matteo Collina
1651
+ Homepage: <https://github.com/mcollina/fastq#readme>
1482
1652
  Repository: <git+https://github.com/mcollina/fastq.git>
1653
+ Author: Matteo Collina <hello@matteocollina.com>
1483
1654
 
1484
1655
  > Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
1485
1656
  >
@@ -1499,8 +1670,10 @@ Repository: <git+https://github.com/mcollina/fastq.git>
1499
1670
 
1500
1671
  ### file-entry-cache@v6.0.1
1501
1672
 
1673
+ > 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
1674
+
1502
1675
  License: MIT
1503
- By: Roy Riojas
1676
+ Author: Roy Riojas (http://royriojas.com)
1504
1677
 
1505
1678
  > The MIT License (MIT)
1506
1679
  >
@@ -1528,8 +1701,17 @@ By: Roy Riojas
1528
1701
 
1529
1702
  ### fill-range@v7.0.1
1530
1703
 
1704
+ > 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`
1705
+
1531
1706
  License: MIT
1532
- By: Jon Schlinkert
1707
+ Homepage: <https://github.com/jonschlinkert/fill-range>
1708
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1709
+ Contributors:
1710
+ - Edo Rivai (edo.rivai.nl)
1711
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
1712
+ - Paul Miller (paulmillr.com)
1713
+ - Rouven Weßling (www.rouvenwessling.de)
1714
+ - null (https://github.com/wtgtybhertgeghgtwtg)
1533
1715
 
1534
1716
  > The MIT License (MIT)
1535
1717
  >
@@ -1555,13 +1737,17 @@ By: Jon Schlinkert
1555
1737
 
1556
1738
  ----------------------------------------
1557
1739
 
1558
- ### find-cache-dir@v3.3.2
1740
+ ### find-cache-dir@v4.0.0
1741
+
1742
+ > Finds the common standard cache directory
1559
1743
 
1560
1744
  License: MIT
1745
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1561
1746
 
1562
1747
  > MIT License
1563
1748
  >
1564
1749
  > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1750
+ > Copyright (c) James Talmage <james@talmage.io> (https://github.com/jamestalmage)
1565
1751
  >
1566
1752
  > 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:
1567
1753
  >
@@ -1573,9 +1759,12 @@ License: MIT
1573
1759
 
1574
1760
  ### find-parent-dir@v0.3.1
1575
1761
 
1762
+ > Finds the first parent directory that contains a given file or directory.
1763
+
1576
1764
  License: MIT
1577
- By: Thorsten Lorenz
1765
+ Homepage: <https://github.com/thlorenz/find-parent-dir>
1578
1766
  Repository: <git://github.com/thlorenz/find-parent-dir.git>
1767
+ Author: Thorsten Lorenz <thlorenz@gmx.de> (http://thlorenz.com)
1579
1768
 
1580
1769
  > Copyright 2013 Thorsten Lorenz.
1581
1770
  > All rights reserved.
@@ -1603,14 +1792,16 @@ Repository: <git://github.com/thlorenz/find-parent-dir.git>
1603
1792
 
1604
1793
  ----------------------------------------
1605
1794
 
1606
- ### find-up@v4.1.0
1795
+ ### find-up@v6.3.0
1796
+
1797
+ > Find a file or directory by walking up parent directories
1607
1798
 
1608
1799
  License: MIT
1609
- By: Sindre Sorhus
1800
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1610
1801
 
1611
1802
  > MIT License
1612
1803
  >
1613
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1804
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1614
1805
  >
1615
1806
  > 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:
1616
1807
  >
@@ -1622,8 +1813,10 @@ By: Sindre Sorhus
1622
1813
 
1623
1814
  ### flat-cache@v3.0.4
1624
1815
 
1816
+ > A stupidly simple key/value storage using files to persist some data
1817
+
1625
1818
  License: MIT
1626
- By: Roy Riojas
1819
+ Author: Roy Riojas (http://royriojas.com)
1627
1820
 
1628
1821
  > The MIT License (MIT)
1629
1822
  >
@@ -1651,9 +1844,12 @@ By: Roy Riojas
1651
1844
 
1652
1845
  ### flatted@v3.2.7
1653
1846
 
1847
+ > A super light and fast circular JSON parser.
1848
+
1654
1849
  License: ISC
1655
- By: Andrea Giammarchi
1850
+ Homepage: <https://github.com/WebReflection/flatted#readme>
1656
1851
  Repository: <git+https://github.com/WebReflection/flatted.git>
1852
+ Author: Andrea Giammarchi
1657
1853
 
1658
1854
  > ISC License
1659
1855
  >
@@ -1675,9 +1871,14 @@ Repository: <git+https://github.com/WebReflection/flatted.git>
1675
1871
 
1676
1872
  ### flatten@v1.0.3
1677
1873
 
1874
+ > Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.
1875
+
1678
1876
  License: MIT
1679
- By: Joshua Holbrook
1877
+ Homepage: <https://github.com/mk-pmb/flatten-js/#readme>
1680
1878
  Repository: <git+https://github.com/mk-pmb/flatten-js.git>
1879
+ Author: Joshua Holbrook <josh.holbrook@gmail.com> (http://jesusabdullah.net)
1880
+ Contributors:
1881
+ - M.K. (https://github.com/mk-pmb)
1681
1882
 
1682
1883
  > The MIT License (MIT)
1683
1884
  >
@@ -1703,19 +1904,24 @@ Repository: <git+https://github.com/mk-pmb/flatten-js.git>
1703
1904
 
1704
1905
  ----------------------------------------
1705
1906
 
1706
- ### flow-parser@v0.190.1
1907
+ ### flow-parser@v0.200.1
1908
+
1909
+ > JavaScript parser written in OCaml. Produces ESTree AST
1707
1910
 
1708
1911
  License: MIT
1709
- By: Flow Team
1912
+ Homepage: <https://flow.org>
1710
1913
  Repository: <https://github.com/facebook/flow.git>
1914
+ Author: Flow Team <flow@fb.com>
1711
1915
 
1712
1916
  ----------------------------------------
1713
1917
 
1714
1918
  ### fs.realpath@v1.0.0
1715
1919
 
1920
+ > Use node's fs.realpath, but fall back to the JS implementation if the native one fails
1921
+
1716
1922
  License: ISC
1717
- By: Isaac Z. Schlueter
1718
1923
  Repository: <git+https://github.com/isaacs/fs.realpath.git>
1924
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
1719
1925
 
1720
1926
  > The ISC License
1721
1927
  >
@@ -1765,8 +1971,10 @@ Repository: <git+https://github.com/isaacs/fs.realpath.git>
1765
1971
 
1766
1972
  ### get-stdin@v9.0.0
1767
1973
 
1974
+ > Get stdin as a string or buffer
1975
+
1768
1976
  License: MIT
1769
- By: Sindre Sorhus
1977
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1770
1978
 
1771
1979
  > MIT License
1772
1980
  >
@@ -1782,9 +1990,11 @@ By: Sindre Sorhus
1782
1990
 
1783
1991
  ### glob@v7.2.3
1784
1992
 
1993
+ > a little globber
1994
+
1785
1995
  License: ISC
1786
- By: Isaac Z. Schlueter
1787
1996
  Repository: <git://github.com/isaacs/node-glob.git>
1997
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
1788
1998
 
1789
1999
  > The ISC License
1790
2000
  >
@@ -1812,8 +2022,13 @@ Repository: <git://github.com/isaacs/node-glob.git>
1812
2022
 
1813
2023
  ### glob-parent@v5.1.2
1814
2024
 
2025
+ > Extract the non-magic parent path from a glob string.
2026
+
1815
2027
  License: ISC
1816
- By: Gulp Team
2028
+ Author: Gulp Team <team@gulpjs.com> (https://gulpjs.com/)
2029
+ Contributors:
2030
+ - Elan Shanker (https://github.com/es128)
2031
+ - Blaine Bublitz <blaine.bublitz@gmail.com>
1817
2032
 
1818
2033
  > The ISC License
1819
2034
  >
@@ -1835,7 +2050,10 @@ By: Gulp Team
1835
2050
 
1836
2051
  ### graphql@v16.6.0
1837
2052
 
2053
+ > A Query Language and Runtime which can target any service.
2054
+
1838
2055
  License: MIT
2056
+ Homepage: <https://github.com/graphql/graphql-js>
1839
2057
  Repository: <https://github.com/graphql/graphql-js.git>
1840
2058
 
1841
2059
  > MIT License
@@ -1864,8 +2082,10 @@ Repository: <https://github.com/graphql/graphql-js.git>
1864
2082
 
1865
2083
  ### has-flag@v3.0.0
1866
2084
 
2085
+ > Check if argv has a specific flag
2086
+
1867
2087
  License: MIT
1868
- By: Sindre Sorhus
2088
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1869
2089
 
1870
2090
  > MIT License
1871
2091
  >
@@ -1879,101 +2099,13 @@ By: Sindre Sorhus
1879
2099
 
1880
2100
  ----------------------------------------
1881
2101
 
1882
- ### html-element-attributes@v3.1.0
2102
+ ### ignore@v5.2.4
1883
2103
 
1884
- License: MIT
1885
- By: Titus Wormer
1886
-
1887
- > (The MIT License)
1888
- >
1889
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1890
- >
1891
- > Permission is hereby granted, free of charge, to any person obtaining
1892
- > a copy of this software and associated documentation files (the
1893
- > 'Software'), to deal in the Software without restriction, including
1894
- > without limitation the rights to use, copy, modify, merge, publish,
1895
- > distribute, sublicense, and/or sell copies of the Software, and to
1896
- > permit persons to whom the Software is furnished to do so, subject to
1897
- > the following conditions:
1898
- >
1899
- > The above copyright notice and this permission notice shall be
1900
- > included in all copies or substantial portions of the Software.
1901
- >
1902
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1903
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1904
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1905
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1906
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1907
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1908
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1909
-
1910
- ----------------------------------------
1911
-
1912
- ### html-tag-names@v2.0.1
1913
-
1914
- License: MIT
1915
- By: Titus Wormer
1916
-
1917
- > (The MIT License)
1918
- >
1919
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1920
- >
1921
- > Permission is hereby granted, free of charge, to any person obtaining
1922
- > a copy of this software and associated documentation files (the
1923
- > 'Software'), to deal in the Software without restriction, including
1924
- > without limitation the rights to use, copy, modify, merge, publish,
1925
- > distribute, sublicense, and/or sell copies of the Software, and to
1926
- > permit persons to whom the Software is furnished to do so, subject to
1927
- > the following conditions:
1928
- >
1929
- > The above copyright notice and this permission notice shall be
1930
- > included in all copies or substantial portions of the Software.
1931
- >
1932
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1933
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1934
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1935
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1936
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1937
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1938
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1939
-
1940
- ----------------------------------------
1941
-
1942
- ### html-void-elements@v2.0.1
2104
+ > Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
1943
2105
 
1944
2106
  License: MIT
1945
- By: Titus Wormer
1946
-
1947
- > (The MIT License)
1948
- >
1949
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1950
- >
1951
- > Permission is hereby granted, free of charge, to any person obtaining
1952
- > a copy of this software and associated documentation files (the
1953
- > 'Software'), to deal in the Software without restriction, including
1954
- > without limitation the rights to use, copy, modify, merge, publish,
1955
- > distribute, sublicense, and/or sell copies of the Software, and to
1956
- > permit persons to whom the Software is furnished to do so, subject to
1957
- > the following conditions:
1958
- >
1959
- > The above copyright notice and this permission notice shall be
1960
- > included in all copies or substantial portions of the Software.
1961
- >
1962
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1963
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1964
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1965
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1966
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1967
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1968
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1969
-
1970
- ----------------------------------------
1971
-
1972
- ### ignore@v5.2.0
1973
-
1974
- License: MIT
1975
- By: kael
1976
2107
  Repository: <git@github.com:kaelzhang/node-ignore.git>
2108
+ Author: kael
1977
2109
 
1978
2110
  > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
1979
2111
  > http://kael.me/
@@ -2001,8 +2133,10 @@ Repository: <git@github.com:kaelzhang/node-ignore.git>
2001
2133
 
2002
2134
  ### import-fresh@v3.3.0
2003
2135
 
2136
+ > Import a module while bypassing the cache
2137
+
2004
2138
  License: MIT
2005
- By: Sindre Sorhus
2139
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2006
2140
 
2007
2141
  > MIT License
2008
2142
  >
@@ -2016,10 +2150,14 @@ By: Sindre Sorhus
2016
2150
 
2017
2151
  ----------------------------------------
2018
2152
 
2019
- ### import-meta-resolve@v2.1.0
2153
+ ### import-meta-resolve@v2.2.1
2154
+
2155
+ > Resolve things like Node.js — ponyfill for `import.meta.resolve`
2020
2156
 
2021
2157
  License: MIT
2022
- By: Titus Wormer
2158
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2159
+ Contributors:
2160
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2023
2161
 
2024
2162
  > (The MIT License)
2025
2163
  >
@@ -2100,9 +2238,12 @@ By: Titus Wormer
2100
2238
 
2101
2239
  ### indexes-of@v1.0.1
2102
2240
 
2241
+ > line String/Array#indexOf but return all the indexes in an array
2242
+
2103
2243
  License: MIT
2104
- By: Dominic Tarr
2244
+ Homepage: <https://github.com/dominictarr/indexes-of>
2105
2245
  Repository: <git://github.com/dominictarr/indexes-of.git>
2246
+ Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
2106
2247
 
2107
2248
  > Copyright (c) 2013 Dominic Tarr
2108
2249
  >
@@ -2131,9 +2272,12 @@ Repository: <git://github.com/dominictarr/indexes-of.git>
2131
2272
 
2132
2273
  ### inflight@v1.0.6
2133
2274
 
2275
+ > Add callbacks to requests in flight to avoid async duplication
2276
+
2134
2277
  License: ISC
2135
- By: Isaac Z. Schlueter
2278
+ Homepage: <https://github.com/isaacs/inflight>
2136
2279
  Repository: <https://github.com/npm/inflight.git>
2280
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
2137
2281
 
2138
2282
  > The ISC License
2139
2283
  >
@@ -2155,6 +2299,8 @@ Repository: <https://github.com/npm/inflight.git>
2155
2299
 
2156
2300
  ### inherits@v2.0.4
2157
2301
 
2302
+ > Browser-friendly inheritance fully compatible with standard node.js inherits()
2303
+
2158
2304
  License: ISC
2159
2305
 
2160
2306
  > The ISC License
@@ -2177,8 +2323,12 @@ License: ISC
2177
2323
 
2178
2324
  ### is-alphabetical@v1.0.4
2179
2325
 
2326
+ > Check if a character is alphabetical
2327
+
2180
2328
  License: MIT
2181
- By: Titus Wormer
2329
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2330
+ Contributors:
2331
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2182
2332
 
2183
2333
  > (The MIT License)
2184
2334
  >
@@ -2207,8 +2357,12 @@ By: Titus Wormer
2207
2357
 
2208
2358
  ### is-alphanumerical@v1.0.4
2209
2359
 
2360
+ > Check if a character is alphanumerical
2361
+
2210
2362
  License: MIT
2211
- By: Titus Wormer
2363
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2364
+ Contributors:
2365
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2212
2366
 
2213
2367
  > (The MIT License)
2214
2368
  >
@@ -2237,9 +2391,11 @@ By: Titus Wormer
2237
2391
 
2238
2392
  ### is-arrayish@v0.2.1
2239
2393
 
2394
+ > Determines if an object can be used as an array
2395
+
2240
2396
  License: MIT
2241
- By: Qix
2242
2397
  Repository: <https://github.com/qix-/node-is-arrayish.git>
2398
+ Author: Qix (http://github.com/qix-)
2243
2399
 
2244
2400
  > The MIT License (MIT)
2245
2401
  >
@@ -2267,9 +2423,11 @@ Repository: <https://github.com/qix-/node-is-arrayish.git>
2267
2423
 
2268
2424
  ### is-buffer@v2.0.5
2269
2425
 
2426
+ > Determine if an object is a Buffer
2427
+
2270
2428
  License: MIT
2271
- By: Feross Aboukhadijeh
2272
2429
  Repository: <git://github.com/feross/is-buffer.git>
2430
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
2273
2431
 
2274
2432
  > The MIT License (MIT)
2275
2433
  >
@@ -2297,8 +2455,12 @@ Repository: <git://github.com/feross/is-buffer.git>
2297
2455
 
2298
2456
  ### is-decimal@v1.0.4
2299
2457
 
2458
+ > Check if a character is decimal
2459
+
2300
2460
  License: MIT
2301
- By: Titus Wormer
2461
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2462
+ Contributors:
2463
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2302
2464
 
2303
2465
  > (The MIT License)
2304
2466
  >
@@ -2327,8 +2489,11 @@ By: Titus Wormer
2327
2489
 
2328
2490
  ### is-extglob@v2.1.1
2329
2491
 
2492
+ > Returns true if a string has an extglob.
2493
+
2330
2494
  License: MIT
2331
- By: Jon Schlinkert
2495
+ Homepage: <https://github.com/jonschlinkert/is-extglob>
2496
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2332
2497
 
2333
2498
  > The MIT License (MIT)
2334
2499
  >
@@ -2356,8 +2521,10 @@ By: Jon Schlinkert
2356
2521
 
2357
2522
  ### is-fullwidth-code-point@v4.0.0
2358
2523
 
2524
+ > Check if the character represented by a given Unicode code point is fullwidth
2525
+
2359
2526
  License: MIT
2360
- By: Sindre Sorhus
2527
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2361
2528
 
2362
2529
  > MIT License
2363
2530
  >
@@ -2373,8 +2540,15 @@ By: Sindre Sorhus
2373
2540
 
2374
2541
  ### is-glob@v4.0.3
2375
2542
 
2543
+ > 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.
2544
+
2376
2545
  License: MIT
2377
- By: Jon Schlinkert
2546
+ Homepage: <https://github.com/micromatch/is-glob>
2547
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2548
+ Contributors:
2549
+ - Brian Woodward (https://twitter.com/doowb)
2550
+ - Daniel Perez (https://tuvistavie.com)
2551
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
2378
2552
 
2379
2553
  > The MIT License (MIT)
2380
2554
  >
@@ -2402,8 +2576,12 @@ By: Jon Schlinkert
2402
2576
 
2403
2577
  ### is-hexadecimal@v1.0.4
2404
2578
 
2579
+ > Check if a character is hexadecimal
2580
+
2405
2581
  License: MIT
2406
- By: Titus Wormer
2582
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2583
+ Contributors:
2584
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2407
2585
 
2408
2586
  > (The MIT License)
2409
2587
  >
@@ -2432,8 +2610,15 @@ By: Titus Wormer
2432
2610
 
2433
2611
  ### is-number@v7.0.0
2434
2612
 
2613
+ > Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
2614
+
2435
2615
  License: MIT
2436
- By: Jon Schlinkert
2616
+ Homepage: <https://github.com/jonschlinkert/is-number>
2617
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
2618
+ Contributors:
2619
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
2620
+ - Olsten Larck (https://i.am.charlike.online)
2621
+ - Rouven Weßling (www.rouvenwessling.de)
2437
2622
 
2438
2623
  > The MIT License (MIT)
2439
2624
  >
@@ -2461,8 +2646,10 @@ By: Jon Schlinkert
2461
2646
 
2462
2647
  ### is-plain-obj@v2.1.0
2463
2648
 
2649
+ > Check if a value is a plain object
2650
+
2464
2651
  License: MIT
2465
- By: Sindre Sorhus
2652
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2466
2653
 
2467
2654
  > MIT License
2468
2655
  >
@@ -2478,8 +2665,12 @@ By: Sindre Sorhus
2478
2665
 
2479
2666
  ### is-whitespace-character@v1.0.4
2480
2667
 
2668
+ > Check if a character is a whitespace character
2669
+
2481
2670
  License: MIT
2482
- By: Titus Wormer
2671
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2672
+ Contributors:
2673
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2483
2674
 
2484
2675
  > (The MIT License)
2485
2676
  >
@@ -2508,8 +2699,12 @@ By: Titus Wormer
2508
2699
 
2509
2700
  ### is-word-character@v1.0.4
2510
2701
 
2702
+ > Check if a character is a word character
2703
+
2511
2704
  License: MIT
2512
- By: Titus Wormer
2705
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2706
+ Contributors:
2707
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2513
2708
 
2514
2709
  > (The MIT License)
2515
2710
  >
@@ -2536,14 +2731,14 @@ By: Titus Wormer
2536
2731
 
2537
2732
  ----------------------------------------
2538
2733
 
2539
- ### jest-docblock@v29.2.0
2734
+ ### jest-docblock@v29.4.3
2540
2735
 
2541
2736
  License: MIT
2542
2737
  Repository: <https://github.com/facebook/jest.git>
2543
2738
 
2544
2739
  > MIT License
2545
2740
  >
2546
- > Copyright (c) Facebook, Inc. and its affiliates.
2741
+ > Copyright (c) Meta Platforms, Inc. and affiliates.
2547
2742
  >
2548
2743
  > Permission is hereby granted, free of charge, to any person obtaining a copy
2549
2744
  > of this software and associated documentation files (the "Software"), to deal
@@ -2567,8 +2762,10 @@ Repository: <https://github.com/facebook/jest.git>
2567
2762
 
2568
2763
  ### js-tokens@v4.0.0
2569
2764
 
2765
+ > A regex that tokenizes JavaScript.
2766
+
2570
2767
  License: MIT
2571
- By: Simon Lydell
2768
+ Author: Simon Lydell
2572
2769
 
2573
2770
  > The MIT License (MIT)
2574
2771
  >
@@ -2594,10 +2791,47 @@ By: Simon Lydell
2594
2791
 
2595
2792
  ----------------------------------------
2596
2793
 
2794
+ ### js-yaml@v4.1.0
2795
+
2796
+ > YAML 1.2 parser and serializer
2797
+
2798
+ License: MIT
2799
+ Author: Vladimir Zapparov <dervus.grim@gmail.com>
2800
+ Contributors:
2801
+ - Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)
2802
+ - Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)
2803
+ - Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)
2804
+
2805
+ > (The MIT License)
2806
+ >
2807
+ > Copyright (C) 2011-2015 by Vitaly Puzrin
2808
+ >
2809
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2810
+ > of this software and associated documentation files (the "Software"), to deal
2811
+ > in the Software without restriction, including without limitation the rights
2812
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2813
+ > copies of the Software, and to permit persons to whom the Software is
2814
+ > furnished to do so, subject to the following conditions:
2815
+ >
2816
+ > The above copyright notice and this permission notice shall be included in
2817
+ > all copies or substantial portions of the Software.
2818
+ >
2819
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2820
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2821
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2822
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2823
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2824
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2825
+ > THE SOFTWARE.
2826
+
2827
+ ----------------------------------------
2828
+
2597
2829
  ### json-parse-even-better-errors@v2.3.1
2598
2830
 
2831
+ > JSON.parse with context information on error
2832
+
2599
2833
  License: MIT
2600
- By: Kat Marchán
2834
+ Author: Kat Marchán <kzm@zkat.tech>
2601
2835
 
2602
2836
  > Copyright 2017 Kat Marchán
2603
2837
  > Copyright npm, Inc.
@@ -2627,11 +2861,18 @@ By: Kat Marchán
2627
2861
 
2628
2862
  ----------------------------------------
2629
2863
 
2630
- ### json5@v2.2.1
2864
+ ### json5@v2.2.3
2865
+
2866
+ > JSON for Humans
2631
2867
 
2632
2868
  License: MIT
2633
- By: Aseem Kishore
2869
+ Homepage: <http://json5.org/>
2634
2870
  Repository: <git+https://github.com/json5/json5.git>
2871
+ Author: Aseem Kishore <aseem.kishore@gmail.com>
2872
+ Contributors:
2873
+ - Max Nanasy <max.nanasy@gmail.com>
2874
+ - Andrew Eisenberg <andrew@eisenberg.as>
2875
+ - Jordan Tucker <jordanbtucker@gmail.com>
2635
2876
 
2636
2877
  > MIT License
2637
2878
  >
@@ -2661,8 +2902,10 @@ Repository: <git+https://github.com/json5/json5.git>
2661
2902
 
2662
2903
  ### leven@v2.1.0
2663
2904
 
2905
+ > Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm
2906
+
2664
2907
  License: MIT
2665
- By: Sindre Sorhus
2908
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2666
2909
 
2667
2910
  > The MIT License (MIT)
2668
2911
  >
@@ -2690,8 +2933,10 @@ By: Sindre Sorhus
2690
2933
 
2691
2934
  ### leven@v4.0.0
2692
2935
 
2936
+ > Measure the difference between two strings using the Levenshtein distance algorithm
2937
+
2693
2938
  License: MIT
2694
- By: Sindre Sorhus
2939
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2695
2940
 
2696
2941
  > MIT License
2697
2942
  >
@@ -2707,9 +2952,12 @@ By: Sindre Sorhus
2707
2952
 
2708
2953
  ### lines-and-columns@v1.2.4
2709
2954
 
2955
+ > Maps lines and columns to character offsets and back.
2956
+
2710
2957
  License: MIT
2711
- By: Brian Donovan
2958
+ Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
2712
2959
  Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2960
+ Author: Brian Donovan <brian@donovans.cc>
2713
2961
 
2714
2962
  > The MIT License (MIT)
2715
2963
  >
@@ -2737,9 +2985,12 @@ Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2737
2985
 
2738
2986
  ### lines-and-columns@v2.0.3
2739
2987
 
2988
+ > Maps lines and columns to character offsets and back.
2989
+
2740
2990
  License: MIT
2741
- By: Brian Donovan
2991
+ Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
2742
2992
  Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2993
+ Author: Brian Donovan <brian@donovans.cc>
2743
2994
 
2744
2995
  > The MIT License (MIT)
2745
2996
  >
@@ -2765,14 +3016,16 @@ Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2765
3016
 
2766
3017
  ----------------------------------------
2767
3018
 
2768
- ### locate-path@v5.0.0
3019
+ ### locate-path@v7.1.1
3020
+
3021
+ > Get the first path that exists on disk of multiple paths
2769
3022
 
2770
3023
  License: MIT
2771
- By: Sindre Sorhus
3024
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2772
3025
 
2773
3026
  > MIT License
2774
3027
  >
2775
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3028
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2776
3029
  >
2777
3030
  > 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:
2778
3031
  >
@@ -2784,8 +3037,10 @@ By: Sindre Sorhus
2784
3037
 
2785
3038
  ### lru-cache@v4.1.5
2786
3039
 
3040
+ > A cache object that deletes the least-recently-used items.
3041
+
2787
3042
  License: ISC
2788
- By: Isaac Z. Schlueter
3043
+ Author: Isaac Z. Schlueter <i@izs.me>
2789
3044
 
2790
3045
  > The ISC License
2791
3046
  >
@@ -2805,27 +3060,12 @@ By: Isaac Z. Schlueter
2805
3060
 
2806
3061
  ----------------------------------------
2807
3062
 
2808
- ### make-dir@v3.1.0
2809
-
2810
- License: MIT
2811
- By: Sindre Sorhus
2812
-
2813
- > MIT License
2814
- >
2815
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2816
- >
2817
- > 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:
2818
- >
2819
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2820
- >
2821
- > 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.
2822
-
2823
- ----------------------------------------
2824
-
2825
3063
  ### map-age-cleaner@v0.1.3
2826
3064
 
3065
+ > Automatically cleanup expired items in a Map
3066
+
2827
3067
  License: MIT
2828
- By: Sam Verschueren
3068
+ Author: Sam Verschueren <sam.verschueren@gmail.com> (github.com/SamVerschueren)
2829
3069
 
2830
3070
  > MIT License
2831
3071
  >
@@ -2841,8 +3081,12 @@ By: Sam Verschueren
2841
3081
 
2842
3082
  ### markdown-escapes@v1.0.4
2843
3083
 
3084
+ > List of escapable characters in markdown
3085
+
2844
3086
  License: MIT
2845
- By: Titus Wormer
3087
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3088
+ Contributors:
3089
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
2846
3090
 
2847
3091
  > (The MIT License)
2848
3092
  >
@@ -2871,8 +3115,10 @@ By: Titus Wormer
2871
3115
 
2872
3116
  ### mem@v9.0.2
2873
3117
 
3118
+ > Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
3119
+
2874
3120
  License: MIT
2875
- By: Sindre Sorhus
3121
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2876
3122
 
2877
3123
  > MIT License
2878
3124
  >
@@ -2888,7 +3134,10 @@ By: Sindre Sorhus
2888
3134
 
2889
3135
  ### merge2@v1.4.1
2890
3136
 
3137
+ > Merge multiple streams into one stream in sequence or parallel.
3138
+
2891
3139
  License: MIT
3140
+ Homepage: <https://github.com/teambition/merge2>
2892
3141
  Repository: <git@github.com:teambition/merge2.git>
2893
3142
 
2894
3143
  > The MIT License (MIT)
@@ -2915,11 +3164,16 @@ Repository: <git@github.com:teambition/merge2.git>
2915
3164
 
2916
3165
  ----------------------------------------
2917
3166
 
2918
- ### meriyah@v4.3.2
3167
+ ### meriyah@v4.3.4
3168
+
3169
+ > A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
2919
3170
 
2920
3171
  License: ISC
2921
- By: Kenny F.
3172
+ Homepage: <https://github.com/meriyah/meriyah>
2922
3173
  Repository: <https://github.com/meriyah/meriyah>
3174
+ Author: Kenny F. (https://github.com/KFlash)
3175
+ Contributors:
3176
+ - Chunpeng Huo (https://github.com/3cp)
2923
3177
 
2924
3178
  > ISC License
2925
3179
  >
@@ -2933,8 +3187,27 @@ Repository: <https://github.com/meriyah/meriyah>
2933
3187
 
2934
3188
  ### micromatch@v4.0.5
2935
3189
 
2936
- License: MIT
2937
- By: Jon Schlinkert
3190
+ > Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
3191
+
3192
+ License: MIT
3193
+ Homepage: <https://github.com/micromatch/micromatch>
3194
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
3195
+ Contributors:
3196
+ - null (https://github.com/DianeLooney)
3197
+ - Amila Welihinda (amilajack.com)
3198
+ - Bogdan Chadkin (https://github.com/TrySound)
3199
+ - Brian Woodward (https://twitter.com/doowb)
3200
+ - Devon Govett (http://badassjs.com)
3201
+ - Elan Shanker (https://github.com/es128)
3202
+ - Fabrício Matté (https://ultcombo.js.org)
3203
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
3204
+ - Martin Kolárik (https://kolarik.sk)
3205
+ - Olsten Larck (https://i.am.charlike.online)
3206
+ - Paul Miller (paulmillr.com)
3207
+ - Tom Byrer (https://github.com/tomByrer)
3208
+ - Tyler Akins (http://rumkin.com)
3209
+ - Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)
3210
+ - Kuba Juszczyk (https://github.com/ku8ar)
2938
3211
 
2939
3212
  > The MIT License (MIT)
2940
3213
  >
@@ -2962,8 +3235,10 @@ By: Jon Schlinkert
2962
3235
 
2963
3236
  ### mimic-fn@v4.0.0
2964
3237
 
3238
+ > Make a function mimic another one
3239
+
2965
3240
  License: MIT
2966
- By: Sindre Sorhus
3241
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2967
3242
 
2968
3243
  > MIT License
2969
3244
  >
@@ -2979,9 +3254,11 @@ By: Sindre Sorhus
2979
3254
 
2980
3255
  ### minimatch@v3.1.2
2981
3256
 
3257
+ > a glob matcher in javascript
3258
+
2982
3259
  License: ISC
2983
- By: Isaac Z. Schlueter
2984
3260
  Repository: <git://github.com/isaacs/minimatch.git>
3261
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
2985
3262
 
2986
3263
  > The ISC License
2987
3264
  >
@@ -3001,11 +3278,14 @@ Repository: <git://github.com/isaacs/minimatch.git>
3001
3278
 
3002
3279
  ----------------------------------------
3003
3280
 
3004
- ### minimist@v1.2.7
3281
+ ### minimist@v1.2.8
3282
+
3283
+ > parse argument options
3005
3284
 
3006
3285
  License: MIT
3007
- By: James Halliday
3286
+ Homepage: <https://github.com/minimistjs/minimist>
3008
3287
  Repository: <git://github.com/minimistjs/minimist.git>
3288
+ Author: James Halliday <mail@substack.net> (http://substack.net)
3009
3289
 
3010
3290
  > This software is released under the MIT license:
3011
3291
  >
@@ -3030,9 +3310,11 @@ Repository: <git://github.com/minimistjs/minimist.git>
3030
3310
 
3031
3311
  ### n-readlines@v1.0.1
3032
3312
 
3313
+ > Read file line by line without buffering the whole file in memory.
3314
+
3033
3315
  License: MIT
3034
- By: Yoan Arnaudov
3035
3316
  Repository: <http://github.com/nacholibre/node-readlines.git>
3317
+ Author: Yoan Arnaudov <jonidev@gmail.com>
3036
3318
 
3037
3319
  > The MIT License (MIT)
3038
3320
  >
@@ -3059,8 +3341,10 @@ Repository: <http://github.com/nacholibre/node-readlines.git>
3059
3341
 
3060
3342
  ### nanoid@v3.3.4
3061
3343
 
3344
+ > A tiny (116 bytes), secure URL-friendly unique string ID generator
3345
+
3062
3346
  License: MIT
3063
- By: Andrey Sitnik
3347
+ Author: Andrey Sitnik <andrey@sitnik.ru>
3064
3348
 
3065
3349
  > The MIT License (MIT)
3066
3350
  >
@@ -3087,9 +3371,11 @@ By: Andrey Sitnik
3087
3371
 
3088
3372
  ### once@v1.4.0
3089
3373
 
3374
+ > Run a function exactly one time
3375
+
3090
3376
  License: ISC
3091
- By: Isaac Z. Schlueter
3092
3377
  Repository: <git://github.com/isaacs/once>
3378
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3093
3379
 
3094
3380
  > The ISC License
3095
3381
  >
@@ -3109,40 +3395,12 @@ Repository: <git://github.com/isaacs/once>
3109
3395
 
3110
3396
  ----------------------------------------
3111
3397
 
3112
- ### outdent@v0.8.0
3113
-
3114
- License: MIT
3115
- By: Andrew Bradley
3116
- Repository: <git+https://github.com/cspotcode/outdent.git>
3117
-
3118
- > The MIT License (MIT)
3119
- >
3120
- > Copyright (c) 2016 Andrew Bradley
3121
- >
3122
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3123
- > of this software and associated documentation files (the "Software"), to deal
3124
- > in the Software without restriction, including without limitation the rights
3125
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3126
- > copies of the Software, and to permit persons to whom the Software is
3127
- > furnished to do so, subject to the following conditions:
3128
- >
3129
- > The above copyright notice and this permission notice shall be included in all
3130
- > copies or substantial portions of the Software.
3131
- >
3132
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3133
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3134
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3135
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3136
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3137
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3138
- > SOFTWARE.
3139
-
3140
- ----------------------------------------
3141
-
3142
3398
  ### p-defer@v1.0.0
3143
3399
 
3400
+ > Create a deferred promise
3401
+
3144
3402
  License: MIT
3145
- By: Sindre Sorhus
3403
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3146
3404
 
3147
3405
  > The MIT License (MIT)
3148
3406
  >
@@ -3168,31 +3426,16 @@ By: Sindre Sorhus
3168
3426
 
3169
3427
  ----------------------------------------
3170
3428
 
3171
- ### p-limit@v2.3.0
3172
-
3173
- License: MIT
3174
- By: Sindre Sorhus
3175
-
3176
- > MIT License
3177
- >
3178
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3179
- >
3180
- > 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:
3181
- >
3182
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3183
- >
3184
- > 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.
3429
+ ### p-limit@v4.0.0
3185
3430
 
3186
- ----------------------------------------
3187
-
3188
- ### p-locate@v4.1.0
3431
+ > Run multiple promise-returning & async functions with limited concurrency
3189
3432
 
3190
3433
  License: MIT
3191
- By: Sindre Sorhus
3434
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3192
3435
 
3193
3436
  > MIT License
3194
3437
  >
3195
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3438
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3196
3439
  >
3197
3440
  > 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:
3198
3441
  >
@@ -3202,14 +3445,16 @@ By: Sindre Sorhus
3202
3445
 
3203
3446
  ----------------------------------------
3204
3447
 
3205
- ### p-try@v2.2.0
3448
+ ### p-locate@v6.0.0
3449
+
3450
+ > Get the first fulfilled promise that satisfies the provided testing function
3206
3451
 
3207
3452
  License: MIT
3208
- By: Sindre Sorhus
3453
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3209
3454
 
3210
3455
  > MIT License
3211
3456
  >
3212
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3457
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3213
3458
  >
3214
3459
  > 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:
3215
3460
  >
@@ -3221,8 +3466,12 @@ By: Sindre Sorhus
3221
3466
 
3222
3467
  ### parse-entities@v2.0.0
3223
3468
 
3469
+ > Parse HTML character references: fast, spec-compliant, positional information
3470
+
3224
3471
  License: MIT
3225
- By: Titus Wormer
3472
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3473
+ Contributors:
3474
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3226
3475
 
3227
3476
  > (The MIT License)
3228
3477
  >
@@ -3251,8 +3500,10 @@ By: Titus Wormer
3251
3500
 
3252
3501
  ### parse-json@v5.2.0
3253
3502
 
3503
+ > Parse JSON with more helpful errors
3504
+
3254
3505
  License: MIT
3255
- By: Sindre Sorhus
3506
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3256
3507
 
3257
3508
  > MIT License
3258
3509
  >
@@ -3266,14 +3517,16 @@ By: Sindre Sorhus
3266
3517
 
3267
3518
  ----------------------------------------
3268
3519
 
3269
- ### path-exists@v4.0.0
3520
+ ### path-exists@v5.0.0
3521
+
3522
+ > Check if a path exists
3270
3523
 
3271
3524
  License: MIT
3272
- By: Sindre Sorhus
3525
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3273
3526
 
3274
3527
  > MIT License
3275
3528
  >
3276
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3529
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3277
3530
  >
3278
3531
  > 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:
3279
3532
  >
@@ -3285,8 +3538,10 @@ By: Sindre Sorhus
3285
3538
 
3286
3539
  ### path-is-absolute@v1.0.1
3287
3540
 
3541
+ > Node.js 0.12 path.isAbsolute() ponyfill
3542
+
3288
3543
  License: MIT
3289
- By: Sindre Sorhus
3544
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3290
3545
 
3291
3546
  > The MIT License (MIT)
3292
3547
  >
@@ -3314,8 +3569,10 @@ By: Sindre Sorhus
3314
3569
 
3315
3570
  ### path-type@v4.0.0
3316
3571
 
3572
+ > Check if a path is a file, directory, or symlink
3573
+
3317
3574
  License: MIT
3318
- By: Sindre Sorhus
3575
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3319
3576
 
3320
3577
  > MIT License
3321
3578
  >
@@ -3331,8 +3588,10 @@ By: Sindre Sorhus
3331
3588
 
3332
3589
  ### picocolors@v1.0.0
3333
3590
 
3591
+ > The tiniest and the fastest library for terminal output formatting with ANSI colors
3592
+
3334
3593
  License: ISC
3335
- By: Alexey Raspopov
3594
+ Author: Alexey Raspopov
3336
3595
 
3337
3596
  > ISC License
3338
3597
  >
@@ -3354,8 +3613,11 @@ By: Alexey Raspopov
3354
3613
 
3355
3614
  ### picomatch@v2.3.1
3356
3615
 
3616
+ > 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.
3617
+
3357
3618
  License: MIT
3358
- By: Jon Schlinkert
3619
+ Homepage: <https://github.com/micromatch/picomatch>
3620
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
3359
3621
 
3360
3622
  > The MIT License (MIT)
3361
3623
  >
@@ -3381,14 +3643,16 @@ By: Jon Schlinkert
3381
3643
 
3382
3644
  ----------------------------------------
3383
3645
 
3384
- ### pkg-dir@v4.2.0
3646
+ ### pkg-dir@v7.0.0
3647
+
3648
+ > Find the root directory of a Node.js project or npm package
3385
3649
 
3386
3650
  License: MIT
3387
- By: Sindre Sorhus
3651
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3388
3652
 
3389
3653
  > MIT License
3390
3654
  >
3391
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3655
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3392
3656
  >
3393
3657
  > 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:
3394
3658
  >
@@ -3400,9 +3664,12 @@ By: Sindre Sorhus
3400
3664
 
3401
3665
  ### please-upgrade-node@v3.2.0
3402
3666
 
3667
+ > Displays a beginner-friendly message telling your user to upgrade their version of Node
3668
+
3403
3669
  License: MIT
3404
- By: typicode
3670
+ Homepage: <https://github.com/typicode/please-upgrade-node#readme>
3405
3671
  Repository: <git+https://github.com/typicode/please-upgrade-node.git>
3672
+ Author: typicode
3406
3673
 
3407
3674
  > MIT License
3408
3675
  >
@@ -3428,10 +3695,13 @@ Repository: <git+https://github.com/typicode/please-upgrade-node.git>
3428
3695
 
3429
3696
  ----------------------------------------
3430
3697
 
3431
- ### postcss@v8.4.18
3698
+ ### postcss@v8.4.21
3699
+
3700
+ > Tool for transforming styles with JS plugins
3432
3701
 
3433
3702
  License: MIT
3434
- By: Andrey Sitnik
3703
+ Homepage: <https://postcss.org/>
3704
+ Author: Andrey Sitnik <andrey@sitnik.ru>
3435
3705
 
3436
3706
  > The MIT License (MIT)
3437
3707
  >
@@ -3458,8 +3728,11 @@ By: Andrey Sitnik
3458
3728
 
3459
3729
  ### postcss-less@v6.0.0
3460
3730
 
3731
+ > LESS parser for PostCSS
3732
+
3461
3733
  License: MIT
3462
- By: Denys Kniazevych
3734
+ Homepage: <https://github.com/shellscape/postcss-less>
3735
+ Author: Denys Kniazevych <webschik@gmail.com>
3463
3736
 
3464
3737
  > The MIT License (MIT)
3465
3738
  >
@@ -3490,16 +3763,21 @@ By: Denys Kniazevych
3490
3763
 
3491
3764
  ### postcss-media-query-parser@v0.2.3
3492
3765
 
3766
+ > A tool for parsing media query lists.
3767
+
3493
3768
  License: MIT
3494
- By: dryoma
3769
+ Homepage: <https://github.com/dryoma/postcss-media-query-parser>
3495
3770
  Repository: <git+https://github.com/dryoma/postcss-media-query-parser.git>
3771
+ Author: dryoma
3496
3772
 
3497
3773
  ----------------------------------------
3498
3774
 
3499
- ### postcss-scss@v4.0.5
3775
+ ### postcss-scss@v4.0.6
3776
+
3777
+ > SCSS parser for PostCSS
3500
3778
 
3501
3779
  License: MIT
3502
- By: Andrey Sitnik
3780
+ Author: Andrey Sitnik <andrey@sitnik.ru>
3503
3781
 
3504
3782
  > The MIT License (MIT)
3505
3783
  >
@@ -3527,7 +3805,8 @@ By: Andrey Sitnik
3527
3805
  ### postcss-selector-parser@v2.2.3
3528
3806
 
3529
3807
  License: MIT
3530
- By: Ben Briggs
3808
+ Homepage: <https://github.com/postcss/postcss-selector-parser>
3809
+ Author: Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3531
3810
 
3532
3811
  > Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info)
3533
3812
  >
@@ -3556,8 +3835,10 @@ By: Ben Briggs
3556
3835
 
3557
3836
  ### postcss-values-parser@v2.0.1
3558
3837
 
3838
+ > A CSS property value parser for use with PostCSS
3839
+
3559
3840
  License: MIT
3560
- By: Andrew Powell (shellscape)
3841
+ Author: Andrew Powell (shellscape) <andrew@shellscape.org> (http://shellscape.org)
3561
3842
 
3562
3843
  > Copyright (c) Andrew Powell <andrew@shellscape.org>
3563
3844
  >
@@ -3586,9 +3867,12 @@ By: Andrew Powell (shellscape)
3586
3867
 
3587
3868
  ### pseudomap@v1.0.2
3588
3869
 
3870
+ > 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.
3871
+
3589
3872
  License: ISC
3590
- By: Isaac Z. Schlueter
3873
+ Homepage: <https://github.com/isaacs/pseudomap#readme>
3591
3874
  Repository: <git+https://github.com/isaacs/pseudomap.git>
3875
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3592
3876
 
3593
3877
  > The ISC License
3594
3878
  >
@@ -3610,9 +3894,12 @@ Repository: <git+https://github.com/isaacs/pseudomap.git>
3610
3894
 
3611
3895
  ### queue-microtask@v1.2.3
3612
3896
 
3897
+ > fast, tiny `queueMicrotask` shim for modern engines
3898
+
3613
3899
  License: MIT
3614
- By: Feross Aboukhadijeh
3900
+ Homepage: <https://github.com/feross/queue-microtask>
3615
3901
  Repository: <git://github.com/feross/queue-microtask.git>
3902
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
3616
3903
 
3617
3904
  > The MIT License (MIT)
3618
3905
  >
@@ -3639,8 +3926,12 @@ Repository: <git://github.com/feross/queue-microtask.git>
3639
3926
 
3640
3927
  ### remark-footnotes@v2.0.0
3641
3928
 
3929
+ > remark plugin to add support for pandoc footnotes
3930
+
3642
3931
  License: MIT
3643
- By: Titus Wormer
3932
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3933
+ Contributors:
3934
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3644
3935
 
3645
3936
  > (The MIT License)
3646
3937
  >
@@ -3669,22 +3960,45 @@ By: Titus Wormer
3669
3960
 
3670
3961
  ### remark-math@v3.0.1
3671
3962
 
3963
+ > remark plugin to parse and stringify math
3964
+
3672
3965
  License: MIT
3673
- By: Junyoung Choi
3966
+ Author: Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3967
+ Contributors:
3968
+ - Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)
3969
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3674
3970
 
3675
3971
  ----------------------------------------
3676
3972
 
3677
3973
  ### remark-parse@v8.0.3
3678
3974
 
3975
+ > remark plugin to parse Markdown
3976
+
3679
3977
  License: MIT
3680
- By: Titus Wormer
3978
+ Homepage: <https://remark.js.org>
3979
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3980
+ Contributors:
3981
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3982
+ - Eugene Sharygin <eush77@gmail.com>
3983
+ - Junyoung Choi <fluke8259@gmail.com>
3984
+ - Elijah Hamovitz <elijahhamovitz@gmail.com>
3985
+ - Ika <ikatyang@gmail.com>
3681
3986
 
3682
3987
  ----------------------------------------
3683
3988
 
3684
3989
  ### repeat-string@v1.6.1
3685
3990
 
3991
+ > Repeat the given string n times. Fastest implementation for repeating a string.
3992
+
3686
3993
  License: MIT
3687
- By: Jon Schlinkert
3994
+ Homepage: <https://github.com/jonschlinkert/repeat-string>
3995
+ Author: Jon Schlinkert (http://github.com/jonschlinkert)
3996
+ Contributors:
3997
+ - Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)
3998
+ - Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)
3999
+ - Linus Unnebäck <linus@folkdatorn.se> (http://linus.unnebäck.se)
4000
+ - Thijs Busser <tbusser@gmail.com> (http://tbusser.net)
4001
+ - Titus <tituswormer@gmail.com> (wooorm.com)
3688
4002
 
3689
4003
  > The MIT License (MIT)
3690
4004
  >
@@ -3712,8 +4026,10 @@ By: Jon Schlinkert
3712
4026
 
3713
4027
  ### resolve-from@v4.0.0
3714
4028
 
4029
+ > Resolve the path of a module like `require.resolve()` but from a given path
4030
+
3715
4031
  License: MIT
3716
- By: Sindre Sorhus
4032
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3717
4033
 
3718
4034
  > MIT License
3719
4035
  >
@@ -3729,9 +4045,12 @@ By: Sindre Sorhus
3729
4045
 
3730
4046
  ### reusify@v1.0.4
3731
4047
 
4048
+ > Reuse objects and functions with style
4049
+
3732
4050
  License: MIT
3733
- By: Matteo Collina
4051
+ Homepage: <https://github.com/mcollina/reusify#readme>
3734
4052
  Repository: <git+https://github.com/mcollina/reusify.git>
4053
+ Author: Matteo Collina <hello@matteocollina.com>
3735
4054
 
3736
4055
  > The MIT License (MIT)
3737
4056
  >
@@ -3759,8 +4078,10 @@ Repository: <git+https://github.com/mcollina/reusify.git>
3759
4078
 
3760
4079
  ### rimraf@v3.0.2
3761
4080
 
4081
+ > A deep deletion module for node (like `rm -rf`)
4082
+
3762
4083
  License: ISC
3763
- By: Isaac Z. Schlueter
4084
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3764
4085
 
3765
4086
  > The ISC License
3766
4087
  >
@@ -3780,28 +4101,14 @@ By: Isaac Z. Schlueter
3780
4101
 
3781
4102
  ----------------------------------------
3782
4103
 
3783
- ### rollup-plugin-node-polyfills@v0.2.1
3784
-
3785
- License: MIT
3786
- Repository: <git@github.com:ionic-team/rollup-plugin-node-polyfills.git>
3787
-
3788
- > The MIT License (MIT)
3789
- >
3790
- > Copyright (c) 2019 these people
3791
- >
3792
- > 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:
3793
- >
3794
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3795
- >
3796
- > 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.
3797
-
3798
- ----------------------------------------
3799
-
3800
4104
  ### run-parallel@v1.2.0
3801
4105
 
4106
+ > Run an array of functions in parallel
4107
+
3802
4108
  License: MIT
3803
- By: Feross Aboukhadijeh
4109
+ Homepage: <https://github.com/feross/run-parallel>
3804
4110
  Repository: <git://github.com/feross/run-parallel.git>
4111
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
3805
4112
 
3806
4113
  > The MIT License (MIT)
3807
4114
  >
@@ -3828,8 +4135,10 @@ Repository: <git://github.com/feross/run-parallel.git>
3828
4135
 
3829
4136
  ### sdbm@v2.0.0
3830
4137
 
4138
+ > SDBM non-cryptographic hash function
4139
+
3831
4140
  License: MIT
3832
- By: Sindre Sorhus
4141
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3833
4142
 
3834
4143
  > MIT License
3835
4144
  >
@@ -3843,33 +4152,13 @@ By: Sindre Sorhus
3843
4152
 
3844
4153
  ----------------------------------------
3845
4154
 
3846
- ### semver@v6.3.0
3847
-
3848
- License: ISC
3849
-
3850
- > The ISC License
3851
- >
3852
- > Copyright (c) Isaac Z. Schlueter and Contributors
3853
- >
3854
- > Permission to use, copy, modify, and/or distribute this software for any
3855
- > purpose with or without fee is hereby granted, provided that the above
3856
- > copyright notice and this permission notice appear in all copies.
3857
- >
3858
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3859
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3860
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3861
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3862
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3863
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3864
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3865
-
3866
- ----------------------------------------
3867
-
3868
4155
  ### semver@v7.3.8
3869
4156
 
4157
+ > The semantic version parser used by npm.
4158
+
3870
4159
  License: ISC
3871
- By: GitHub Inc.
3872
4160
  Repository: <https://github.com/npm/node-semver.git>
4161
+ Author: GitHub Inc.
3873
4162
 
3874
4163
  > The ISC License
3875
4164
  >
@@ -3891,9 +4180,12 @@ Repository: <https://github.com/npm/node-semver.git>
3891
4180
 
3892
4181
  ### semver-compare@v1.0.0
3893
4182
 
4183
+ > compare two semver version strings, returning -1, 0, or 1
4184
+
3894
4185
  License: MIT
3895
- By: James Halliday
4186
+ Homepage: <https://github.com/substack/semver-compare>
3896
4187
  Repository: <git://github.com/substack/semver-compare.git>
4188
+ Author: James Halliday <mail@substack.net> (http://substack.net)
3897
4189
 
3898
4190
  > This software is released under the MIT license:
3899
4191
  >
@@ -3918,9 +4210,11 @@ Repository: <git://github.com/substack/semver-compare.git>
3918
4210
 
3919
4211
  ### sigmund@v1.0.1
3920
4212
 
4213
+ > Quick and dirty signatures for Objects.
4214
+
3921
4215
  License: ISC
3922
- By: Isaac Z. Schlueter
3923
4216
  Repository: <git://github.com/isaacs/sigmund>
4217
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3924
4218
 
3925
4219
  > The ISC License
3926
4220
  >
@@ -3942,6 +4236,8 @@ Repository: <git://github.com/isaacs/sigmund>
3942
4236
 
3943
4237
  ### simple-html-tokenizer@v0.5.11
3944
4238
 
4239
+ > Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
4240
+
3945
4241
  License: MIT
3946
4242
  Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
3947
4243
 
@@ -3969,8 +4265,12 @@ Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
3969
4265
 
3970
4266
  ### state-toggle@v1.0.3
3971
4267
 
4268
+ > Enter/exit a state
4269
+
3972
4270
  License: MIT
3973
- By: Titus Wormer
4271
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4272
+ Contributors:
4273
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
3974
4274
 
3975
4275
  > (The MIT License)
3976
4276
  >
@@ -3999,8 +4299,10 @@ By: Titus Wormer
3999
4299
 
4000
4300
  ### string-width@v5.0.1
4001
4301
 
4302
+ > Get the visual width of a string - the number of columns required to display it
4303
+
4002
4304
  License: MIT
4003
- By: Sindre Sorhus
4305
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4004
4306
 
4005
4307
  > MIT License
4006
4308
  >
@@ -4016,8 +4318,10 @@ By: Sindre Sorhus
4016
4318
 
4017
4319
  ### strip-ansi@v7.0.1
4018
4320
 
4321
+ > Strip ANSI escape codes from a string
4322
+
4019
4323
  License: MIT
4020
- By: Sindre Sorhus
4324
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4021
4325
 
4022
4326
  > MIT License
4023
4327
  >
@@ -4033,8 +4337,10 @@ By: Sindre Sorhus
4033
4337
 
4034
4338
  ### supports-color@v5.5.0
4035
4339
 
4340
+ > Detect whether a terminal supports color
4341
+
4036
4342
  License: MIT
4037
- By: Sindre Sorhus
4343
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4038
4344
 
4039
4345
  > MIT License
4040
4346
  >
@@ -4050,8 +4356,10 @@ By: Sindre Sorhus
4050
4356
 
4051
4357
  ### to-fast-properties@v4.0.0
4052
4358
 
4359
+ > Force V8 to use fast properties for an object
4360
+
4053
4361
  License: MIT
4054
- By: Sindre Sorhus
4362
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
4055
4363
 
4056
4364
  > MIT License
4057
4365
  >
@@ -4070,8 +4378,14 @@ By: Sindre Sorhus
4070
4378
 
4071
4379
  ### to-regex-range@v5.0.1
4072
4380
 
4381
+ > Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
4382
+
4073
4383
  License: MIT
4074
- By: Jon Schlinkert
4384
+ Homepage: <https://github.com/micromatch/to-regex-range>
4385
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
4386
+ Contributors:
4387
+ - Jon Schlinkert (http://twitter.com/jonschlinkert)
4388
+ - Rouven Weßling (www.rouvenwessling.de)
4075
4389
 
4076
4390
  > The MIT License (MIT)
4077
4391
  >
@@ -4099,16 +4413,22 @@ By: Jon Schlinkert
4099
4413
 
4100
4414
  ### trim@v1.0.1
4101
4415
 
4416
+ > Trim string whitespace
4417
+
4102
4418
  License: MIT
4103
- By: TJ Holowaychuk
4104
4419
  Repository: <https://github.com/Trott/trim.git>
4420
+ Author: TJ Holowaychuk <tj@vision-media.ca>
4105
4421
 
4106
4422
  ----------------------------------------
4107
4423
 
4108
4424
  ### trim-trailing-lines@v1.1.4
4109
4425
 
4426
+ > Remove final line feeds from a string
4427
+
4110
4428
  License: MIT
4111
- By: Titus Wormer
4429
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4430
+ Contributors:
4431
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4112
4432
 
4113
4433
  > (The MIT License)
4114
4434
  >
@@ -4137,8 +4457,12 @@ By: Titus Wormer
4137
4457
 
4138
4458
  ### trough@v1.0.5
4139
4459
 
4460
+ > Middleware: a channel used to convey a liquid
4461
+
4140
4462
  License: MIT
4141
- By: Titus Wormer
4463
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4464
+ Contributors:
4465
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4142
4466
 
4143
4467
  > (The MIT License)
4144
4468
  >
@@ -4166,9 +4490,12 @@ By: Titus Wormer
4166
4490
 
4167
4491
  ### tslib@v1.14.1
4168
4492
 
4493
+ > Runtime library for TypeScript helper functions
4494
+
4169
4495
  License: 0BSD
4170
- By: Microsoft Corp.
4496
+ Homepage: <https://www.typescriptlang.org/>
4171
4497
  Repository: <https://github.com/Microsoft/tslib.git>
4498
+ Author: Microsoft Corp.
4172
4499
 
4173
4500
  > Copyright (c) Microsoft Corporation.
4174
4501
  >
@@ -4187,9 +4514,11 @@ Repository: <https://github.com/Microsoft/tslib.git>
4187
4514
 
4188
4515
  ### tsutils@v3.21.0
4189
4516
 
4517
+ > utilities for working with typescript's AST
4518
+
4190
4519
  License: MIT
4191
- By: Klaus Meinhardt
4192
4520
  Repository: <https://github.com/ajafff/tsutils>
4521
+ Author: Klaus Meinhardt
4193
4522
 
4194
4523
  > The MIT License (MIT)
4195
4524
  >
@@ -4215,11 +4544,14 @@ Repository: <https://github.com/ajafff/tsutils>
4215
4544
 
4216
4545
  ----------------------------------------
4217
4546
 
4218
- ### typescript@v4.8.4
4547
+ ### typescript@v4.9.5
4548
+
4549
+ > TypeScript is a language for application scale JavaScript development
4219
4550
 
4220
4551
  License: Apache-2.0
4221
- By: Microsoft Corp.
4552
+ Homepage: <https://www.typescriptlang.org/>
4222
4553
  Repository: <https://github.com/Microsoft/TypeScript.git>
4554
+ Author: Microsoft Corp.
4223
4555
 
4224
4556
  > Apache License
4225
4557
  >
@@ -4281,8 +4613,12 @@ Repository: <https://github.com/Microsoft/TypeScript.git>
4281
4613
 
4282
4614
  ### unherit@v1.1.3
4283
4615
 
4616
+ > Clone a constructor without affecting the super-class
4617
+
4284
4618
  License: MIT
4285
- By: Titus Wormer
4619
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4620
+ Contributors:
4621
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4286
4622
 
4287
4623
  > (The MIT License)
4288
4624
  >
@@ -4310,8 +4646,18 @@ By: Titus Wormer
4310
4646
 
4311
4647
  ### unified@v9.2.2
4312
4648
 
4649
+ > Interface for parsing, inspecting, transforming, and serializing content through syntax trees
4650
+
4313
4651
  License: MIT
4314
- By: Titus Wormer
4652
+ Homepage: <https://unifiedjs.com>
4653
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4654
+ Contributors:
4655
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4656
+ - Junyoung Choi <fluke8259@gmail.com>
4657
+ - Hernan Rajchert <hrajchert@gmail.com>
4658
+ - Christian Murphy <christian.murphy.42@gmail.com>
4659
+ - Vse Mozhet Byt <vsemozhetbyt@gmail.com>
4660
+ - Richard Littauer <richard.littauer@gmail.com>
4315
4661
 
4316
4662
  > (The MIT License)
4317
4663
  >
@@ -4339,9 +4685,11 @@ By: Titus Wormer
4339
4685
 
4340
4686
  ### uniq@v1.0.1
4341
4687
 
4688
+ > Removes duplicates from a sorted array in place
4689
+
4342
4690
  License: MIT
4343
- By: Mikola Lysenko
4344
4691
  Repository: <git://github.com/mikolalysenko/uniq.git>
4692
+ Author: Mikola Lysenko
4345
4693
 
4346
4694
  > The MIT License (MIT)
4347
4695
  >
@@ -4369,8 +4717,14 @@ Repository: <git://github.com/mikolalysenko/uniq.git>
4369
4717
 
4370
4718
  ### unist-util-is@v4.1.0
4371
4719
 
4720
+ > unist utility to check if a node passes a test
4721
+
4372
4722
  License: MIT
4373
- By: Titus Wormer
4723
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4724
+ Contributors:
4725
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4726
+ - Christian Murphy <christian.murphy.42@gmail.com>
4727
+ - Lucas Brandstaetter <lucas@brandstaetter.tech> (https://github.com/Roang-zero1)
4374
4728
 
4375
4729
  > (The MIT license)
4376
4730
  >
@@ -4399,8 +4753,12 @@ By: Titus Wormer
4399
4753
 
4400
4754
  ### unist-util-remove-position@v2.0.1
4401
4755
 
4756
+ > unist utility to remove positions from a tree
4757
+
4402
4758
  License: MIT
4403
- By: Titus Wormer
4759
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4760
+ Contributors:
4761
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4404
4762
 
4405
4763
  > (The MIT License)
4406
4764
  >
@@ -4429,8 +4787,12 @@ By: Titus Wormer
4429
4787
 
4430
4788
  ### unist-util-stringify-position@v2.0.3
4431
4789
 
4790
+ > unist utility to serialize a node, position, or point as a human readable location
4791
+
4432
4792
  License: MIT
4433
- By: Titus Wormer
4793
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4794
+ Contributors:
4795
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4434
4796
 
4435
4797
  > (The MIT License)
4436
4798
  >
@@ -4459,8 +4821,14 @@ By: Titus Wormer
4459
4821
 
4460
4822
  ### unist-util-visit@v2.0.3
4461
4823
 
4824
+ > unist utility to visit nodes
4825
+
4462
4826
  License: MIT
4463
- By: Titus Wormer
4827
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4828
+ Contributors:
4829
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4830
+ - Eugene Sharygin <eush77@gmail.com>
4831
+ - Richard Gibson <richard.gibson@gmail.com>
4464
4832
 
4465
4833
  > (The MIT License)
4466
4834
  >
@@ -4489,8 +4857,12 @@ By: Titus Wormer
4489
4857
 
4490
4858
  ### unist-util-visit-parents@v3.1.1
4491
4859
 
4860
+ > unist utility to recursively walk over nodes, with ancestral information
4861
+
4492
4862
  License: MIT
4493
- By: Titus Wormer
4863
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4864
+ Contributors:
4865
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4494
4866
 
4495
4867
  > (The MIT License)
4496
4868
  >
@@ -4519,8 +4891,17 @@ By: Titus Wormer
4519
4891
 
4520
4892
  ### vfile@v4.2.1
4521
4893
 
4894
+ > Virtual file format for text processing
4895
+
4522
4896
  License: MIT
4523
- By: Titus Wormer
4897
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4898
+ Contributors:
4899
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4900
+ - Brendan Abbott <brendan.abbott@temando.com>
4901
+ - Denys Dovhan <email@denysdovhan.com>
4902
+ - Kyle Mathews <mathews.kyle@gmail.com>
4903
+ - Shinnosuke Watanabe <snnskwtnb@gmail.com>
4904
+ - Sindre Sorhus <sindresorhus@gmail.com>
4524
4905
 
4525
4906
  > (The MIT License)
4526
4907
  >
@@ -4548,8 +4929,13 @@ By: Titus Wormer
4548
4929
 
4549
4930
  ### vfile-location@v3.2.0
4550
4931
 
4932
+ > vfile utility to convert between positional (line and column-based) and offset (range-based) locations
4933
+
4551
4934
  License: MIT
4552
- By: Titus Wormer
4935
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4936
+ Contributors:
4937
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4938
+ - Christian Murphy <christian.murphy.42@gmail.com>
4553
4939
 
4554
4940
  > (The MIT License)
4555
4941
  >
@@ -4578,8 +4964,12 @@ By: Titus Wormer
4578
4964
 
4579
4965
  ### vfile-message@v2.0.4
4580
4966
 
4967
+ > vfile utility to create a virtual message
4968
+
4581
4969
  License: MIT
4582
- By: Titus Wormer
4970
+ Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4971
+ Contributors:
4972
+ - Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
4583
4973
 
4584
4974
  > (The MIT License)
4585
4975
  >
@@ -4608,8 +4998,11 @@ By: Titus Wormer
4608
4998
 
4609
4999
  ### vnopts@v1.0.2
4610
5000
 
5001
+ > validate and normalize options
5002
+
4611
5003
  License: MIT
4612
- By: Ika
5004
+ Homepage: <https://github.com/ikatyang/vnopts#readme>
5005
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4613
5006
 
4614
5007
  > MIT License
4615
5008
  >
@@ -4637,9 +5030,14 @@ By: Ika
4637
5030
 
4638
5031
  ### wcwidth@v1.0.1
4639
5032
 
5033
+ > Port of C's wcwidth() and wcswidth()
5034
+
4640
5035
  License: MIT
4641
- By: Tim Oxley
5036
+ Homepage: <https://github.com/timoxley/wcwidth#readme>
4642
5037
  Repository: <git+https://github.com/timoxley/wcwidth.git>
5038
+ Author: Tim Oxley
5039
+ Contributors:
5040
+ - Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)
4643
5041
 
4644
5042
  > wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
4645
5043
  > =======================================================================
@@ -4675,9 +5073,12 @@ Repository: <git+https://github.com/timoxley/wcwidth.git>
4675
5073
 
4676
5074
  ### wrappy@v1.0.2
4677
5075
 
5076
+ > Callback wrapping utility
5077
+
4678
5078
  License: ISC
4679
- By: Isaac Z. Schlueter
5079
+ Homepage: <https://github.com/npm/wrappy>
4680
5080
  Repository: <https://github.com/npm/wrappy>
5081
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4681
5082
 
4682
5083
  > The ISC License
4683
5084
  >
@@ -4699,8 +5100,14 @@ Repository: <https://github.com/npm/wrappy>
4699
5100
 
4700
5101
  ### xtend@v4.0.2
4701
5102
 
5103
+ > extend like a boss
5104
+
4702
5105
  License: MIT
4703
- By: Raynos
5106
+ Homepage: <https://github.com/Raynos/xtend>
5107
+ Author: Raynos <raynos2@gmail.com>
5108
+ Contributors:
5109
+ - Jake Verbaten
5110
+ - Matt Esch
4704
5111
 
4705
5112
  > The MIT License (MIT)
4706
5113
  > Copyright (c) 2012-2014 Raynos.
@@ -4727,9 +5134,11 @@ By: Raynos
4727
5134
 
4728
5135
  ### yallist@v2.1.2
4729
5136
 
5137
+ > Yet Another Linked List
5138
+
4730
5139
  License: ISC
4731
- By: Isaac Z. Schlueter
4732
5140
  Repository: <git+https://github.com/isaacs/yallist.git>
5141
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4733
5142
 
4734
5143
  > The ISC License
4735
5144
  >
@@ -4751,8 +5160,11 @@ Repository: <git+https://github.com/isaacs/yallist.git>
4751
5160
 
4752
5161
  ### yaml@v1.10.2
4753
5162
 
5163
+ > JavaScript parser and stringifier for YAML
5164
+
4754
5165
  License: ISC
4755
- By: Eemeli Aro
5166
+ Homepage: <https://eemeli.org/yaml/v1/>
5167
+ Author: Eemeli Aro <eemeli@gmail.com>
4756
5168
 
4757
5169
  > Copyright 2018 Eemeli Aro <eemeli@gmail.com>
4758
5170
  >
@@ -4772,8 +5184,11 @@ By: Eemeli Aro
4772
5184
 
4773
5185
  ### yaml-unist-parser@v2.0.1
4774
5186
 
5187
+ > A YAML parser that produces output compatible with unist
5188
+
4775
5189
  License: MIT
4776
- By: Ika
5190
+ Homepage: <https://github.com/prettier/yaml-unist-parser#readme>
5191
+ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
4777
5192
 
4778
5193
  > MIT License
4779
5194
  >
@@ -4796,3 +5211,22 @@ By: Ika
4796
5211
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4797
5212
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4798
5213
  > SOFTWARE.
5214
+
5215
+ ----------------------------------------
5216
+
5217
+ ### yocto-queue@v1.0.0
5218
+
5219
+ > Tiny queue data structure
5220
+
5221
+ License: MIT
5222
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5223
+
5224
+ > MIT License
5225
+ >
5226
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
5227
+ >
5228
+ > 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:
5229
+ >
5230
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5231
+ >
5232
+ > 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.