Package: rollup Source: node-rollup Version: 2.42.1-2+0~20210927121549.1+bullseye~1.gbpe611f3 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 2907 Depends: node-ansi-escapes, node-colorette, node-date-time, node-debbundle-acorn, node-hash.js, node-is-reference, node-locate-character (>= 2.0.5-1~), node-magic-string (>= 0.25.4-3~), node-pretty-bytes, node-pretty-ms (>= 6.0.1), node-require-relative, node-rollup-pluginutils (>= 2.8.2-2~), node-signal-exit, node-source-map, node-sourcemap-codec, node-yargs-parser, nodejs Suggests: node-chokidar Breaks: node-rollup-plugin-babel (<< 3.0.3-5~), node-rollup-plugin-buble (<< 0.19.4-3~), node-rollup-plugin-commonjs (<< 10.0.1+really.9.2.0-12~), node-rollup-plugin-json (<< 4.0.0-4~), node-rollup-plugin-node-resolve (<< 3.4.0-3~), node-rollup-plugin-replace (<< 2.2.0-6~), node-rollup-plugin-string (<< 3.0.0-4), node-rollup-plugin-typescript (<< 1.0.0-2~) Provides: node-rollup (= 2.42.1) Homepage: https://rollupjs.org Priority: optional Section: javascript Filename: pool/main/n/node-rollup/rollup_2.42.1-2+0~20210927121549.1+bullseye~1.gbpe611f3_all.deb Size: 363740 SHA256: c2460be01ed83063215226281076702b29bda1913017467d7c1521b93b8e67a8 SHA1: 62daff1e049815c713b2b1a5b3f5f03d0523a1b2 MD5sum: 3f588639ec2b3a72efdda0fb5411745e 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-chokidar is required to use the --watch option