Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-JavaScript-Minifier | Distribution: Mageia |
Version: 1.160.0 | Vendor: Mageia.Org |
Release: 2.mga9 | Build date: Mon Mar 21 14:59:46 2022 |
Group: Development/Perl | Build host: localhost |
Size: 68329 | Source RPM: perl-JavaScript-Minifier-1.160.0-2.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/JavaScript-Minifier | |
Summary: Perl extension for minifying JavaScript code |
This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. Internet Explorer conditional comments are copied to the output but the code inside these comments will not be minified. The ECMAScript specifications allow for many different whitespace characters: space, horizontal tab, vertical tab, new line, carriage return, form feed, and paragraph separator. This module understands all of these as whitespace except for vertical tab and paragraph separator. These two types of whitespace are not minimized. For static JavaScript files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful.
GPL+ or Artistic
* Mon Mar 21 2022 umeabot <umeabot> 1.160.0-2.mga9 + Revision: 1814188 - Mageia 9 Mass Rebuild * Fri Mar 05 2021 tv <tv> 1.160.0-1.mga9 + Revision: 1699832 - update to 1.16 * Thu Feb 25 2021 tv <tv> 1.150.0-1.mga9 + Revision: 1691351 - update to 1.15
/usr/share/doc/perl-JavaScript-Minifier /usr/share/doc/perl-JavaScript-Minifier/Changes /usr/share/doc/perl-JavaScript-Minifier/INSTALL /usr/share/doc/perl-JavaScript-Minifier/LICENSE /usr/share/doc/perl-JavaScript-Minifier/META.yml /usr/share/doc/perl-JavaScript-Minifier/MYMETA.yml /usr/share/doc/perl-JavaScript-Minifier/README /usr/share/doc/perl-JavaScript-Minifier/examples /usr/share/doc/perl-JavaScript-Minifier/examples/minify.pl /usr/share/man/man3/JavaScript::Minifier.3pm.xz /usr/share/perl5/vendor_perl/JavaScript /usr/share/perl5/vendor_perl/JavaScript/Minifier.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Dec 1 07:44:35 2024