prettier 3.8.4 → 3.9.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 +2233 -279
- package/bin/prettier.cjs +5 -1
- package/doc.js +206 -142
- package/doc.mjs +206 -142
- package/index.cjs +103 -33
- package/index.d.ts +9 -2
- package/index.mjs +8056 -7776
- package/internal/experimental-cli-worker.mjs +22 -107
- package/internal/experimental-cli.mjs +3747 -3965
- package/internal/legacy-cli.mjs +488 -120
- package/package.json +11 -7
- package/plugins/acorn.js +11 -10
- package/plugins/acorn.mjs +11 -10
- package/plugins/angular.js +5 -4
- package/plugins/angular.mjs +5 -4
- package/plugins/babel.js +14 -13
- package/plugins/babel.mjs +14 -13
- package/plugins/estree.js +36 -36
- package/plugins/estree.mjs +36 -36
- package/plugins/flow.js +6 -19
- package/plugins/flow.mjs +6 -19
- package/plugins/glimmer.js +17 -17
- package/plugins/glimmer.mjs +15 -15
- package/plugins/graphql.js +14 -25
- package/plugins/graphql.mjs +14 -25
- package/plugins/html.js +18 -18
- package/plugins/html.mjs +18 -18
- package/plugins/markdown.js +63 -55
- package/plugins/markdown.mjs +63 -55
- package/plugins/meriyah.js +5 -4
- package/plugins/meriyah.mjs +5 -4
- package/plugins/postcss.js +40 -39
- package/plugins/postcss.mjs +40 -39
- package/plugins/typescript.js +16 -15
- package/plugins/typescript.mjs +16 -15
- package/plugins/yaml.js +136 -154
- package/plugins/yaml.mjs +149 -154
- package/standalone.js +28 -28
- package/standalone.mjs +28 -28
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Licenses of bundled dependencies
|
|
2
2
|
|
|
3
3
|
The published Prettier artifact additionally contains code with the following licenses:
|
|
4
|
-
MIT, ISC, BSD-3-Clause, BSD-2-Clause, and
|
|
4
|
+
MIT, ISC, BSD-3-Clause, Apache-2.0, BSD-2-Clause, and BlueOak-1.0.0.
|
|
5
5
|
|
|
6
|
-
## @angular/compiler@
|
|
6
|
+
## @angular/compiler@v22.0.4
|
|
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@v8.0.0
|
|
38
|
+
## @babel/code-frame@v8.0.0
|
|
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@v8.0.
|
|
72
|
+
## @babel/helper-validator-identifier@v8.0.2
|
|
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@v8.0.0
|
|
105
|
+
## @babel/parser@v8.0.0
|
|
106
106
|
|
|
107
107
|
> A JavaScript parser
|
|
108
108
|
|
|
@@ -133,7 +133,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
133
133
|
|
|
134
134
|
----------------------------------------
|
|
135
135
|
|
|
136
|
-
## @cacheable/memory@v2.0.
|
|
136
|
+
## @cacheable/memory@v2.0.9
|
|
137
137
|
|
|
138
138
|
> High Performance In-Memory Cache for Node.js
|
|
139
139
|
|
|
@@ -163,7 +163,7 @@ Author: Jared Wray <me@jaredwray.com>
|
|
|
163
163
|
|
|
164
164
|
----------------------------------------
|
|
165
165
|
|
|
166
|
-
## @cacheable/utils@v2.
|
|
166
|
+
## @cacheable/utils@v2.4.1
|
|
167
167
|
|
|
168
168
|
> Cacheable Utilities for Caching Libraries
|
|
169
169
|
|
|
@@ -276,7 +276,7 @@ Repository: <git+https://github.com/glimmerjs/glimmer-vm.git>
|
|
|
276
276
|
|
|
277
277
|
----------------------------------------
|
|
278
278
|
|
|
279
|
-
## @handlebars/parser@v2.2.
|
|
279
|
+
## @handlebars/parser@v2.2.2
|
|
280
280
|
|
|
281
281
|
> The parser for the Handlebars language
|
|
282
282
|
|
|
@@ -410,7 +410,7 @@ License: MIT
|
|
|
410
410
|
|
|
411
411
|
----------------------------------------
|
|
412
412
|
|
|
413
|
-
## @prettier/cli@v0.
|
|
413
|
+
## @prettier/cli@v0.12.0
|
|
414
414
|
|
|
415
415
|
> A faster CLI for Prettier.
|
|
416
416
|
|
|
@@ -426,7 +426,7 @@ License: MIT
|
|
|
426
426
|
|
|
427
427
|
----------------------------------------
|
|
428
428
|
|
|
429
|
-
## @prettier/html-event-attributes@v0.0.
|
|
429
|
+
## @prettier/html-event-attributes@v0.0.2
|
|
430
430
|
|
|
431
431
|
> List of HTML event handler attributes.
|
|
432
432
|
|
|
@@ -490,7 +490,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
|
490
490
|
|
|
491
491
|
----------------------------------------
|
|
492
492
|
|
|
493
|
-
## @typescript-eslint/types@v8.
|
|
493
|
+
## @typescript-eslint/types@v8.62.0
|
|
494
494
|
|
|
495
495
|
> Types for the TypeScript-ESTree AST spec
|
|
496
496
|
|
|
@@ -522,7 +522,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
522
522
|
|
|
523
523
|
----------------------------------------
|
|
524
524
|
|
|
525
|
-
## @typescript-eslint/typescript-estree@v8.
|
|
525
|
+
## @typescript-eslint/typescript-estree@v8.62.0
|
|
526
526
|
|
|
527
527
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
|
528
528
|
|
|
@@ -554,7 +554,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
554
554
|
|
|
555
555
|
----------------------------------------
|
|
556
556
|
|
|
557
|
-
## acorn@v8.
|
|
557
|
+
## acorn@v8.17.0
|
|
558
558
|
|
|
559
559
|
> ECMAScript parser
|
|
560
560
|
|
|
@@ -616,7 +616,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
|
|
|
616
616
|
|
|
617
617
|
----------------------------------------
|
|
618
618
|
|
|
619
|
-
## angular-estree-parser@v15.
|
|
619
|
+
## angular-estree-parser@v15.5.0
|
|
620
620
|
|
|
621
621
|
> A parser that converts Angular source code into an ESTree-compatible form
|
|
622
622
|
|
|
@@ -648,7 +648,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
648
648
|
|
|
649
649
|
----------------------------------------
|
|
650
650
|
|
|
651
|
-
## angular-html-parser@v10.
|
|
651
|
+
## angular-html-parser@v10.10.0
|
|
652
652
|
|
|
653
653
|
> A HTML parser extracted from Angular with some modifications
|
|
654
654
|
|
|
@@ -759,7 +759,7 @@ License: MIT
|
|
|
759
759
|
|
|
760
760
|
----------------------------------------
|
|
761
761
|
|
|
762
|
-
## atomically@v2.1.
|
|
762
|
+
## atomically@v2.1.1
|
|
763
763
|
|
|
764
764
|
> Read and write files atomically and reliably.
|
|
765
765
|
|
|
@@ -823,6 +823,72 @@ Contributors:
|
|
|
823
823
|
|
|
824
824
|
----------------------------------------
|
|
825
825
|
|
|
826
|
+
## balanced-match@v4.0.4
|
|
827
|
+
|
|
828
|
+
> Match balanced character pairs, like "{" and "}"
|
|
829
|
+
|
|
830
|
+
License: MIT
|
|
831
|
+
Repository: <git://github.com/juliangruber/balanced-match.git>
|
|
832
|
+
|
|
833
|
+
> (MIT)
|
|
834
|
+
>
|
|
835
|
+
> Original code Copyright Julian Gruber <julian@juliangruber.com>
|
|
836
|
+
>
|
|
837
|
+
> Port to TypeScript Copyright Isaac Z. Schlueter <i@izs.me>
|
|
838
|
+
>
|
|
839
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
840
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
841
|
+
> the Software without restriction, including without limitation the rights to
|
|
842
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
843
|
+
> of the Software, and to permit persons to whom the Software is furnished to do
|
|
844
|
+
> so, subject to the following conditions:
|
|
845
|
+
>
|
|
846
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
847
|
+
> copies or substantial portions of the Software.
|
|
848
|
+
>
|
|
849
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
850
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
851
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
852
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
853
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
854
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
855
|
+
> SOFTWARE.
|
|
856
|
+
|
|
857
|
+
----------------------------------------
|
|
858
|
+
|
|
859
|
+
## base64-js@v1.5.1
|
|
860
|
+
|
|
861
|
+
> Base64 encoding/decoding in pure JS
|
|
862
|
+
|
|
863
|
+
License: MIT
|
|
864
|
+
Homepage: <https://github.com/beatgammit/base64-js>
|
|
865
|
+
Repository: <git://github.com/beatgammit/base64-js.git>
|
|
866
|
+
Author: T. Jameson Little <t.jameson.little@gmail.com>
|
|
867
|
+
|
|
868
|
+
> The MIT License (MIT)
|
|
869
|
+
>
|
|
870
|
+
> Copyright (c) 2014 Jameson Little
|
|
871
|
+
>
|
|
872
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
873
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
874
|
+
> in the Software without restriction, including without limitation the rights
|
|
875
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
876
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
877
|
+
> furnished to do so, subject to the following conditions:
|
|
878
|
+
>
|
|
879
|
+
> The above copyright notice and this permission notice shall be included in
|
|
880
|
+
> all copies or substantial portions of the Software.
|
|
881
|
+
>
|
|
882
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
883
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
884
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
885
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
886
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
887
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
888
|
+
> THE SOFTWARE.
|
|
889
|
+
|
|
890
|
+
----------------------------------------
|
|
891
|
+
|
|
826
892
|
## binary-extensions@v3.1.0
|
|
827
893
|
|
|
828
894
|
> List of binary file extensions
|
|
@@ -843,6 +909,39 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
843
909
|
|
|
844
910
|
----------------------------------------
|
|
845
911
|
|
|
912
|
+
## brace-expansion@v5.0.6
|
|
913
|
+
|
|
914
|
+
> Brace expansion as known from sh/bash
|
|
915
|
+
|
|
916
|
+
License: MIT
|
|
917
|
+
Repository: <git+ssh://git@github.com/juliangruber/brace-expansion.git>
|
|
918
|
+
|
|
919
|
+
> MIT License
|
|
920
|
+
>
|
|
921
|
+
> Copyright Julian Gruber <julian@juliangruber.com>
|
|
922
|
+
>
|
|
923
|
+
> TypeScript port Copyright Isaac Z. Schlueter <i@izs.me>
|
|
924
|
+
>
|
|
925
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
926
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
927
|
+
> in the Software without restriction, including without limitation the rights
|
|
928
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
929
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
930
|
+
> furnished to do so, subject to the following conditions:
|
|
931
|
+
>
|
|
932
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
933
|
+
> copies or substantial portions of the Software.
|
|
934
|
+
>
|
|
935
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
936
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
937
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
938
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
939
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
940
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
941
|
+
> SOFTWARE.
|
|
942
|
+
|
|
943
|
+
----------------------------------------
|
|
944
|
+
|
|
846
945
|
## braces@v3.0.3
|
|
847
946
|
|
|
848
947
|
> 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.
|
|
@@ -881,7 +980,43 @@ Contributors:
|
|
|
881
980
|
|
|
882
981
|
----------------------------------------
|
|
883
982
|
|
|
884
|
-
##
|
|
983
|
+
## buffer@v6.0.3
|
|
984
|
+
|
|
985
|
+
> Node.js Buffer API, for the browser
|
|
986
|
+
|
|
987
|
+
License: MIT
|
|
988
|
+
Homepage: <https://github.com/feross/buffer>
|
|
989
|
+
Repository: <git://github.com/feross/buffer.git>
|
|
990
|
+
Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
|
|
991
|
+
Contributors:
|
|
992
|
+
- Romain Beauxis <toots@rastageeks.org>
|
|
993
|
+
- James Halliday <mail@substack.net>
|
|
994
|
+
|
|
995
|
+
> The MIT License (MIT)
|
|
996
|
+
>
|
|
997
|
+
> Copyright (c) Feross Aboukhadijeh, and other contributors.
|
|
998
|
+
>
|
|
999
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1000
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1001
|
+
> in the Software without restriction, including without limitation the rights
|
|
1002
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1003
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1004
|
+
> furnished to do so, subject to the following conditions:
|
|
1005
|
+
>
|
|
1006
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1007
|
+
> all copies or substantial portions of the Software.
|
|
1008
|
+
>
|
|
1009
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1010
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1011
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1012
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1013
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1014
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1015
|
+
> THE SOFTWARE.
|
|
1016
|
+
|
|
1017
|
+
----------------------------------------
|
|
1018
|
+
|
|
1019
|
+
## cacheable@v2.3.5
|
|
885
1020
|
|
|
886
1021
|
> High Performance Layer 1 / Layer 2 Caching with Keyv Storage
|
|
887
1022
|
|
|
@@ -930,9 +1065,9 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
930
1065
|
|
|
931
1066
|
----------------------------------------
|
|
932
1067
|
|
|
933
|
-
## ccount@
|
|
1068
|
+
## ccount@v2.0.1
|
|
934
1069
|
|
|
935
|
-
> Count
|
|
1070
|
+
> Count how often a character (or substring) is used in a string
|
|
936
1071
|
|
|
937
1072
|
License: MIT
|
|
938
1073
|
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
@@ -964,9 +1099,9 @@ Contributors:
|
|
|
964
1099
|
|
|
965
1100
|
----------------------------------------
|
|
966
1101
|
|
|
967
|
-
## character-entities@
|
|
1102
|
+
## character-entities@v2.0.2
|
|
968
1103
|
|
|
969
|
-
>
|
|
1104
|
+
> Map of named character references
|
|
970
1105
|
|
|
971
1106
|
License: MIT
|
|
972
1107
|
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
@@ -1066,7 +1201,7 @@ Contributors:
|
|
|
1066
1201
|
|
|
1067
1202
|
----------------------------------------
|
|
1068
1203
|
|
|
1069
|
-
## ci-info@v4.
|
|
1204
|
+
## ci-info@v4.4.0
|
|
1070
1205
|
|
|
1071
1206
|
> Get details about the current Continuous Integration environment
|
|
1072
1207
|
|
|
@@ -1196,7 +1331,41 @@ Contributors:
|
|
|
1196
1331
|
|
|
1197
1332
|
----------------------------------------
|
|
1198
1333
|
|
|
1199
|
-
##
|
|
1334
|
+
## decode-named-character-reference@v1.3.0
|
|
1335
|
+
|
|
1336
|
+
> Decode named character references
|
|
1337
|
+
|
|
1338
|
+
License: MIT
|
|
1339
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
1340
|
+
Contributors:
|
|
1341
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
1342
|
+
|
|
1343
|
+
> (The MIT License)
|
|
1344
|
+
>
|
|
1345
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
1346
|
+
>
|
|
1347
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1348
|
+
> a copy of this software and associated documentation files (the
|
|
1349
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1350
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1351
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1352
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1353
|
+
> the following conditions:
|
|
1354
|
+
>
|
|
1355
|
+
> The above copyright notice and this permission notice shall be
|
|
1356
|
+
> included in all copies or substantial portions of the Software.
|
|
1357
|
+
>
|
|
1358
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1359
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1360
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1361
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1362
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1363
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1364
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1365
|
+
|
|
1366
|
+
----------------------------------------
|
|
1367
|
+
|
|
1368
|
+
## deno-path-from-file-url@v0.0.7
|
|
1200
1369
|
|
|
1201
1370
|
> Convert file URLs to paths.
|
|
1202
1371
|
|
|
@@ -1258,12 +1427,46 @@ License: MIT
|
|
|
1258
1427
|
|
|
1259
1428
|
----------------------------------------
|
|
1260
1429
|
|
|
1261
|
-
##
|
|
1430
|
+
## devlop@v1.1.0
|
|
1431
|
+
|
|
1432
|
+
> Do things in development and nothing otherwise
|
|
1433
|
+
|
|
1434
|
+
License: MIT
|
|
1435
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
1436
|
+
Contributors:
|
|
1437
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
1438
|
+
|
|
1439
|
+
> (The MIT License)
|
|
1440
|
+
>
|
|
1441
|
+
> Copyright (c) 2023 Titus Wormer <tituswormer@gmail.com>
|
|
1442
|
+
>
|
|
1443
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
1444
|
+
> a copy of this software and associated documentation files (the
|
|
1445
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
1446
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
1447
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
1448
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
1449
|
+
> the following conditions:
|
|
1450
|
+
>
|
|
1451
|
+
> The above copyright notice and this permission notice shall be
|
|
1452
|
+
> included in all copies or substantial portions of the Software.
|
|
1453
|
+
>
|
|
1454
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
1455
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1456
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1457
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1458
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
1459
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
1460
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1461
|
+
|
|
1462
|
+
----------------------------------------
|
|
1463
|
+
|
|
1464
|
+
## diff@v9.0.0
|
|
1262
1465
|
|
|
1263
1466
|
> A JavaScript text diff implementation.
|
|
1264
1467
|
|
|
1265
1468
|
License: BSD-3-Clause
|
|
1266
|
-
Repository: <
|
|
1469
|
+
Repository: <https://github.com/kpdecker/jsdiff.git>
|
|
1267
1470
|
|
|
1268
1471
|
> BSD 3-Clause License
|
|
1269
1472
|
>
|
|
@@ -1297,17 +1500,21 @@ Repository: <git://github.com/kpdecker/jsdiff.git>
|
|
|
1297
1500
|
|
|
1298
1501
|
----------------------------------------
|
|
1299
1502
|
|
|
1300
|
-
## editorconfig@v0.
|
|
1503
|
+
## editorconfig-without-wasm@v0.0.7
|
|
1301
1504
|
|
|
1302
1505
|
> EditorConfig File Locator and Interpreter for Node.js
|
|
1303
1506
|
|
|
1304
1507
|
License: MIT
|
|
1305
|
-
Repository: <git://github.com/
|
|
1306
|
-
Author:
|
|
1508
|
+
Repository: <git://github.com/fisker/editorconfig-core-js-without-wasm.git>
|
|
1509
|
+
Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
1307
1510
|
Contributors:
|
|
1308
1511
|
- Hong Xu (topbug.net)
|
|
1309
1512
|
- Jed Mao (https://github.com/jedmao/)
|
|
1310
1513
|
- Trey Hunner (http://treyhunner.com)
|
|
1514
|
+
- Joe Hildebrand (https://github.com/hildjj/)
|
|
1515
|
+
- SunsetTechuila (https://github.com/SunsetTechuila/)
|
|
1516
|
+
- Rex Lorenzo (https://github.com/rlorenzo/)
|
|
1517
|
+
- Gareth Jones (https://github.com/G-Rath)
|
|
1311
1518
|
|
|
1312
1519
|
> Copyright © 2012 EditorConfig Team
|
|
1313
1520
|
>
|
|
@@ -1382,7 +1589,220 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
1382
1589
|
|
|
1383
1590
|
----------------------------------------
|
|
1384
1591
|
|
|
1385
|
-
##
|
|
1592
|
+
## eslint-visitor-keys@v5.0.1
|
|
1593
|
+
|
|
1594
|
+
> Constants and utilities about visitor keys to traverse AST.
|
|
1595
|
+
|
|
1596
|
+
License: Apache-2.0
|
|
1597
|
+
Homepage: <https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/README.md>
|
|
1598
|
+
Repository: <https://github.com/eslint/js.git>
|
|
1599
|
+
Author: Toru Nagashima (https://github.com/mysticatea)
|
|
1600
|
+
|
|
1601
|
+
> Apache License
|
|
1602
|
+
> Version 2.0, January 2004
|
|
1603
|
+
> http://www.apache.org/licenses/
|
|
1604
|
+
>
|
|
1605
|
+
> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1606
|
+
>
|
|
1607
|
+
> 1. Definitions.
|
|
1608
|
+
>
|
|
1609
|
+
> "License" shall mean the terms and conditions for use, reproduction,
|
|
1610
|
+
> and distribution as defined by Sections 1 through 9 of this document.
|
|
1611
|
+
>
|
|
1612
|
+
> "Licensor" shall mean the copyright owner or entity authorized by
|
|
1613
|
+
> the copyright owner that is granting the License.
|
|
1614
|
+
>
|
|
1615
|
+
> "Legal Entity" shall mean the union of the acting entity and all
|
|
1616
|
+
> other entities that control, are controlled by, or are under common
|
|
1617
|
+
> control with that entity. For the purposes of this definition,
|
|
1618
|
+
> "control" means (i) the power, direct or indirect, to cause the
|
|
1619
|
+
> direction or management of such entity, whether by contract or
|
|
1620
|
+
> otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1621
|
+
> outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1622
|
+
>
|
|
1623
|
+
> "You" (or "Your") shall mean an individual or Legal Entity
|
|
1624
|
+
> exercising permissions granted by this License.
|
|
1625
|
+
>
|
|
1626
|
+
> "Source" form shall mean the preferred form for making modifications,
|
|
1627
|
+
> including but not limited to software source code, documentation
|
|
1628
|
+
> source, and configuration files.
|
|
1629
|
+
>
|
|
1630
|
+
> "Object" form shall mean any form resulting from mechanical
|
|
1631
|
+
> transformation or translation of a Source form, including but
|
|
1632
|
+
> not limited to compiled object code, generated documentation,
|
|
1633
|
+
> and conversions to other media types.
|
|
1634
|
+
>
|
|
1635
|
+
> "Work" shall mean the work of authorship, whether in Source or
|
|
1636
|
+
> Object form, made available under the License, as indicated by a
|
|
1637
|
+
> copyright notice that is included in or attached to the work
|
|
1638
|
+
> (an example is provided in the Appendix below).
|
|
1639
|
+
>
|
|
1640
|
+
> "Derivative Works" shall mean any work, whether in Source or Object
|
|
1641
|
+
> form, that is based on (or derived from) the Work and for which the
|
|
1642
|
+
> editorial revisions, annotations, elaborations, or other modifications
|
|
1643
|
+
> represent, as a whole, an original work of authorship. For the purposes
|
|
1644
|
+
> of this License, Derivative Works shall not include works that remain
|
|
1645
|
+
> separable from, or merely link (or bind by name) to the interfaces of,
|
|
1646
|
+
> the Work and Derivative Works thereof.
|
|
1647
|
+
>
|
|
1648
|
+
> "Contribution" shall mean any work of authorship, including
|
|
1649
|
+
> the original version of the Work and any modifications or additions
|
|
1650
|
+
> to that Work or Derivative Works thereof, that is intentionally
|
|
1651
|
+
> submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1652
|
+
> or by an individual or Legal Entity authorized to submit on behalf of
|
|
1653
|
+
> the copyright owner. For the purposes of this definition, "submitted"
|
|
1654
|
+
> means any form of electronic, verbal, or written communication sent
|
|
1655
|
+
> to the Licensor or its representatives, including but not limited to
|
|
1656
|
+
> communication on electronic mailing lists, source code control systems,
|
|
1657
|
+
> and issue tracking systems that are managed by, or on behalf of, the
|
|
1658
|
+
> Licensor for the purpose of discussing and improving the Work, but
|
|
1659
|
+
> excluding communication that is conspicuously marked or otherwise
|
|
1660
|
+
> designated in writing by the copyright owner as "Not a Contribution."
|
|
1661
|
+
>
|
|
1662
|
+
> "Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1663
|
+
> on behalf of whom a Contribution has been received by Licensor and
|
|
1664
|
+
> subsequently incorporated within the Work.
|
|
1665
|
+
>
|
|
1666
|
+
> 2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1667
|
+
> this License, each Contributor hereby grants to You a perpetual,
|
|
1668
|
+
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1669
|
+
> copyright license to reproduce, prepare Derivative Works of,
|
|
1670
|
+
> publicly display, publicly perform, sublicense, and distribute the
|
|
1671
|
+
> Work and such Derivative Works in Source or Object form.
|
|
1672
|
+
>
|
|
1673
|
+
> 3. Grant of Patent License. Subject to the terms and conditions of
|
|
1674
|
+
> this License, each Contributor hereby grants to You a perpetual,
|
|
1675
|
+
> worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1676
|
+
> (except as stated in this section) patent license to make, have made,
|
|
1677
|
+
> use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1678
|
+
> where such license applies only to those patent claims licensable
|
|
1679
|
+
> by such Contributor that are necessarily infringed by their
|
|
1680
|
+
> Contribution(s) alone or by combination of their Contribution(s)
|
|
1681
|
+
> with the Work to which such Contribution(s) was submitted. If You
|
|
1682
|
+
> institute patent litigation against any entity (including a
|
|
1683
|
+
> cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1684
|
+
> or a Contribution incorporated within the Work constitutes direct
|
|
1685
|
+
> or contributory patent infringement, then any patent licenses
|
|
1686
|
+
> granted to You under this License for that Work shall terminate
|
|
1687
|
+
> as of the date such litigation is filed.
|
|
1688
|
+
>
|
|
1689
|
+
> 4. Redistribution. You may reproduce and distribute copies of the
|
|
1690
|
+
> Work or Derivative Works thereof in any medium, with or without
|
|
1691
|
+
> modifications, and in Source or Object form, provided that You
|
|
1692
|
+
> meet the following conditions:
|
|
1693
|
+
>
|
|
1694
|
+
> (a) You must give any other recipients of the Work or
|
|
1695
|
+
> Derivative Works a copy of this License; and
|
|
1696
|
+
>
|
|
1697
|
+
> (b) You must cause any modified files to carry prominent notices
|
|
1698
|
+
> stating that You changed the files; and
|
|
1699
|
+
>
|
|
1700
|
+
> (c) You must retain, in the Source form of any Derivative Works
|
|
1701
|
+
> that You distribute, all copyright, patent, trademark, and
|
|
1702
|
+
> attribution notices from the Source form of the Work,
|
|
1703
|
+
> excluding those notices that do not pertain to any part of
|
|
1704
|
+
> the Derivative Works; and
|
|
1705
|
+
>
|
|
1706
|
+
> (d) If the Work includes a "NOTICE" text file as part of its
|
|
1707
|
+
> distribution, then any Derivative Works that You distribute must
|
|
1708
|
+
> include a readable copy of the attribution notices contained
|
|
1709
|
+
> within such NOTICE file, excluding those notices that do not
|
|
1710
|
+
> pertain to any part of the Derivative Works, in at least one
|
|
1711
|
+
> of the following places: within a NOTICE text file distributed
|
|
1712
|
+
> as part of the Derivative Works; within the Source form or
|
|
1713
|
+
> documentation, if provided along with the Derivative Works; or,
|
|
1714
|
+
> within a display generated by the Derivative Works, if and
|
|
1715
|
+
> wherever such third-party notices normally appear. The contents
|
|
1716
|
+
> of the NOTICE file are for informational purposes only and
|
|
1717
|
+
> do not modify the License. You may add Your own attribution
|
|
1718
|
+
> notices within Derivative Works that You distribute, alongside
|
|
1719
|
+
> or as an addendum to the NOTICE text from the Work, provided
|
|
1720
|
+
> that such additional attribution notices cannot be construed
|
|
1721
|
+
> as modifying the License.
|
|
1722
|
+
>
|
|
1723
|
+
> You may add Your own copyright statement to Your modifications and
|
|
1724
|
+
> may provide additional or different license terms and conditions
|
|
1725
|
+
> for use, reproduction, or distribution of Your modifications, or
|
|
1726
|
+
> for any such Derivative Works as a whole, provided Your use,
|
|
1727
|
+
> reproduction, and distribution of the Work otherwise complies with
|
|
1728
|
+
> the conditions stated in this License.
|
|
1729
|
+
>
|
|
1730
|
+
> 5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1731
|
+
> any Contribution intentionally submitted for inclusion in the Work
|
|
1732
|
+
> by You to the Licensor shall be under the terms and conditions of
|
|
1733
|
+
> this License, without any additional terms or conditions.
|
|
1734
|
+
> Notwithstanding the above, nothing herein shall supersede or modify
|
|
1735
|
+
> the terms of any separate license agreement you may have executed
|
|
1736
|
+
> with Licensor regarding such Contributions.
|
|
1737
|
+
>
|
|
1738
|
+
> 6. Trademarks. This License does not grant permission to use the trade
|
|
1739
|
+
> names, trademarks, service marks, or product names of the Licensor,
|
|
1740
|
+
> except as required for reasonable and customary use in describing the
|
|
1741
|
+
> origin of the Work and reproducing the content of the NOTICE file.
|
|
1742
|
+
>
|
|
1743
|
+
> 7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1744
|
+
> agreed to in writing, Licensor provides the Work (and each
|
|
1745
|
+
> Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1746
|
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1747
|
+
> implied, including, without limitation, any warranties or conditions
|
|
1748
|
+
> of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1749
|
+
> PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1750
|
+
> appropriateness of using or redistributing the Work and assume any
|
|
1751
|
+
> risks associated with Your exercise of permissions under this License.
|
|
1752
|
+
>
|
|
1753
|
+
> 8. Limitation of Liability. In no event and under no legal theory,
|
|
1754
|
+
> whether in tort (including negligence), contract, or otherwise,
|
|
1755
|
+
> unless required by applicable law (such as deliberate and grossly
|
|
1756
|
+
> negligent acts) or agreed to in writing, shall any Contributor be
|
|
1757
|
+
> liable to You for damages, including any direct, indirect, special,
|
|
1758
|
+
> incidental, or consequential damages of any character arising as a
|
|
1759
|
+
> result of this License or out of the use or inability to use the
|
|
1760
|
+
> Work (including but not limited to damages for loss of goodwill,
|
|
1761
|
+
> work stoppage, computer failure or malfunction, or any and all
|
|
1762
|
+
> other commercial damages or losses), even if such Contributor
|
|
1763
|
+
> has been advised of the possibility of such damages.
|
|
1764
|
+
>
|
|
1765
|
+
> 9. Accepting Warranty or Additional Liability. While redistributing
|
|
1766
|
+
> the Work or Derivative Works thereof, You may choose to offer,
|
|
1767
|
+
> and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1768
|
+
> or other liability obligations and/or rights consistent with this
|
|
1769
|
+
> License. However, in accepting such obligations, You may act only
|
|
1770
|
+
> on Your own behalf and on Your sole responsibility, not on behalf
|
|
1771
|
+
> of any other Contributor, and only if You agree to indemnify,
|
|
1772
|
+
> defend, and hold each Contributor harmless for any liability
|
|
1773
|
+
> incurred by, or claims asserted against, such Contributor by reason
|
|
1774
|
+
> of your accepting any such warranty or additional liability.
|
|
1775
|
+
>
|
|
1776
|
+
> END OF TERMS AND CONDITIONS
|
|
1777
|
+
>
|
|
1778
|
+
> APPENDIX: How to apply the Apache License to your work.
|
|
1779
|
+
>
|
|
1780
|
+
> To apply the Apache License to your work, attach the following
|
|
1781
|
+
> boilerplate notice, with the fields enclosed by brackets "{}"
|
|
1782
|
+
> replaced with your own identifying information. (Don't include
|
|
1783
|
+
> the brackets!) The text should be enclosed in the appropriate
|
|
1784
|
+
> comment syntax for the file format. We also recommend that a
|
|
1785
|
+
> file or class name and description of purpose be included on the
|
|
1786
|
+
> same "printed page" as the copyright notice for easier
|
|
1787
|
+
> identification within third-party archives.
|
|
1788
|
+
>
|
|
1789
|
+
> Copyright contributors
|
|
1790
|
+
>
|
|
1791
|
+
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
1792
|
+
> you may not use this file except in compliance with the License.
|
|
1793
|
+
> You may obtain a copy of the License at
|
|
1794
|
+
>
|
|
1795
|
+
> http://www.apache.org/licenses/LICENSE-2.0
|
|
1796
|
+
>
|
|
1797
|
+
> Unless required by applicable law or agreed to in writing, software
|
|
1798
|
+
> distributed under the License is distributed on an "AS IS" BASIS,
|
|
1799
|
+
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1800
|
+
> See the License for the specific language governing permissions and
|
|
1801
|
+
> limitations under the License.
|
|
1802
|
+
|
|
1803
|
+
----------------------------------------
|
|
1804
|
+
|
|
1805
|
+
## espree@v11.2.0
|
|
1386
1806
|
|
|
1387
1807
|
> An Esprima-compatible JavaScript parser built on Acorn
|
|
1388
1808
|
|
|
@@ -1485,10 +1905,11 @@ Author: Denis Malinochkin (https://mrmlnc.com)
|
|
|
1485
1905
|
|
|
1486
1906
|
----------------------------------------
|
|
1487
1907
|
|
|
1488
|
-
## fast-ignore@
|
|
1908
|
+
## fast-ignore@v2.0.0
|
|
1489
1909
|
|
|
1490
1910
|
> A fast parser and processor for .gitignore files.
|
|
1491
1911
|
|
|
1912
|
+
License: MIT
|
|
1492
1913
|
|
|
1493
1914
|
> The MIT License (MIT)
|
|
1494
1915
|
>
|
|
@@ -1607,7 +2028,7 @@ License: MIT
|
|
|
1607
2028
|
|
|
1608
2029
|
----------------------------------------
|
|
1609
2030
|
|
|
1610
|
-
## fastq@v1.
|
|
2031
|
+
## fastq@v1.20.1
|
|
1611
2032
|
|
|
1612
2033
|
> Fast, in memory work queue
|
|
1613
2034
|
|
|
@@ -1632,7 +2053,7 @@ Author: Matteo Collina <hello@matteocollina.com>
|
|
|
1632
2053
|
|
|
1633
2054
|
----------------------------------------
|
|
1634
2055
|
|
|
1635
|
-
## file-entry-cache@v11.1.
|
|
2056
|
+
## file-entry-cache@v11.1.3
|
|
1636
2057
|
|
|
1637
2058
|
> 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
|
|
1638
2059
|
|
|
@@ -1720,7 +2141,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
1720
2141
|
|
|
1721
2142
|
----------------------------------------
|
|
1722
2143
|
|
|
1723
|
-
## find-in-directory@
|
|
2144
|
+
## find-in-directory@v5.0.2
|
|
1724
2145
|
|
|
1725
2146
|
> Find file or directory by names in a directory.
|
|
1726
2147
|
|
|
@@ -1831,7 +2252,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
1831
2252
|
|
|
1832
2253
|
----------------------------------------
|
|
1833
2254
|
|
|
1834
|
-
## flat-cache@v6.1.
|
|
2255
|
+
## flat-cache@v6.1.22
|
|
1835
2256
|
|
|
1836
2257
|
> A simple key/value storage using files to persist the data
|
|
1837
2258
|
|
|
@@ -1861,7 +2282,7 @@ Author: Jared Wray <me@jaredwray.com>
|
|
|
1861
2282
|
|
|
1862
2283
|
----------------------------------------
|
|
1863
2284
|
|
|
1864
|
-
## flatted@v3.
|
|
2285
|
+
## flatted@v3.4.2
|
|
1865
2286
|
|
|
1866
2287
|
> A super light and fast circular JSON parser.
|
|
1867
2288
|
|
|
@@ -1923,9 +2344,9 @@ Contributors:
|
|
|
1923
2344
|
|
|
1924
2345
|
----------------------------------------
|
|
1925
2346
|
|
|
1926
|
-
## flow-
|
|
2347
|
+
## flow-estree@v0.321.0
|
|
1927
2348
|
|
|
1928
|
-
>
|
|
2349
|
+
> Flow types for the Flow-ESTree spec produced by the Flow Rust parser, forked from hermes-estree.
|
|
1929
2350
|
|
|
1930
2351
|
License: MIT
|
|
1931
2352
|
Homepage: <https://flow.org>
|
|
@@ -1934,6 +2355,17 @@ Author: Flow Team <flow@fb.com>
|
|
|
1934
2355
|
|
|
1935
2356
|
----------------------------------------
|
|
1936
2357
|
|
|
2358
|
+
## flow-parser@v0.321.0
|
|
2359
|
+
|
|
2360
|
+
> JavaScript parser written in OCaml. Produces ESTree AST
|
|
2361
|
+
|
|
2362
|
+
License: MIT
|
|
2363
|
+
Homepage: <https://flow.org>
|
|
2364
|
+
Repository: <git+https://github.com/facebook/flow.git>
|
|
2365
|
+
Author: Flow Team <flow@fb.com>
|
|
2366
|
+
|
|
2367
|
+
----------------------------------------
|
|
2368
|
+
|
|
1937
2369
|
## function-once@v3.0.1
|
|
1938
2370
|
|
|
1939
2371
|
> Wraps a function so that it's only ever executed once.
|
|
@@ -1994,7 +2426,7 @@ License: MIT
|
|
|
1994
2426
|
|
|
1995
2427
|
----------------------------------------
|
|
1996
2428
|
|
|
1997
|
-
## get-east-asian-width@v1.
|
|
2429
|
+
## get-east-asian-width@v1.6.0
|
|
1998
2430
|
|
|
1999
2431
|
> Determine the East Asian Width of a Unicode character
|
|
2000
2432
|
|
|
@@ -2060,7 +2492,7 @@ Contributors:
|
|
|
2060
2492
|
|
|
2061
2493
|
----------------------------------------
|
|
2062
2494
|
|
|
2063
|
-
## grammex@v3.1.
|
|
2495
|
+
## grammex@v3.1.12
|
|
2064
2496
|
|
|
2065
2497
|
> A tiny, PEG-like system for building language grammars with regexes.
|
|
2066
2498
|
|
|
@@ -2090,10 +2522,11 @@ License: MIT
|
|
|
2090
2522
|
|
|
2091
2523
|
----------------------------------------
|
|
2092
2524
|
|
|
2093
|
-
## graphmatch@v1.1.
|
|
2525
|
+
## graphmatch@v1.1.1
|
|
2094
2526
|
|
|
2095
2527
|
> A low-level utility for matching a string against a directed acyclic graph of regexes.
|
|
2096
2528
|
|
|
2529
|
+
License: MIT
|
|
2097
2530
|
|
|
2098
2531
|
> The MIT License (MIT)
|
|
2099
2532
|
>
|
|
@@ -2119,13 +2552,13 @@ License: MIT
|
|
|
2119
2552
|
|
|
2120
2553
|
----------------------------------------
|
|
2121
2554
|
|
|
2122
|
-
## graphql@
|
|
2555
|
+
## graphql@v17.0.1
|
|
2123
2556
|
|
|
2124
2557
|
> A Query Language and Runtime which can target any service.
|
|
2125
2558
|
|
|
2126
2559
|
License: MIT
|
|
2127
2560
|
Homepage: <https://github.com/graphql/graphql-js>
|
|
2128
|
-
Repository: <https://github.com/graphql/graphql-js.git>
|
|
2561
|
+
Repository: <git+https://github.com/graphql/graphql-js.git>
|
|
2129
2562
|
|
|
2130
2563
|
> MIT License
|
|
2131
2564
|
>
|
|
@@ -2151,7 +2584,7 @@ Repository: <https://github.com/graphql/graphql-js.git>
|
|
|
2151
2584
|
|
|
2152
2585
|
----------------------------------------
|
|
2153
2586
|
|
|
2154
|
-
## hashery@v1.
|
|
2587
|
+
## hashery@v1.5.1
|
|
2155
2588
|
|
|
2156
2589
|
> Browser Compatible Object Hashing
|
|
2157
2590
|
|
|
@@ -2182,7 +2615,7 @@ Author: Jared Wray <me@jaredwray.com>
|
|
|
2182
2615
|
|
|
2183
2616
|
----------------------------------------
|
|
2184
2617
|
|
|
2185
|
-
## hookified@v1.
|
|
2618
|
+
## hookified@v1.15.1
|
|
2186
2619
|
|
|
2187
2620
|
> Event Emitting and Middleware Hooks
|
|
2188
2621
|
|
|
@@ -2213,6 +2646,30 @@ Author: Jared Wray <me@jaredwray.com>
|
|
|
2213
2646
|
|
|
2214
2647
|
----------------------------------------
|
|
2215
2648
|
|
|
2649
|
+
## ieee754@v1.2.1
|
|
2650
|
+
|
|
2651
|
+
> Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
|
|
2652
|
+
|
|
2653
|
+
License: BSD-3-Clause
|
|
2654
|
+
Repository: <git://github.com/feross/ieee754.git>
|
|
2655
|
+
Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
|
|
2656
|
+
Contributors:
|
|
2657
|
+
- Romain Beauxis <toots@rastageeks.org>
|
|
2658
|
+
|
|
2659
|
+
> Copyright 2008 Fair Oaks Labs, Inc.
|
|
2660
|
+
>
|
|
2661
|
+
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
2662
|
+
>
|
|
2663
|
+
> 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
2664
|
+
>
|
|
2665
|
+
> 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
2666
|
+
>
|
|
2667
|
+
> 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
2668
|
+
>
|
|
2669
|
+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2670
|
+
|
|
2671
|
+
----------------------------------------
|
|
2672
|
+
|
|
2216
2673
|
## ignore@v7.0.5
|
|
2217
2674
|
|
|
2218
2675
|
> Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
|
|
@@ -2331,6 +2788,38 @@ Contributors:
|
|
|
2331
2788
|
|
|
2332
2789
|
----------------------------------------
|
|
2333
2790
|
|
|
2791
|
+
## imurmurhash-esm@v0.0.2
|
|
2792
|
+
|
|
2793
|
+
> An incremental implementation of MurmurHash3 for JavaScript.
|
|
2794
|
+
|
|
2795
|
+
License: MIT
|
|
2796
|
+
Homepage: <https://github.com/fisker/imurmurhash-esm#readme>
|
|
2797
|
+
Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
2798
|
+
|
|
2799
|
+
> MIT License
|
|
2800
|
+
>
|
|
2801
|
+
> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
2802
|
+
>
|
|
2803
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2804
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2805
|
+
> in the Software without restriction, including without limitation the rights
|
|
2806
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2807
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2808
|
+
> furnished to do so, subject to the following conditions:
|
|
2809
|
+
>
|
|
2810
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2811
|
+
> copies or substantial portions of the Software.
|
|
2812
|
+
>
|
|
2813
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2814
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2815
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2816
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2817
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2818
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2819
|
+
> SOFTWARE.
|
|
2820
|
+
|
|
2821
|
+
----------------------------------------
|
|
2822
|
+
|
|
2334
2823
|
## index-to-position@v1.2.0
|
|
2335
2824
|
|
|
2336
2825
|
> Convert a string index to its line and column position
|
|
@@ -2938,7 +3427,7 @@ License: MIT
|
|
|
2938
3427
|
|
|
2939
3428
|
----------------------------------------
|
|
2940
3429
|
|
|
2941
|
-
## iterate-directory-up@v1.
|
|
3430
|
+
## iterate-directory-up@v1.5.2
|
|
2942
3431
|
|
|
2943
3432
|
> Iterate directory up.
|
|
2944
3433
|
|
|
@@ -2970,7 +3459,7 @@ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
|
2970
3459
|
|
|
2971
3460
|
----------------------------------------
|
|
2972
3461
|
|
|
2973
|
-
## jest-docblock@v30.
|
|
3462
|
+
## jest-docblock@v30.4.0
|
|
2974
3463
|
|
|
2975
3464
|
License: MIT
|
|
2976
3465
|
Repository: <https://github.com/jestjs/jest.git>
|
|
@@ -3000,7 +3489,7 @@ Repository: <https://github.com/jestjs/jest.git>
|
|
|
3000
3489
|
|
|
3001
3490
|
----------------------------------------
|
|
3002
3491
|
|
|
3003
|
-
## js-tokens@
|
|
3492
|
+
## js-tokens@v10.0.0
|
|
3004
3493
|
|
|
3005
3494
|
> Tiny JavaScript tokenizer.
|
|
3006
3495
|
|
|
@@ -3009,7 +3498,7 @@ Author: Simon Lydell
|
|
|
3009
3498
|
|
|
3010
3499
|
> The MIT License (MIT)
|
|
3011
3500
|
>
|
|
3012
|
-
> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
|
|
3501
|
+
> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Simon Lydell
|
|
3013
3502
|
>
|
|
3014
3503
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3015
3504
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3031,7 +3520,7 @@ Author: Simon Lydell
|
|
|
3031
3520
|
|
|
3032
3521
|
----------------------------------------
|
|
3033
3522
|
|
|
3034
|
-
## js-yaml@
|
|
3523
|
+
## js-yaml@v5.1.0
|
|
3035
3524
|
|
|
3036
3525
|
> YAML 1.2 parser and serializer
|
|
3037
3526
|
|
|
@@ -3135,7 +3624,7 @@ Contributors:
|
|
|
3135
3624
|
|
|
3136
3625
|
----------------------------------------
|
|
3137
3626
|
|
|
3138
|
-
## kasi@
|
|
3627
|
+
## kasi@v2.0.1
|
|
3139
3628
|
|
|
3140
3629
|
> A collection of functions for working with different casings.
|
|
3141
3630
|
|
|
@@ -3165,19 +3654,17 @@ License: MIT
|
|
|
3165
3654
|
|
|
3166
3655
|
----------------------------------------
|
|
3167
3656
|
|
|
3168
|
-
##
|
|
3657
|
+
## katex@v0.16.47
|
|
3169
3658
|
|
|
3170
|
-
>
|
|
3659
|
+
> Fast math typesetting for the web.
|
|
3171
3660
|
|
|
3172
3661
|
License: MIT
|
|
3173
|
-
Homepage: <https://
|
|
3174
|
-
Repository: <
|
|
3175
|
-
Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
|
|
3662
|
+
Homepage: <https://katex.org>
|
|
3663
|
+
Repository: <https://github.com/KaTeX/KaTeX.git>
|
|
3176
3664
|
|
|
3177
|
-
> MIT License
|
|
3665
|
+
> The MIT License (MIT)
|
|
3178
3666
|
>
|
|
3179
|
-
> Copyright (c)
|
|
3180
|
-
> Copyright (c) 2021-2022 Jared Wray
|
|
3667
|
+
> Copyright (c) 2013-2020 Khan Academy and other contributors
|
|
3181
3668
|
>
|
|
3182
3669
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3183
3670
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3199,22 +3686,56 @@ Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
|
|
|
3199
3686
|
|
|
3200
3687
|
----------------------------------------
|
|
3201
3688
|
|
|
3202
|
-
##
|
|
3689
|
+
## keyv@v5.6.0
|
|
3203
3690
|
|
|
3204
|
-
>
|
|
3691
|
+
> Simple key-value storage with support for multiple backends
|
|
3205
3692
|
|
|
3206
3693
|
License: MIT
|
|
3207
|
-
|
|
3694
|
+
Homepage: <https://github.com/jaredwray/keyv>
|
|
3695
|
+
Repository: <git+https://github.com/jaredwray/keyv.git>
|
|
3696
|
+
Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
|
|
3208
3697
|
|
|
3209
3698
|
> MIT License
|
|
3210
3699
|
>
|
|
3211
|
-
> Copyright (c)
|
|
3212
|
-
>
|
|
3213
|
-
> 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:
|
|
3214
|
-
>
|
|
3215
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3700
|
+
> Copyright (c) 2017-2021 Luke Childs
|
|
3701
|
+
> Copyright (c) 2021-2022 Jared Wray
|
|
3216
3702
|
>
|
|
3217
|
-
>
|
|
3703
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3704
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
3705
|
+
> in the Software without restriction, including without limitation the rights
|
|
3706
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3707
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
3708
|
+
> furnished to do so, subject to the following conditions:
|
|
3709
|
+
>
|
|
3710
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
3711
|
+
> copies or substantial portions of the Software.
|
|
3712
|
+
>
|
|
3713
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3714
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3715
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3716
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3717
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3718
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3719
|
+
> SOFTWARE.
|
|
3720
|
+
|
|
3721
|
+
----------------------------------------
|
|
3722
|
+
|
|
3723
|
+
## leven@v4.1.0
|
|
3724
|
+
|
|
3725
|
+
> Measure the difference between two strings using the Levenshtein distance algorithm
|
|
3726
|
+
|
|
3727
|
+
License: MIT
|
|
3728
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3729
|
+
|
|
3730
|
+
> MIT License
|
|
3731
|
+
>
|
|
3732
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3733
|
+
>
|
|
3734
|
+
> 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:
|
|
3735
|
+
>
|
|
3736
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3737
|
+
>
|
|
3738
|
+
> 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.
|
|
3218
3739
|
|
|
3219
3740
|
----------------------------------------
|
|
3220
3741
|
|
|
@@ -3276,34 +3797,1476 @@ License: MIT
|
|
|
3276
3797
|
|
|
3277
3798
|
----------------------------------------
|
|
3278
3799
|
|
|
3279
|
-
##
|
|
3800
|
+
## longest-streak@v3.1.0
|
|
3280
3801
|
|
|
3281
|
-
>
|
|
3802
|
+
> Count the longest repeating streak of a substring
|
|
3282
3803
|
|
|
3283
|
-
License:
|
|
3284
|
-
Author:
|
|
3804
|
+
License: MIT
|
|
3805
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3806
|
+
Contributors:
|
|
3807
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3285
3808
|
|
|
3286
|
-
> The
|
|
3809
|
+
> (The MIT License)
|
|
3287
3810
|
>
|
|
3288
|
-
> Copyright (c)
|
|
3811
|
+
> Copyright (c) 2015 Titus Wormer <mailto:tituswormer@gmail.com>
|
|
3289
3812
|
>
|
|
3290
|
-
> Permission
|
|
3291
|
-
>
|
|
3292
|
-
>
|
|
3813
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3814
|
+
> a copy of this software and associated documentation files (the
|
|
3815
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3816
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3817
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3818
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3819
|
+
> the following conditions:
|
|
3293
3820
|
>
|
|
3294
|
-
>
|
|
3295
|
-
>
|
|
3296
|
-
>
|
|
3297
|
-
>
|
|
3298
|
-
>
|
|
3299
|
-
>
|
|
3300
|
-
> IN
|
|
3821
|
+
> The above copyright notice and this permission notice shall be
|
|
3822
|
+
> included in all copies or substantial portions of the Software.
|
|
3823
|
+
>
|
|
3824
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3825
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3826
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3827
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3828
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3829
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3830
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3831
|
+
|
|
3832
|
+
----------------------------------------
|
|
3833
|
+
|
|
3834
|
+
## markdown-escapes@v1.0.4
|
|
3835
|
+
|
|
3836
|
+
> List of escapable characters in markdown
|
|
3837
|
+
|
|
3838
|
+
License: MIT
|
|
3839
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3840
|
+
Contributors:
|
|
3841
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3842
|
+
|
|
3843
|
+
> (The MIT License)
|
|
3844
|
+
>
|
|
3845
|
+
> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3846
|
+
>
|
|
3847
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3848
|
+
> a copy of this software and associated documentation files (the
|
|
3849
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3850
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3851
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3852
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3853
|
+
> the following conditions:
|
|
3854
|
+
>
|
|
3855
|
+
> The above copyright notice and this permission notice shall be
|
|
3856
|
+
> included in all copies or substantial portions of the Software.
|
|
3857
|
+
>
|
|
3858
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3859
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3860
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3861
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3862
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3863
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3864
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3865
|
+
|
|
3866
|
+
----------------------------------------
|
|
3867
|
+
|
|
3868
|
+
## markdown-table@v3.0.4
|
|
3869
|
+
|
|
3870
|
+
> Generate a markdown (GFM) table
|
|
3871
|
+
|
|
3872
|
+
License: MIT
|
|
3873
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3874
|
+
Contributors:
|
|
3875
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3876
|
+
|
|
3877
|
+
> (The MIT License)
|
|
3878
|
+
>
|
|
3879
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
3880
|
+
>
|
|
3881
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3882
|
+
> a copy of this software and associated documentation files (the
|
|
3883
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3884
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3885
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3886
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3887
|
+
> the following conditions:
|
|
3888
|
+
>
|
|
3889
|
+
> The above copyright notice and this permission notice shall be
|
|
3890
|
+
> included in all copies or substantial portions of the Software.
|
|
3891
|
+
>
|
|
3892
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3893
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3894
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3895
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3896
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3897
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3898
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3899
|
+
|
|
3900
|
+
----------------------------------------
|
|
3901
|
+
|
|
3902
|
+
## mdast-util-find-and-replace@v3.0.2
|
|
3903
|
+
|
|
3904
|
+
> mdast utility to find and replace text in a tree
|
|
3905
|
+
|
|
3906
|
+
License: MIT
|
|
3907
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3908
|
+
Contributors:
|
|
3909
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3910
|
+
|
|
3911
|
+
> (The MIT License)
|
|
3912
|
+
>
|
|
3913
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
3914
|
+
>
|
|
3915
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3916
|
+
> a copy of this software and associated documentation files (the
|
|
3917
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3918
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3919
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3920
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3921
|
+
> the following conditions:
|
|
3922
|
+
>
|
|
3923
|
+
> The above copyright notice and this permission notice shall be
|
|
3924
|
+
> included in all copies or substantial portions of the Software.
|
|
3925
|
+
>
|
|
3926
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3927
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3928
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3929
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3930
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3931
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3932
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3933
|
+
|
|
3934
|
+
----------------------------------------
|
|
3935
|
+
|
|
3936
|
+
## mdast-util-from-markdown@v2.0.3
|
|
3937
|
+
|
|
3938
|
+
> mdast utility to parse markdown
|
|
3939
|
+
|
|
3940
|
+
License: MIT
|
|
3941
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3942
|
+
Contributors:
|
|
3943
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3944
|
+
|
|
3945
|
+
> (The MIT License)
|
|
3946
|
+
>
|
|
3947
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
3948
|
+
>
|
|
3949
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3950
|
+
> a copy of this software and associated documentation files (the
|
|
3951
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3952
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3953
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3954
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3955
|
+
> the following conditions:
|
|
3956
|
+
>
|
|
3957
|
+
> The above copyright notice and this permission notice shall be
|
|
3958
|
+
> included in all copies or substantial portions of the Software.
|
|
3959
|
+
>
|
|
3960
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3961
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3962
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3963
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3964
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3965
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
3966
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3967
|
+
|
|
3968
|
+
----------------------------------------
|
|
3969
|
+
|
|
3970
|
+
## mdast-util-gfm@v3.1.0
|
|
3971
|
+
|
|
3972
|
+
> mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
|
|
3973
|
+
|
|
3974
|
+
License: MIT
|
|
3975
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3976
|
+
Contributors:
|
|
3977
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3978
|
+
|
|
3979
|
+
> (The MIT License)
|
|
3980
|
+
>
|
|
3981
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
3982
|
+
>
|
|
3983
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3984
|
+
> a copy of this software and associated documentation files (the
|
|
3985
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
3986
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
3987
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
3988
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
3989
|
+
> the following conditions:
|
|
3990
|
+
>
|
|
3991
|
+
> The above copyright notice and this permission notice shall be
|
|
3992
|
+
> included in all copies or substantial portions of the Software.
|
|
3993
|
+
>
|
|
3994
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
3995
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3996
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3997
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3998
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
3999
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4000
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4001
|
+
|
|
4002
|
+
----------------------------------------
|
|
4003
|
+
|
|
4004
|
+
## mdast-util-gfm-autolink-literal@v2.0.1
|
|
4005
|
+
|
|
4006
|
+
> mdast extension to parse and serialize GFM autolink literals
|
|
4007
|
+
|
|
4008
|
+
License: MIT
|
|
4009
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4010
|
+
Contributors:
|
|
4011
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4012
|
+
|
|
4013
|
+
> (The MIT License)
|
|
4014
|
+
>
|
|
4015
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4016
|
+
>
|
|
4017
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4018
|
+
> a copy of this software and associated documentation files (the
|
|
4019
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4020
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4021
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4022
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4023
|
+
> the following conditions:
|
|
4024
|
+
>
|
|
4025
|
+
> The above copyright notice and this permission notice shall be
|
|
4026
|
+
> included in all copies or substantial portions of the Software.
|
|
4027
|
+
>
|
|
4028
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4029
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4030
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4031
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4032
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4033
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4034
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4035
|
+
|
|
4036
|
+
----------------------------------------
|
|
4037
|
+
|
|
4038
|
+
## mdast-util-gfm-footnote@v2.1.0
|
|
4039
|
+
|
|
4040
|
+
> mdast extension to parse and serialize GFM footnotes
|
|
4041
|
+
|
|
4042
|
+
License: MIT
|
|
4043
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4044
|
+
Contributors:
|
|
4045
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4046
|
+
|
|
4047
|
+
> (The MIT License)
|
|
4048
|
+
>
|
|
4049
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4050
|
+
>
|
|
4051
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4052
|
+
> a copy of this software and associated documentation files (the
|
|
4053
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4054
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4055
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4056
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4057
|
+
> the following conditions:
|
|
4058
|
+
>
|
|
4059
|
+
> The above copyright notice and this permission notice shall be
|
|
4060
|
+
> included in all copies or substantial portions of the Software.
|
|
4061
|
+
>
|
|
4062
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4063
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4064
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4065
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4066
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4067
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4068
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4069
|
+
|
|
4070
|
+
----------------------------------------
|
|
4071
|
+
|
|
4072
|
+
## mdast-util-gfm-strikethrough@v2.0.0
|
|
4073
|
+
|
|
4074
|
+
> mdast extension to parse and serialize GFM strikethrough
|
|
4075
|
+
|
|
4076
|
+
License: MIT
|
|
4077
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4078
|
+
Contributors:
|
|
4079
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4080
|
+
|
|
4081
|
+
> (The MIT License)
|
|
4082
|
+
>
|
|
4083
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4084
|
+
>
|
|
4085
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4086
|
+
> a copy of this software and associated documentation files (the
|
|
4087
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4088
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4089
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4090
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4091
|
+
> the following conditions:
|
|
4092
|
+
>
|
|
4093
|
+
> The above copyright notice and this permission notice shall be
|
|
4094
|
+
> included in all copies or substantial portions of the Software.
|
|
4095
|
+
>
|
|
4096
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4097
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4098
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4099
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4100
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4101
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4102
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4103
|
+
|
|
4104
|
+
----------------------------------------
|
|
4105
|
+
|
|
4106
|
+
## mdast-util-gfm-table@v2.0.0
|
|
4107
|
+
|
|
4108
|
+
> mdast extension to parse and serialize GFM tables
|
|
4109
|
+
|
|
4110
|
+
License: MIT
|
|
4111
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4112
|
+
Contributors:
|
|
4113
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4114
|
+
|
|
4115
|
+
> (The MIT License)
|
|
4116
|
+
>
|
|
4117
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4118
|
+
>
|
|
4119
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4120
|
+
> a copy of this software and associated documentation files (the
|
|
4121
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4122
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4123
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4124
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4125
|
+
> the following conditions:
|
|
4126
|
+
>
|
|
4127
|
+
> The above copyright notice and this permission notice shall be
|
|
4128
|
+
> included in all copies or substantial portions of the Software.
|
|
4129
|
+
>
|
|
4130
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4131
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4132
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4133
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4134
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4135
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4136
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4137
|
+
|
|
4138
|
+
----------------------------------------
|
|
4139
|
+
|
|
4140
|
+
## mdast-util-gfm-task-list-item@v2.0.0
|
|
4141
|
+
|
|
4142
|
+
> mdast extension to parse and serialize GFM task list items
|
|
4143
|
+
|
|
4144
|
+
License: MIT
|
|
4145
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4146
|
+
Contributors:
|
|
4147
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4148
|
+
|
|
4149
|
+
> (The MIT License)
|
|
4150
|
+
>
|
|
4151
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4152
|
+
>
|
|
4153
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4154
|
+
> a copy of this software and associated documentation files (the
|
|
4155
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4156
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4157
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4158
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4159
|
+
> the following conditions:
|
|
4160
|
+
>
|
|
4161
|
+
> The above copyright notice and this permission notice shall be
|
|
4162
|
+
> included in all copies or substantial portions of the Software.
|
|
4163
|
+
>
|
|
4164
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4165
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4166
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4167
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4168
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4169
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4170
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4171
|
+
|
|
4172
|
+
----------------------------------------
|
|
4173
|
+
|
|
4174
|
+
## mdast-util-math@v3.0.0
|
|
4175
|
+
|
|
4176
|
+
> mdast extension to parse and serialize math
|
|
4177
|
+
|
|
4178
|
+
License: MIT
|
|
4179
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4180
|
+
Contributors:
|
|
4181
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4182
|
+
|
|
4183
|
+
> (The MIT License)
|
|
4184
|
+
>
|
|
4185
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4186
|
+
>
|
|
4187
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4188
|
+
> a copy of this software and associated documentation files (the
|
|
4189
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4190
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4191
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4192
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4193
|
+
> the following conditions:
|
|
4194
|
+
>
|
|
4195
|
+
> The above copyright notice and this permission notice shall be
|
|
4196
|
+
> included in all copies or substantial portions of the Software.
|
|
4197
|
+
>
|
|
4198
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4199
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4200
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4201
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4202
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4203
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4204
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4205
|
+
|
|
4206
|
+
----------------------------------------
|
|
4207
|
+
|
|
4208
|
+
## mdast-util-phrasing@v4.1.0
|
|
4209
|
+
|
|
4210
|
+
> mdast utility to check if a node is phrasing content
|
|
4211
|
+
|
|
4212
|
+
License: MIT
|
|
4213
|
+
Author: Victor Felder <victor@draft.li> (https://draft.li)
|
|
4214
|
+
Contributors:
|
|
4215
|
+
- Victor Felder <victor@draft.li> (https://draft.li)
|
|
4216
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4217
|
+
|
|
4218
|
+
> (The MIT License)
|
|
4219
|
+
>
|
|
4220
|
+
> Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
|
|
4221
|
+
> Copyright (c) 2017 Victor Felder <victor@draft.li>
|
|
4222
|
+
>
|
|
4223
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4224
|
+
> a copy of this software and associated documentation files (the
|
|
4225
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4226
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4227
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4228
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4229
|
+
> the following conditions:
|
|
4230
|
+
>
|
|
4231
|
+
> The above copyright notice and this permission notice shall be
|
|
4232
|
+
> included in all copies or substantial portions of the Software.
|
|
4233
|
+
>
|
|
4234
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4235
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4236
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4237
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4238
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4239
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4240
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4241
|
+
|
|
4242
|
+
----------------------------------------
|
|
4243
|
+
|
|
4244
|
+
## mdast-util-to-markdown@v2.1.2
|
|
4245
|
+
|
|
4246
|
+
> mdast utility to serialize markdown
|
|
4247
|
+
|
|
4248
|
+
License: MIT
|
|
4249
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4250
|
+
Contributors:
|
|
4251
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4252
|
+
|
|
4253
|
+
> (The MIT License)
|
|
4254
|
+
>
|
|
4255
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4256
|
+
>
|
|
4257
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4258
|
+
> a copy of this software and associated documentation files (the
|
|
4259
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4260
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4261
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4262
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4263
|
+
> the following conditions:
|
|
4264
|
+
>
|
|
4265
|
+
> The above copyright notice and this permission notice shall be
|
|
4266
|
+
> included in all copies or substantial portions of the Software.
|
|
4267
|
+
>
|
|
4268
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4269
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4270
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4271
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4272
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4273
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4274
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4275
|
+
|
|
4276
|
+
----------------------------------------
|
|
4277
|
+
|
|
4278
|
+
## mdast-util-to-string@v4.0.0
|
|
4279
|
+
|
|
4280
|
+
> mdast utility to get the plain text content of a node
|
|
4281
|
+
|
|
4282
|
+
License: MIT
|
|
4283
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4284
|
+
Contributors:
|
|
4285
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4286
|
+
|
|
4287
|
+
> (The MIT License)
|
|
4288
|
+
>
|
|
4289
|
+
> Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
|
|
4290
|
+
>
|
|
4291
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4292
|
+
> a copy of this software and associated documentation files (the
|
|
4293
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4294
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4295
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4296
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4297
|
+
> the following conditions:
|
|
4298
|
+
>
|
|
4299
|
+
> The above copyright notice and this permission notice shall be
|
|
4300
|
+
> included in all copies or substantial portions of the Software.
|
|
4301
|
+
>
|
|
4302
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4303
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4304
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4305
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4306
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4307
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4308
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4309
|
+
|
|
4310
|
+
----------------------------------------
|
|
4311
|
+
|
|
4312
|
+
## mdast-util-wiki-link@v0.1.2
|
|
4313
|
+
|
|
4314
|
+
> Parse and render wiki-style links
|
|
4315
|
+
|
|
4316
|
+
License: MIT
|
|
4317
|
+
Author: Mark Hudnall <me@markhudnall.com> (https://markhudnall.com)
|
|
4318
|
+
|
|
4319
|
+
----------------------------------------
|
|
4320
|
+
|
|
4321
|
+
## merge2@v1.4.1
|
|
4322
|
+
|
|
4323
|
+
> Merge multiple streams into one stream in sequence or parallel.
|
|
4324
|
+
|
|
4325
|
+
License: MIT
|
|
4326
|
+
Homepage: <https://github.com/teambition/merge2>
|
|
4327
|
+
Repository: <git@github.com:teambition/merge2.git>
|
|
4328
|
+
|
|
4329
|
+
> The MIT License (MIT)
|
|
4330
|
+
>
|
|
4331
|
+
> Copyright (c) 2014-2020 Teambition
|
|
4332
|
+
>
|
|
4333
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4334
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
4335
|
+
> in the Software without restriction, including without limitation the rights
|
|
4336
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4337
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
4338
|
+
> furnished to do so, subject to the following conditions:
|
|
4339
|
+
>
|
|
4340
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
4341
|
+
> copies or substantial portions of the Software.
|
|
4342
|
+
>
|
|
4343
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4344
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4345
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4346
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4347
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4348
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4349
|
+
> SOFTWARE.
|
|
4350
|
+
|
|
4351
|
+
----------------------------------------
|
|
4352
|
+
|
|
4353
|
+
## meriyah@v7.1.0
|
|
4354
|
+
|
|
4355
|
+
> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
|
|
4356
|
+
|
|
4357
|
+
License: ISC
|
|
4358
|
+
Homepage: <https://github.com/meriyah/meriyah>
|
|
4359
|
+
Repository: <git+https://github.com/meriyah/meriyah.git>
|
|
4360
|
+
Author: Kenny F. (https://github.com/KFlash)
|
|
4361
|
+
Contributors:
|
|
4362
|
+
- Chunpeng Huo (https://github.com/3cp)
|
|
4363
|
+
|
|
4364
|
+
> ISC License
|
|
4365
|
+
>
|
|
4366
|
+
> Copyright (c) 2019 and later, KFlash and others.
|
|
4367
|
+
>
|
|
4368
|
+
> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
4369
|
+
>
|
|
4370
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4371
|
+
|
|
4372
|
+
----------------------------------------
|
|
4373
|
+
|
|
4374
|
+
## micromark@v4.0.2
|
|
4375
|
+
|
|
4376
|
+
> small commonmark compliant markdown parser with positional info and concrete tokens
|
|
4377
|
+
|
|
4378
|
+
License: MIT
|
|
4379
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4380
|
+
Contributors:
|
|
4381
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4382
|
+
|
|
4383
|
+
> (The MIT License)
|
|
4384
|
+
>
|
|
4385
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4386
|
+
>
|
|
4387
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4388
|
+
> a copy of this software and associated documentation files (the
|
|
4389
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4390
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4391
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4392
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4393
|
+
> the following conditions:
|
|
4394
|
+
>
|
|
4395
|
+
> The above copyright notice and this permission notice shall be
|
|
4396
|
+
> included in all copies or substantial portions of the Software.
|
|
4397
|
+
>
|
|
4398
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4399
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4400
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4401
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4402
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4403
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4404
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4405
|
+
|
|
4406
|
+
----------------------------------------
|
|
4407
|
+
|
|
4408
|
+
## micromark-core-commonmark@v2.0.3
|
|
4409
|
+
|
|
4410
|
+
> The CommonMark markdown constructs
|
|
4411
|
+
|
|
4412
|
+
License: MIT
|
|
4413
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4414
|
+
Contributors:
|
|
4415
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4416
|
+
|
|
4417
|
+
> (The MIT License)
|
|
4418
|
+
>
|
|
4419
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4420
|
+
>
|
|
4421
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4422
|
+
> a copy of this software and associated documentation files (the
|
|
4423
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4424
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4425
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4426
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4427
|
+
> the following conditions:
|
|
4428
|
+
>
|
|
4429
|
+
> The above copyright notice and this permission notice shall be
|
|
4430
|
+
> included in all copies or substantial portions of the Software.
|
|
4431
|
+
>
|
|
4432
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4433
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4434
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4435
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4436
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4437
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4438
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4439
|
+
|
|
4440
|
+
----------------------------------------
|
|
4441
|
+
|
|
4442
|
+
## micromark-extension-gfm@v3.0.0
|
|
4443
|
+
|
|
4444
|
+
> micromark extension to support GFM (GitHub Flavored Markdown)
|
|
4445
|
+
|
|
4446
|
+
License: MIT
|
|
4447
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4448
|
+
Contributors:
|
|
4449
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4450
|
+
|
|
4451
|
+
> (The MIT License)
|
|
4452
|
+
>
|
|
4453
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4454
|
+
>
|
|
4455
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4456
|
+
> a copy of this software and associated documentation files (the
|
|
4457
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4458
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4459
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4460
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4461
|
+
> the following conditions:
|
|
4462
|
+
>
|
|
4463
|
+
> The above copyright notice and this permission notice shall be
|
|
4464
|
+
> included in all copies or substantial portions of the Software.
|
|
4465
|
+
>
|
|
4466
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4467
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4468
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4469
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4470
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4471
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4472
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4473
|
+
|
|
4474
|
+
----------------------------------------
|
|
4475
|
+
|
|
4476
|
+
## micromark-extension-gfm-autolink-literal@v2.1.0
|
|
4477
|
+
|
|
4478
|
+
> micromark extension to support GFM autolink literals
|
|
4479
|
+
|
|
4480
|
+
License: MIT
|
|
4481
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4482
|
+
Contributors:
|
|
4483
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4484
|
+
|
|
4485
|
+
> (The MIT License)
|
|
4486
|
+
>
|
|
4487
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4488
|
+
>
|
|
4489
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4490
|
+
> a copy of this software and associated documentation files (the
|
|
4491
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4492
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4493
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4494
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4495
|
+
> the following conditions:
|
|
4496
|
+
>
|
|
4497
|
+
> The above copyright notice and this permission notice shall be
|
|
4498
|
+
> included in all copies or substantial portions of the Software.
|
|
4499
|
+
>
|
|
4500
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4501
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4502
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4503
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4504
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4505
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4506
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4507
|
+
|
|
4508
|
+
----------------------------------------
|
|
4509
|
+
|
|
4510
|
+
## micromark-extension-gfm-footnote@v2.1.0
|
|
4511
|
+
|
|
4512
|
+
> micromark extension to support GFM footnotes
|
|
4513
|
+
|
|
4514
|
+
License: MIT
|
|
4515
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4516
|
+
Contributors:
|
|
4517
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4518
|
+
|
|
4519
|
+
> (The MIT License)
|
|
4520
|
+
>
|
|
4521
|
+
> Copyright (c) 2021 Titus Wormer <tituswormer@gmail.com>
|
|
4522
|
+
>
|
|
4523
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4524
|
+
> a copy of this software and associated documentation files (the
|
|
4525
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4526
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4527
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4528
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4529
|
+
> the following conditions:
|
|
4530
|
+
>
|
|
4531
|
+
> The above copyright notice and this permission notice shall be
|
|
4532
|
+
> included in all copies or substantial portions of the Software.
|
|
4533
|
+
>
|
|
4534
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4535
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4536
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4537
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4538
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4539
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4540
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4541
|
+
|
|
4542
|
+
----------------------------------------
|
|
4543
|
+
|
|
4544
|
+
## micromark-extension-gfm-strikethrough@v2.1.0
|
|
4545
|
+
|
|
4546
|
+
> micromark extension to support GFM strikethrough
|
|
4547
|
+
|
|
4548
|
+
License: MIT
|
|
4549
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4550
|
+
Contributors:
|
|
4551
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4552
|
+
|
|
4553
|
+
> (The MIT License)
|
|
4554
|
+
>
|
|
4555
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4556
|
+
>
|
|
4557
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4558
|
+
> a copy of this software and associated documentation files (the
|
|
4559
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4560
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4561
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4562
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4563
|
+
> the following conditions:
|
|
4564
|
+
>
|
|
4565
|
+
> The above copyright notice and this permission notice shall be
|
|
4566
|
+
> included in all copies or substantial portions of the Software.
|
|
4567
|
+
>
|
|
4568
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4569
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4570
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4571
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4572
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4573
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4574
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4575
|
+
|
|
4576
|
+
----------------------------------------
|
|
4577
|
+
|
|
4578
|
+
## micromark-extension-gfm-table@v2.1.1
|
|
4579
|
+
|
|
4580
|
+
> micromark extension to support GFM tables
|
|
4581
|
+
|
|
4582
|
+
License: MIT
|
|
4583
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4584
|
+
Contributors:
|
|
4585
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4586
|
+
|
|
4587
|
+
> (The MIT License)
|
|
4588
|
+
>
|
|
4589
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4590
|
+
>
|
|
4591
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4592
|
+
> a copy of this software and associated documentation files (the
|
|
4593
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4594
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4595
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4596
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4597
|
+
> the following conditions:
|
|
4598
|
+
>
|
|
4599
|
+
> The above copyright notice and this permission notice shall be
|
|
4600
|
+
> included in all copies or substantial portions of the Software.
|
|
4601
|
+
>
|
|
4602
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4603
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4604
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4605
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4606
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4607
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4608
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4609
|
+
|
|
4610
|
+
----------------------------------------
|
|
4611
|
+
|
|
4612
|
+
## micromark-extension-gfm-tagfilter@v2.0.0
|
|
4613
|
+
|
|
4614
|
+
> micromark extension to support GFM tagfilter
|
|
4615
|
+
|
|
4616
|
+
License: MIT
|
|
4617
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4618
|
+
Contributors:
|
|
4619
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4620
|
+
|
|
4621
|
+
> (The MIT License)
|
|
4622
|
+
>
|
|
4623
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4624
|
+
>
|
|
4625
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4626
|
+
> a copy of this software and associated documentation files (the
|
|
4627
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4628
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4629
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4630
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4631
|
+
> the following conditions:
|
|
4632
|
+
>
|
|
4633
|
+
> The above copyright notice and this permission notice shall be
|
|
4634
|
+
> included in all copies or substantial portions of the Software.
|
|
4635
|
+
>
|
|
4636
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4637
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4638
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4639
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4640
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4641
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4642
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4643
|
+
|
|
4644
|
+
----------------------------------------
|
|
4645
|
+
|
|
4646
|
+
## micromark-extension-gfm-task-list-item@v2.1.0
|
|
4647
|
+
|
|
4648
|
+
> micromark extension to support GFM task list items
|
|
4649
|
+
|
|
4650
|
+
License: MIT
|
|
4651
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4652
|
+
Contributors:
|
|
4653
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4654
|
+
|
|
4655
|
+
> (The MIT License)
|
|
4656
|
+
>
|
|
4657
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4658
|
+
>
|
|
4659
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4660
|
+
> a copy of this software and associated documentation files (the
|
|
4661
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4662
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4663
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4664
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4665
|
+
> the following conditions:
|
|
4666
|
+
>
|
|
4667
|
+
> The above copyright notice and this permission notice shall be
|
|
4668
|
+
> included in all copies or substantial portions of the Software.
|
|
4669
|
+
>
|
|
4670
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4671
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4672
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4673
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4674
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4675
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4676
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4677
|
+
|
|
4678
|
+
----------------------------------------
|
|
4679
|
+
|
|
4680
|
+
## micromark-extension-math@v3.1.0
|
|
4681
|
+
|
|
4682
|
+
> micromark extension to support math (`$C_L$`)
|
|
4683
|
+
|
|
4684
|
+
License: MIT
|
|
4685
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4686
|
+
Contributors:
|
|
4687
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4688
|
+
|
|
4689
|
+
> (The MIT License)
|
|
4690
|
+
>
|
|
4691
|
+
> Copyright (c) 2020 Titus Wormer <tituswormer@gmail.com>
|
|
4692
|
+
>
|
|
4693
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4694
|
+
> a copy of this software and associated documentation files (the
|
|
4695
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4696
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4697
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4698
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4699
|
+
> the following conditions:
|
|
4700
|
+
>
|
|
4701
|
+
> The above copyright notice and this permission notice shall be
|
|
4702
|
+
> included in all copies or substantial portions of the Software.
|
|
4703
|
+
>
|
|
4704
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4705
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4706
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4707
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4708
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4709
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4710
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4711
|
+
|
|
4712
|
+
----------------------------------------
|
|
4713
|
+
|
|
4714
|
+
## micromark-extension-wiki-link@v0.0.4
|
|
4715
|
+
|
|
4716
|
+
> Parse and render wiki-style links
|
|
4717
|
+
|
|
4718
|
+
License: MIT
|
|
4719
|
+
Author: Mark Hudnall <me@markhudnall.com> (https://markhudnall.com)
|
|
4720
|
+
|
|
4721
|
+
----------------------------------------
|
|
4722
|
+
|
|
4723
|
+
## micromark-factory-destination@v2.0.1
|
|
4724
|
+
|
|
4725
|
+
> micromark factory to parse destinations (found in resources, definitions)
|
|
4726
|
+
|
|
4727
|
+
License: MIT
|
|
4728
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4729
|
+
Contributors:
|
|
4730
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4731
|
+
|
|
4732
|
+
> (The MIT License)
|
|
4733
|
+
>
|
|
4734
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4735
|
+
>
|
|
4736
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4737
|
+
> a copy of this software and associated documentation files (the
|
|
4738
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4739
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4740
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4741
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4742
|
+
> the following conditions:
|
|
4743
|
+
>
|
|
4744
|
+
> The above copyright notice and this permission notice shall be
|
|
4745
|
+
> included in all copies or substantial portions of the Software.
|
|
4746
|
+
>
|
|
4747
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4748
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4749
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4750
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4751
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4752
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4753
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4754
|
+
|
|
4755
|
+
----------------------------------------
|
|
4756
|
+
|
|
4757
|
+
## micromark-factory-label@v2.0.1
|
|
4758
|
+
|
|
4759
|
+
> micromark factory to parse labels (found in media, definitions)
|
|
4760
|
+
|
|
4761
|
+
License: MIT
|
|
4762
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4763
|
+
Contributors:
|
|
4764
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4765
|
+
|
|
4766
|
+
> (The MIT License)
|
|
4767
|
+
>
|
|
4768
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4769
|
+
>
|
|
4770
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4771
|
+
> a copy of this software and associated documentation files (the
|
|
4772
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4773
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4774
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4775
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4776
|
+
> the following conditions:
|
|
4777
|
+
>
|
|
4778
|
+
> The above copyright notice and this permission notice shall be
|
|
4779
|
+
> included in all copies or substantial portions of the Software.
|
|
4780
|
+
>
|
|
4781
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4782
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4783
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4784
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4785
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4786
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4787
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4788
|
+
|
|
4789
|
+
----------------------------------------
|
|
4790
|
+
|
|
4791
|
+
## micromark-factory-space@v2.0.1
|
|
4792
|
+
|
|
4793
|
+
> micromark factory to parse markdown space (found in lots of places)
|
|
4794
|
+
|
|
4795
|
+
License: MIT
|
|
4796
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4797
|
+
Contributors:
|
|
4798
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4799
|
+
|
|
4800
|
+
> (The MIT License)
|
|
4801
|
+
>
|
|
4802
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4803
|
+
>
|
|
4804
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4805
|
+
> a copy of this software and associated documentation files (the
|
|
4806
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4807
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4808
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4809
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4810
|
+
> the following conditions:
|
|
4811
|
+
>
|
|
4812
|
+
> The above copyright notice and this permission notice shall be
|
|
4813
|
+
> included in all copies or substantial portions of the Software.
|
|
4814
|
+
>
|
|
4815
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4816
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4817
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4818
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4819
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4820
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4821
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4822
|
+
|
|
4823
|
+
----------------------------------------
|
|
4824
|
+
|
|
4825
|
+
## micromark-factory-title@v2.0.1
|
|
4826
|
+
|
|
4827
|
+
> micromark factory to parse markdown titles (found in resources, definitions)
|
|
4828
|
+
|
|
4829
|
+
License: MIT
|
|
4830
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4831
|
+
Contributors:
|
|
4832
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4833
|
+
|
|
4834
|
+
> (The MIT License)
|
|
4835
|
+
>
|
|
4836
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4837
|
+
>
|
|
4838
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4839
|
+
> a copy of this software and associated documentation files (the
|
|
4840
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4841
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4842
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4843
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4844
|
+
> the following conditions:
|
|
4845
|
+
>
|
|
4846
|
+
> The above copyright notice and this permission notice shall be
|
|
4847
|
+
> included in all copies or substantial portions of the Software.
|
|
4848
|
+
>
|
|
4849
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4850
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4851
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4852
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4853
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4854
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4855
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4856
|
+
|
|
4857
|
+
----------------------------------------
|
|
4858
|
+
|
|
4859
|
+
## micromark-factory-whitespace@v2.0.1
|
|
4860
|
+
|
|
4861
|
+
> micromark factory to parse markdown whitespace (found in lots of places)
|
|
4862
|
+
|
|
4863
|
+
License: MIT
|
|
4864
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4865
|
+
Contributors:
|
|
4866
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4867
|
+
|
|
4868
|
+
> (The MIT License)
|
|
4869
|
+
>
|
|
4870
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4871
|
+
>
|
|
4872
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4873
|
+
> a copy of this software and associated documentation files (the
|
|
4874
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4875
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4876
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4877
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4878
|
+
> the following conditions:
|
|
4879
|
+
>
|
|
4880
|
+
> The above copyright notice and this permission notice shall be
|
|
4881
|
+
> included in all copies or substantial portions of the Software.
|
|
4882
|
+
>
|
|
4883
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4884
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4885
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4886
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4887
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4888
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4889
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4890
|
+
|
|
4891
|
+
----------------------------------------
|
|
4892
|
+
|
|
4893
|
+
## micromark-util-character@v2.1.1
|
|
4894
|
+
|
|
4895
|
+
> micromark utility to handle character codes
|
|
4896
|
+
|
|
4897
|
+
License: MIT
|
|
4898
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4899
|
+
Contributors:
|
|
4900
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4901
|
+
|
|
4902
|
+
> (The MIT License)
|
|
4903
|
+
>
|
|
4904
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4905
|
+
>
|
|
4906
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4907
|
+
> a copy of this software and associated documentation files (the
|
|
4908
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4909
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4910
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4911
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4912
|
+
> the following conditions:
|
|
4913
|
+
>
|
|
4914
|
+
> The above copyright notice and this permission notice shall be
|
|
4915
|
+
> included in all copies or substantial portions of the Software.
|
|
4916
|
+
>
|
|
4917
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4918
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4919
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4920
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4921
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4922
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4923
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4924
|
+
|
|
4925
|
+
----------------------------------------
|
|
4926
|
+
|
|
4927
|
+
## micromark-util-chunked@v2.0.1
|
|
4928
|
+
|
|
4929
|
+
> micromark utility to splice and push with giant arrays
|
|
4930
|
+
|
|
4931
|
+
License: MIT
|
|
4932
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4933
|
+
Contributors:
|
|
4934
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4935
|
+
|
|
4936
|
+
> (The MIT License)
|
|
4937
|
+
>
|
|
4938
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4939
|
+
>
|
|
4940
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4941
|
+
> a copy of this software and associated documentation files (the
|
|
4942
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4943
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4944
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4945
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4946
|
+
> the following conditions:
|
|
4947
|
+
>
|
|
4948
|
+
> The above copyright notice and this permission notice shall be
|
|
4949
|
+
> included in all copies or substantial portions of the Software.
|
|
4950
|
+
>
|
|
4951
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4952
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4953
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4954
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4955
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4956
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4957
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4958
|
+
|
|
4959
|
+
----------------------------------------
|
|
4960
|
+
|
|
4961
|
+
## micromark-util-classify-character@v2.0.1
|
|
4962
|
+
|
|
4963
|
+
> micromark utility to classify whether a character is whitespace or punctuation
|
|
4964
|
+
|
|
4965
|
+
License: MIT
|
|
4966
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4967
|
+
Contributors:
|
|
4968
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
4969
|
+
|
|
4970
|
+
> (The MIT License)
|
|
4971
|
+
>
|
|
4972
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
4973
|
+
>
|
|
4974
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
4975
|
+
> a copy of this software and associated documentation files (the
|
|
4976
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
4977
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
4978
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
4979
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
4980
|
+
> the following conditions:
|
|
4981
|
+
>
|
|
4982
|
+
> The above copyright notice and this permission notice shall be
|
|
4983
|
+
> included in all copies or substantial portions of the Software.
|
|
4984
|
+
>
|
|
4985
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4986
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4987
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4988
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4989
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4990
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4991
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4992
|
+
|
|
4993
|
+
----------------------------------------
|
|
4994
|
+
|
|
4995
|
+
## micromark-util-combine-extensions@v2.0.1
|
|
4996
|
+
|
|
4997
|
+
> micromark utility to combine syntax or html extensions
|
|
4998
|
+
|
|
4999
|
+
License: MIT
|
|
5000
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5001
|
+
Contributors:
|
|
5002
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5003
|
+
|
|
5004
|
+
> (The MIT License)
|
|
5005
|
+
>
|
|
5006
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5007
|
+
>
|
|
5008
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5009
|
+
> a copy of this software and associated documentation files (the
|
|
5010
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5011
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5012
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5013
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5014
|
+
> the following conditions:
|
|
5015
|
+
>
|
|
5016
|
+
> The above copyright notice and this permission notice shall be
|
|
5017
|
+
> included in all copies or substantial portions of the Software.
|
|
5018
|
+
>
|
|
5019
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5020
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5021
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5022
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5023
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5024
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5025
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5026
|
+
|
|
5027
|
+
----------------------------------------
|
|
5028
|
+
|
|
5029
|
+
## micromark-util-decode-numeric-character-reference@v2.0.2
|
|
5030
|
+
|
|
5031
|
+
> micromark utility to decode numeric character references
|
|
5032
|
+
|
|
5033
|
+
License: MIT
|
|
5034
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5035
|
+
Contributors:
|
|
5036
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5037
|
+
|
|
5038
|
+
> (The MIT License)
|
|
5039
|
+
>
|
|
5040
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5041
|
+
>
|
|
5042
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5043
|
+
> a copy of this software and associated documentation files (the
|
|
5044
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5045
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5046
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5047
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5048
|
+
> the following conditions:
|
|
5049
|
+
>
|
|
5050
|
+
> The above copyright notice and this permission notice shall be
|
|
5051
|
+
> included in all copies or substantial portions of the Software.
|
|
5052
|
+
>
|
|
5053
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5054
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5055
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5056
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5057
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5058
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5059
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5060
|
+
|
|
5061
|
+
----------------------------------------
|
|
5062
|
+
|
|
5063
|
+
## micromark-util-decode-string@v2.0.1
|
|
5064
|
+
|
|
5065
|
+
> micromark utility to decode markdown strings
|
|
5066
|
+
|
|
5067
|
+
License: MIT
|
|
5068
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5069
|
+
Contributors:
|
|
5070
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5071
|
+
|
|
5072
|
+
> (The MIT License)
|
|
5073
|
+
>
|
|
5074
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5075
|
+
>
|
|
5076
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5077
|
+
> a copy of this software and associated documentation files (the
|
|
5078
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5079
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5080
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5081
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5082
|
+
> the following conditions:
|
|
5083
|
+
>
|
|
5084
|
+
> The above copyright notice and this permission notice shall be
|
|
5085
|
+
> included in all copies or substantial portions of the Software.
|
|
5086
|
+
>
|
|
5087
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5088
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5089
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5090
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5091
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5092
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5093
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5094
|
+
|
|
5095
|
+
----------------------------------------
|
|
5096
|
+
|
|
5097
|
+
## micromark-util-encode@v2.0.1
|
|
5098
|
+
|
|
5099
|
+
> micromark utility to encode dangerous html characters
|
|
5100
|
+
|
|
5101
|
+
License: MIT
|
|
5102
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5103
|
+
Contributors:
|
|
5104
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5105
|
+
|
|
5106
|
+
> (The MIT License)
|
|
5107
|
+
>
|
|
5108
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5109
|
+
>
|
|
5110
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5111
|
+
> a copy of this software and associated documentation files (the
|
|
5112
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5113
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5114
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5115
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5116
|
+
> the following conditions:
|
|
5117
|
+
>
|
|
5118
|
+
> The above copyright notice and this permission notice shall be
|
|
5119
|
+
> included in all copies or substantial portions of the Software.
|
|
5120
|
+
>
|
|
5121
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5122
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5123
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5124
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5125
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5126
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5127
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5128
|
+
|
|
5129
|
+
----------------------------------------
|
|
5130
|
+
|
|
5131
|
+
## micromark-util-html-tag-name@v2.0.1
|
|
5132
|
+
|
|
5133
|
+
> micromark utility with list of html tag names
|
|
5134
|
+
|
|
5135
|
+
License: MIT
|
|
5136
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5137
|
+
Contributors:
|
|
5138
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5139
|
+
|
|
5140
|
+
> (The MIT License)
|
|
5141
|
+
>
|
|
5142
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5143
|
+
>
|
|
5144
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5145
|
+
> a copy of this software and associated documentation files (the
|
|
5146
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5147
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5148
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5149
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5150
|
+
> the following conditions:
|
|
5151
|
+
>
|
|
5152
|
+
> The above copyright notice and this permission notice shall be
|
|
5153
|
+
> included in all copies or substantial portions of the Software.
|
|
5154
|
+
>
|
|
5155
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5156
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5157
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5158
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5159
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5160
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5161
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5162
|
+
|
|
5163
|
+
----------------------------------------
|
|
5164
|
+
|
|
5165
|
+
## micromark-util-normalize-identifier@v2.0.1
|
|
5166
|
+
|
|
5167
|
+
> micromark utility normalize identifiers (as found in references, definitions)
|
|
5168
|
+
|
|
5169
|
+
License: MIT
|
|
5170
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5171
|
+
Contributors:
|
|
5172
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5173
|
+
|
|
5174
|
+
> (The MIT License)
|
|
5175
|
+
>
|
|
5176
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5177
|
+
>
|
|
5178
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5179
|
+
> a copy of this software and associated documentation files (the
|
|
5180
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5181
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5182
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5183
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5184
|
+
> the following conditions:
|
|
5185
|
+
>
|
|
5186
|
+
> The above copyright notice and this permission notice shall be
|
|
5187
|
+
> included in all copies or substantial portions of the Software.
|
|
5188
|
+
>
|
|
5189
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5190
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5191
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5192
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5193
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5194
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5195
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5196
|
+
|
|
5197
|
+
----------------------------------------
|
|
5198
|
+
|
|
5199
|
+
## micromark-util-resolve-all@v2.0.1
|
|
5200
|
+
|
|
5201
|
+
> micromark utility to resolve subtokens
|
|
5202
|
+
|
|
5203
|
+
License: MIT
|
|
5204
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5205
|
+
Contributors:
|
|
5206
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5207
|
+
|
|
5208
|
+
> (The MIT License)
|
|
5209
|
+
>
|
|
5210
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5211
|
+
>
|
|
5212
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5213
|
+
> a copy of this software and associated documentation files (the
|
|
5214
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5215
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5216
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5217
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5218
|
+
> the following conditions:
|
|
5219
|
+
>
|
|
5220
|
+
> The above copyright notice and this permission notice shall be
|
|
5221
|
+
> included in all copies or substantial portions of the Software.
|
|
5222
|
+
>
|
|
5223
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5224
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5225
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5226
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5227
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5228
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5229
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5230
|
+
|
|
5231
|
+
----------------------------------------
|
|
5232
|
+
|
|
5233
|
+
## micromark-util-sanitize-uri@v2.0.1
|
|
5234
|
+
|
|
5235
|
+
> micromark utility to sanitize urls
|
|
5236
|
+
|
|
5237
|
+
License: MIT
|
|
5238
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5239
|
+
Contributors:
|
|
5240
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
5241
|
+
|
|
5242
|
+
> (The MIT License)
|
|
5243
|
+
>
|
|
5244
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
5245
|
+
>
|
|
5246
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5247
|
+
> a copy of this software and associated documentation files (the
|
|
5248
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5249
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5250
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5251
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5252
|
+
> the following conditions:
|
|
5253
|
+
>
|
|
5254
|
+
> The above copyright notice and this permission notice shall be
|
|
5255
|
+
> included in all copies or substantial portions of the Software.
|
|
5256
|
+
>
|
|
5257
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5258
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5259
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5260
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5261
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5262
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5263
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3301
5264
|
|
|
3302
5265
|
----------------------------------------
|
|
3303
5266
|
|
|
3304
|
-
##
|
|
5267
|
+
## micromark-util-subtokenize@v2.1.0
|
|
3305
5268
|
|
|
3306
|
-
>
|
|
5269
|
+
> micromark utility to tokenize subtokens
|
|
3307
5270
|
|
|
3308
5271
|
License: MIT
|
|
3309
5272
|
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
@@ -3312,7 +5275,7 @@ Contributors:
|
|
|
3312
5275
|
|
|
3313
5276
|
> (The MIT License)
|
|
3314
5277
|
>
|
|
3315
|
-
> Copyright (c)
|
|
5278
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
3316
5279
|
>
|
|
3317
5280
|
> Permission is hereby granted, free of charge, to any person obtaining
|
|
3318
5281
|
> a copy of this software and associated documentation files (the
|
|
@@ -3335,56 +5298,37 @@ Contributors:
|
|
|
3335
5298
|
|
|
3336
5299
|
----------------------------------------
|
|
3337
5300
|
|
|
3338
|
-
##
|
|
5301
|
+
## micromark-util-symbol@v2.0.1
|
|
3339
5302
|
|
|
3340
|
-
>
|
|
5303
|
+
> micromark utility with symbols
|
|
3341
5304
|
|
|
3342
5305
|
License: MIT
|
|
3343
|
-
|
|
3344
|
-
Repository: <git@github.com:teambition/merge2.git>
|
|
3345
|
-
|
|
3346
|
-
> The MIT License (MIT)
|
|
3347
|
-
>
|
|
3348
|
-
> Copyright (c) 2014-2020 Teambition
|
|
3349
|
-
>
|
|
3350
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3351
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
3352
|
-
> in the Software without restriction, including without limitation the rights
|
|
3353
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3354
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
3355
|
-
> furnished to do so, subject to the following conditions:
|
|
3356
|
-
>
|
|
3357
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
3358
|
-
> copies or substantial portions of the Software.
|
|
3359
|
-
>
|
|
3360
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3361
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3362
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3363
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3364
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3365
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3366
|
-
> SOFTWARE.
|
|
3367
|
-
|
|
3368
|
-
----------------------------------------
|
|
3369
|
-
|
|
3370
|
-
## meriyah@v7.0.0
|
|
3371
|
-
|
|
3372
|
-
> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
|
|
3373
|
-
|
|
3374
|
-
License: ISC
|
|
3375
|
-
Homepage: <https://github.com/meriyah/meriyah>
|
|
3376
|
-
Repository: <git+https://github.com/meriyah/meriyah.git>
|
|
3377
|
-
Author: Kenny F. (https://github.com/KFlash)
|
|
5306
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3378
5307
|
Contributors:
|
|
3379
|
-
-
|
|
5308
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
3380
5309
|
|
|
3381
|
-
>
|
|
5310
|
+
> (The MIT License)
|
|
3382
5311
|
>
|
|
3383
|
-
> Copyright (c)
|
|
5312
|
+
> Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
3384
5313
|
>
|
|
3385
|
-
> Permission
|
|
5314
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
5315
|
+
> a copy of this software and associated documentation files (the
|
|
5316
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
5317
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
5318
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
5319
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
5320
|
+
> the following conditions:
|
|
3386
5321
|
>
|
|
3387
|
-
>
|
|
5322
|
+
> The above copyright notice and this permission notice shall be
|
|
5323
|
+
> included in all copies or substantial portions of the Software.
|
|
5324
|
+
>
|
|
5325
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
5326
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5327
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
5328
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5329
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
5330
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
5331
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3388
5332
|
|
|
3389
5333
|
----------------------------------------
|
|
3390
5334
|
|
|
@@ -3436,6 +5380,72 @@ Contributors:
|
|
|
3436
5380
|
|
|
3437
5381
|
----------------------------------------
|
|
3438
5382
|
|
|
5383
|
+
## minimatch@v10.2.5
|
|
5384
|
+
|
|
5385
|
+
> a glob matcher in javascript
|
|
5386
|
+
|
|
5387
|
+
License: BlueOak-1.0.0
|
|
5388
|
+
Repository: <git@github.com:isaacs/minimatch>
|
|
5389
|
+
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
|
|
5390
|
+
|
|
5391
|
+
> # Blue Oak Model License
|
|
5392
|
+
>
|
|
5393
|
+
> Version 1.0.0
|
|
5394
|
+
>
|
|
5395
|
+
> ## Purpose
|
|
5396
|
+
>
|
|
5397
|
+
> This license gives everyone as much permission to work with
|
|
5398
|
+
> this software as possible, while protecting contributors
|
|
5399
|
+
> from liability.
|
|
5400
|
+
>
|
|
5401
|
+
> ## Acceptance
|
|
5402
|
+
>
|
|
5403
|
+
> In order to receive this license, you must agree to its
|
|
5404
|
+
> rules. The rules of this license are both obligations
|
|
5405
|
+
> under that agreement and conditions to your license.
|
|
5406
|
+
> You must not do anything with this software that triggers
|
|
5407
|
+
> a rule that you cannot or will not follow.
|
|
5408
|
+
>
|
|
5409
|
+
> ## Copyright
|
|
5410
|
+
>
|
|
5411
|
+
> Each contributor licenses you to do everything with this
|
|
5412
|
+
> software that would otherwise infringe that contributor's
|
|
5413
|
+
> copyright in it.
|
|
5414
|
+
>
|
|
5415
|
+
> ## Notices
|
|
5416
|
+
>
|
|
5417
|
+
> You must ensure that everyone who gets a copy of
|
|
5418
|
+
> any part of this software from you, with or without
|
|
5419
|
+
> changes, also gets the text of this license or a link to
|
|
5420
|
+
> <https://blueoakcouncil.org/license/1.0.0>.
|
|
5421
|
+
>
|
|
5422
|
+
> ## Excuse
|
|
5423
|
+
>
|
|
5424
|
+
> If anyone notifies you in writing that you have not
|
|
5425
|
+
> complied with [Notices](#notices), you can keep your
|
|
5426
|
+
> license by taking all practical steps to comply within 30
|
|
5427
|
+
> days after the notice. If you do not do so, your license
|
|
5428
|
+
> ends immediately.
|
|
5429
|
+
>
|
|
5430
|
+
> ## Patent
|
|
5431
|
+
>
|
|
5432
|
+
> Each contributor licenses you to do everything with this
|
|
5433
|
+
> software that would otherwise infringe any patent claims
|
|
5434
|
+
> they can license or become able to license.
|
|
5435
|
+
>
|
|
5436
|
+
> ## Reliability
|
|
5437
|
+
>
|
|
5438
|
+
> No contributor can revoke this license.
|
|
5439
|
+
>
|
|
5440
|
+
> ## No Liability
|
|
5441
|
+
>
|
|
5442
|
+
> **_As far as the law allows, this software comes as is,
|
|
5443
|
+
> without any warranty or condition, and no contributor
|
|
5444
|
+
> will be liable to anyone for any damages related to this
|
|
5445
|
+
> software or this license, under any kind of legal claim._**
|
|
5446
|
+
|
|
5447
|
+
----------------------------------------
|
|
5448
|
+
|
|
3439
5449
|
## minimist@v1.2.8
|
|
3440
5450
|
|
|
3441
5451
|
> parse argument options
|
|
@@ -3466,7 +5476,7 @@ Author: James Halliday <mail@substack.net> (http://substack.net)
|
|
|
3466
5476
|
|
|
3467
5477
|
----------------------------------------
|
|
3468
5478
|
|
|
3469
|
-
## n-readlines@
|
|
5479
|
+
## n-readlines@v3.4.1
|
|
3470
5480
|
|
|
3471
5481
|
> Read file line by line without buffering the whole file in memory.
|
|
3472
5482
|
|
|
@@ -3497,7 +5507,7 @@ Author: Yoan Arnaudov <jonidev@gmail.com>
|
|
|
3497
5507
|
|
|
3498
5508
|
----------------------------------------
|
|
3499
5509
|
|
|
3500
|
-
## nanoid@v3.3.
|
|
5510
|
+
## nanoid@v3.3.15
|
|
3501
5511
|
|
|
3502
5512
|
> A tiny (116 bytes), secure URL-friendly unique string ID generator
|
|
3503
5513
|
|
|
@@ -3527,6 +5537,38 @@ Author: Andrey Sitnik <andrey@sitnik.ru>
|
|
|
3527
5537
|
|
|
3528
5538
|
----------------------------------------
|
|
3529
5539
|
|
|
5540
|
+
## narrow-emojis@v0.0.3
|
|
5541
|
+
|
|
5542
|
+
> Emojis with narrow width.
|
|
5543
|
+
|
|
5544
|
+
License: MIT
|
|
5545
|
+
Homepage: <https://github.com/fisker/narrow-emojis#readme>
|
|
5546
|
+
Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
5547
|
+
|
|
5548
|
+
> MIT License
|
|
5549
|
+
>
|
|
5550
|
+
> Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
5551
|
+
>
|
|
5552
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5553
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
5554
|
+
> in the Software without restriction, including without limitation the rights
|
|
5555
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5556
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
5557
|
+
> furnished to do so, subject to the following conditions:
|
|
5558
|
+
>
|
|
5559
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
5560
|
+
> copies or substantial portions of the Software.
|
|
5561
|
+
>
|
|
5562
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5563
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5564
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5565
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5566
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5567
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5568
|
+
> SOFTWARE.
|
|
5569
|
+
|
|
5570
|
+
----------------------------------------
|
|
5571
|
+
|
|
3530
5572
|
## parse-entities@v2.0.0
|
|
3531
5573
|
|
|
3532
5574
|
> Parse HTML character references: fast, spec-compliant, positional information
|
|
@@ -3605,7 +5647,7 @@ Author: Alexey Raspopov
|
|
|
3605
5647
|
|
|
3606
5648
|
----------------------------------------
|
|
3607
5649
|
|
|
3608
|
-
## picomatch@v2.3.
|
|
5650
|
+
## picomatch@v2.3.2
|
|
3609
5651
|
|
|
3610
5652
|
> 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.
|
|
3611
5653
|
|
|
@@ -3719,17 +5761,17 @@ Author: typicode
|
|
|
3719
5761
|
|
|
3720
5762
|
----------------------------------------
|
|
3721
5763
|
|
|
3722
|
-
## postcss@v8.5.
|
|
5764
|
+
## postcss@v8.5.15
|
|
3723
5765
|
|
|
3724
5766
|
> Tool for transforming styles with JS plugins
|
|
3725
5767
|
|
|
3726
5768
|
License: MIT
|
|
3727
5769
|
Homepage: <https://postcss.org/>
|
|
3728
|
-
Author: Andrey Sitnik <andrey@sitnik.
|
|
5770
|
+
Author: Andrey Sitnik <andrey@sitnik.es>
|
|
3729
5771
|
|
|
3730
5772
|
> The MIT License (MIT)
|
|
3731
5773
|
>
|
|
3732
|
-
> Copyright 2013 Andrey Sitnik <andrey@sitnik.
|
|
5774
|
+
> Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
|
|
3733
5775
|
>
|
|
3734
5776
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3735
5777
|
> this software and associated documentation files (the "Software"), to deal in
|
|
@@ -3979,34 +6021,7 @@ License: MIT
|
|
|
3979
6021
|
|
|
3980
6022
|
----------------------------------------
|
|
3981
6023
|
|
|
3982
|
-
##
|
|
3983
|
-
|
|
3984
|
-
> 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.
|
|
3985
|
-
|
|
3986
|
-
License: ISC
|
|
3987
|
-
Homepage: <https://github.com/isaacs/pseudomap#readme>
|
|
3988
|
-
Repository: <git+https://github.com/isaacs/pseudomap.git>
|
|
3989
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
|
3990
|
-
|
|
3991
|
-
> The ISC License
|
|
3992
|
-
>
|
|
3993
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
3994
|
-
>
|
|
3995
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
3996
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
3997
|
-
> copyright notice and this permission notice appear in all copies.
|
|
3998
|
-
>
|
|
3999
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4000
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4001
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4002
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4003
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4004
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4005
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4006
|
-
|
|
4007
|
-
----------------------------------------
|
|
4008
|
-
|
|
4009
|
-
## qified@v0.5.2
|
|
6024
|
+
## qified@v0.10.1
|
|
4010
6025
|
|
|
4011
6026
|
> Task and Message Queues with Multiple Providers
|
|
4012
6027
|
|
|
@@ -4234,26 +6249,7 @@ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
|
|
|
4234
6249
|
|
|
4235
6250
|
----------------------------------------
|
|
4236
6251
|
|
|
4237
|
-
##
|
|
4238
|
-
|
|
4239
|
-
> SDBM non-cryptographic hash function
|
|
4240
|
-
|
|
4241
|
-
License: MIT
|
|
4242
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4243
|
-
|
|
4244
|
-
> MIT License
|
|
4245
|
-
>
|
|
4246
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4247
|
-
>
|
|
4248
|
-
> 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:
|
|
4249
|
-
>
|
|
4250
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4251
|
-
>
|
|
4252
|
-
> 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.
|
|
4253
|
-
|
|
4254
|
-
----------------------------------------
|
|
4255
|
-
|
|
4256
|
-
## search-closest@v1.1.0
|
|
6252
|
+
## search-closest@v3.1.0
|
|
4257
6253
|
|
|
4258
6254
|
> Find closest file or directory by names.
|
|
4259
6255
|
|
|
@@ -4285,32 +6281,6 @@ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
|
4285
6281
|
|
|
4286
6282
|
----------------------------------------
|
|
4287
6283
|
|
|
4288
|
-
## semver@v7.7.3
|
|
4289
|
-
|
|
4290
|
-
> The semantic version parser used by npm.
|
|
4291
|
-
|
|
4292
|
-
License: ISC
|
|
4293
|
-
Repository: <git+https://github.com/npm/node-semver.git>
|
|
4294
|
-
Author: GitHub Inc.
|
|
4295
|
-
|
|
4296
|
-
> The ISC License
|
|
4297
|
-
>
|
|
4298
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4299
|
-
>
|
|
4300
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
4301
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
4302
|
-
> copyright notice and this permission notice appear in all copies.
|
|
4303
|
-
>
|
|
4304
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4305
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4306
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4307
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4308
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4309
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4310
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4311
|
-
|
|
4312
|
-
----------------------------------------
|
|
4313
|
-
|
|
4314
6284
|
## semver-compare@v1.0.0
|
|
4315
6285
|
|
|
4316
6286
|
> compare two semver version strings, returning -1, 0, or 1
|
|
@@ -4341,32 +6311,6 @@ Author: James Halliday <mail@substack.net> (http://substack.net)
|
|
|
4341
6311
|
|
|
4342
6312
|
----------------------------------------
|
|
4343
6313
|
|
|
4344
|
-
## sigmund@v1.0.1
|
|
4345
|
-
|
|
4346
|
-
> Quick and dirty signatures for Objects.
|
|
4347
|
-
|
|
4348
|
-
License: ISC
|
|
4349
|
-
Repository: <git://github.com/isaacs/sigmund>
|
|
4350
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
|
4351
|
-
|
|
4352
|
-
> The ISC License
|
|
4353
|
-
>
|
|
4354
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
4355
|
-
>
|
|
4356
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
4357
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
4358
|
-
> copyright notice and this permission notice appear in all copies.
|
|
4359
|
-
>
|
|
4360
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
4361
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
4362
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
4363
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
4364
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
4365
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
4366
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
4367
|
-
|
|
4368
|
-
----------------------------------------
|
|
4369
|
-
|
|
4370
6314
|
## simple-html-tokenizer@v0.5.11
|
|
4371
6315
|
|
|
4372
6316
|
> Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
|
|
@@ -4396,12 +6340,13 @@ Repository: <https://github.com/tildeio/simple-html-tokenizer.git>
|
|
|
4396
6340
|
|
|
4397
6341
|
----------------------------------------
|
|
4398
6342
|
|
|
4399
|
-
## smol-toml@v1.
|
|
6343
|
+
## smol-toml@v1.7.0
|
|
4400
6344
|
|
|
4401
6345
|
> A small, fast, and correct TOML parser/serializer
|
|
4402
6346
|
|
|
4403
6347
|
License: BSD-3-Clause
|
|
4404
|
-
|
|
6348
|
+
Repository: <github:squirrelchat/smol-toml>
|
|
6349
|
+
Author: Cynthia Rey <cynthia@cynthia.dev>
|
|
4405
6350
|
|
|
4406
6351
|
> Copyright (c) Squirrel Chat et al., All rights reserved.
|
|
4407
6352
|
>
|
|
@@ -4430,7 +6375,7 @@ Author: Cynthia <cyyynthia@borkenware.com>
|
|
|
4430
6375
|
|
|
4431
6376
|
----------------------------------------
|
|
4432
6377
|
|
|
4433
|
-
## specialist@
|
|
6378
|
+
## specialist@v2.0.0
|
|
4434
6379
|
|
|
4435
6380
|
> A library that helps you write tiny, fast and beautiful CLI apps that can automatically check for updates.
|
|
4436
6381
|
|
|
@@ -4554,7 +6499,7 @@ License: MIT
|
|
|
4554
6499
|
|
|
4555
6500
|
----------------------------------------
|
|
4556
6501
|
|
|
4557
|
-
## strip-ansi@v7.
|
|
6502
|
+
## strip-ansi@v7.2.0
|
|
4558
6503
|
|
|
4559
6504
|
> Strip ANSI escape codes from a string
|
|
4560
6505
|
|
|
@@ -4633,7 +6578,7 @@ License: MIT
|
|
|
4633
6578
|
|
|
4634
6579
|
----------------------------------------
|
|
4635
6580
|
|
|
4636
|
-
## tiny-bin@
|
|
6581
|
+
## tiny-bin@v2.0.1
|
|
4637
6582
|
|
|
4638
6583
|
> A library for building tiny and beautiful command line apps.
|
|
4639
6584
|
|
|
@@ -4723,10 +6668,11 @@ License: MIT
|
|
|
4723
6668
|
|
|
4724
6669
|
----------------------------------------
|
|
4725
6670
|
|
|
4726
|
-
## tiny-editorconfig@v1.0.
|
|
6671
|
+
## tiny-editorconfig@v1.0.2
|
|
4727
6672
|
|
|
4728
6673
|
> A tiny isomorphic parser and resolver for EditorConfig.
|
|
4729
6674
|
|
|
6675
|
+
License: MIT
|
|
4730
6676
|
|
|
4731
6677
|
> The MIT License (MIT)
|
|
4732
6678
|
>
|
|
@@ -4931,7 +6877,7 @@ License: MIT
|
|
|
4931
6877
|
|
|
4932
6878
|
----------------------------------------
|
|
4933
6879
|
|
|
4934
|
-
## tiny-updater@v3.
|
|
6880
|
+
## tiny-updater@v3.7.0
|
|
4935
6881
|
|
|
4936
6882
|
> A small update notifier for NPM packages, useful for CLI apps.
|
|
4937
6883
|
|
|
@@ -5114,7 +7060,7 @@ Contributors:
|
|
|
5114
7060
|
|
|
5115
7061
|
----------------------------------------
|
|
5116
7062
|
|
|
5117
|
-
## ts-api-utils@v2.
|
|
7063
|
+
## ts-api-utils@v2.5.0
|
|
5118
7064
|
|
|
5119
7065
|
> Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
|
|
5120
7066
|
|
|
@@ -5145,7 +7091,7 @@ Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
|
|
|
5145
7091
|
|
|
5146
7092
|
----------------------------------------
|
|
5147
7093
|
|
|
5148
|
-
## typescript@
|
|
7094
|
+
## typescript@v6.0.3
|
|
5149
7095
|
|
|
5150
7096
|
> TypeScript is a language for application scale JavaScript development
|
|
5151
7097
|
|
|
@@ -5316,7 +7262,7 @@ Author: Mikola Lysenko
|
|
|
5316
7262
|
|
|
5317
7263
|
----------------------------------------
|
|
5318
7264
|
|
|
5319
|
-
## unist-util-is@
|
|
7265
|
+
## unist-util-is@v6.0.1
|
|
5320
7266
|
|
|
5321
7267
|
> unist utility to check if a node passes a test
|
|
5322
7268
|
|
|
@@ -5386,7 +7332,7 @@ Contributors:
|
|
|
5386
7332
|
|
|
5387
7333
|
----------------------------------------
|
|
5388
7334
|
|
|
5389
|
-
## unist-util-stringify-position@
|
|
7335
|
+
## unist-util-stringify-position@v4.0.0
|
|
5390
7336
|
|
|
5391
7337
|
> unist utility to serialize a node, position, or point as a human readable location
|
|
5392
7338
|
|
|
@@ -5420,7 +7366,7 @@ Contributors:
|
|
|
5420
7366
|
|
|
5421
7367
|
----------------------------------------
|
|
5422
7368
|
|
|
5423
|
-
## unist-util-visit@
|
|
7369
|
+
## unist-util-visit@v5.1.0
|
|
5424
7370
|
|
|
5425
7371
|
> unist utility to visit nodes
|
|
5426
7372
|
|
|
@@ -5456,7 +7402,7 @@ Contributors:
|
|
|
5456
7402
|
|
|
5457
7403
|
----------------------------------------
|
|
5458
7404
|
|
|
5459
|
-
## unist-util-visit-parents@
|
|
7405
|
+
## unist-util-visit-parents@v6.0.2
|
|
5460
7406
|
|
|
5461
7407
|
> unist utility to recursively walk over nodes, with ancestral information
|
|
5462
7408
|
|
|
@@ -5490,7 +7436,7 @@ Contributors:
|
|
|
5490
7436
|
|
|
5491
7437
|
----------------------------------------
|
|
5492
7438
|
|
|
5493
|
-
## url-or-path@v2.
|
|
7439
|
+
## url-or-path@v2.7.1
|
|
5494
7440
|
|
|
5495
7441
|
> Convert between file URL and path.
|
|
5496
7442
|
|
|
@@ -5629,7 +7575,7 @@ Contributors:
|
|
|
5629
7575
|
|
|
5630
7576
|
----------------------------------------
|
|
5631
7577
|
|
|
5632
|
-
## vnopts@v2.0.
|
|
7578
|
+
## vnopts@v2.0.5
|
|
5633
7579
|
|
|
5634
7580
|
> validate and normalize options
|
|
5635
7581
|
|
|
@@ -5828,41 +7774,15 @@ Contributors:
|
|
|
5828
7774
|
|
|
5829
7775
|
----------------------------------------
|
|
5830
7776
|
|
|
5831
|
-
##
|
|
5832
|
-
|
|
5833
|
-
> Yet Another Linked List
|
|
5834
|
-
|
|
5835
|
-
License: ISC
|
|
5836
|
-
Repository: <git+https://github.com/isaacs/yallist.git>
|
|
5837
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
|
5838
|
-
|
|
5839
|
-
> The ISC License
|
|
5840
|
-
>
|
|
5841
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
|
5842
|
-
>
|
|
5843
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
|
5844
|
-
> purpose with or without fee is hereby granted, provided that the above
|
|
5845
|
-
> copyright notice and this permission notice appear in all copies.
|
|
5846
|
-
>
|
|
5847
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
5848
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
5849
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
5850
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
5851
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
5852
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
5853
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5854
|
-
|
|
5855
|
-
----------------------------------------
|
|
5856
|
-
|
|
5857
|
-
## yaml@v1.10.2
|
|
7777
|
+
## yaml@v2.9.0
|
|
5858
7778
|
|
|
5859
7779
|
> JavaScript parser and stringifier for YAML
|
|
5860
7780
|
|
|
5861
7781
|
License: ISC
|
|
5862
|
-
Homepage: <https://eemeli.org/yaml
|
|
7782
|
+
Homepage: <https://eemeli.org/yaml/>
|
|
5863
7783
|
Author: Eemeli Aro <eemeli@gmail.com>
|
|
5864
7784
|
|
|
5865
|
-
> Copyright
|
|
7785
|
+
> Copyright Eemeli Aro <eemeli@gmail.com>
|
|
5866
7786
|
>
|
|
5867
7787
|
> Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
5868
7788
|
> with or without fee is hereby granted, provided that the above copyright notice
|
|
@@ -5878,7 +7798,7 @@ Author: Eemeli Aro <eemeli@gmail.com>
|
|
|
5878
7798
|
|
|
5879
7799
|
----------------------------------------
|
|
5880
7800
|
|
|
5881
|
-
## yaml-unist-parser@
|
|
7801
|
+
## yaml-unist-parser@v3.2.0
|
|
5882
7802
|
|
|
5883
7803
|
> A YAML parser that produces output compatible with unist
|
|
5884
7804
|
|
|
@@ -6057,3 +7977,37 @@ License: MIT
|
|
|
6057
7977
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
6058
7978
|
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
6059
7979
|
> DEALINGS IN THE SOFTWARE.
|
|
7980
|
+
|
|
7981
|
+
----------------------------------------
|
|
7982
|
+
|
|
7983
|
+
## zwitch@v2.0.4
|
|
7984
|
+
|
|
7985
|
+
> Handle values based on a property
|
|
7986
|
+
|
|
7987
|
+
License: MIT
|
|
7988
|
+
Author: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
7989
|
+
Contributors:
|
|
7990
|
+
- Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
|
|
7991
|
+
|
|
7992
|
+
> (The MIT License)
|
|
7993
|
+
>
|
|
7994
|
+
> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
7995
|
+
>
|
|
7996
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
7997
|
+
> a copy of this software and associated documentation files (the
|
|
7998
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
7999
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
8000
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
8001
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
8002
|
+
> the following conditions:
|
|
8003
|
+
>
|
|
8004
|
+
> The above copyright notice and this permission notice shall be
|
|
8005
|
+
> included in all copies or substantial portions of the Software.
|
|
8006
|
+
>
|
|
8007
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
8008
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
8009
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
8010
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
8011
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
8012
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
8013
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|