node-rollup 3.15.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Add patch for node-magic-string >= 0.30

 -- Yadd <email address hidden>  Sun, 16 Jul 2023 09:05: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 Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rollup_3.15.0-2.dsc 3.2 KiB a46fe9e2f25ff364efbbd6f705f16932ff1a84b96ae35de92df66af06b1bf89c
node-rollup_3.15.0.orig.tar.gz 1.5 MiB 9b000619dad7c77dc39fa91261937cab816c1241be21a5843d7a57b7a317102b
node-rollup_3.15.0-2.debian.tar.xz 56.2 KiB 061755767f4ab81064a6bb490cb9dccbd04b3b48287aaad5c8eebd7f2fd73b24

Available diffs

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