Source: node-babel7
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.15.5~)
 , esbuild
 , gulp
 , help2man
 , node-ampproject-remapping
 , node-babel7 (>= 8)
 , node-babel-plugin-polyfill-corejs3 (>= 1~)
 , node-browserslist (>= 4.24~)
 , node-cacache
 , node-chokidar
 , node-clone-deep
 , node-commander (>= 14~)
 , node-convert-source-map (>= 2~)
 , node-core-js
 , node-core-js-compat
 , node-core-js-pure
 , node-cspotcode-source-map-support
 , node-empathic
 , node-glob (>= 13~)
 , node-globals
 , node-import-meta-resolve (>= 4.2~)
 , node-jest
 , node-jest-worker
 , node-js-tokens
 , node-jsesc
 , node-json5
 , node-lru-cache (>= 11~)
 , node-magic-string
 , node-obug
 , node-p-limit
 , node-regenerate-unicode-properties
 , node-regexpu-core (>= 6.3~)
 , node-resolve
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-dts
 , node-rollup-plugin-json
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-polyfill-node
 , node-rollup-plugin-replace
 , node-rollup-plugin-terser
 , node-semver
 , node-slash (>= 5~)
 , node-typescript (>= 6~)
 , node-v8flags
 , rollup
 , terser
 , dh-nodejs
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-babel
Vcs-Git: https://salsa.debian.org/js-team/node-babel.git
Testsuite: autopkgtest-pkg-nodejs
Homepage: https://babeljs.io/

Package: node-babel7
Architecture: all
Depends: ${misc:Depends}
 , node-babel7-runtime (= ${binary:Version})
 , node-babel-plugin-polyfill-corejs3 (>= 1~)
 , node-browserslist (>= 4.24~)
 , node-cacache
 , node-chokidar
 , node-clone-deep
 , node-commander (>= 14~)
 , node-convert-source-map (>= 2~)
 , node-core-js
 , node-core-js-compat
 , node-core-js-pure
 , node-cspotcode-source-map-support
 , node-empathic
 , node-glob (>= 13~)
 , node-import-meta-resolve (>= 4.2~)
 , node-js-tokens
 , node-jsesc
 , node-json5
 , node-lru-cache (>= 11~)
 , node-obug
 , node-regexpu-core (>= 6.3~)
 , node-resolve
 , node-semver
 , node-slash (>= 5~)
 , node-v8flags
 , nodejs:any
Suggests: node-babel-plugin-polyfill-es-shims (>= 1~)
 , node-babel7-debug
Breaks: node-babel-plugin-polyfill-corejs2
 , babel-minify (<< 0.5.2+dfsg+~cs5.2.9-10~)
 , coffeescript (<< 2.7.0+dfsg1-6~)
 , jest (<< 29.6.2~ds7+~cs73.45.28-4~)
 , node-babel-plugin-array-includes (<< 2.0.3-4~)
 , node-recast (<< 0.23.4-7~)
 , node-regenerator-preset (<< 0.15.2+~0.10.8-3~)
 , node-rollup-plugin-transform-tagged-template (<< 0.0.3+ds+~cs3.0.2-3~)
Provides: ${nodeBabel7:Provides}
 , babeljs (= ${binary:Version})
X-Javascript-Built-Using: ${nodejs:BuiltUsing}
Description: Babel compiler for writing next generation JavaScript
 Babel is a JavaScript compiler to use next generation JavaScript, today.
 .
 ES2015 and beyond: Babel has support for the latest version of JavaScript
 through syntax transformers. These plugins allow you to use new syntax, right
 now without waiting for browser support.

Package: node-babel7-runtime
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
 , node-regenerator-runtime
Provides: ${nodeBabel7Runtime:Provides}
X-Javascript-Built-Using: ${nodejs:BuiltUsing}
Description: Babel modular runtime helpers
 @babel/runtime is meant to be used as a runtime dependency along with the
 Babel plugin @babel/plugin-transform-runtime.

Package: node-babel7-standalone
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Provides: ${nodeBabel7Standalone:Provides}
X-Javascript-Built-Using: ${nodejs:BuiltUsing}
Description: Standalone build of Babel for use in browsers and other non-Node.js env
 @babel/standalone provides a standalone build of Babel for use in browsers
 and other non-Node.js environments.If you're using Babel in production, you
 should normally not use @babel/standalone. Instead, you should use a build
 system running on Node.js, such as Webpack, Rollup, or Parcel, to transpile
 your JS ahead of time.
 .
 However, there are some valid use cases for @babel/standalone:
  * It provides an easy, convenient way to prototype with Babel. Using
    @babel/standalone, you can get started using Babel with just a simple
    script tag in your HTML.
  * Sites that compile user-provided JavaScript in real-time, like JSFiddle,
    JS Bin, the REPL on the Babel site, JSitor, etc.
  * Apps that embed a JavaScript engine such as V8 directly, and want to use
    Babel for compilation
  * Apps that want to use JavaScript as a scripting language for extending the
    app itself, including all the goodies that ES2015 provides.
  * Other non-Node.js environments (ReactJS.NET, ruby-babel-transpiler,
    php-babel-transpiler, etc).

Package: node-babel7-debug
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Source-map files for node-babel7 packages
 Source map files for node-babel7, node-babel7-runtime and
 node-babel7-standalone
