Source: node-babel7
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.15.5~)
 , eslint
 , git <pkg.node-babel7.yarnpkg>
 , gulp (>= 4)
 , help2man
 , node-ampproject-remapping
 , node-array-each
 , node-babel7
 , node-babel7 (>= 7.18~) <!pkg.node-babel7.yarnpkg>
 , node-babel-helper-define-polyfill-provider
 , node-babel-plugin-polyfill-corejs2
 , node-babel-plugin-polyfill-corejs3
 , node-babel-plugin-polyfill-regenerator
 , node-builtins
 , node-cheerio
 , node-clean-css
 , node-css-select
 , node-css-selector-tokenizer
 , node-debbundle-acorn
 , node-deepmerge
 , node-eslint-plugin-eslint-plugin
 , node-gulp-babel (>= 8.0~)
 , node-gulp-cli (>= 2.3.0~)
 , node-gulp-newer
 , node-gulp-plumber
 , node-gulp-rename
 , node-he
 , node-htmlparser2
 , node-invariant
 , node-is-windows
 , node-jest-worker
 , node-jsdom
 , node-leven (>= 3.1.0+~cs1.1.1)
 , node-lru-cache
 , node-liftoff (>= 3.1.0-4~)
 , node-lodash (>= 4.17.19+dfsg1~)
 , node-lodash-packages
 , node-make-error
 , node-merge-stream
 , node-multimatch
 , node-output-file-sync
 , node-recast
 , node-rimraf
 , node-rollup-plugin-babel (>= 5.3.1)
 , node-rollup-plugin-commonjs (>= 13.0.0)
 , node-rollup-plugin-inject
 , node-rollup-plugin-json (>= 4.1.0)
 , node-rollup-plugin-node-resolve (>= 9.0.0)
 , node-rollup-plugin-polyfill-node
 , node-rollup-plugin-replace (>= 2.3.3)
 , node-rollup-plugin-terser
 , node-serialize-javascript
 , node-supports-color (>= 5.3~)
 , node-through
 , node-through2
 , node-typescript
 , node-types-fs-readdir-recursive
 , node-types-jest
 , node-types-v8flags
 , node-vinyl-fs (>= 2.4.4-2~)
 , rollup (>= 2.61.1-4~)
 , terser (>= 5)
 , webpack
 , npm <pkg.node-babel7.yarnpkg>
 , yarnpkg <pkg.node-babel7.yarnpkg>
 , dh-nodejs
Standards-Version: 4.6.1
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/
Rules-Requires-Root: no

Package: node-babel7
Architecture: all
Depends: ${misc:Depends}
 , node-ampproject-remapping
 , node-babel-plugin-add-module-exports
 , node-babel7-runtime (= ${binary:Version})
 , node-babel-plugin-polyfill-corejs2
 , node-babel-plugin-polyfill-corejs3
 , node-babel-plugin-polyfill-regenerator
 , node-browserslist (>= 4.16~)
 , node-chalk (>= 4~)
 , node-clone-deep
 , node-commander (>= 4.1.1)
 , node-convert-source-map
 , node-core-js (>= 3.1.1~)
 , node-core-js-compat
 , node-core-js-pure
 , node-debug
 , node-esutils
 , node-find-cache-dir
 , node-fs-readdir-recursive (>= 1.1.0~)
 , node-glob
 , node-globals
 , node-js-tokens
 , node-jsesc
 , node-json5
 , node-lodash (>= 4.17.19+dfsg1~)
 , node-lodash-packages
 , node-make-dir
 , node-quick-lru
 , node-regenerator-transform (>= 0.14~)
 , node-regexpu-core
 , node-resolve
 , node-semver (>= 7.0~)
 , node-slash
 , node-source-map
 , node-source-map-support
 , node-to-fast-properties
 , node-v8flags
 , nodejs:any
Suggests: node-babel-plugin-polyfill-es-shims
 , node-babel7-debug
Breaks: node-babel-core (<< 6.26.0+repack-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 environments
 @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}
Breaks: node-babel7 (<< 7.19.3+ds1+~cs214.250.186-2)
 , node-babel7-runtime (<< 7.19.3+ds1+~cs214.250.186-2)
 , node-babel7-standalone (<< 7.19.3+ds1+~cs214.250.186-2)
Multi-Arch: foreign
Description: Source-map files for node-babel7 packages
 Source map files for node-babel7, node-babel7-runtime and node-babel7-standalone
