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
|
Source: babel-minify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.12.7~)
, help2man
, gulp
, jest (>= 29) <!nocheck>
, node-babel-core (>= 7)
, node-has-symbols <!nocheck>
, node-call-bind <!nocheck>
, node-chalk
, node-define-properties <!nocheck>
, node-es-abstract <!nocheck>
, node-esutils <!nocheck>
, node-fancy-log
, node-for-each
, node-fs-readdir-recursive <!nocheck>
, node-gulp-babel
, node-gulp-newer
, node-lodash <!nocheck>
, node-mkdirp <!nocheck>
, node-tape <!nocheck>
, node-through2
, node-yargs-parser <!nocheck>
Standards-Version: 4.6.1
Homepage: https://babeljs.io/
Vcs-Git: https://salsa.debian.org/js-team/babel-minify.git
Vcs-Browser: https://salsa.debian.org/js-team/babel-minify
Rules-Requires-Root: no
Package: babel-minify
Architecture: all
Depends:
${misc:Depends}
, node-babel-core (>= 7)
, node-has-symbols
, node-call-bind
, node-define-properties
, node-es-abstract
, node-esutils
, node-fs-readdir-recursive
, node-lodash
, node-mkdirp
, node-plugin-error
, node-tape
, node-through2
, node-vinyl-sourcemaps-apply
, node-yargs-parser
, nodejs:any
Provides: ${nodejs:Provides}
Suggests: jest
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.
|