node-rollup 3.2.5-2 source package in Ubuntu

Changelog

node-rollup (3.2.5-2) unstable; urgency=medium

  * Team upload
  * Back to unstable

 -- Yadd <email address hidden>  Thu, 03 Nov 2022 05:50:35 +0100

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 Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rollup_3.2.5-2.dsc 3.3 KiB b7e8b95347643fac984f97210e5b1b747dec07c03bccf44430f2597acbaa66ae
node-rollup_3.2.5.orig.tar.gz 1.3 MiB b57c727692b7a5067f28747f2c223db81a062958a24d2fa2c8389114fbe3bda0
node-rollup_3.2.5-2.debian.tar.xz 53.3 KiB a59fb01c6e70cc8230b5730e514adeb6ceab8122b84507967b04d20bf461aac3

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