node-rollup 0.68.2-2 source package in Ubuntu
Changelog
node-rollup (0.68.2-2) unstable; urgency=medium * Reupload to unstable * Tighten dependency on node-magic-string * Drop compat file, rely on debhelper-compat -- Pirate Praveen <email address hidden> Thu, 10 Oct 2019 20:35:51 +0530
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-rollup_0.68.2-2.dsc | 3.1 KiB | 52ef66fe5a721c9b8f1fe46968f7f41f142bc6f29ce2d9c79df8f3fad7c7633a |
node-rollup_0.68.2.orig-acorn-import-meta.tar.gz | 20.1 KiB | 045e5f0ead3c964ed7b2995e434e8e139c83d3ed8663fdcf76a32d21f85118d2 |
node-rollup_0.68.2.orig-turbocolor.tar.gz | 3.9 KiB | 064538dfc4da70f8bc3572710279a1e633771a980949b6cfc6eb1a7993ce0eea |
node-rollup_0.68.2.orig.tar.gz | 508.5 KiB | edcdab93612e43e901faccae6c492180bac432a6bae77e907826f280a4435962 |
node-rollup_0.68.2-2.debian.tar.xz | 6.7 KiB | dc704a58ca8fb0317cc48c0e8857ac4c0a626026d30641d3e795b4b2c8455ab1 |
Available diffs
- diff from 0.50.0-6build3 (in Ubuntu) to 0.68.2-2 (500.3 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.js is an event-based server-side JavaScript engine.