node-rollup 3.28.0-2 source package in Ubuntu
Changelog
node-rollup (3.28.0-2) unstable; urgency=medium * Team upload * Back to unstable -- Yadd <email address hidden> Fri, 18 Aug 2023 07:48:48 +0400
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-rollup_3.28.0-2.dsc | 3.3 KiB | 951e5246cc7f8257c0548378e67d9c7c063e3b40a075bb4120eaeeae55662e97 |
node-rollup_3.28.0.orig.tar.gz | 1.6 MiB | ac4c258d1fbcf15dd04b6ec88dd529d149264b3c64c04dc585da080fab29c387 |
node-rollup_3.28.0-2.debian.tar.xz | 59.2 KiB | c9c286a585a0b224f075bf460f04d755130764461bd2f339b5adb35742a29c2d |
Available diffs
- diff from 3.15.0-2 to 3.28.0-2 (697.6 KiB)
No changes file available.
Binary packages built by this source
- rollup: 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