immosquare-cleaner 0.1.38 → 0.1.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/node_modules/@eslint/config-array/LICENSE +201 -0
- data/node_modules/@eslint/config-array/README.md +340 -0
- data/node_modules/@eslint/config-array/dist/cjs/index.cjs +1260 -0
- data/node_modules/@eslint/config-array/dist/cjs/index.d.cts +146 -0
- data/node_modules/@eslint/config-array/dist/cjs/types.ts +24 -0
- data/node_modules/@eslint/config-array/dist/esm/index.d.ts +146 -0
- data/node_modules/@eslint/config-array/dist/esm/index.js +1258 -0
- data/node_modules/@eslint/config-array/dist/esm/types.d.ts +19 -0
- data/node_modules/@eslint/config-array/dist/esm/types.ts +24 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/README.md +230 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -0
- data/node_modules/@eslint/config-array/node_modules/minimatch/package.json +33 -0
- data/node_modules/@eslint/config-array/package.json +60 -0
- data/node_modules/@eslint/js/package.json +1 -1
- data/node_modules/@eslint/object-schema/LICENSE +201 -0
- data/node_modules/@eslint/object-schema/README.md +224 -0
- data/node_modules/@eslint/object-schema/dist/cjs/index.cjs +455 -0
- data/node_modules/@eslint/object-schema/dist/cjs/index.d.cts +123 -0
- data/node_modules/@eslint/object-schema/dist/cjs/types.ts +55 -0
- data/node_modules/@eslint/object-schema/dist/esm/index.d.ts +123 -0
- data/node_modules/@eslint/object-schema/dist/esm/index.js +452 -0
- data/node_modules/@eslint/object-schema/dist/esm/types.d.ts +40 -0
- data/node_modules/@eslint/object-schema/dist/esm/types.ts +55 -0
- data/node_modules/@eslint/object-schema/package.json +56 -0
- data/node_modules/eslint/lib/cli.js +2 -2
- data/node_modules/eslint/lib/config/flat-config-array.js +1 -1
- data/node_modules/eslint/lib/eslint/eslint-helpers.js +7 -7
- data/node_modules/eslint/lib/eslint/eslint.js +1 -10
- data/node_modules/eslint/lib/rule-tester/rule-tester.js +1 -1
- data/node_modules/eslint/lib/rules/func-style.js +4 -4
- data/node_modules/eslint/lib/rules/no-constructor-return.js +1 -1
- data/node_modules/eslint/lib/rules/no-loop-func.js +161 -129
- data/node_modules/eslint/package.json +3 -3
- data/node_modules/prettier/LICENSE +56 -535
- data/node_modules/prettier/bin/prettier.cjs +4 -8
- data/node_modules/prettier/doc.js +20 -29
- data/node_modules/prettier/doc.mjs +20 -29
- data/node_modules/prettier/index.cjs +1 -1
- data/node_modules/prettier/index.d.ts +4 -2
- data/node_modules/prettier/index.mjs +3109 -4509
- data/node_modules/prettier/internal/cli.mjs +339 -3544
- data/node_modules/prettier/package.json +1 -1
- data/node_modules/prettier/plugins/acorn.js +11 -11
- data/node_modules/prettier/plugins/acorn.mjs +11 -11
- data/node_modules/prettier/plugins/angular.js +1 -1
- data/node_modules/prettier/plugins/angular.mjs +1 -1
- data/node_modules/prettier/plugins/babel.js +11 -11
- data/node_modules/prettier/plugins/babel.mjs +11 -11
- data/node_modules/prettier/plugins/estree.js +28 -28
- data/node_modules/prettier/plugins/estree.mjs +28 -28
- data/node_modules/prettier/plugins/flow.js +16 -17
- data/node_modules/prettier/plugins/flow.mjs +16 -17
- data/node_modules/prettier/plugins/glimmer.js +22 -22
- data/node_modules/prettier/plugins/glimmer.mjs +22 -22
- data/node_modules/prettier/plugins/graphql.js +4 -4
- data/node_modules/prettier/plugins/graphql.mjs +4 -4
- data/node_modules/prettier/plugins/html.js +15 -15
- data/node_modules/prettier/plugins/html.mjs +15 -15
- data/node_modules/prettier/plugins/markdown.js +42 -42
- data/node_modules/prettier/plugins/markdown.mjs +42 -42
- data/node_modules/prettier/plugins/meriyah.js +5 -5
- data/node_modules/prettier/plugins/meriyah.mjs +5 -5
- data/node_modules/prettier/plugins/postcss.js +26 -26
- data/node_modules/prettier/plugins/postcss.mjs +26 -26
- data/node_modules/prettier/plugins/typescript.js +20 -20
- data/node_modules/prettier/plugins/typescript.mjs +20 -20
- data/node_modules/prettier/plugins/yaml.js +32 -32
- data/node_modules/prettier/plugins/yaml.mjs +32 -32
- data/node_modules/prettier/standalone.js +26 -26
- data/node_modules/prettier/standalone.mjs +26 -26
- data/package.json +3 -3
- metadata +30 -2
@@ -17,7 +17,7 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
|
|
17
17
|
|
18
18
|
## Bundled dependencies
|
19
19
|
|
20
|
-
### @angular/compiler@
|
20
|
+
### @angular/compiler@v18.0.0
|
21
21
|
|
22
22
|
> Angular - the compiler library
|
23
23
|
|
@@ -27,7 +27,7 @@ Author: angular
|
|
27
27
|
|
28
28
|
----------------------------------------
|
29
29
|
|
30
|
-
### @babel/code-frame@v7.
|
30
|
+
### @babel/code-frame@v7.24.6
|
31
31
|
|
32
32
|
> Generate errors that contain a code frame that point to source locations.
|
33
33
|
|
@@ -61,7 +61,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
61
61
|
|
62
62
|
----------------------------------------
|
63
63
|
|
64
|
-
### @babel/helper-validator-identifier@v7.
|
64
|
+
### @babel/helper-validator-identifier@v7.24.6
|
65
65
|
|
66
66
|
> Validate identifier/keywords name
|
67
67
|
|
@@ -94,7 +94,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
94
94
|
|
95
95
|
----------------------------------------
|
96
96
|
|
97
|
-
### @babel/highlight@v7.
|
97
|
+
### @babel/highlight@v7.24.6
|
98
98
|
|
99
99
|
> Syntax highlight JavaScript strings for output in terminals.
|
100
100
|
|
@@ -128,7 +128,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
128
128
|
|
129
129
|
----------------------------------------
|
130
130
|
|
131
|
-
### @babel/parser@v7.
|
131
|
+
### @babel/parser@v7.24.6
|
132
132
|
|
133
133
|
> A JavaScript parser
|
134
134
|
|
@@ -187,7 +187,9 @@ License: MIT
|
|
187
187
|
|
188
188
|
----------------------------------------
|
189
189
|
|
190
|
-
### @glimmer/syntax@v0.
|
190
|
+
### @glimmer/syntax@v0.92.0
|
191
|
+
|
192
|
+
License: MIT
|
191
193
|
|
192
194
|
> Copyright (c) 2015 Tilde, Inc.
|
193
195
|
>
|
@@ -211,7 +213,7 @@ License: MIT
|
|
211
213
|
|
212
214
|
----------------------------------------
|
213
215
|
|
214
|
-
### @glimmer/util@v0.
|
216
|
+
### @glimmer/util@v0.92.0
|
215
217
|
|
216
218
|
> Common utilities used in Glimmer
|
217
219
|
|
@@ -239,7 +241,7 @@ License: MIT
|
|
239
241
|
|
240
242
|
----------------------------------------
|
241
243
|
|
242
|
-
### @glimmer/wire-format@v0.
|
244
|
+
### @glimmer/wire-format@v0.92.0
|
243
245
|
|
244
246
|
License: MIT
|
245
247
|
|
@@ -454,11 +456,12 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
454
456
|
|
455
457
|
----------------------------------------
|
456
458
|
|
457
|
-
### @typescript-eslint/types@
|
459
|
+
### @typescript-eslint/types@v7.10.0
|
458
460
|
|
459
461
|
> Types for the TypeScript-ESTree AST spec
|
460
462
|
|
461
463
|
License: MIT
|
464
|
+
Homepage: <https://typescript-eslint.io>
|
462
465
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
463
466
|
|
464
467
|
> MIT License
|
@@ -485,11 +488,12 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
485
488
|
|
486
489
|
----------------------------------------
|
487
490
|
|
488
|
-
### @typescript-eslint/typescript-estree@
|
491
|
+
### @typescript-eslint/typescript-estree@v7.10.0
|
489
492
|
|
490
493
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
491
494
|
|
492
495
|
License: BSD-2-Clause
|
496
|
+
Homepage: <https://typescript-eslint.io/packages/typescript-estree>
|
493
497
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
494
498
|
|
495
499
|
> TypeScript ESTree
|
@@ -583,7 +587,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
|
|
583
587
|
|
584
588
|
----------------------------------------
|
585
589
|
|
586
|
-
### angular-estree-parser@
|
590
|
+
### angular-estree-parser@v10.0.3
|
587
591
|
|
588
592
|
> A parser that converts Angular source code into an ESTree-compatible form
|
589
593
|
|
@@ -666,25 +670,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
666
670
|
|
667
671
|
----------------------------------------
|
668
672
|
|
669
|
-
### ansi-styles@v3.2.1
|
670
|
-
|
671
|
-
> ANSI escape codes for styling strings in the terminal
|
672
|
-
|
673
|
-
License: MIT
|
674
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
675
|
-
|
676
|
-
> MIT License
|
677
|
-
>
|
678
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
679
|
-
>
|
680
|
-
> 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:
|
681
|
-
>
|
682
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
683
|
-
>
|
684
|
-
> 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.
|
685
|
-
|
686
|
-
----------------------------------------
|
687
|
-
|
688
673
|
### bail@v1.0.5
|
689
674
|
|
690
675
|
> Throw a given error
|
@@ -719,73 +704,7 @@ Contributors:
|
|
719
704
|
|
720
705
|
----------------------------------------
|
721
706
|
|
722
|
-
###
|
723
|
-
|
724
|
-
> Match balanced character pairs, like "{" and "}"
|
725
|
-
|
726
|
-
License: MIT
|
727
|
-
Homepage: <https://github.com/juliangruber/balanced-match>
|
728
|
-
Repository: <git://github.com/juliangruber/balanced-match.git>
|
729
|
-
Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
|
730
|
-
|
731
|
-
> (MIT)
|
732
|
-
>
|
733
|
-
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
734
|
-
>
|
735
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
736
|
-
> this software and associated documentation files (the "Software"), to deal in
|
737
|
-
> the Software without restriction, including without limitation the rights to
|
738
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
739
|
-
> of the Software, and to permit persons to whom the Software is furnished to do
|
740
|
-
> so, subject to the following conditions:
|
741
|
-
>
|
742
|
-
> The above copyright notice and this permission notice shall be included in all
|
743
|
-
> copies or substantial portions of the Software.
|
744
|
-
>
|
745
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
746
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
747
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
748
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
749
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
750
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
751
|
-
> SOFTWARE.
|
752
|
-
|
753
|
-
----------------------------------------
|
754
|
-
|
755
|
-
### brace-expansion@v1.1.11
|
756
|
-
|
757
|
-
> Brace expansion as known from sh/bash
|
758
|
-
|
759
|
-
License: MIT
|
760
|
-
Homepage: <https://github.com/juliangruber/brace-expansion>
|
761
|
-
Repository: <git://github.com/juliangruber/brace-expansion.git>
|
762
|
-
Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
|
763
|
-
|
764
|
-
> MIT License
|
765
|
-
>
|
766
|
-
> Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
767
|
-
>
|
768
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
769
|
-
> of this software and associated documentation files (the "Software"), to deal
|
770
|
-
> in the Software without restriction, including without limitation the rights
|
771
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
772
|
-
> copies of the Software, and to permit persons to whom the Software is
|
773
|
-
> furnished to do so, subject to the following conditions:
|
774
|
-
>
|
775
|
-
> The above copyright notice and this permission notice shall be included in all
|
776
|
-
> copies or substantial portions of the Software.
|
777
|
-
>
|
778
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
779
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
780
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
781
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
782
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
783
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
784
|
-
> SOFTWARE.
|
785
|
-
|
786
|
-
----------------------------------------
|
787
|
-
|
788
|
-
### braces@v3.0.2
|
707
|
+
### braces@v3.0.3
|
789
708
|
|
790
709
|
> Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
|
791
710
|
|
@@ -801,7 +720,7 @@ Contributors:
|
|
801
720
|
|
802
721
|
> The MIT License (MIT)
|
803
722
|
>
|
804
|
-
> Copyright (c) 2014-
|
723
|
+
> Copyright (c) 2014-present, Jon Schlinkert.
|
805
724
|
>
|
806
725
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
807
726
|
> of this software and associated documentation files (the "Software"), to deal
|
@@ -1062,56 +981,6 @@ Contributors:
|
|
1062
981
|
|
1063
982
|
----------------------------------------
|
1064
983
|
|
1065
|
-
### color-convert@v1.9.3
|
1066
|
-
|
1067
|
-
> Plain color conversion functions
|
1068
|
-
|
1069
|
-
License: MIT
|
1070
|
-
Author: Heather Arthur <fayearthur@gmail.com>
|
1071
|
-
|
1072
|
-
> Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
1073
|
-
>
|
1074
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
1075
|
-
> a copy of this software and associated documentation files (the
|
1076
|
-
> "Software"), to deal in the Software without restriction, including
|
1077
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
1078
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
1079
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
1080
|
-
> the following conditions:
|
1081
|
-
>
|
1082
|
-
> The above copyright notice and this permission notice shall be
|
1083
|
-
> included in all copies or substantial portions of the Software.
|
1084
|
-
>
|
1085
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1086
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1087
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
1088
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
1089
|
-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1090
|
-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
1091
|
-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1092
|
-
|
1093
|
-
----------------------------------------
|
1094
|
-
|
1095
|
-
### color-name@v1.1.3
|
1096
|
-
|
1097
|
-
> A list of color names and its values
|
1098
|
-
|
1099
|
-
License: MIT
|
1100
|
-
Homepage: <https://github.com/dfcreative/color-name>
|
1101
|
-
Repository: <git@github.com:dfcreative/color-name.git>
|
1102
|
-
Author: DY <dfcreative@gmail.com>
|
1103
|
-
|
1104
|
-
> The MIT License (MIT)
|
1105
|
-
> Copyright (c) 2015 Dmitry Ivanov
|
1106
|
-
>
|
1107
|
-
> 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:
|
1108
|
-
>
|
1109
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1110
|
-
>
|
1111
|
-
> 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.
|
1112
|
-
|
1113
|
-
----------------------------------------
|
1114
|
-
|
1115
984
|
### common-path-prefix@v3.0.0
|
1116
985
|
|
1117
986
|
> Computes the longest prefix string that is common to each path, excluding the base component
|
@@ -1138,35 +1007,6 @@ Author: Mark Wubben (https://novemberborn.net/)
|
|
1138
1007
|
|
1139
1008
|
----------------------------------------
|
1140
1009
|
|
1141
|
-
### concat-map@v0.0.1
|
1142
|
-
|
1143
|
-
> concatenative mapdashery
|
1144
|
-
|
1145
|
-
License: MIT
|
1146
|
-
Repository: <git://github.com/substack/node-concat-map.git>
|
1147
|
-
Author: James Halliday <mail@substack.net> (http://substack.net)
|
1148
|
-
|
1149
|
-
> This software is released under the MIT license:
|
1150
|
-
>
|
1151
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
1152
|
-
> this software and associated documentation files (the "Software"), to deal in
|
1153
|
-
> the Software without restriction, including without limitation the rights to
|
1154
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
1155
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
1156
|
-
> subject to the following conditions:
|
1157
|
-
>
|
1158
|
-
> The above copyright notice and this permission notice shall be included in all
|
1159
|
-
> copies or substantial portions of the Software.
|
1160
|
-
>
|
1161
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1162
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
1163
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
1164
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
1165
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
1166
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1167
|
-
|
1168
|
-
----------------------------------------
|
1169
|
-
|
1170
1010
|
### dashify@v2.0.0
|
1171
1011
|
|
1172
1012
|
> Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
|
@@ -1203,44 +1043,42 @@ Contributors:
|
|
1203
1043
|
|
1204
1044
|
----------------------------------------
|
1205
1045
|
|
1206
|
-
### diff@v5.
|
1046
|
+
### diff@v5.2.0
|
1207
1047
|
|
1208
|
-
> A
|
1048
|
+
> A JavaScript text diff implementation.
|
1209
1049
|
|
1210
1050
|
License: BSD-3-Clause
|
1211
1051
|
Repository: <git://github.com/kpdecker/jsdiff.git>
|
1212
1052
|
|
1213
|
-
>
|
1053
|
+
> BSD 3-Clause License
|
1214
1054
|
>
|
1215
1055
|
> Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
|
1216
|
-
>
|
1217
1056
|
> All rights reserved.
|
1218
1057
|
>
|
1219
|
-
> Redistribution and use
|
1220
|
-
> are permitted provided that the following conditions are met:
|
1058
|
+
> Redistribution and use in source and binary forms, with or without
|
1059
|
+
> modification, are permitted provided that the following conditions are met:
|
1221
1060
|
>
|
1222
|
-
>
|
1223
|
-
>
|
1224
|
-
> following disclaimer.
|
1061
|
+
> 1. Redistributions of source code must retain the above copyright notice, this
|
1062
|
+
> list of conditions and the following disclaimer.
|
1225
1063
|
>
|
1226
|
-
>
|
1227
|
-
>
|
1228
|
-
>
|
1229
|
-
> materials provided with the distribution.
|
1064
|
+
> 2. Redistributions in binary form must reproduce the above copyright notice,
|
1065
|
+
> this list of conditions and the following disclaimer in the documentation
|
1066
|
+
> and/or other materials provided with the distribution.
|
1230
1067
|
>
|
1231
|
-
>
|
1232
|
-
>
|
1233
|
-
>
|
1234
|
-
> written permission.
|
1068
|
+
> 3. Neither the name of the copyright holder nor the names of its
|
1069
|
+
> contributors may be used to endorse or promote products derived from
|
1070
|
+
> this software without specific prior written permission.
|
1235
1071
|
>
|
1236
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
1237
|
-
> IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
1238
|
-
> FITNESS FOR A PARTICULAR PURPOSE ARE
|
1239
|
-
>
|
1240
|
-
>
|
1241
|
-
>
|
1242
|
-
>
|
1243
|
-
>
|
1072
|
+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
1073
|
+
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
1074
|
+
> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1075
|
+
> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
1076
|
+
> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
1077
|
+
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
1078
|
+
> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
1079
|
+
> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
1080
|
+
> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1081
|
+
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1244
1082
|
|
1245
1083
|
----------------------------------------
|
1246
1084
|
|
@@ -1310,37 +1148,6 @@ Author: Mathias Bynens (https://mathiasbynens.be/)
|
|
1310
1148
|
|
1311
1149
|
----------------------------------------
|
1312
1150
|
|
1313
|
-
### escape-string-regexp@v1.0.5
|
1314
|
-
|
1315
|
-
> Escape RegExp special characters
|
1316
|
-
|
1317
|
-
License: MIT
|
1318
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1319
|
-
|
1320
|
-
> The MIT License (MIT)
|
1321
|
-
>
|
1322
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1323
|
-
>
|
1324
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
1325
|
-
> of this software and associated documentation files (the "Software"), to deal
|
1326
|
-
> in the Software without restriction, including without limitation the rights
|
1327
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1328
|
-
> copies of the Software, and to permit persons to whom the Software is
|
1329
|
-
> furnished to do so, subject to the following conditions:
|
1330
|
-
>
|
1331
|
-
> The above copyright notice and this permission notice shall be included in
|
1332
|
-
> all copies or substantial portions of the Software.
|
1333
|
-
>
|
1334
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1335
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1336
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1337
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1338
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1339
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1340
|
-
> THE SOFTWARE.
|
1341
|
-
|
1342
|
-
----------------------------------------
|
1343
|
-
|
1344
1151
|
### escape-string-regexp@v5.0.0
|
1345
1152
|
|
1346
1153
|
> Escape RegExp special characters
|
@@ -1360,7 +1167,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1360
1167
|
|
1361
1168
|
----------------------------------------
|
1362
1169
|
|
1363
|
-
### espree@v10.0.
|
1170
|
+
### espree@v10.0.1
|
1364
1171
|
|
1365
1172
|
> An Esprima-compatible JavaScript parser built on Acorn
|
1366
1173
|
|
@@ -1520,7 +1327,7 @@ Author: Matteo Collina <hello@matteocollina.com>
|
|
1520
1327
|
|
1521
1328
|
----------------------------------------
|
1522
1329
|
|
1523
|
-
### file-entry-cache@
|
1330
|
+
### file-entry-cache@v9.0.0
|
1524
1331
|
|
1525
1332
|
> Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
|
1526
1333
|
|
@@ -1551,7 +1358,7 @@ Author: Jared Wray (https://jaredwray.com)
|
|
1551
1358
|
|
1552
1359
|
----------------------------------------
|
1553
1360
|
|
1554
|
-
### fill-range@v7.
|
1361
|
+
### fill-range@v7.1.1
|
1555
1362
|
|
1556
1363
|
> Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
|
1557
1364
|
|
@@ -1628,7 +1435,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1628
1435
|
|
1629
1436
|
----------------------------------------
|
1630
1437
|
|
1631
|
-
### flat-cache@
|
1438
|
+
### flat-cache@v5.0.0
|
1632
1439
|
|
1633
1440
|
> A stupidly simple key/value storage using files to persist some data
|
1634
1441
|
|
@@ -1659,7 +1466,7 @@ Author: Jared Wray (https://jaredwray.com)
|
|
1659
1466
|
|
1660
1467
|
----------------------------------------
|
1661
1468
|
|
1662
|
-
### flatted@v3.
|
1469
|
+
### flatted@v3.3.1
|
1663
1470
|
|
1664
1471
|
> A super light and fast circular JSON parser.
|
1665
1472
|
|
@@ -1721,7 +1528,7 @@ Contributors:
|
|
1721
1528
|
|
1722
1529
|
----------------------------------------
|
1723
1530
|
|
1724
|
-
### flow-parser@v0.
|
1531
|
+
### flow-parser@v0.236.0
|
1725
1532
|
|
1726
1533
|
> JavaScript parser written in OCaml. Produces ESTree AST
|
1727
1534
|
|
@@ -1732,60 +1539,6 @@ Author: Flow Team <flow@fb.com>
|
|
1732
1539
|
|
1733
1540
|
----------------------------------------
|
1734
1541
|
|
1735
|
-
### fs.realpath@v1.0.0
|
1736
|
-
|
1737
|
-
> Use node's fs.realpath, but fall back to the JS implementation if the native one fails
|
1738
|
-
|
1739
|
-
License: ISC
|
1740
|
-
Repository: <git+https://github.com/isaacs/fs.realpath.git>
|
1741
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
1742
|
-
|
1743
|
-
> The ISC License
|
1744
|
-
>
|
1745
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
1746
|
-
>
|
1747
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
1748
|
-
> purpose with or without fee is hereby granted, provided that the above
|
1749
|
-
> copyright notice and this permission notice appear in all copies.
|
1750
|
-
>
|
1751
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1752
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1753
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1754
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1755
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1756
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
1757
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1758
|
-
>
|
1759
|
-
> ----
|
1760
|
-
>
|
1761
|
-
> This library bundles a version of the `fs.realpath` and `fs.realpathSync`
|
1762
|
-
> methods from Node.js v0.10 under the terms of the Node.js MIT license.
|
1763
|
-
>
|
1764
|
-
> Node's license follows, also included at the header of `old.js` which contains
|
1765
|
-
> the licensed code:
|
1766
|
-
>
|
1767
|
-
> Copyright Joyent, Inc. and other Node contributors.
|
1768
|
-
>
|
1769
|
-
> Permission is hereby granted, free of charge, to any person obtaining a
|
1770
|
-
> copy of this software and associated documentation files (the "Software"),
|
1771
|
-
> to deal in the Software without restriction, including without limitation
|
1772
|
-
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
1773
|
-
> and/or sell copies of the Software, and to permit persons to whom the
|
1774
|
-
> Software is furnished to do so, subject to the following conditions:
|
1775
|
-
>
|
1776
|
-
> The above copyright notice and this permission notice shall be included in
|
1777
|
-
> all copies or substantial portions of the Software.
|
1778
|
-
>
|
1779
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1780
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1781
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1782
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1783
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
1784
|
-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1785
|
-
> DEALINGS IN THE SOFTWARE.
|
1786
|
-
|
1787
|
-
----------------------------------------
|
1788
|
-
|
1789
1542
|
### get-east-asian-width@v1.2.0
|
1790
1543
|
|
1791
1544
|
> Determine the East Asian Width of a Unicode character
|
@@ -1824,38 +1577,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1824
1577
|
|
1825
1578
|
----------------------------------------
|
1826
1579
|
|
1827
|
-
### glob@v7.2.3
|
1828
|
-
|
1829
|
-
> a little globber
|
1830
|
-
|
1831
|
-
License: ISC
|
1832
|
-
Repository: <git://github.com/isaacs/node-glob.git>
|
1833
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
1834
|
-
|
1835
|
-
> The ISC License
|
1836
|
-
>
|
1837
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
1838
|
-
>
|
1839
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
1840
|
-
> purpose with or without fee is hereby granted, provided that the above
|
1841
|
-
> copyright notice and this permission notice appear in all copies.
|
1842
|
-
>
|
1843
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1844
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
1845
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
1846
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
1847
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
1848
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
1849
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1850
|
-
>
|
1851
|
-
> ## Glob Logo
|
1852
|
-
>
|
1853
|
-
> Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
|
1854
|
-
> under a Creative Commons Attribution-ShareAlike 4.0 International License
|
1855
|
-
> https://creativecommons.org/licenses/by-sa/4.0/
|
1856
|
-
|
1857
|
-
----------------------------------------
|
1858
|
-
|
1859
1580
|
### glob-parent@v5.1.2
|
1860
1581
|
|
1861
1582
|
> Extract the non-magic parent path from a glob string.
|
@@ -1916,25 +1637,6 @@ Repository: <https://github.com/graphql/graphql-js.git>
|
|
1916
1637
|
|
1917
1638
|
----------------------------------------
|
1918
1639
|
|
1919
|
-
### has-flag@v3.0.0
|
1920
|
-
|
1921
|
-
> Check if argv has a specific flag
|
1922
|
-
|
1923
|
-
License: MIT
|
1924
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1925
|
-
|
1926
|
-
> MIT License
|
1927
|
-
>
|
1928
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1929
|
-
>
|
1930
|
-
> 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:
|
1931
|
-
>
|
1932
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1933
|
-
>
|
1934
|
-
> 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.
|
1935
|
-
|
1936
|
-
----------------------------------------
|
1937
|
-
|
1938
1640
|
### ignore@v5.3.1
|
1939
1641
|
|
1940
1642
|
> Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
|
@@ -1967,7 +1669,7 @@ Author: kael
|
|
1967
1669
|
|
1968
1670
|
----------------------------------------
|
1969
1671
|
|
1970
|
-
### import-meta-resolve@v4.
|
1672
|
+
### import-meta-resolve@v4.1.0
|
1971
1673
|
|
1972
1674
|
> Resolve things like Node.js — ponyfill for `import.meta.resolve`
|
1973
1675
|
|
@@ -2106,33 +1808,6 @@ Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
|
|
2106
1808
|
|
2107
1809
|
----------------------------------------
|
2108
1810
|
|
2109
|
-
### inflight@v1.0.6
|
2110
|
-
|
2111
|
-
> Add callbacks to requests in flight to avoid async duplication
|
2112
|
-
|
2113
|
-
License: ISC
|
2114
|
-
Homepage: <https://github.com/isaacs/inflight>
|
2115
|
-
Repository: <https://github.com/npm/inflight.git>
|
2116
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
2117
|
-
|
2118
|
-
> The ISC License
|
2119
|
-
>
|
2120
|
-
> Copyright (c) Isaac Z. Schlueter
|
2121
|
-
>
|
2122
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
2123
|
-
> purpose with or without fee is hereby granted, provided that the above
|
2124
|
-
> copyright notice and this permission notice appear in all copies.
|
2125
|
-
>
|
2126
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
2127
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
2128
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
2129
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
2130
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
2131
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
2132
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
2133
|
-
|
2134
|
-
----------------------------------------
|
2135
|
-
|
2136
1811
|
### inherits@v2.0.4
|
2137
1812
|
|
2138
1813
|
> Browser-friendly inheritance fully compatible with standard node.js inherits()
|
@@ -2889,7 +2564,7 @@ Repository: <git@github.com:teambition/merge2.git>
|
|
2889
2564
|
|
2890
2565
|
----------------------------------------
|
2891
2566
|
|
2892
|
-
### meriyah@v4.3
|
2567
|
+
### meriyah@v4.4.3
|
2893
2568
|
|
2894
2569
|
> A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
|
2895
2570
|
|
@@ -2910,7 +2585,7 @@ Contributors:
|
|
2910
2585
|
|
2911
2586
|
----------------------------------------
|
2912
2587
|
|
2913
|
-
### micromatch@v4.0.
|
2588
|
+
### micromatch@v4.0.7
|
2914
2589
|
|
2915
2590
|
> Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
|
2916
2591
|
|
@@ -2958,32 +2633,6 @@ Contributors:
|
|
2958
2633
|
|
2959
2634
|
----------------------------------------
|
2960
2635
|
|
2961
|
-
### minimatch@v3.1.2
|
2962
|
-
|
2963
|
-
> a glob matcher in javascript
|
2964
|
-
|
2965
|
-
License: ISC
|
2966
|
-
Repository: <git://github.com/isaacs/minimatch.git>
|
2967
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
|
2968
|
-
|
2969
|
-
> The ISC License
|
2970
|
-
>
|
2971
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
2972
|
-
>
|
2973
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
2974
|
-
> purpose with or without fee is hereby granted, provided that the above
|
2975
|
-
> copyright notice and this permission notice appear in all copies.
|
2976
|
-
>
|
2977
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
2978
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
2979
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
2980
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
2981
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
2982
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
2983
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
2984
|
-
|
2985
|
-
----------------------------------------
|
2986
|
-
|
2987
2636
|
### minimist@v1.2.8
|
2988
2637
|
|
2989
2638
|
> parse argument options
|
@@ -3075,32 +2724,6 @@ Author: Andrey Sitnik <andrey@sitnik.ru>
|
|
3075
2724
|
|
3076
2725
|
----------------------------------------
|
3077
2726
|
|
3078
|
-
### once@v1.4.0
|
3079
|
-
|
3080
|
-
> Run a function exactly one time
|
3081
|
-
|
3082
|
-
License: ISC
|
3083
|
-
Repository: <git://github.com/isaacs/once>
|
3084
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
3085
|
-
|
3086
|
-
> The ISC License
|
3087
|
-
>
|
3088
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
3089
|
-
>
|
3090
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
3091
|
-
> purpose with or without fee is hereby granted, provided that the above
|
3092
|
-
> copyright notice and this permission notice appear in all copies.
|
3093
|
-
>
|
3094
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
3095
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
3096
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
3097
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
3098
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
3099
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
3100
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
3101
|
-
|
3102
|
-
----------------------------------------
|
3103
|
-
|
3104
2727
|
### p-limit@v4.0.0
|
3105
2728
|
|
3106
2729
|
> Run multiple promise-returning & async functions with limited concurrency
|
@@ -3211,37 +2834,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3211
2834
|
|
3212
2835
|
----------------------------------------
|
3213
2836
|
|
3214
|
-
### path-is-absolute@v1.0.1
|
3215
|
-
|
3216
|
-
> Node.js 0.12 path.isAbsolute() ponyfill
|
3217
|
-
|
3218
|
-
License: MIT
|
3219
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
3220
|
-
|
3221
|
-
> The MIT License (MIT)
|
3222
|
-
>
|
3223
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
3224
|
-
>
|
3225
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
3226
|
-
> of this software and associated documentation files (the "Software"), to deal
|
3227
|
-
> in the Software without restriction, including without limitation the rights
|
3228
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3229
|
-
> copies of the Software, and to permit persons to whom the Software is
|
3230
|
-
> furnished to do so, subject to the following conditions:
|
3231
|
-
>
|
3232
|
-
> The above copyright notice and this permission notice shall be included in
|
3233
|
-
> all copies or substantial portions of the Software.
|
3234
|
-
>
|
3235
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3236
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3237
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3238
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3239
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3240
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3241
|
-
> THE SOFTWARE.
|
3242
|
-
|
3243
|
-
----------------------------------------
|
3244
|
-
|
3245
2837
|
### picocolors@v1.0.0
|
3246
2838
|
|
3247
2839
|
> The tiniest and the fastest library for terminal output formatting with ANSI colors
|
@@ -3351,7 +2943,7 @@ Author: typicode
|
|
3351
2943
|
|
3352
2944
|
----------------------------------------
|
3353
2945
|
|
3354
|
-
### postcss@v8.4.
|
2946
|
+
### postcss@v8.4.38
|
3355
2947
|
|
3356
2948
|
> Tool for transforming styles with JS plugins
|
3357
2949
|
|
@@ -3713,31 +3305,6 @@ Author: Matteo Collina <hello@matteocollina.com>
|
|
3713
3305
|
|
3714
3306
|
----------------------------------------
|
3715
3307
|
|
3716
|
-
### rimraf@v3.0.2
|
3717
|
-
|
3718
|
-
> A deep deletion module for node (like `rm -rf`)
|
3719
|
-
|
3720
|
-
License: ISC
|
3721
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
3722
|
-
|
3723
|
-
> The ISC License
|
3724
|
-
>
|
3725
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
3726
|
-
>
|
3727
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
3728
|
-
> purpose with or without fee is hereby granted, provided that the above
|
3729
|
-
> copyright notice and this permission notice appear in all copies.
|
3730
|
-
>
|
3731
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
3732
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
3733
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
3734
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
3735
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
3736
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
3737
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
3738
|
-
|
3739
|
-
----------------------------------------
|
3740
|
-
|
3741
3308
|
### run-parallel@v1.2.0
|
3742
3309
|
|
3743
3310
|
> Run an array of functions in parallel
|
@@ -3789,12 +3356,12 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3789
3356
|
|
3790
3357
|
----------------------------------------
|
3791
3358
|
|
3792
|
-
### semver@v7.
|
3359
|
+
### semver@v7.6.2
|
3793
3360
|
|
3794
3361
|
> The semantic version parser used by npm.
|
3795
3362
|
|
3796
3363
|
License: ISC
|
3797
|
-
Repository: <https://github.com/npm/node-semver.git>
|
3364
|
+
Repository: <git+https://github.com/npm/node-semver.git>
|
3798
3365
|
Author: GitHub Inc.
|
3799
3366
|
|
3800
3367
|
> The ISC License
|
@@ -3953,25 +3520,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3953
3520
|
|
3954
3521
|
----------------------------------------
|
3955
3522
|
|
3956
|
-
### supports-color@v5.5.0
|
3957
|
-
|
3958
|
-
> Detect whether a terminal supports color
|
3959
|
-
|
3960
|
-
License: MIT
|
3961
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
3962
|
-
|
3963
|
-
> MIT License
|
3964
|
-
>
|
3965
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
3966
|
-
>
|
3967
|
-
> 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:
|
3968
|
-
>
|
3969
|
-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
3970
|
-
>
|
3971
|
-
> 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.
|
3972
|
-
|
3973
|
-
----------------------------------------
|
3974
|
-
|
3975
3523
|
### to-fast-properties@v4.0.0
|
3976
3524
|
|
3977
3525
|
> Force V8 to use fast properties for an object
|
@@ -4106,13 +3654,13 @@ Contributors:
|
|
4106
3654
|
|
4107
3655
|
----------------------------------------
|
4108
3656
|
|
4109
|
-
### ts-api-utils@v1.0
|
3657
|
+
### ts-api-utils@v1.3.0
|
4110
3658
|
|
4111
|
-
> Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.
|
3659
|
+
> Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
|
4112
3660
|
|
4113
3661
|
License: MIT
|
4114
3662
|
Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
|
4115
|
-
Author:
|
3663
|
+
Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
|
4116
3664
|
|
4117
3665
|
> # MIT License
|
4118
3666
|
>
|
@@ -4137,7 +3685,7 @@ Author: Josh Goldberg <npm@joshuakgoldberg.com>
|
|
4137
3685
|
|
4138
3686
|
----------------------------------------
|
4139
3687
|
|
4140
|
-
### typescript@v5.
|
3688
|
+
### typescript@v5.4.5
|
4141
3689
|
|
4142
3690
|
> TypeScript is a language for application scale JavaScript development
|
4143
3691
|
|
@@ -4696,33 +4244,6 @@ Contributors:
|
|
4696
4244
|
|
4697
4245
|
----------------------------------------
|
4698
4246
|
|
4699
|
-
### wrappy@v1.0.2
|
4700
|
-
|
4701
|
-
> Callback wrapping utility
|
4702
|
-
|
4703
|
-
License: ISC
|
4704
|
-
Homepage: <https://github.com/npm/wrappy>
|
4705
|
-
Repository: <https://github.com/npm/wrappy>
|
4706
|
-
Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
|
4707
|
-
|
4708
|
-
> The ISC License
|
4709
|
-
>
|
4710
|
-
> Copyright (c) Isaac Z. Schlueter and Contributors
|
4711
|
-
>
|
4712
|
-
> Permission to use, copy, modify, and/or distribute this software for any
|
4713
|
-
> purpose with or without fee is hereby granted, provided that the above
|
4714
|
-
> copyright notice and this permission notice appear in all copies.
|
4715
|
-
>
|
4716
|
-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
4717
|
-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
4718
|
-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
4719
|
-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
4720
|
-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
4721
|
-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
4722
|
-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
4723
|
-
|
4724
|
-
----------------------------------------
|
4725
|
-
|
4726
4247
|
### xtend@v4.0.2
|
4727
4248
|
|
4728
4249
|
> extend like a boss
|