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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
  
     | 
    
      Source: node-rollup
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>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.9.88~)
 , node-acorn
 , node-acorn-walk
 , node-ampproject-remapping
 , node-anymatch
 , node-array-find-index
 , node-binary-extensions
 , node-braces
 , node-builtin-modules
 , node-chokidar
 , node-colorette
 , node-date-time
 , node-fs-extra
 , node-glob-parent
 , node-is-binary-path
 , node-is-extglob
 , node-is-glob
 , node-is-reference
 , node-locate-character
 , node-lodash
 , node-magic-string
 , node-marked-man
 , node-mkdirp
 , node-moment
 , node-normalize-path
 , node-parse-ms
 , node-picomatch
 , node-pretty-bytes
 , node-pretty-ms
 , node-readdirp
 , node-rollup-plugin-alias (>= 3.1.9~)
 , node-rollup-plugin-commonjs (>= 25.0~)
 , node-rollup-plugin-json (>= 4.1.0)
 , node-rollup-plugin-node-resolve (>= 15.1~)
 , node-rollup-plugin-replace
 , node-rollup-plugin-string
 , node-rollup-plugin-typescript (>= 8.3.2~)
 , node-rollup-pluginutils (>= 4.2.1~)
 , node-signal-exit (>= 4)
 , node-spdx-expression-parse
 , node-tslib
 , node-yargs-parser
 , nodejs (>= 14)
 , npm <pkg.node-rollup.npm>
 , rollup (>= 2.61~) <!pkg.node-rollup.npm>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup
Vcs-Git: https://salsa.debian.org/js-team/node-rollup.git
Homepage: https://rollupjs.org
Rules-Requires-Root: no
Package: rollup
Architecture: all
Depends: ${misc:Depends}
 , nodejs:any
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: ${nodejs:Provides}
Multi-Arch: foreign
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
 
     |