Codebase list libcode-tidyall-perl / e3e0c80
Update upstream source from tag 'upstream/0.81_ds' Update to upstream version '0.81~ds' with Debian dir 4a17ead09af8f276c84749ae97cf5154a58063e0 Jonas Smedegaard 2 years ago
44 changed file(s) with 809 addition(s) and 281 deletion(s). Raw diff Collapse all Expand all
0 0.81 2022-02-16
1
2 - The PerlTidy plugin will now always append the `--encode-output-strings`
3 flag when using `Perl::Tidy` 20220101 or newer. This eliminates issues with
4 character encoded content reported in GH #84, reported by Greg
5 Oschwald. Thanks to Steven Hancock for letting me know that this was
6 possible.
7
8
09 0.80 2021-11-26
110
211 - Don't run the PodSpell plugin test unless `ispell` is installed. Reported by
0 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
0 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
11
22 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
1111
1212 --- The GNU General Public License, Version 1, February 1989 ---
1313
14 This software is Copyright (c) 2011 - 2021 by Jonathan Swartz.
14 This software is Copyright (c) 2011 - 2022 by Jonathan Swartz.
1515
1616 This is free software, licensed under:
1717
271271
272272 --- The Artistic License 1.0 ---
273273
274 This software is Copyright (c) 2011 - 2021 by Jonathan Swartz.
274 This software is Copyright (c) 2011 - 2022 by Jonathan Swartz.
275275
276276 This is free software, licensed under:
277277
128128 "provides" : {
129129 "Code::TidyAll" : {
130130 "file" : "lib/Code/TidyAll.pm",
131 "version" : "0.80"
131 "version" : "0.81"
132132 },
133133 "Code::TidyAll::Cache" : {
134134 "file" : "lib/Code/TidyAll/Cache.pm",
135 "version" : "0.80"
135 "version" : "0.81"
136136 },
137137 "Code::TidyAll::CacheModel" : {
138138 "file" : "lib/Code/TidyAll/CacheModel.pm",
139 "version" : "0.80"
139 "version" : "0.81"
140140 },
141141 "Code::TidyAll::CacheModel::Shared" : {
142142 "file" : "lib/Code/TidyAll/CacheModel/Shared.pm",
143 "version" : "0.80"
143 "version" : "0.81"
144144 },
145145 "Code::TidyAll::Config::INI::Reader" : {
146146 "file" : "lib/Code/TidyAll/Config/INI/Reader.pm",
147 "version" : "0.80"
147 "version" : "0.81"
148148 },
149149 "Code::TidyAll::Git::Precommit" : {
150150 "file" : "lib/Code/TidyAll/Git/Precommit.pm",
151 "version" : "0.80"
151 "version" : "0.81"
152152 },
153153 "Code::TidyAll::Git::Prereceive" : {
154154 "file" : "lib/Code/TidyAll/Git/Prereceive.pm",
155 "version" : "0.80"
155 "version" : "0.81"
156156 },
157157 "Code::TidyAll::Git::Util" : {
158158 "file" : "lib/Code/TidyAll/Git/Util.pm",
159 "version" : "0.80"
159 "version" : "0.81"
160160 },
161161 "Code::TidyAll::Plugin" : {
162162 "file" : "lib/Code/TidyAll/Plugin.pm",
163 "version" : "0.80"
163 "version" : "0.81"
164164 },
165165 "Code::TidyAll::Plugin::CSSUnminifier" : {
166166 "file" : "lib/Code/TidyAll/Plugin/CSSUnminifier.pm",
167 "version" : "0.80"
167 "version" : "0.81"
168168 },
169169 "Code::TidyAll::Plugin::GenericTransformer" : {
170170 "file" : "lib/Code/TidyAll/Plugin/GenericTransformer.pm",
171 "version" : "0.80"
171 "version" : "0.81"
172172 },
173173 "Code::TidyAll::Plugin::GenericValidator" : {
174174 "file" : "lib/Code/TidyAll/Plugin/GenericValidator.pm",
175 "version" : "0.80"
175 "version" : "0.81"
176176 },
177177 "Code::TidyAll::Plugin::JSBeautify" : {
178178 "file" : "lib/Code/TidyAll/Plugin/JSBeautify.pm",
179 "version" : "0.80"
179 "version" : "0.81"
180180 },
181181 "Code::TidyAll::Plugin::JSHint" : {
182182 "file" : "lib/Code/TidyAll/Plugin/JSHint.pm",
183 "version" : "0.80"
183 "version" : "0.81"
184184 },
185185 "Code::TidyAll::Plugin::JSLint" : {
186186 "file" : "lib/Code/TidyAll/Plugin/JSLint.pm",
187 "version" : "0.80"
187 "version" : "0.81"
188188 },
189189 "Code::TidyAll::Plugin::JSON" : {
190190 "file" : "lib/Code/TidyAll/Plugin/JSON.pm",
191 "version" : "0.80"
191 "version" : "0.81"
192192 },
193193 "Code::TidyAll::Plugin::MasonTidy" : {
194194 "file" : "lib/Code/TidyAll/Plugin/MasonTidy.pm",
195 "version" : "0.80"
195 "version" : "0.81"
196196 },
197197 "Code::TidyAll::Plugin::PHPCodeSniffer" : {
198198 "file" : "lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm",
199 "version" : "0.80"
199 "version" : "0.81"
200200 },
201201 "Code::TidyAll::Plugin::PerlCritic" : {
202202 "file" : "lib/Code/TidyAll/Plugin/PerlCritic.pm",
203 "version" : "0.80"
203 "version" : "0.81"
204204 },
205205 "Code::TidyAll::Plugin::PerlTidy" : {
206206 "file" : "lib/Code/TidyAll/Plugin/PerlTidy.pm",
207 "version" : "0.80"
207 "version" : "0.81"
208208 },
209209 "Code::TidyAll::Plugin::PerlTidySweet" : {
210210 "file" : "lib/Code/TidyAll/Plugin/PerlTidySweet.pm",
211 "version" : "0.80"
211 "version" : "0.81"
212212 },
213213 "Code::TidyAll::Plugin::PodChecker" : {
214214 "file" : "lib/Code/TidyAll/Plugin/PodChecker.pm",
215 "version" : "0.80"
215 "version" : "0.81"
216216 },
217217 "Code::TidyAll::Plugin::PodSpell" : {
218218 "file" : "lib/Code/TidyAll/Plugin/PodSpell.pm",
219 "version" : "0.80"
219 "version" : "0.81"
220220 },
221221 "Code::TidyAll::Plugin::PodTidy" : {
222222 "file" : "lib/Code/TidyAll/Plugin/PodTidy.pm",
223 "version" : "0.80"
223 "version" : "0.81"
224224 },
225225 "Code::TidyAll::Plugin::SortLines" : {
226226 "file" : "lib/Code/TidyAll/Plugin/SortLines.pm",
227 "version" : "0.80"
227 "version" : "0.81"
228228 },
229229 "Code::TidyAll::Result" : {
230230 "file" : "lib/Code/TidyAll/Result.pm",
231 "version" : "0.80"
231 "version" : "0.81"
232232 },
233233 "Code::TidyAll::Role::GenericExecutable" : {
234234 "file" : "lib/Code/TidyAll/Role/GenericExecutable.pm",
235 "version" : "0.80"
235 "version" : "0.81"
236236 },
237237 "Code::TidyAll::Role::HasIgnore" : {
238238 "file" : "lib/Code/TidyAll/Role/HasIgnore.pm",
239 "version" : "0.80"
239 "version" : "0.81"
240240 },
241241 "Code::TidyAll::Role::RunsCommand" : {
242242 "file" : "lib/Code/TidyAll/Role/RunsCommand.pm",
243 "version" : "0.80"
243 "version" : "0.81"
244244 },
245245 "Code::TidyAll::Role::Tempdir" : {
246246 "file" : "lib/Code/TidyAll/Role/Tempdir.pm",
247 "version" : "0.80"
247 "version" : "0.81"
248248 },
249249 "Code::TidyAll::SVN::Precommit" : {
250250 "file" : "lib/Code/TidyAll/SVN/Precommit.pm",
251 "version" : "0.80"
251 "version" : "0.81"
252252 },
253253 "Code::TidyAll::SVN::Util" : {
254254 "file" : "lib/Code/TidyAll/SVN/Util.pm",
255 "version" : "0.80"
255 "version" : "0.81"
256256 },
257257 "Code::TidyAll::Util::Zglob" : {
258258 "file" : "lib/Code/TidyAll/Util/Zglob.pm",
259 "version" : "0.80"
259 "version" : "0.81"
260260 },
261261 "Code::TidyAll::Zglob" : {
262262 "file" : "lib/Code/TidyAll/Zglob.pm",
263 "version" : "0.80"
263 "version" : "0.81"
264264 },
265265 "Test::Code::TidyAll" : {
266266 "file" : "lib/Test/Code/TidyAll.pm",
267 "version" : "0.80"
267 "version" : "0.81"
268268 }
269269 },
270270 "release_status" : "stable",
279279 "web" : "https://github.com/houseabsolute/perl-code-tidyall"
280280 }
281281 },
282 "version" : "0.80",
282 "version" : "0.81",
283283 "x_Dist_Zilla" : {
284284 "perl" : {
285285 "version" : "5.032001"
699699 "class" : "Dist::Zilla::Plugin::Git::Contributors",
700700 "config" : {
701701 "Dist::Zilla::Plugin::Git::Contributors" : {
702 "git_version" : "2.34.1",
702 "git_version" : "2.35.1",
703703 "include_authors" : 0,
704704 "include_releaser" : 1,
705705 "order_by" : "name",
963963 "class" : "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch",
964964 "config" : {
965965 "Dist::Zilla::Role::Git::Repo" : {
966 "git_version" : "2.34.1",
966 "git_version" : "2.35.1",
967967 "repo_root" : "."
968968 }
969969 },
10011001 "changelog" : "Changes"
10021002 },
10031003 "Dist::Zilla::Role::Git::Repo" : {
1004 "git_version" : "2.34.1",
1004 "git_version" : "2.35.1",
10051005 "repo_root" : "."
10061006 }
10071007 },
10311031 "changelog" : "Changes"
10321032 },
10331033 "Dist::Zilla::Role::Git::Repo" : {
1034 "git_version" : "2.34.1",
1034 "git_version" : "2.35.1",
10351035 "repo_root" : "."
10361036 },
10371037 "Dist::Zilla::Role::Git::StringFormatter" : {
10481048 "branch" : null,
10491049 "changelog" : "Changes",
10501050 "signed" : 0,
1051 "tag" : "v0.80",
1051 "tag" : "v0.81",
10521052 "tag_format" : "v%V",
10531053 "tag_message" : "v%V"
10541054 },
10551055 "Dist::Zilla::Role::Git::Repo" : {
1056 "git_version" : "2.34.1",
1056 "git_version" : "2.35.1",
10571057 "repo_root" : "."
10581058 },
10591059 "Dist::Zilla::Role::Git::StringFormatter" : {
10731073 "remotes_must_exist" : 1
10741074 },
10751075 "Dist::Zilla::Role::Git::Repo" : {
1076 "git_version" : "2.34.1",
1076 "git_version" : "2.35.1",
10771077 "repo_root" : "."
10781078 }
10791079 },
11141114 "changelog" : "Changes"
11151115 },
11161116 "Dist::Zilla::Role::Git::Repo" : {
1117 "git_version" : "2.34.1",
1117 "git_version" : "2.35.1",
11181118 "repo_root" : "."
11191119 },
11201120 "Dist::Zilla::Role::Git::StringFormatter" : {
11341134 "remotes_must_exist" : 1
11351135 },
11361136 "Dist::Zilla::Role::Git::Repo" : {
1137 "git_version" : "2.34.1",
1137 "git_version" : "2.35.1",
11381138 "repo_root" : "."
11391139 }
11401140 },
2929 provides:
3030 Code::TidyAll:
3131 file: lib/Code/TidyAll.pm
32 version: '0.80'
32 version: '0.81'
3333 Code::TidyAll::Cache:
3434 file: lib/Code/TidyAll/Cache.pm
35 version: '0.80'
35 version: '0.81'
3636 Code::TidyAll::CacheModel:
3737 file: lib/Code/TidyAll/CacheModel.pm
38 version: '0.80'
38 version: '0.81'
3939 Code::TidyAll::CacheModel::Shared:
4040 file: lib/Code/TidyAll/CacheModel/Shared.pm
41 version: '0.80'
41 version: '0.81'
4242 Code::TidyAll::Config::INI::Reader:
4343 file: lib/Code/TidyAll/Config/INI/Reader.pm
44 version: '0.80'
44 version: '0.81'
4545 Code::TidyAll::Git::Precommit:
4646 file: lib/Code/TidyAll/Git/Precommit.pm
47 version: '0.80'
47 version: '0.81'
4848 Code::TidyAll::Git::Prereceive:
4949 file: lib/Code/TidyAll/Git/Prereceive.pm
50 version: '0.80'
50 version: '0.81'
5151 Code::TidyAll::Git::Util:
5252 file: lib/Code/TidyAll/Git/Util.pm
53 version: '0.80'
53 version: '0.81'
5454 Code::TidyAll::Plugin:
5555 file: lib/Code/TidyAll/Plugin.pm
56 version: '0.80'
56 version: '0.81'
5757 Code::TidyAll::Plugin::CSSUnminifier:
5858 file: lib/Code/TidyAll/Plugin/CSSUnminifier.pm
59 version: '0.80'
59 version: '0.81'
6060 Code::TidyAll::Plugin::GenericTransformer:
6161 file: lib/Code/TidyAll/Plugin/GenericTransformer.pm
62 version: '0.80'
62 version: '0.81'
6363 Code::TidyAll::Plugin::GenericValidator:
6464 file: lib/Code/TidyAll/Plugin/GenericValidator.pm
65 version: '0.80'
65 version: '0.81'
6666 Code::TidyAll::Plugin::JSBeautify:
6767 file: lib/Code/TidyAll/Plugin/JSBeautify.pm
68 version: '0.80'
68 version: '0.81'
6969 Code::TidyAll::Plugin::JSHint:
7070 file: lib/Code/TidyAll/Plugin/JSHint.pm
71 version: '0.80'
71 version: '0.81'
7272 Code::TidyAll::Plugin::JSLint:
7373 file: lib/Code/TidyAll/Plugin/JSLint.pm
74 version: '0.80'
74 version: '0.81'
7575 Code::TidyAll::Plugin::JSON:
7676 file: lib/Code/TidyAll/Plugin/JSON.pm
77 version: '0.80'
77 version: '0.81'
7878 Code::TidyAll::Plugin::MasonTidy:
7979 file: lib/Code/TidyAll/Plugin/MasonTidy.pm
80 version: '0.80'
80 version: '0.81'
8181 Code::TidyAll::Plugin::PHPCodeSniffer:
8282 file: lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
83 version: '0.80'
83 version: '0.81'
8484 Code::TidyAll::Plugin::PerlCritic:
8585 file: lib/Code/TidyAll/Plugin/PerlCritic.pm
86 version: '0.80'
86 version: '0.81'
8787 Code::TidyAll::Plugin::PerlTidy:
8888 file: lib/Code/TidyAll/Plugin/PerlTidy.pm
89 version: '0.80'
89 version: '0.81'
9090 Code::TidyAll::Plugin::PerlTidySweet:
9191 file: lib/Code/TidyAll/Plugin/PerlTidySweet.pm
92 version: '0.80'
92 version: '0.81'
9393 Code::TidyAll::Plugin::PodChecker:
9494 file: lib/Code/TidyAll/Plugin/PodChecker.pm
95 version: '0.80'
95 version: '0.81'
9696 Code::TidyAll::Plugin::PodSpell:
9797 file: lib/Code/TidyAll/Plugin/PodSpell.pm
98 version: '0.80'
98 version: '0.81'
9999 Code::TidyAll::Plugin::PodTidy:
100100 file: lib/Code/TidyAll/Plugin/PodTidy.pm
101 version: '0.80'
101 version: '0.81'
102102 Code::TidyAll::Plugin::SortLines:
103103 file: lib/Code/TidyAll/Plugin/SortLines.pm
104 version: '0.80'
104 version: '0.81'
105105 Code::TidyAll::Result:
106106 file: lib/Code/TidyAll/Result.pm
107 version: '0.80'
107 version: '0.81'
108108 Code::TidyAll::Role::GenericExecutable:
109109 file: lib/Code/TidyAll/Role/GenericExecutable.pm
110 version: '0.80'
110 version: '0.81'
111111 Code::TidyAll::Role::HasIgnore:
112112 file: lib/Code/TidyAll/Role/HasIgnore.pm
113 version: '0.80'
113 version: '0.81'
114114 Code::TidyAll::Role::RunsCommand:
115115 file: lib/Code/TidyAll/Role/RunsCommand.pm
116 version: '0.80'
116 version: '0.81'
117117 Code::TidyAll::Role::Tempdir:
118118 file: lib/Code/TidyAll/Role/Tempdir.pm
119 version: '0.80'
119 version: '0.81'
120120 Code::TidyAll::SVN::Precommit:
121121 file: lib/Code/TidyAll/SVN/Precommit.pm
122 version: '0.80'
122 version: '0.81'
123123 Code::TidyAll::SVN::Util:
124124 file: lib/Code/TidyAll/SVN/Util.pm
125 version: '0.80'
125 version: '0.81'
126126 Code::TidyAll::Util::Zglob:
127127 file: lib/Code/TidyAll/Util/Zglob.pm
128 version: '0.80'
128 version: '0.81'
129129 Code::TidyAll::Zglob:
130130 file: lib/Code/TidyAll/Zglob.pm
131 version: '0.80'
131 version: '0.81'
132132 Test::Code::TidyAll:
133133 file: lib/Test/Code/TidyAll.pm
134 version: '0.80'
134 version: '0.81'
135135 recommends:
136136 Parallel::ForkManager: '0'
137137 requires:
180180 bugtracker: https://github.com/houseabsolute/perl-code-tidyall/issues
181181 homepage: https://metacpan.org/release/Code-TidyAll
182182 repository: git://github.com/houseabsolute/perl-code-tidyall.git
183 version: '0.80'
183 version: '0.81'
184184 x_Dist_Zilla:
185185 perl:
186186 version: '5.032001'
522522 class: Dist::Zilla::Plugin::Git::Contributors
523523 config:
524524 Dist::Zilla::Plugin::Git::Contributors:
525 git_version: 2.34.1
525 git_version: 2.35.1
526526 include_authors: 0
527527 include_releaser: 1
528528 order_by: name
727727 class: Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch
728728 config:
729729 Dist::Zilla::Role::Git::Repo:
730 git_version: 2.34.1
730 git_version: 2.35.1
731731 repo_root: .
732732 name: '@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch'
733733 version: '1.20'
757757 allow_dirty_match: []
758758 changelog: Changes
759759 Dist::Zilla::Role::Git::Repo:
760 git_version: 2.34.1
760 git_version: 2.35.1
761761 repo_root: .
762762 name: '@DROLSKY/Git::Check'
763763 version: '2.048'
781781 allow_dirty_match: []
782782 changelog: Changes
783783 Dist::Zilla::Role::Git::Repo:
784 git_version: 2.34.1
784 git_version: 2.35.1
785785 repo_root: .
786786 Dist::Zilla::Role::Git::StringFormatter:
787787 time_zone: local
794794 branch: ~
795795 changelog: Changes
796796 signed: 0
797 tag: v0.80
797 tag: v0.81
798798 tag_format: v%V
799799 tag_message: v%V
800800 Dist::Zilla::Role::Git::Repo:
801 git_version: 2.34.1
801 git_version: 2.35.1
802802 repo_root: .
803803 Dist::Zilla::Role::Git::StringFormatter:
804804 time_zone: local
812812 - origin
813813 remotes_must_exist: 1
814814 Dist::Zilla::Role::Git::Repo:
815 git_version: 2.34.1
815 git_version: 2.35.1
816816 repo_root: .
817817 name: '@DROLSKY/Git::Push'
818818 version: '2.048'
842842 - (?^:.+)
843843 changelog: Changes
844844 Dist::Zilla::Role::Git::Repo:
845 git_version: 2.34.1
845 git_version: 2.35.1
846846 repo_root: .
847847 Dist::Zilla::Role::Git::StringFormatter:
848848 time_zone: local
856856 - origin
857857 remotes_must_exist: 1
858858 Dist::Zilla::Role::Git::Repo:
859 git_version: 2.34.1
859 git_version: 2.35.1
860860 repo_root: .
861861 name: '@DROLSKY/Push version bump'
862862 version: '2.048'
7676 "autodie" => 0,
7777 "lib::relative" => 0
7878 },
79 "VERSION" => "0.80",
79 "VERSION" => "0.81",
8080 "test" => {
8181 "TESTS" => "t/*.t"
8282 }
33
44 # VERSION
55
6 version 0.80
6 version 0.81
77
88 # SYNOPSIS
99
200200
201201 # COPYRIGHT AND LICENSE
202202
203 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
203 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
204204
205205 This is free software; you can redistribute it and/or modify it under
206206 the same terms as the Perl 5 programming language system itself.
77 use strict;
88 use warnings;
99
10 our $VERSION = '0.80';
10 our $VERSION = '0.81';
1111
1212 my $usage = <<'EOF';
1313 Usage: tidyall [options] [file] ...
88
99 use Moo;
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 has cache_dir => (
1414 is => 'ro',
6969
7070 =head1 VERSION
7171
72 version 0.80
72 version 0.81
7373
7474 =head1 SUPPORT
7575
9595
9696 =head1 COPYRIGHT AND LICENSE
9797
98 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
98 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
9999
100100 This is free software; you can redistribute it and/or modify it under
101101 the same terms as the Perl 5 programming language system itself.
66
77 extends 'Code::TidyAll::CacheModel';
88
9 our $VERSION = '0.80';
9 our $VERSION = '0.81';
1010
1111 sub _build_cache_key {
1212 my $self = shift;
4242
4343 =head1 VERSION
4444
45 version 0.80
45 version 0.81
4646
4747 =head1 SYNOPSIS
4848
8888
8989 =head1 COPYRIGHT AND LICENSE
9090
91 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
91 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
9292
9393 This is free software; you can redistribute it and/or modify it under
9494 the same terms as the Perl 5 programming language system itself.
1111
1212 use Moo;
1313
14 our $VERSION = '0.80';
14 our $VERSION = '0.81';
1515
1616 has base_sig => (
1717 is => 'ro',
140140
141141 =head1 VERSION
142142
143 version 0.80
143 version 0.81
144144
145145 =head1 SYNOPSIS
146146
275275
276276 =head1 COPYRIGHT AND LICENSE
277277
278 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
278 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
279279
280280 This is free software; you can redistribute it and/or modify it under
281281 the same terms as the Perl 5 programming language system itself.
44
55 use base qw(Config::INI::Reader);
66
7 our $VERSION = '0.80';
7 our $VERSION = '0.81';
88
99 my %multi_value = map { $_ => 1 } qw( ignore inc ok_exit_codes select shebang );
1010
3939
4040 =head1 VERSION
4141
42 version 0.80
42 version 0.81
4343
4444 =head1 SUPPORT
4545
6565
6666 =head1 COPYRIGHT AND LICENSE
6767
68 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
68 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
6969
7070 This is free software; you can redistribute it and/or modify it under
7171 the same terms as the Perl 5 programming language system itself.
1515
1616 use Moo;
1717
18 our $VERSION = '0.80';
18 our $VERSION = '0.81';
1919
2020 has conf_name => (
2121 is => 'ro',
141141
142142 =head1 VERSION
143143
144 version 0.80
144 version 0.81
145145
146146 =head1 SYNOPSIS
147147
306306
307307 =head1 COPYRIGHT AND LICENSE
308308
309 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
309 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
310310
311311 This is free software; you can redistribute it and/or modify it under
312312 the same terms as the Perl 5 programming language system itself.
1515
1616 use Moo;
1717
18 our $VERSION = '0.80';
18 our $VERSION = '0.81';
1919
2020 has allow_repeated_push => (
2121 is => 'ro',
195195
196196 =head1 VERSION
197197
198 version 0.80
198 version 0.81
199199
200200 =head1 SYNOPSIS
201201
373373
374374 =head1 COPYRIGHT AND LICENSE
375375
376 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
376 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
377377
378378 This is free software; you can redistribute it and/or modify it under
379379 the same terms as the Perl 5 programming language system itself.
99
1010 use Exporter qw(import);
1111
12 our $VERSION = '0.80';
12 our $VERSION = '0.81';
1313
1414 our @EXPORT_OK = qw(git_files_to_commit git_modified_files);
1515
8686
8787 =head1 VERSION
8888
89 version 0.80
89 version 0.81
9090
9191 =head1 SUPPORT
9292
112112
113113 =head1 COPYRIGHT AND LICENSE
114114
115 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
115 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
116116
117117 This is free software; you can redistribute it and/or modify it under
118118 the same terms as the Perl 5 programming language system itself.
88
99 with 'Code::TidyAll::Role::RunsCommand';
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 sub _build_cmd {'cssunminifier'}
1414
88
99 with 'Code::TidyAll::Role::GenericExecutable';
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 sub transform_file {
1414 my $self = shift;
3636
3737 =head1 VERSION
3838
39 version 0.80
39 version 0.81
4040
4141 =head1 SYNOPSIS
4242
105105
106106 =head1 COPYRIGHT AND LICENSE
107107
108 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
108 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
109109
110110 This is free software; you can redistribute it and/or modify it under
111111 the same terms as the Perl 5 programming language system itself.
88
99 with 'Code::TidyAll::Role::GenericExecutable';
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 sub validate_file {
1414 my $self = shift;
3535
3636 =head1 VERSION
3737
38 version 0.80
38 version 0.81
3939
4040 =head1 SYNOPSIS
4141
104104
105105 =head1 COPYRIGHT AND LICENSE
106106
107 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
107 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
108108
109109 This is free software; you can redistribute it and/or modify it under
110110 the same terms as the Perl 5 programming language system itself.
88
99 with 'Code::TidyAll::Role::RunsCommand';
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 sub _build_cmd {'js-beautify'}
1414
3737
3838 =head1 VERSION
3939
40 version 0.80
40 version 0.81
4141
4242 =head1 SYNOPSIS
4343
9898
9999 =head1 COPYRIGHT AND LICENSE
100100
101 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
101 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
102102
103103 This is free software; you can redistribute it and/or modify it under
104104 the same terms as the Perl 5 programming language system itself.
1616
1717 with qw( Code::TidyAll::Role::RunsCommand Code::TidyAll::Role::Tempdir );
1818
19 our $VERSION = '0.80';
19 our $VERSION = '0.81';
2020
2121 sub _build_cmd {'jshint'}
2222
6060
6161 =head1 VERSION
6262
63 version 0.80
63 version 0.81
6464
6565 =head1 SYNOPSIS
6666
146146
147147 =head1 COPYRIGHT AND LICENSE
148148
149 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
149 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
150150
151151 This is free software; you can redistribute it and/or modify it under
152152 the same terms as the Perl 5 programming language system itself.
1212 default => sub { [ 0, 1 ] },
1313 );
1414
15 our $VERSION = '0.80';
15 our $VERSION = '0.81';
1616
1717 sub _build_cmd {'jslint'}
1818
4141
4242 =head1 VERSION
4343
44 version 0.80
44 version 0.81
4545
4646 =head1 SYNOPSIS
4747
9999
100100 =head1 COPYRIGHT AND LICENSE
101101
102 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
102 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
103103
104104 This is free software; you can redistribute it and/or modify it under
105105 the same terms as the Perl 5 programming language system itself.
77
88 use Moo;
99
10 our $VERSION = '0.80';
10 our $VERSION = '0.81';
1111
1212 extends 'Code::TidyAll::Plugin';
1313
4949
5050 =head1 VERSION
5151
52 version 0.80
52 version 0.81
5353
5454 =head1 SYNOPSIS
5555
9696
9797 =head1 COPYRIGHT AND LICENSE
9898
99 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
99 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
100100
101101 This is free software; you can redistribute it and/or modify it under
102102 the same terms as the Perl 5 programming language system itself.
99
1010 extends 'Code::TidyAll::Plugin';
1111
12 our $VERSION = '0.80';
12 our $VERSION = '0.81';
1313
1414 sub _build_cmd {'masontidy'}
1515
3838
3939 =head1 VERSION
4040
41 version 0.80
41 version 0.81
4242
4343 =head1 SYNOPSIS
4444
9090
9191 =head1 COPYRIGHT AND LICENSE
9292
93 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
93 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
9494
9595 This is free software; you can redistribute it and/or modify it under
9696 the same terms as the Perl 5 programming language system itself.
88
99 with 'Code::TidyAll::Role::RunsCommand';
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 sub _build_cmd {'phpcs'}
1414
3636
3737 =head1 VERSION
3838
39 version 0.80
39 version 0.81
4040
4141 =head1 SYNOPSIS
4242
9696
9797 =head1 COPYRIGHT AND LICENSE
9898
99 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
99 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
100100
101101 This is free software; you can redistribute it and/or modify it under
102102 the same terms as the Perl 5 programming language system itself.
88
99 with 'Code::TidyAll::Role::RunsCommand';
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 # On Windows only the batch file is actually executable.
1414 my $cmd = $^O eq 'MSWin32' ? 'perlcritic.bat' : 'perlcritic';
3939
4040 =head1 VERSION
4141
42 version 0.80
42 version 0.81
4343
4444 =head1 SYNOPSIS
4545
9999
100100 =head1 COPYRIGHT AND LICENSE
101101
102 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
102 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
103103
104104 This is free software; you can redistribute it and/or modify it under
105105 the same terms as the Perl 5 programming language system itself.
99
1010 extends 'Code::TidyAll::Plugin';
1111
12 our $VERSION = '0.80';
12 our $VERSION = '0.81';
1313
1414 sub transform_source {
1515 my ( $self, $source ) = @_;
2828 # might be hidden in other bundles, e.g. -pbp. Be defensive and
2929 # check both.
3030 my ( $output, $error_flag, $errorfile, $stderr, $destination );
31
32 # Add --encode-output-strings (-eos) for PT releases in 2022 and later to
33 # tell perltidy that we want encoded character strings returned. See
34 # https://github.com/houseabsolute/perl-code-tidyall/issues/84
35 # https://github.com/perltidy/perltidy/issues/83
36 my $argv = $self->argv;
37 $argv .= ' --encode-output-strings' if $Perl::Tidy::VERSION > 20220101;
38
3139 $output = capture_merged {
3240 $error_flag = Perl::Tidy::perltidy(
3341 argv => $self->argv,
6068
6169 =head1 VERSION
6270
63 version 0.80
71 version 0.81
6472
6573 =head1 SYNOPSIS
6674
96104
97105 Arguments to pass to C<perltidy>.
98106
107 If you are using C<Perl::Tidy> version 20220101 or newer, than the
108 C<--encode-output-strings> flag will be appended to whatever you supply. In
109 this case, you should ensure that you are I<not> passing a
110 C<--character-encoding> (C<-enc>) or C<-utf8> flag to perltidy as well.
111
99112 =head1 SUPPORT
100113
101114 Bugs may be submitted at L<https://github.com/houseabsolute/perl-code-tidyall/issues>.
120133
121134 =head1 COPYRIGHT AND LICENSE
122135
123 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
136 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
124137
125138 This is free software; you can redistribute it and/or modify it under
126139 the same terms as the Perl 5 programming language system itself.
99
1010 extends 'Code::TidyAll::Plugin';
1111
12 our $VERSION = '0.80';
12 our $VERSION = '0.81';
1313
1414 sub transform_source {
1515 my ( $self, $source ) = @_;
5353
5454 =head1 VERSION
5555
56 version 0.80
56 version 0.81
5757
5858 =head1 SYNOPSIS
5959
115115
116116 =head1 COPYRIGHT AND LICENSE
117117
118 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
118 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
119119
120120 This is free software; you can redistribute it and/or modify it under
121121 the same terms as the Perl 5 programming language system itself.
99
1010 extends 'Code::TidyAll::Plugin';
1111
12 our $VERSION = '0.80';
12 our $VERSION = '0.81';
1313
1414 has warnings => (
1515 is => 'ro',
4646
4747 =head1 VERSION
4848
49 version 0.80
49 version 0.81
5050
5151 =head1 SYNOPSIS
5252
106106
107107 =head1 COPYRIGHT AND LICENSE
108108
109 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
109 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
110110
111111 This is free software; you can redistribute it and/or modify it under
112112 the same terms as the Perl 5 programming language system itself.
1313
1414 extends 'Code::TidyAll::Plugin';
1515
16 our $VERSION = '0.80';
16 our $VERSION = '0.81';
1717
1818 has ispell_argv => (
1919 is => 'ro',
7878
7979 =head1 VERSION
8080
81 version 0.80
81 version 0.81
8282
8383 =head1 SYNOPSIS
8484
160160
161161 =head1 COPYRIGHT AND LICENSE
162162
163 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
163 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
164164
165165 This is free software; you can redistribute it and/or modify it under
166166 the same terms as the Perl 5 programming language system itself.
1010
1111 extends 'Code::TidyAll::Plugin';
1212
13 our $VERSION = '0.80';
13 our $VERSION = '0.81';
1414
1515 has columns => (
1616 is => 'ro',
4848
4949 =head1 VERSION
5050
51 version 0.80
51 version 0.81
5252
5353 =head1 SYNOPSIS
5454
100100
101101 =head1 COPYRIGHT AND LICENSE
102102
103 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
103 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
104104
105105 This is free software; you can redistribute it and/or modify it under
106106 the same terms as the Perl 5 programming language system itself.
66
77 extends 'Code::TidyAll::Plugin';
88
9 our $VERSION = '0.80';
9 our $VERSION = '0.81';
1010
1111 sub transform_source {
1212 my ( $self, $source ) = @_;
3030
3131 =head1 VERSION
3232
33 version 0.80
33 version 0.81
3434
3535 =head1 SYNOPSIS
3636
6969
7070 =head1 COPYRIGHT AND LICENSE
7171
72 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
72 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
7373
7474 This is free software; you can redistribute it and/or modify it under
7575 the same terms as the Perl 5 programming language system itself.
1414
1515 use Moo;
1616
17 our $VERSION = '0.80';
17 our $VERSION = '0.81';
1818
1919 has argv => (
2020 is => 'ro',
250250
251251 =head1 VERSION
252252
253 version 0.80
253 version 0.81
254254
255255 =head1 SYNOPSIS
256256
417417
418418 =head1 COPYRIGHT AND LICENSE
419419
420 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
420 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
421421
422422 This is free software; you can redistribute it and/or modify it under
423423 the same terms as the Perl 5 programming language system itself.
99
1010 use Moo;
1111
12 our $VERSION = '0.80';
12 our $VERSION = '0.81';
1313
1414 has error => (
1515 is => 'ro',
5454
5555 =head1 VERSION
5656
57 version 0.80
57 version 0.81
5858
5959 =head1 SYNOPSIS
6060
137137
138138 =head1 COPYRIGHT AND LICENSE
139139
140 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
140 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
141141
142142 This is free software; you can redistribute it and/or modify it under
143143 the same terms as the Perl 5 programming language system itself.
1212
1313 with 'Code::TidyAll::Role::RunsCommand';
1414
15 our $VERSION = '0.80';
15 our $VERSION = '0.81';
1616
1717 has 'cmd' => (
1818 is => 'ro',
5252
5353 =head1 VERSION
5454
55 version 0.80
55 version 0.81
5656
5757 =head1 SYNOPSIS
5858
106106
107107 =head1 COPYRIGHT AND LICENSE
108108
109 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
109 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
110110
111111 This is free software; you can redistribute it and/or modify it under
112112 the same terms as the Perl 5 programming language system itself.
88
99 use Moo::Role;
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 has ignore => (
1414 is => 'ro',
6666
6767 =head1 VERSION
6868
69 version 0.80
69 version 0.81
7070
7171 =head1 SUPPORT
7272
9292
9393 =head1 COPYRIGHT AND LICENSE
9494
95 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
95 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
9696
9797 This is free software; you can redistribute it and/or modify it under
9898 the same terms as the Perl 5 programming language system itself.
1111
1212 use Moo::Role;
1313
14 our $VERSION = '0.80';
14 our $VERSION = '0.81';
1515
1616 has ok_exit_codes => (
1717 is => 'ro',
7373
7474 =head1 VERSION
7575
76 version 0.80
76 version 0.81
7777
7878 =head1 SYNOPSIS
7979
149149
150150 =head1 COPYRIGHT AND LICENSE
151151
152 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
152 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
153153
154154 This is free software; you can redistribute it and/or modify it under
155155 the same terms as the Perl 5 programming language system itself.
88
99 use Moo::Role;
1010
11 our $VERSION = '0.80';
11 our $VERSION = '0.81';
1212
1313 has _tempdir => (
1414 is => 'ro',
4747
4848 =head1 VERSION
4949
50 version 0.80
50 version 0.81
5151
5252 =head1 SYNOPSIS
5353
9898
9999 =head1 COPYRIGHT AND LICENSE
100100
101 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
101 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
102102
103103 This is free software; you can redistribute it and/or modify it under
104104 the same terms as the Perl 5 programming language system itself.
1212
1313 use Moo;
1414
15 our $VERSION = '0.80';
15 our $VERSION = '0.81';
1616
1717 # Public
1818 has conf_name => ( is => 'ro' );
181181
182182 =head1 VERSION
183183
184 version 0.80
184 version 0.81
185185
186186 =head1 SYNOPSIS
187187
336336
337337 =head1 COPYRIGHT AND LICENSE
338338
339 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
339 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
340340
341341 This is free software; you can redistribute it and/or modify it under
342342 the same terms as the Perl 5 programming language system itself.
77
88 use Exporter qw(import);
99
10 our $VERSION = '0.80';
10 our $VERSION = '0.81';
1111
1212 our @EXPORT_OK = qw(svn_uncommitted_files);
1313
3737
3838 =head1 VERSION
3939
40 version 0.80
40 version 0.81
4141
4242 =head1 SUPPORT
4343
6363
6464 =head1 COPYRIGHT AND LICENSE
6565
66 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
66 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
6767
6868 This is free software; you can redistribute it and/or modify it under
6969 the same terms as the Perl 5 programming language system itself.
44 use strict;
55 use warnings;
66
7 our $VERSION = '0.80';
7 our $VERSION = '0.81';
88
99 use Exporter qw(import);
1010
124124
125125 =head1 VERSION
126126
127 version 0.80
127 version 0.81
128128
129129 =head1 SUPPORT
130130
150150
151151 =head1 COPYRIGHT AND LICENSE
152152
153 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
153 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
154154
155155 This is free software; you can redistribute it and/or modify it under
156156 the same terms as the Perl 5 programming language system itself.
77
88 use Exporter qw(import);
99
10 our $VERSION = '0.80';
10 our $VERSION = '0.81';
1111
1212 our @EXPORT_OK = qw(tempdir_simple);
1313
5454
5555 =head1 VERSION
5656
57 version 0.80
57 version 0.81
5858
5959 =head1 SUPPORT
6060
8080
8181 =head1 COPYRIGHT AND LICENSE
8282
83 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
83 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
8484
8585 This is free software; you can redistribute it and/or modify it under
8686 the same terms as the Perl 5 programming language system itself.
11 use strict;
22 use warnings 'all', FATAL => 'recursion';
33 use 5.008008;
4 our $VERSION = '0.80';
4 our $VERSION = '0.81';
55 use base qw(Exporter);
66
77 our @EXPORT = qw(zglob);
292292
293293 =head1 VERSION
294294
295 version 0.80
295 version 0.81
296296
297297 =head1 DESCRIPTION
298298
332332
333333 =head1 COPYRIGHT AND LICENSE
334334
335 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
335 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
336336
337337 This is free software; you can redistribute it and/or modify it under
338338 the same terms as the Perl 5 programming language system itself.
2828
2929 use Moo 2.000000;
3030
31 our $VERSION = '0.80';
31 our $VERSION = '0.81';
3232
3333 sub default_conf_names { ( 'tidyall.ini', '.tidyallrc' ) }
3434
849849
850850 =head1 VERSION
851851
852 version 0.80
852 version 0.81
853853
854854 =head1 SYNOPSIS
855855
11531153
11541154 =head1 COPYRIGHT AND LICENSE
11551155
1156 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
1156 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
11571157
11581158 This is free software; you can redistribute it and/or modify it under
11591159 the same terms as the Perl 5 programming language system itself.
1212
1313 use Exporter qw(import);
1414
15 our $VERSION = '0.80';
15 our $VERSION = '0.81';
1616
1717 my $test = Test::Builder->new;
1818
9393
9494 =head1 VERSION
9595
96 version 0.80
96 version 0.81
9797
9898 =head1 SYNOPSIS
9999
166166
167167 =head1 COPYRIGHT AND LICENSE
168168
169 This software is copyright (c) 2011 - 2021 by Jonathan Swartz.
169 This software is copyright (c) 2011 - 2022 by Jonathan Swartz.
170170
171171 This is free software; you can redistribute it and/or modify it under
172172 the same terms as the Perl 5 programming language system itself.
00 {
11 "name": "perl-code-tidyall",
22 "version": "1.0.0",
3 "lockfileVersion": 1,
3 "lockfileVersion": 2,
44 "requires": true,
5 "packages": {
6 "": {
7 "name": "perl-code-tidyall",
8 "version": "1.0.0",
9 "dependencies": {
10 "bluebird": "^3.7.2",
11 "cssunminifier": "^0.0.2",
12 "editorconfig": "^0.14.2",
13 "js-beautify": "^1.14.0",
14 "jshint": "^2.13.1",
15 "jslint": "^0.11.0"
16 },
17 "devDependencies": {}
18 },
19 "node_modules/abbrev": {
20 "version": "1.1.1",
21 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
22 "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
23 },
24 "node_modules/balanced-match": {
25 "version": "1.0.2",
26 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
27 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
28 },
29 "node_modules/bluebird": {
30 "version": "3.7.2",
31 "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
32 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
33 },
34 "node_modules/brace-expansion": {
35 "version": "1.1.11",
36 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
37 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
38 "dependencies": {
39 "balanced-match": "^1.0.0",
40 "concat-map": "0.0.1"
41 }
42 },
43 "node_modules/buffer-shims": {
44 "version": "1.0.0",
45 "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
46 "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E="
47 },
48 "node_modules/cli": {
49 "version": "1.0.1",
50 "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
51 "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
52 "dependencies": {
53 "exit": "0.1.2",
54 "glob": "^7.1.1"
55 },
56 "engines": {
57 "node": ">=0.2.5"
58 }
59 },
60 "node_modules/commander": {
61 "version": "2.20.3",
62 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
63 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
64 },
65 "node_modules/concat-map": {
66 "version": "0.0.1",
67 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
68 "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
69 },
70 "node_modules/config-chain": {
71 "version": "1.1.13",
72 "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
73 "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
74 "dependencies": {
75 "ini": "^1.3.4",
76 "proto-list": "~1.2.1"
77 }
78 },
79 "node_modules/console-browserify": {
80 "version": "1.1.0",
81 "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
82 "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
83 "dependencies": {
84 "date-now": "^0.1.4"
85 }
86 },
87 "node_modules/core-util-is": {
88 "version": "1.0.3",
89 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
90 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
91 },
92 "node_modules/cssunminifier": {
93 "version": "0.0.2",
94 "resolved": "https://registry.npmjs.org/cssunminifier/-/cssunminifier-0.0.2.tgz",
95 "integrity": "sha1-luhwjo+nn6Bf+o24mEopkiDkmrw=",
96 "bin": {
97 "cssunminifier": "bin/cssunminifier"
98 },
99 "engines": {
100 "node": ">=0.5.2"
101 }
102 },
103 "node_modules/date-now": {
104 "version": "0.1.4",
105 "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
106 "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs="
107 },
108 "node_modules/dom-serializer": {
109 "version": "0.2.2",
110 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
111 "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
112 "dependencies": {
113 "domelementtype": "^2.0.1",
114 "entities": "^2.0.0"
115 }
116 },
117 "node_modules/dom-serializer/node_modules/domelementtype": {
118 "version": "2.2.0",
119 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
120 "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
121 "funding": [
122 {
123 "type": "github",
124 "url": "https://github.com/sponsors/fb55"
125 }
126 ]
127 },
128 "node_modules/dom-serializer/node_modules/entities": {
129 "version": "2.2.0",
130 "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
131 "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
132 "funding": {
133 "url": "https://github.com/fb55/entities?sponsor=1"
134 }
135 },
136 "node_modules/domelementtype": {
137 "version": "1.3.1",
138 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
139 "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
140 },
141 "node_modules/domhandler": {
142 "version": "2.3.0",
143 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
144 "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
145 "dependencies": {
146 "domelementtype": "1"
147 }
148 },
149 "node_modules/domutils": {
150 "version": "1.5.1",
151 "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
152 "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
153 "dependencies": {
154 "dom-serializer": "0",
155 "domelementtype": "1"
156 }
157 },
158 "node_modules/editorconfig": {
159 "version": "0.14.2",
160 "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.14.2.tgz",
161 "integrity": "sha512-tghjvKwo1gakrhFiZWlbo5ILWAfnuOu1JFztW0li+vzbnInN0CMZuF4F0T/Pnn9UWpT7Mr1aFTWdHVuxiR9K9A==",
162 "dependencies": {
163 "bluebird": "^3.0.5",
164 "commander": "^2.9.0",
165 "lru-cache": "^3.2.0",
166 "semver": "^5.1.0",
167 "sigmund": "^1.0.1"
168 },
169 "bin": {
170 "editorconfig": "bin/editorconfig"
171 }
172 },
173 "node_modules/entities": {
174 "version": "1.0.0",
175 "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
176 "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY="
177 },
178 "node_modules/exit": {
179 "version": "0.1.2",
180 "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
181 "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
182 "engines": {
183 "node": ">= 0.8.0"
184 }
185 },
186 "node_modules/fs.realpath": {
187 "version": "1.0.0",
188 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
189 "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
190 },
191 "node_modules/glob": {
192 "version": "7.2.0",
193 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
194 "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
195 "dependencies": {
196 "fs.realpath": "^1.0.0",
197 "inflight": "^1.0.4",
198 "inherits": "2",
199 "minimatch": "^3.0.4",
200 "once": "^1.3.0",
201 "path-is-absolute": "^1.0.0"
202 },
203 "engines": {
204 "node": "*"
205 },
206 "funding": {
207 "url": "https://github.com/sponsors/isaacs"
208 }
209 },
210 "node_modules/htmlparser2": {
211 "version": "3.8.3",
212 "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
213 "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
214 "dependencies": {
215 "domelementtype": "1",
216 "domhandler": "2.3",
217 "domutils": "1.5",
218 "entities": "1.0",
219 "readable-stream": "1.1"
220 }
221 },
222 "node_modules/inflight": {
223 "version": "1.0.6",
224 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
225 "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
226 "dependencies": {
227 "once": "^1.3.0",
228 "wrappy": "1"
229 }
230 },
231 "node_modules/inherits": {
232 "version": "2.0.4",
233 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
234 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
235 },
236 "node_modules/ini": {
237 "version": "1.3.8",
238 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
239 "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
240 },
241 "node_modules/isarray": {
242 "version": "0.0.1",
243 "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
244 "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
245 },
246 "node_modules/js-beautify": {
247 "version": "1.14.0",
248 "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz",
249 "integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==",
250 "dependencies": {
251 "config-chain": "^1.1.12",
252 "editorconfig": "^0.15.3",
253 "glob": "^7.1.3",
254 "nopt": "^5.0.0"
255 },
256 "bin": {
257 "css-beautify": "js/bin/css-beautify.js",
258 "html-beautify": "js/bin/html-beautify.js",
259 "js-beautify": "js/bin/js-beautify.js"
260 },
261 "engines": {
262 "node": ">=10"
263 }
264 },
265 "node_modules/js-beautify/node_modules/editorconfig": {
266 "version": "0.15.3",
267 "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz",
268 "integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==",
269 "dependencies": {
270 "commander": "^2.19.0",
271 "lru-cache": "^4.1.5",
272 "semver": "^5.6.0",
273 "sigmund": "^1.0.1"
274 },
275 "bin": {
276 "editorconfig": "bin/editorconfig"
277 }
278 },
279 "node_modules/js-beautify/node_modules/lru-cache": {
280 "version": "4.1.5",
281 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
282 "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
283 "dependencies": {
284 "pseudomap": "^1.0.2",
285 "yallist": "^2.1.2"
286 }
287 },
288 "node_modules/jshint": {
289 "version": "2.13.4",
290 "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
291 "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
292 "dependencies": {
293 "cli": "~1.0.0",
294 "console-browserify": "1.1.x",
295 "exit": "0.1.x",
296 "htmlparser2": "3.8.x",
297 "lodash": "~4.17.21",
298 "minimatch": "~3.0.2",
299 "strip-json-comments": "1.0.x"
300 },
301 "bin": {
302 "jshint": "bin/jshint"
303 }
304 },
305 "node_modules/jshint/node_modules/minimatch": {
306 "version": "3.0.8",
307 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
308 "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
309 "dependencies": {
310 "brace-expansion": "^1.1.7"
311 },
312 "engines": {
313 "node": "*"
314 }
315 },
316 "node_modules/jslint": {
317 "version": "0.11.0",
318 "resolved": "https://registry.npmjs.org/jslint/-/jslint-0.11.0.tgz",
319 "integrity": "sha512-8fJpIIYo9+EtR4v+qZxZKsaVQB1L974SWCHcmXLnvtYUQ2PBXZ5NCTSrWolJhYMBaGmrj1OPFnI8avksDQhtRA==",
320 "dependencies": {
321 "exit": "~0.1.2",
322 "glob": "~7.1.2",
323 "nopt": "~3.0.1",
324 "readable-stream": "~2.1.5"
325 },
326 "bin": {
327 "jslint": "bin/jslint.js"
328 },
329 "engines": {
330 "node": ">=0.8.0"
331 }
332 },
333 "node_modules/jslint/node_modules/glob": {
334 "version": "7.1.7",
335 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
336 "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
337 "dependencies": {
338 "fs.realpath": "^1.0.0",
339 "inflight": "^1.0.4",
340 "inherits": "2",
341 "minimatch": "^3.0.4",
342 "once": "^1.3.0",
343 "path-is-absolute": "^1.0.0"
344 },
345 "engines": {
346 "node": "*"
347 },
348 "funding": {
349 "url": "https://github.com/sponsors/isaacs"
350 }
351 },
352 "node_modules/jslint/node_modules/isarray": {
353 "version": "1.0.0",
354 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
355 "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
356 },
357 "node_modules/jslint/node_modules/nopt": {
358 "version": "3.0.6",
359 "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
360 "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
361 "dependencies": {
362 "abbrev": "1"
363 },
364 "bin": {
365 "nopt": "bin/nopt.js"
366 }
367 },
368 "node_modules/jslint/node_modules/readable-stream": {
369 "version": "2.1.5",
370 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz",
371 "integrity": "sha1-ZvqLcg4UOLNkaB8q0aY8YYRIydA=",
372 "dependencies": {
373 "buffer-shims": "^1.0.0",
374 "core-util-is": "~1.0.0",
375 "inherits": "~2.0.1",
376 "isarray": "~1.0.0",
377 "process-nextick-args": "~1.0.6",
378 "string_decoder": "~0.10.x",
379 "util-deprecate": "~1.0.1"
380 }
381 },
382 "node_modules/lodash": {
383 "version": "4.17.21",
384 "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
385 "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
386 },
387 "node_modules/lru-cache": {
388 "version": "3.2.0",
389 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz",
390 "integrity": "sha1-cXibO39Tmb7IVl3aOKow0qCX7+4=",
391 "dependencies": {
392 "pseudomap": "^1.0.1"
393 }
394 },
395 "node_modules/minimatch": {
396 "version": "3.1.2",
397 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
398 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
399 "dependencies": {
400 "brace-expansion": "^1.1.7"
401 },
402 "engines": {
403 "node": "*"
404 }
405 },
406 "node_modules/nopt": {
407 "version": "5.0.0",
408 "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
409 "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
410 "dependencies": {
411 "abbrev": "1"
412 },
413 "bin": {
414 "nopt": "bin/nopt.js"
415 },
416 "engines": {
417 "node": ">=6"
418 }
419 },
420 "node_modules/once": {
421 "version": "1.4.0",
422 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
423 "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
424 "dependencies": {
425 "wrappy": "1"
426 }
427 },
428 "node_modules/path-is-absolute": {
429 "version": "1.0.1",
430 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
431 "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
432 "engines": {
433 "node": ">=0.10.0"
434 }
435 },
436 "node_modules/process-nextick-args": {
437 "version": "1.0.7",
438 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
439 "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M="
440 },
441 "node_modules/proto-list": {
442 "version": "1.2.4",
443 "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
444 "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk="
445 },
446 "node_modules/pseudomap": {
447 "version": "1.0.2",
448 "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
449 "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
450 },
451 "node_modules/readable-stream": {
452 "version": "1.1.14",
453 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
454 "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
455 "dependencies": {
456 "core-util-is": "~1.0.0",
457 "inherits": "~2.0.1",
458 "isarray": "0.0.1",
459 "string_decoder": "~0.10.x"
460 }
461 },
462 "node_modules/semver": {
463 "version": "5.7.1",
464 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
465 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
466 "bin": {
467 "semver": "bin/semver"
468 }
469 },
470 "node_modules/sigmund": {
471 "version": "1.0.1",
472 "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
473 "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA="
474 },
475 "node_modules/string_decoder": {
476 "version": "0.10.31",
477 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
478 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
479 },
480 "node_modules/strip-json-comments": {
481 "version": "1.0.4",
482 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
483 "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
484 "bin": {
485 "strip-json-comments": "cli.js"
486 },
487 "engines": {
488 "node": ">=0.8.0"
489 }
490 },
491 "node_modules/util-deprecate": {
492 "version": "1.0.2",
493 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
494 "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
495 },
496 "node_modules/wrappy": {
497 "version": "1.0.2",
498 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
499 "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
500 },
501 "node_modules/yallist": {
502 "version": "2.1.2",
503 "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
504 "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
505 }
506 },
5507 "dependencies": {
6508 "abbrev": {
7 "version": "1.1.0",
8 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
9 "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8="
509 "version": "1.1.1",
510 "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
511 "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
10512 },
11513 "balanced-match": {
12 "version": "1.0.0",
13 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
14 "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
514 "version": "1.0.2",
515 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
516 "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
15517 },
16518 "bluebird": {
17519 "version": "3.7.2",
19521 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
20522 },
21523 "brace-expansion": {
22 "version": "1.1.8",
23 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
24 "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
524 "version": "1.1.11",
525 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
526 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
25527 "requires": {
26528 "balanced-match": "^1.0.0",
27529 "concat-map": "0.0.1"
69571 }
70572 },
71573 "core-util-is": {
72 "version": "1.0.2",
73 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
74 "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
574 "version": "1.0.3",
575 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
576 "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
75577 },
76578 "cssunminifier": {
77579 "version": "0.0.2",
154656 "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
155657 },
156658 "glob": {
157 "version": "7.1.2",
158 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
159 "integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=",
659 "version": "7.2.0",
660 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
661 "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
160662 "requires": {
161663 "fs.realpath": "^1.0.0",
162664 "inflight": "^1.0.4",
188690 }
189691 },
190692 "inherits": {
191 "version": "2.0.3",
192 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
193 "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
693 "version": "2.0.4",
694 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
695 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
194696 },
195697 "ini": {
196698 "version": "1.3.8",
224726 "sigmund": "^1.0.1"
225727 }
226728 },
729 "lru-cache": {
730 "version": "4.1.5",
731 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
732 "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
733 "requires": {
734 "pseudomap": "^1.0.2",
735 "yallist": "^2.1.2"
736 }
737 }
738 }
739 },
740 "jshint": {
741 "version": "2.13.4",
742 "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz",
743 "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==",
744 "requires": {
745 "cli": "~1.0.0",
746 "console-browserify": "1.1.x",
747 "exit": "0.1.x",
748 "htmlparser2": "3.8.x",
749 "lodash": "~4.17.21",
750 "minimatch": "~3.0.2",
751 "strip-json-comments": "1.0.x"
752 },
753 "dependencies": {
754 "minimatch": {
755 "version": "3.0.8",
756 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
757 "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
758 "requires": {
759 "brace-expansion": "^1.1.7"
760 }
761 }
762 }
763 },
764 "jslint": {
765 "version": "0.11.0",
766 "resolved": "https://registry.npmjs.org/jslint/-/jslint-0.11.0.tgz",
767 "integrity": "sha512-8fJpIIYo9+EtR4v+qZxZKsaVQB1L974SWCHcmXLnvtYUQ2PBXZ5NCTSrWolJhYMBaGmrj1OPFnI8avksDQhtRA==",
768 "requires": {
769 "exit": "~0.1.2",
770 "glob": "~7.1.2",
771 "nopt": "~3.0.1",
772 "readable-stream": "~2.1.5"
773 },
774 "dependencies": {
227775 "glob": {
228 "version": "7.2.0",
229 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
230 "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
776 "version": "7.1.7",
777 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
778 "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
231779 "requires": {
232780 "fs.realpath": "^1.0.0",
233781 "inflight": "^1.0.4",
237785 "path-is-absolute": "^1.0.0"
238786 }
239787 },
240 "lru-cache": {
241 "version": "4.1.5",
242 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
243 "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
244 "requires": {
245 "pseudomap": "^1.0.2",
246 "yallist": "^2.1.2"
247 }
248 },
249 "nopt": {
250 "version": "5.0.0",
251 "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
252 "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
253 "requires": {
254 "abbrev": "1"
255 }
256 }
257 }
258 },
259 "jshint": {
260 "version": "2.13.1",
261 "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.1.tgz",
262 "integrity": "sha512-vymzfR3OysF5P774x6zYv0bD4EpH6NWRxpq54wO9mA9RuY49yb1teKSICkLx2Ryx+mfzlVVNNbTBtsRtg78t7g==",
263 "requires": {
264 "cli": "~1.0.0",
265 "console-browserify": "1.1.x",
266 "exit": "0.1.x",
267 "htmlparser2": "3.8.x",
268 "lodash": "~4.17.21",
269 "minimatch": "~3.0.2",
270 "shelljs": "0.3.x",
271 "strip-json-comments": "1.0.x"
272 }
273 },
274 "jslint": {
275 "version": "0.11.0",
276 "resolved": "https://registry.npmjs.org/jslint/-/jslint-0.11.0.tgz",
277 "integrity": "sha1-e4Ur+F2WxaL/wT+DZwr/bRF8nq4=",
278 "requires": {
279 "exit": "~0.1.2",
280 "glob": "~7.1.2",
281 "nopt": "~3.0.1",
282 "readable-stream": "~2.1.5"
283 },
284 "dependencies": {
285788 "isarray": {
286789 "version": "1.0.0",
287790 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
288791 "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
792 },
793 "nopt": {
794 "version": "3.0.6",
795 "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
796 "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
797 "requires": {
798 "abbrev": "1"
799 }
289800 },
290801 "readable-stream": {
291802 "version": "2.1.5",
317828 }
318829 },
319830 "minimatch": {
320 "version": "3.0.4",
321 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
322 "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
831 "version": "3.1.2",
832 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
833 "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
323834 "requires": {
324835 "brace-expansion": "^1.1.7"
325836 }
326837 },
327838 "nopt": {
328 "version": "3.0.6",
329 "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
330 "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
839 "version": "5.0.0",
840 "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
841 "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
331842 "requires": {
332843 "abbrev": "1"
333844 }
375886 "version": "5.7.1",
376887 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
377888 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
378 },
379 "shelljs": {
380 "version": "0.3.0",
381 "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
382 "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E="
383889 },
384890 "sigmund": {
385891 "version": "1.0.1",