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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: node-terser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
brotli,
debhelper-compat (= 12),
help2man <!nodoc>,
mocha <!nocheck>,
node-acorn,
node-commander,
node-escodegen <!nocheck>,
node-semver <!nocheck>,
node-source-map,
pandoc <!nodoc>,
pigz,
rollup (>= 0.61.0),
Standards-Version: 4.5.0
Homepage: https://terser.org/
Vcs-Browser: https://salsa.debian.org/js-team/node-terser
Vcs-Git: https://salsa.debian.org/js-team/node-terser.git
#Rules-Requires-Root: no
Package: node-terser
Architecture: all
Depends:
node-source-map,
nodejs (>= 6),
libjs-terser (= ${source:Version}),
${misc:Depends},
Description: parser/mangler/compressor for ES6+ - Node.js library
Terser is a parser, mangler, optimizer and beautifier toolkit
for ECMAScript 2015 and newer (ES6+).
.
terser is a fork of uglify-es
that retains API and CLI compatibility with uglify-es
(Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs).
.
ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6)
is the 6th formal definition of JavaScript -
a high-level, interpreted programming language
most notably used in web browsers and in Node.js.
.
This package contains Terser usable with Node.js.
Package: libjs-terser
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
javascript-common,
Description: parser/mangler/compressor for ES6+ - browser library
Terser is a parser, mangler, optimizer and beautifier toolkit
for ECMAScript 2015 and newer (ES6+).
.
terser is a fork of uglify-es
that retains API and CLI compatibility with uglify-es
(Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs).
.
ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6)
is the 6th formal definition of JavaScript -
a high-level, interpreted programming language
most notably used in web browsers and in Node.js.
.
This package contains Terser directly usable in web browsers.
Package: uglifyjs.terser
Architecture: all
Depends:
node-commander,
node-terser (= ${source:Version}),
nodejs,
${misc:Depends},
Recommends:
node-source-map-support,
Suggests:
node-acorn,
Description: parser/mangler/compressor for ES6+ - CLI tool
Terser is a parser, mangler, optimizer and beautifier toolkit
for ECMAScript 2015 and newer (ES6+).
.
terser is a fork of uglify-es
that retains API and CLI compatibility with uglify-es
(Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs).
.
ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6)
is the 6th formal definition of JavaScript -
a high-level, interpreted programming language
most notably used in web browsers and in Node.js.
.
This package provides command-line tool uglifyjs.terser.
|