prettier 3.6.2 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD-PARTY-NOTICES.md +297 -82
- package/doc.js +599 -363
- package/doc.mjs +600 -367
- package/index.cjs +95 -77
- package/index.d.ts +8 -2
- package/index.mjs +5172 -5502
- package/internal/experimental-cli-worker.mjs +466 -259
- package/internal/experimental-cli.mjs +1148 -1967
- package/internal/legacy-cli.mjs +2063 -541
- package/package.json +2 -1
- package/plugins/acorn.js +13 -12
- package/plugins/acorn.mjs +13 -12
- package/plugins/angular.js +4 -2
- package/plugins/angular.mjs +4 -2
- package/plugins/babel.js +13 -13
- package/plugins/babel.mjs +13 -13
- package/plugins/estree.js +40 -32
- package/plugins/estree.mjs +40 -32
- package/plugins/flow.js +16 -15
- package/plugins/flow.mjs +16 -15
- package/plugins/glimmer.js +28 -20
- package/plugins/glimmer.mjs +30 -22
- package/plugins/graphql.js +15 -16
- package/plugins/graphql.mjs +15 -16
- package/plugins/html.js +23 -21
- package/plugins/html.mjs +23 -21
- package/plugins/markdown.js +53 -54
- package/plugins/markdown.mjs +52 -53
- package/plugins/meriyah.js +5 -4
- package/plugins/meriyah.mjs +5 -4
- package/plugins/postcss.js +41 -34
- package/plugins/postcss.mjs +41 -34
- package/plugins/typescript.js +16 -15
- package/plugins/typescript.mjs +16 -15
- package/plugins/yaml.js +90 -91
- package/plugins/yaml.mjs +90 -91
- package/standalone.js +29 -30
- package/standalone.mjs +29 -30
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The published Prettier artifact additionally contains code with the following licenses:
|
|
4
4
|
MIT, ISC, BSD-3-Clause, BSD-2-Clause, and Apache-2.0.
|
|
5
5
|
|
|
6
|
-
## @angular/compiler@
|
|
6
|
+
## @angular/compiler@v21.0.1
|
|
7
7
|
|
|
8
8
|
> Angular - the compiler library
|
|
9
9
|
|
|
@@ -35,7 +35,7 @@ Author: angular
|
|
|
35
35
|
|
|
36
36
|
----------------------------------------
|
|
37
37
|
|
|
38
|
-
## @babel/code-frame@
|
|
38
|
+
## @babel/code-frame@v8.0.0-beta.3
|
|
39
39
|
|
|
40
40
|
> Generate errors that contain a code frame that point to source locations.
|
|
41
41
|
|
|
@@ -69,7 +69,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
69
69
|
|
|
70
70
|
----------------------------------------
|
|
71
71
|
|
|
72
|
-
## @babel/helper-validator-identifier@
|
|
72
|
+
## @babel/helper-validator-identifier@v8.0.0-beta.3
|
|
73
73
|
|
|
74
74
|
> Validate identifier/keywords name
|
|
75
75
|
|
|
@@ -102,7 +102,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
102
102
|
|
|
103
103
|
----------------------------------------
|
|
104
104
|
|
|
105
|
-
## @babel/parser@
|
|
105
|
+
## @babel/parser@v8.0.0-beta.3
|
|
106
106
|
|
|
107
107
|
> A JavaScript parser
|
|
108
108
|
|
|
@@ -133,7 +133,67 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
133
133
|
|
|
134
134
|
----------------------------------------
|
|
135
135
|
|
|
136
|
-
## @
|
|
136
|
+
## @cacheable/memory@v2.0.5
|
|
137
|
+
|
|
138
|
+
> High Performance In-Memory Cache for Node.js
|
|
139
|
+
|
|
140
|
+
License: MIT
|
|
141
|
+
Repository: <git+https://github.com/jaredwray/cacheable.git>
|
|
142
|
+
Author: Jared Wray <me@jaredwray.com>
|
|
143
|
+
|
|
144
|
+
> MIT License & © Jared Wray
|
|
145
|
+
>
|
|
146
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
147
|
+
> of this software and associated documentation files (the "Software"), to
|
|
148
|
+
> deal in the Software without restriction, including without limitation the
|
|
149
|
+
> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
150
|
+
> sell copies of the Software, and to permit persons to whom the Software is
|
|
151
|
+
> furnished to do so, subject to the following conditions:
|
|
152
|
+
>
|
|
153
|
+
> The above copyright notice and this permission notice shall be included in
|
|
154
|
+
> all copies or substantial portions of the Software.
|
|
155
|
+
>
|
|
156
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
157
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
158
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
159
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
160
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
161
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
162
|
+
> DEALINGS IN THE SOFTWARE.
|
|
163
|
+
|
|
164
|
+
----------------------------------------
|
|
165
|
+
|
|
166
|
+
## @cacheable/utils@v2.3.1
|
|
167
|
+
|
|
168
|
+
> Cacheable Utilities for Caching Libraries
|
|
169
|
+
|
|
170
|
+
License: MIT
|
|
171
|
+
Repository: <git+https://github.com/jaredwray/cacheable.git>
|
|
172
|
+
Author: Jared Wray <me@jaredwray.com>
|
|
173
|
+
|
|
174
|
+
> MIT License & © Jared Wray
|
|
175
|
+
>
|
|
176
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
177
|
+
> of this software and associated documentation files (the "Software"), to
|
|
178
|
+
> deal in the Software without restriction, including without limitation the
|
|
179
|
+
> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
180
|
+
> sell copies of the Software, and to permit persons to whom the Software is
|
|
181
|
+
> furnished to do so, subject to the following conditions:
|
|
182
|
+
>
|
|
183
|
+
> The above copyright notice and this permission notice shall be included in
|
|
184
|
+
> all copies or substantial portions of the Software.
|
|
185
|
+
>
|
|
186
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
187
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
188
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
189
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
190
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
191
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
192
|
+
> DEALINGS IN THE SOFTWARE.
|
|
193
|
+
|
|
194
|
+
----------------------------------------
|
|
195
|
+
|
|
196
|
+
## @glimmer/syntax@v0.95.0
|
|
137
197
|
|
|
138
198
|
License: MIT
|
|
139
199
|
Repository: <git+https://github.com/glimmerjs/glimmer-vm.git>
|
|
@@ -216,7 +276,7 @@ Repository: <git+https://github.com/glimmerjs/glimmer-vm.git>
|
|
|
216
276
|
|
|
217
277
|
----------------------------------------
|
|
218
278
|
|
|
219
|
-
## @handlebars/parser@v2.
|
|
279
|
+
## @handlebars/parser@v2.2.1
|
|
220
280
|
|
|
221
281
|
> The parser for the Handlebars language
|
|
222
282
|
|
|
@@ -226,7 +286,7 @@ Repository: <git+https://github.com/handlebars-lang/handlebars-parser.git>
|
|
|
226
286
|
|
|
227
287
|
----------------------------------------
|
|
228
288
|
|
|
229
|
-
## @keyv/serialize@v1.
|
|
289
|
+
## @keyv/serialize@v1.1.1
|
|
230
290
|
|
|
231
291
|
> Serialization for Keyv
|
|
232
292
|
|
|
@@ -350,7 +410,7 @@ License: MIT
|
|
|
350
410
|
|
|
351
411
|
----------------------------------------
|
|
352
412
|
|
|
353
|
-
## @prettier/cli@v0.
|
|
413
|
+
## @prettier/cli@v0.10.0
|
|
354
414
|
|
|
355
415
|
> A faster CLI for Prettier.
|
|
356
416
|
|
|
@@ -366,6 +426,37 @@ License: MIT
|
|
|
366
426
|
|
|
367
427
|
----------------------------------------
|
|
368
428
|
|
|
429
|
+
## @prettier/html-event-attributes@v0.0.1
|
|
430
|
+
|
|
431
|
+
> List of HTML event handler attributes.
|
|
432
|
+
|
|
433
|
+
License: MIT
|
|
434
|
+
Author: fisker <lionkay@gmail.com> (https://fiskercheung.com)
|
|
435
|
+
|
|
436
|
+
> MIT License
|
|
437
|
+
>
|
|
438
|
+
> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
439
|
+
>
|
|
440
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
441
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
442
|
+
> in the Software without restriction, including without limitation the rights
|
|
443
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
444
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
445
|
+
> furnished to do so, subject to the following conditions:
|
|
446
|
+
>
|
|
447
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
448
|
+
> copies or substantial portions of the Software.
|
|
449
|
+
>
|
|
450
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
451
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
452
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
453
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
454
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
455
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
456
|
+
> SOFTWARE.
|
|
457
|
+
|
|
458
|
+
----------------------------------------
|
|
459
|
+
|
|
369
460
|
## @prettier/parse-srcset@v3.1.0
|
|
370
461
|
|
|
371
462
|
> A spec-conformant JavaScript parser for the HTML5 srcset attribute
|
|
@@ -399,7 +490,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
|
399
490
|
|
|
400
491
|
----------------------------------------
|
|
401
492
|
|
|
402
|
-
## @typescript-eslint/types@v8.
|
|
493
|
+
## @typescript-eslint/types@v8.48.0
|
|
403
494
|
|
|
404
495
|
> Types for the TypeScript-ESTree AST spec
|
|
405
496
|
|
|
@@ -431,7 +522,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
431
522
|
|
|
432
523
|
----------------------------------------
|
|
433
524
|
|
|
434
|
-
## @typescript-eslint/typescript-estree@v8.
|
|
525
|
+
## @typescript-eslint/typescript-estree@v8.48.0
|
|
435
526
|
|
|
436
527
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
|
437
528
|
|
|
@@ -525,7 +616,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
|
|
|
525
616
|
|
|
526
617
|
----------------------------------------
|
|
527
618
|
|
|
528
|
-
## angular-estree-parser@
|
|
619
|
+
## angular-estree-parser@v14.1.0
|
|
529
620
|
|
|
530
621
|
> A parser that converts Angular source code into an ESTree-compatible form
|
|
531
622
|
|
|
@@ -557,7 +648,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
557
648
|
|
|
558
649
|
----------------------------------------
|
|
559
650
|
|
|
560
|
-
## angular-html-parser@
|
|
651
|
+
## angular-html-parser@v10.1.1
|
|
561
652
|
|
|
562
653
|
> A HTML parser extracted from Angular with some modifications
|
|
563
654
|
|
|
@@ -565,31 +656,31 @@ License: MIT
|
|
|
565
656
|
Homepage: <https://github.com/prettier/angular-html-parser/blob/HEAD/packages/angular-html-parser#readme>
|
|
566
657
|
Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
567
658
|
|
|
568
|
-
> MIT License
|
|
569
|
-
>
|
|
570
|
-
> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
571
|
-
>
|
|
572
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
573
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
574
|
-
> in the Software without restriction, including without limitation the rights
|
|
575
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
576
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
577
|
-
> furnished to do so, subject to the following conditions:
|
|
578
|
-
>
|
|
579
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
580
|
-
> copies or substantial portions of the Software.
|
|
581
|
-
>
|
|
582
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
583
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
584
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
585
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
586
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
587
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
659
|
+
> MIT License
|
|
660
|
+
>
|
|
661
|
+
> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
662
|
+
>
|
|
663
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
664
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
665
|
+
> in the Software without restriction, including without limitation the rights
|
|
666
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
667
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
668
|
+
> furnished to do so, subject to the following conditions:
|
|
669
|
+
>
|
|
670
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
671
|
+
> copies or substantial portions of the Software.
|
|
672
|
+
>
|
|
673
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
674
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
675
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
676
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
677
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
678
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
588
679
|
> SOFTWARE.
|
|
589
680
|
|
|
590
681
|
----------------------------------------
|
|
591
682
|
|
|
592
|
-
## ansi-purge@v1.0
|
|
683
|
+
## ansi-purge@v1.1.0
|
|
593
684
|
|
|
594
685
|
> A tiny function for deleting ANSI escape sequences from a string.
|
|
595
686
|
|
|
@@ -619,7 +710,7 @@ License: MIT
|
|
|
619
710
|
|
|
620
711
|
----------------------------------------
|
|
621
712
|
|
|
622
|
-
## ansi-regex@v6.
|
|
713
|
+
## ansi-regex@v6.2.2
|
|
623
714
|
|
|
624
715
|
> Regular expression for matching ANSI escape codes
|
|
625
716
|
|
|
@@ -638,7 +729,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
638
729
|
|
|
639
730
|
----------------------------------------
|
|
640
731
|
|
|
641
|
-
## ansi-truncate@v1.
|
|
732
|
+
## ansi-truncate@v1.4.0
|
|
642
733
|
|
|
643
734
|
> A tiny function for truncating a string that may contain ANSI escape sequences.
|
|
644
735
|
|
|
@@ -668,10 +759,11 @@ License: MIT
|
|
|
668
759
|
|
|
669
760
|
----------------------------------------
|
|
670
761
|
|
|
671
|
-
## atomically@v2.0
|
|
762
|
+
## atomically@v2.1.0
|
|
672
763
|
|
|
673
764
|
> Read and write files atomically and reliably.
|
|
674
765
|
|
|
766
|
+
License: MIT
|
|
675
767
|
|
|
676
768
|
> The MIT License (MIT)
|
|
677
769
|
>
|
|
@@ -731,7 +823,7 @@ Contributors:
|
|
|
731
823
|
|
|
732
824
|
----------------------------------------
|
|
733
825
|
|
|
734
|
-
## binary-extensions@
|
|
826
|
+
## binary-extensions@v3.1.0
|
|
735
827
|
|
|
736
828
|
> List of binary file extensions
|
|
737
829
|
|
|
@@ -789,7 +881,7 @@ Contributors:
|
|
|
789
881
|
|
|
790
882
|
----------------------------------------
|
|
791
883
|
|
|
792
|
-
## cacheable@
|
|
884
|
+
## cacheable@v2.2.0
|
|
793
885
|
|
|
794
886
|
> High Performance Layer 1 / Layer 2 Caching with Keyv Storage
|
|
795
887
|
|
|
@@ -819,7 +911,7 @@ Author: Jared Wray <me@jaredwray.com>
|
|
|
819
911
|
|
|
820
912
|
----------------------------------------
|
|
821
913
|
|
|
822
|
-
## camelcase@
|
|
914
|
+
## camelcase@v9.0.0
|
|
823
915
|
|
|
824
916
|
> Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
|
|
825
917
|
|
|
@@ -974,7 +1066,7 @@ Contributors:
|
|
|
974
1066
|
|
|
975
1067
|
----------------------------------------
|
|
976
1068
|
|
|
977
|
-
## ci-info@v4.
|
|
1069
|
+
## ci-info@v4.3.1
|
|
978
1070
|
|
|
979
1071
|
> Get details about the current Continuous Integration environment
|
|
980
1072
|
|
|
@@ -1104,7 +1196,7 @@ Contributors:
|
|
|
1104
1196
|
|
|
1105
1197
|
----------------------------------------
|
|
1106
1198
|
|
|
1107
|
-
## deno-path-from-file-url@v0.0.
|
|
1199
|
+
## deno-path-from-file-url@v0.0.4
|
|
1108
1200
|
|
|
1109
1201
|
> Convert file URLs to paths.
|
|
1110
1202
|
|
|
@@ -1239,7 +1331,7 @@ Contributors:
|
|
|
1239
1331
|
|
|
1240
1332
|
----------------------------------------
|
|
1241
1333
|
|
|
1242
|
-
## emoji-regex@v10.
|
|
1334
|
+
## emoji-regex@v10.6.0
|
|
1243
1335
|
|
|
1244
1336
|
> A regular expression to match all Emoji-only symbols as per the Unicode Standard.
|
|
1245
1337
|
|
|
@@ -1290,7 +1382,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
1290
1382
|
|
|
1291
1383
|
----------------------------------------
|
|
1292
1384
|
|
|
1293
|
-
## espree@
|
|
1385
|
+
## espree@v11.0.0
|
|
1294
1386
|
|
|
1295
1387
|
> An Esprima-compatible JavaScript parser built on Acorn
|
|
1296
1388
|
|
|
@@ -1455,7 +1547,7 @@ Author: James Halliday <mail@substack.net> (http://substack.net)
|
|
|
1455
1547
|
|
|
1456
1548
|
----------------------------------------
|
|
1457
1549
|
|
|
1458
|
-
## fast-string-truncated-width@
|
|
1550
|
+
## fast-string-truncated-width@v3.0.3
|
|
1459
1551
|
|
|
1460
1552
|
> A fast function for calculating where a string should be truncated, given an optional width limit and an ellipsis string.
|
|
1461
1553
|
|
|
@@ -1485,7 +1577,7 @@ License: MIT
|
|
|
1485
1577
|
|
|
1486
1578
|
----------------------------------------
|
|
1487
1579
|
|
|
1488
|
-
## fast-string-width@
|
|
1580
|
+
## fast-string-width@v3.0.2
|
|
1489
1581
|
|
|
1490
1582
|
> A fast function for calculating the visual width of a string once printed to the terminal.
|
|
1491
1583
|
|
|
@@ -1540,7 +1632,7 @@ Author: Matteo Collina <hello@matteocollina.com>
|
|
|
1540
1632
|
|
|
1541
1633
|
----------------------------------------
|
|
1542
1634
|
|
|
1543
|
-
## file-entry-cache@
|
|
1635
|
+
## file-entry-cache@v11.1.1
|
|
1544
1636
|
|
|
1545
1637
|
> A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
|
|
1546
1638
|
|
|
@@ -1739,7 +1831,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
1739
1831
|
|
|
1740
1832
|
----------------------------------------
|
|
1741
1833
|
|
|
1742
|
-
## flat-cache@v6.1.
|
|
1834
|
+
## flat-cache@v6.1.19
|
|
1743
1835
|
|
|
1744
1836
|
> A simple key/value storage using files to persist the data
|
|
1745
1837
|
|
|
@@ -1831,7 +1923,7 @@ Contributors:
|
|
|
1831
1923
|
|
|
1832
1924
|
----------------------------------------
|
|
1833
1925
|
|
|
1834
|
-
## flow-parser@v0.
|
|
1926
|
+
## flow-parser@v0.291.0
|
|
1835
1927
|
|
|
1836
1928
|
> JavaScript parser written in OCaml. Produces ESTree AST
|
|
1837
1929
|
|
|
@@ -1902,7 +1994,7 @@ License: MIT
|
|
|
1902
1994
|
|
|
1903
1995
|
----------------------------------------
|
|
1904
1996
|
|
|
1905
|
-
## get-east-asian-width@v1.
|
|
1997
|
+
## get-east-asian-width@v1.4.0
|
|
1906
1998
|
|
|
1907
1999
|
> Determine the East Asian Width of a Unicode character
|
|
1908
2000
|
|
|
@@ -1968,7 +2060,7 @@ Contributors:
|
|
|
1968
2060
|
|
|
1969
2061
|
----------------------------------------
|
|
1970
2062
|
|
|
1971
|
-
## grammex@v3.1.
|
|
2063
|
+
## grammex@v3.1.11
|
|
1972
2064
|
|
|
1973
2065
|
> A tiny, PEG-like system for building language grammars with regexes.
|
|
1974
2066
|
|
|
@@ -1998,7 +2090,36 @@ License: MIT
|
|
|
1998
2090
|
|
|
1999
2091
|
----------------------------------------
|
|
2000
2092
|
|
|
2001
|
-
##
|
|
2093
|
+
## graphmatch@v1.1.0
|
|
2094
|
+
|
|
2095
|
+
> A low-level utility for matching a string against a directed acyclic graph of regexes.
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
> The MIT License (MIT)
|
|
2099
|
+
>
|
|
2100
|
+
> Copyright (c) 2025-present Fabio Spampinato
|
|
2101
|
+
>
|
|
2102
|
+
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
2103
|
+
> copy of this software and associated documentation files (the "Software"),
|
|
2104
|
+
> to deal in the Software without restriction, including without limitation
|
|
2105
|
+
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
2106
|
+
> and/or sell copies of the Software, and to permit persons to whom the
|
|
2107
|
+
> Software is furnished to do so, subject to the following conditions:
|
|
2108
|
+
>
|
|
2109
|
+
> The above copyright notice and this permission notice shall be included in
|
|
2110
|
+
> all copies or substantial portions of the Software.
|
|
2111
|
+
>
|
|
2112
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2113
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2114
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2115
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2116
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2117
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2118
|
+
> DEALINGS IN THE SOFTWARE.
|
|
2119
|
+
|
|
2120
|
+
----------------------------------------
|
|
2121
|
+
|
|
2122
|
+
## graphql@v16.12.0
|
|
2002
2123
|
|
|
2003
2124
|
> A Query Language and Runtime which can target any service.
|
|
2004
2125
|
|
|
@@ -2030,7 +2151,38 @@ Repository: <https://github.com/graphql/graphql-js.git>
|
|
|
2030
2151
|
|
|
2031
2152
|
----------------------------------------
|
|
2032
2153
|
|
|
2033
|
-
##
|
|
2154
|
+
## hashery@v1.2.0
|
|
2155
|
+
|
|
2156
|
+
> Browser Compatible Object Hashing
|
|
2157
|
+
|
|
2158
|
+
License: MIT
|
|
2159
|
+
Author: Jared Wray <me@jaredwray.com>
|
|
2160
|
+
|
|
2161
|
+
> MIT License
|
|
2162
|
+
>
|
|
2163
|
+
> Copyright (c) 2025 Jared Wray
|
|
2164
|
+
>
|
|
2165
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2166
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2167
|
+
> in the Software without restriction, including without limitation the rights
|
|
2168
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2169
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2170
|
+
> furnished to do so, subject to the following conditions:
|
|
2171
|
+
>
|
|
2172
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2173
|
+
> copies or substantial portions of the Software.
|
|
2174
|
+
>
|
|
2175
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2176
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2177
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2178
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2179
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2180
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2181
|
+
> SOFTWARE.
|
|
2182
|
+
|
|
2183
|
+
----------------------------------------
|
|
2184
|
+
|
|
2185
|
+
## hookified@v1.13.0
|
|
2034
2186
|
|
|
2035
2187
|
> Event Emitting and Middleware Hooks
|
|
2036
2188
|
|
|
@@ -2093,7 +2245,7 @@ Author: kael
|
|
|
2093
2245
|
|
|
2094
2246
|
----------------------------------------
|
|
2095
2247
|
|
|
2096
|
-
## import-meta-resolve@v4.
|
|
2248
|
+
## import-meta-resolve@v4.2.0
|
|
2097
2249
|
|
|
2098
2250
|
> Resolve things like Node.js — ponyfill for `import.meta.resolve`
|
|
2099
2251
|
|
|
@@ -2104,7 +2256,7 @@ Contributors:
|
|
|
2104
2256
|
|
|
2105
2257
|
> (The MIT License)
|
|
2106
2258
|
>
|
|
2107
|
-
> Copyright (c)
|
|
2259
|
+
> Copyright (c) Titus Wormer <mailto:tituswormer@gmail.com>
|
|
2108
2260
|
>
|
|
2109
2261
|
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2110
2262
|
> a copy of this software and associated documentation files (the
|
|
@@ -2179,7 +2331,7 @@ Contributors:
|
|
|
2179
2331
|
|
|
2180
2332
|
----------------------------------------
|
|
2181
2333
|
|
|
2182
|
-
## index-to-position@v1.
|
|
2334
|
+
## index-to-position@v1.2.0
|
|
2183
2335
|
|
|
2184
2336
|
> Convert a string index to its line and column position
|
|
2185
2337
|
|
|
@@ -2384,16 +2536,17 @@ Contributors:
|
|
|
2384
2536
|
|
|
2385
2537
|
----------------------------------------
|
|
2386
2538
|
|
|
2387
|
-
## is-binary-path@
|
|
2539
|
+
## is-binary-path@v3.0.0
|
|
2388
2540
|
|
|
2389
2541
|
> Check if a file path is a binary file
|
|
2390
2542
|
|
|
2391
2543
|
License: MIT
|
|
2392
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2544
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2393
2545
|
|
|
2394
2546
|
> MIT License
|
|
2395
2547
|
>
|
|
2396
|
-
> Copyright (c)
|
|
2548
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2549
|
+
> Copyright (c) Paul Miller (https://paulmillr.com)
|
|
2397
2550
|
>
|
|
2398
2551
|
> 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:
|
|
2399
2552
|
>
|
|
@@ -2469,7 +2622,7 @@ Contributors:
|
|
|
2469
2622
|
|
|
2470
2623
|
----------------------------------------
|
|
2471
2624
|
|
|
2472
|
-
## is-es5-identifier-name@v1.0.
|
|
2625
|
+
## is-es5-identifier-name@v1.0.1
|
|
2473
2626
|
|
|
2474
2627
|
> Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
|
|
2475
2628
|
|
|
@@ -2817,7 +2970,7 @@ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
|
2817
2970
|
|
|
2818
2971
|
----------------------------------------
|
|
2819
2972
|
|
|
2820
|
-
## jest-docblock@v30.0
|
|
2973
|
+
## jest-docblock@v30.2.0
|
|
2821
2974
|
|
|
2822
2975
|
License: MIT
|
|
2823
2976
|
Repository: <https://github.com/jestjs/jest.git>
|
|
@@ -2847,16 +3000,16 @@ Repository: <https://github.com/jestjs/jest.git>
|
|
|
2847
3000
|
|
|
2848
3001
|
----------------------------------------
|
|
2849
3002
|
|
|
2850
|
-
## js-tokens@
|
|
3003
|
+
## js-tokens@v8.0.3
|
|
2851
3004
|
|
|
2852
|
-
>
|
|
3005
|
+
> Tiny JavaScript tokenizer.
|
|
2853
3006
|
|
|
2854
3007
|
License: MIT
|
|
2855
3008
|
Author: Simon Lydell
|
|
2856
3009
|
|
|
2857
3010
|
> The MIT License (MIT)
|
|
2858
3011
|
>
|
|
2859
|
-
> Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
|
|
3012
|
+
> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
|
|
2860
3013
|
>
|
|
2861
3014
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2862
3015
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2878,7 +3031,7 @@ Author: Simon Lydell
|
|
|
2878
3031
|
|
|
2879
3032
|
----------------------------------------
|
|
2880
3033
|
|
|
2881
|
-
## js-yaml@v4.1.
|
|
3034
|
+
## js-yaml@v4.1.1
|
|
2882
3035
|
|
|
2883
3036
|
> YAML 1.2 parser and serializer
|
|
2884
3037
|
|
|
@@ -2913,7 +3066,7 @@ Contributors:
|
|
|
2913
3066
|
|
|
2914
3067
|
----------------------------------------
|
|
2915
3068
|
|
|
2916
|
-
## json-sorted-stringify@v1.0.
|
|
3069
|
+
## json-sorted-stringify@v1.0.2
|
|
2917
3070
|
|
|
2918
3071
|
> Alternative JSON.stringify function with sorted keys, so the output is stable.
|
|
2919
3072
|
|
|
@@ -3012,7 +3165,7 @@ License: MIT
|
|
|
3012
3165
|
|
|
3013
3166
|
----------------------------------------
|
|
3014
3167
|
|
|
3015
|
-
## keyv@v5.
|
|
3168
|
+
## keyv@v5.5.4
|
|
3016
3169
|
|
|
3017
3170
|
> Simple key-value storage with support for multiple backends
|
|
3018
3171
|
|
|
@@ -3046,7 +3199,7 @@ Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
|
|
|
3046
3199
|
|
|
3047
3200
|
----------------------------------------
|
|
3048
3201
|
|
|
3049
|
-
## leven@v4.
|
|
3202
|
+
## leven@v4.1.0
|
|
3050
3203
|
|
|
3051
3204
|
> Measure the difference between two strings using the Levenshtein distance algorithm
|
|
3052
3205
|
|
|
@@ -3214,7 +3367,7 @@ Repository: <git@github.com:teambition/merge2.git>
|
|
|
3214
3367
|
|
|
3215
3368
|
----------------------------------------
|
|
3216
3369
|
|
|
3217
|
-
## meriyah@
|
|
3370
|
+
## meriyah@v7.0.0
|
|
3218
3371
|
|
|
3219
3372
|
> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
|
|
3220
3373
|
|
|
@@ -3853,6 +4006,37 @@ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
|
|
3853
4006
|
|
|
3854
4007
|
----------------------------------------
|
|
3855
4008
|
|
|
4009
|
+
## qified@v0.5.2
|
|
4010
|
+
|
|
4011
|
+
> Task and Message Queues with Multiple Providers
|
|
4012
|
+
|
|
4013
|
+
License: MIT
|
|
4014
|
+
Homepage: <https://github.com/jaredwray/qified#readme>
|
|
4015
|
+
Repository: <git+https://github.com/jaredwray/qified.git>
|
|
4016
|
+
Author: Jared Wray <me@jaredwray.com>
|
|
4017
|
+
|
|
4018
|
+
> MIT License & © Jared Wray
|
|
4019
|
+
>
|
|
4020
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4021
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4022
|
+
> in the Software without restriction, including without limitation the rights
|
|
4023
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4024
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4025
|
+
> furnished to do so, subject to the following conditions:
|
|
4026
|
+
>
|
|
4027
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4028
|
+
> copies or substantial portions of the Software.
|
|
4029
|
+
>
|
|
4030
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4031
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4032
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4033
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4034
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4035
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4036
|
+
> SOFTWARE.
|
|
4037
|
+
|
|
4038
|
+
----------------------------------------
|
|
4039
|
+
|
|
3856
4040
|
## queue-microtask@v1.2.3
|
|
3857
4041
|
|
|
3858
4042
|
> fast, tiny `queueMicrotask` shim for modern engines
|
|
@@ -4050,7 +4234,7 @@ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
|
|
|
4050
4234
|
|
|
4051
4235
|
----------------------------------------
|
|
4052
4236
|
|
|
4053
|
-
## sdbm@
|
|
4237
|
+
## sdbm@v3.0.0
|
|
4054
4238
|
|
|
4055
4239
|
> SDBM non-cryptographic hash function
|
|
4056
4240
|
|
|
@@ -4101,7 +4285,7 @@ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
|
4101
4285
|
|
|
4102
4286
|
----------------------------------------
|
|
4103
4287
|
|
|
4104
|
-
## semver@v7.7.
|
|
4288
|
+
## semver@v7.7.3
|
|
4105
4289
|
|
|
4106
4290
|
> The semantic version parser used by npm.
|
|
4107
4291
|
|
|
@@ -4212,7 +4396,7 @@ Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
|
|
|
4212
4396
|
|
|
4213
4397
|
----------------------------------------
|
|
4214
4398
|
|
|
4215
|
-
## smol-toml@v1.
|
|
4399
|
+
## smol-toml@v1.5.2
|
|
4216
4400
|
|
|
4217
4401
|
> A small, fast, and correct TOML parser/serializer
|
|
4218
4402
|
|
|
@@ -4370,7 +4554,7 @@ License: MIT
|
|
|
4370
4554
|
|
|
4371
4555
|
----------------------------------------
|
|
4372
4556
|
|
|
4373
|
-
## strip-ansi@v7.1.
|
|
4557
|
+
## strip-ansi@v7.1.2
|
|
4374
4558
|
|
|
4375
4559
|
> Strip ANSI escape codes from a string
|
|
4376
4560
|
|
|
@@ -4389,10 +4573,11 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
4389
4573
|
|
|
4390
4574
|
----------------------------------------
|
|
4391
4575
|
|
|
4392
|
-
## stubborn-fs@
|
|
4576
|
+
## stubborn-fs@v2.0.0
|
|
4393
4577
|
|
|
4394
4578
|
> Stubborn versions of Node's fs functions that try really hard to do their job.
|
|
4395
4579
|
|
|
4580
|
+
License: MIT
|
|
4396
4581
|
|
|
4397
4582
|
> The MIT License (MIT)
|
|
4398
4583
|
>
|
|
@@ -4418,7 +4603,37 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
4418
4603
|
|
|
4419
4604
|
----------------------------------------
|
|
4420
4605
|
|
|
4421
|
-
##
|
|
4606
|
+
## stubborn-utils@v1.0.2
|
|
4607
|
+
|
|
4608
|
+
> A small collection of utilities for making functions somewhat resilient against errors.
|
|
4609
|
+
|
|
4610
|
+
License: MIT
|
|
4611
|
+
|
|
4612
|
+
> The MIT License (MIT)
|
|
4613
|
+
>
|
|
4614
|
+
> Copyright (c) 2025-present Fabio Spampinato
|
|
4615
|
+
>
|
|
4616
|
+
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
4617
|
+
> copy of this software and associated documentation files (the "Software"),
|
|
4618
|
+
> to deal in the Software without restriction, including without limitation
|
|
4619
|
+
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
4620
|
+
> and/or sell copies of the Software, and to permit persons to whom the
|
|
4621
|
+
> Software is furnished to do so, subject to the following conditions:
|
|
4622
|
+
>
|
|
4623
|
+
> The above copyright notice and this permission notice shall be included in
|
|
4624
|
+
> all copies or substantial portions of the Software.
|
|
4625
|
+
>
|
|
4626
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4627
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4628
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4629
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4630
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
4631
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4632
|
+
> DEALINGS IN THE SOFTWARE.
|
|
4633
|
+
|
|
4634
|
+
----------------------------------------
|
|
4635
|
+
|
|
4636
|
+
## tiny-bin@v1.11.3
|
|
4422
4637
|
|
|
4423
4638
|
> A library for building tiny and beautiful command line apps.
|
|
4424
4639
|
|
|
@@ -4508,7 +4723,7 @@ License: MIT
|
|
|
4508
4723
|
|
|
4509
4724
|
----------------------------------------
|
|
4510
4725
|
|
|
4511
|
-
## tiny-editorconfig@v1.0.
|
|
4726
|
+
## tiny-editorconfig@v1.0.1
|
|
4512
4727
|
|
|
4513
4728
|
> A tiny isomorphic parser and resolver for EditorConfig.
|
|
4514
4729
|
|
|
@@ -4537,7 +4752,7 @@ License: MIT
|
|
|
4537
4752
|
|
|
4538
4753
|
----------------------------------------
|
|
4539
4754
|
|
|
4540
|
-
## tiny-levenshtein@v1.0
|
|
4755
|
+
## tiny-levenshtein@v1.1.0
|
|
4541
4756
|
|
|
4542
4757
|
> A tiny implementation of the Levenshtein edit distance algorithm.
|
|
4543
4758
|
|
|
@@ -4686,7 +4901,7 @@ License: MIT
|
|
|
4686
4901
|
|
|
4687
4902
|
----------------------------------------
|
|
4688
4903
|
|
|
4689
|
-
## tiny-truncate@v1.0.
|
|
4904
|
+
## tiny-truncate@v1.0.5
|
|
4690
4905
|
|
|
4691
4906
|
> A tiny function for truncating a string which may containg ANSI escapes, with automatic terminal width detection.
|
|
4692
4907
|
|
|
@@ -4930,7 +5145,7 @@ Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
|
|
|
4930
5145
|
|
|
4931
5146
|
----------------------------------------
|
|
4932
5147
|
|
|
4933
|
-
## typescript@v5.
|
|
5148
|
+
## typescript@v5.9.3
|
|
4934
5149
|
|
|
4935
5150
|
> TypeScript is a language for application scale JavaScript development
|
|
4936
5151
|
|
|
@@ -5414,7 +5629,7 @@ Contributors:
|
|
|
5414
5629
|
|
|
5415
5630
|
----------------------------------------
|
|
5416
5631
|
|
|
5417
|
-
## vnopts@v2.0.
|
|
5632
|
+
## vnopts@v2.0.3
|
|
5418
5633
|
|
|
5419
5634
|
> validate and normalize options
|
|
5420
5635
|
|
|
@@ -5519,7 +5734,7 @@ License: MIT
|
|
|
5519
5734
|
|
|
5520
5735
|
----------------------------------------
|
|
5521
5736
|
|
|
5522
|
-
## when-exit@v2.1.
|
|
5737
|
+
## when-exit@v2.1.5
|
|
5523
5738
|
|
|
5524
5739
|
> Execute a function right before the process, or the browser's tab, is about to exit.
|
|
5525
5740
|
|
|
@@ -5663,7 +5878,7 @@ Author: Eemeli Aro <eemeli@gmail.com>
|
|
|
5663
5878
|
|
|
5664
5879
|
----------------------------------------
|
|
5665
5880
|
|
|
5666
|
-
## yaml-unist-parser@v2.
|
|
5881
|
+
## yaml-unist-parser@v2.1.1
|
|
5667
5882
|
|
|
5668
5883
|
> A YAML parser that produces output compatible with unist
|
|
5669
5884
|
|
|
@@ -5695,7 +5910,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
5695
5910
|
|
|
5696
5911
|
----------------------------------------
|
|
5697
5912
|
|
|
5698
|
-
## zeptomatch@v2.0
|
|
5913
|
+
## zeptomatch@v2.1.0
|
|
5699
5914
|
|
|
5700
5915
|
> An absurdly small glob matcher that packs a punch.
|
|
5701
5916
|
|