Source: node-rollup
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
 Pirate Praveen <praveen@debian.org>,
 Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper-compat (= 12)
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9.13~)
 , node-marked-man
 , node-typescript
 , node-typescript-types (>= 20190926~)
 , node-chokidar (>= 2.1.6-3~)
 , node-acorn (>= 6)
 , node-acorn-dynamic-import (>= 4~)
 , node-acorn-import-meta (>= 0.3.0~)
 , node-acorn-jsx (>= 5~)
 , node-ansi-escapes
 , node-chalk (>= 2.4.2~)
 , node-date-time
 , node-hash.js
 , node-immutable (>= 3.8.2+dfsg-3~)
 , node-is-reference
 , node-locate-character
 , node-magic-string (>= 0.25.4-3~)
 , node-minimist
 , node-pretty-bytes
 , node-pretty-ms
 , node-rollup-pluginutils
 , node-require-relative
 , node-signal-exit
 , node-source-map
 , node-sourcemap-codec
 , node-debbundle-acorn (>= 6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-11)
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://rollupjs.org
Vcs-Git: https://salsa.debian.org/js-team/node-rollup.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup
Testsuite: autopkgtest-pkg-nodejs

Package: rollup
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-acorn (>= 6.2.1+ds+~0.4.0+~4.0.0+really4.0.0+~1.0.0+~5.0.1+ds+~1.7.0+ds+~0.1.1+~0.3.1+~0.2.0+~0.1.0+~0.3.0+~0.3.0-11)
 , node-acorn-dynamic-import (>=4~)
 , node-ansi-escapes
 , node-chalk
 , node-date-time
 , node-hash.js
 , node-immutable
 , node-is-reference
 , node-locate-character
 , node-magic-string (>= 0.25.4-3~)
 , node-minimist
 , node-pretty-bytes
 , node-pretty-ms
 , node-require-relative
 , node-rollup-pluginutils (>= 2.3.3-4)
 , node-signal-exit
 , node-source-map
 , node-sourcemap-codec
Provides: node-rollup (= ${source:Version})
Breaks: node-rollup-plugin-alias ( << 1.5.2-2~)
 , node-rollup-plugin-babel (<< 3.0.3-4~)
 , node-rollup-plugin-buble (<< 0.19.4-3~)
 , node-rollup-plugin-commonjs (<< 10.0.1+really.9.2.0-5~)
 , node-rollup-plugin-json (<< 4.0.0-4~)
 , node-rollup-plugin-node-resolve (<< 3.4.0-3~)
 , node-rollup-plugin-replace (<< 2.2.0-4~)
 , node-rollup-plugin-string (<< 3.0.0-4)
 , node-rollup-plugin-typescript (<< 1.0.0-2~)
 , node-rollup-pluginutils (<< 2.3.3-4~)
Description: ES6 module bundler for JavaScript
 Rollup is a module bundler for JavaScript which compiles small pieces of code
 into something larger and more complex, such as a library or application. It
 uses the standardized ES module format for code, instead of previous
 idiosyncratic solutions such as CommonJS and AMD.
 .
 ES modules let you freely and seamlessly combine the most useful individual
 functions from your favorite libraries. Rollup can optimize ES modules for
 faster native loading in modern browsers, or output a legacy module format
 allowing ES module workflows today.
 .
 Node.js is an event-based server-side JavaScript engine.
