1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libjavascript-beautifier-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 12~),
libmodule-build-perl
Build-Depends-Indep: perl,
libtest-pod-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjavascript-beautifier-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjavascript-beautifier-perl.git
Homepage: https://metacpan.org/release/JavaScript-Beautifier
Package: libjavascript-beautifier-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Recommends: libfile-slurp-tiny-perl,
libipc-run3-perl,
libmoo-perl,
libtry-tiny-perl
Description: Perl module to beautify JavaScript code
JavaScript::Beautifier is a Perl module providing a simple way to beautify
arbitrary JavaScript code. This beautifier can process your messy or compacted
JavaScript, neatly and consistently formatting it, thus making it easier to
read and maintain.
|