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
|
# This file is autogenerated via make -f debian/rules dist. Do not edit!
Source: babel-minify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@debian.org>
Build-Depends:
debhelper (>= 11),
nodejs (>= 6)
Standards-Version: 4.2.1
Homepage: https://babjeljs.io/
Vcs-Git: https://salsa.debian.org/js-team/babel-minify.git
Vcs-Browser: https://salsa.debian.org/js-team/babel-minify
Package: babel-minify
Architecture: all
Depends:
nodejs (>= 6),
${misc:Depends}
Provides:
node-babel-helper-evaluate-path,
node-babel-helper-flip-expressions,
node-babel-helper-is-void-0,
node-babel-helper-mark-eval-scopes,
node-babel-helper-remove-or-void,
node-babel-helper-to-multiple-sequence-expressions
Description: ES6+ aware minifier based on the Babel toolchain
Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code
into a backwards compatible version of JavaScript in current and older
browsers or environments.
.
This package doesn't include all of babel-minify, the following babel-minify
helper packages are included:
* node-babel-helper-evaluate-path
* node-babel-helper-flip-expressions
* node-babel-helper-is-void-0
* node-babel-helper-mark-eval-scopes
* node-babel-helper-remove-or-void
* node-babel-helper-to-multiple-sequence-expressions
|