| 12
 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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 
 | Source: python-jsbeautifier
Section: python
Priority: optional
Maintainer: HÃ¥vard F. Aasen <havard.f.aasen@pfft.no>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-six (>= 1.13),
Standards-Version: 4.7.1
Rules-Requires-Root: no
Homepage: https://github.com/beautify-web/js-beautify
Vcs-Git: https://salsa.debian.org/debian/python-jsbeautifier.git
Vcs-Browser: https://salsa.debian.org/debian/python-jsbeautifier
Package: python3-jsbeautifier
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Replaces: python-jsbeautifier (<< 1.6.4-5),
Breaks: python-jsbeautifier (<< 1.6.4-5),
Description: JavaScript unobfuscator and beautifier (python3)
 Beautify, unpack or deobfuscate JavaScript, leveraging popular online
 obfuscators.
 .
 This is the Python 3 version of the package.
Package: jsbeautifier
Section: misc
Architecture: all
Depends: python3-jsbeautifier (>= 1.6.4-5),
         ${misc:Depends},
         ${python3:Depends},
Provides: js-beautify (= ${binary:Version}),
Description: JavaScript unobfuscator and beautifier
 Beautify, unpack or deobfuscate JavaScript, leveraging popular online
 obfuscators.
 |