node-buble 0.20.0+~0.20.1-5 source package in Ubuntu

Changelog

node-buble (0.20.0+~0.20.1-5) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.2
  * Add fix for node-magic-string >= 0.30 (Closes: #1042309)

 -- Yadd <email address hidden>  Sun, 13 Aug 2023 09:05:19 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-buble_0.20.0+~0.20.1-5.dsc 2.6 KiB 3c9ebe03dd33873b4927ba3a962b31369c34f481ac08f49386587f78b4186ca2
node-buble_0.20.0+~0.20.1.orig-typesbuble.tar.gz 2.2 KiB 8df1a43028a998fb7ff54558ca0cb43ee8627e2c25e9b3b37bf4e16a2f4dd03e
node-buble_0.20.0+~0.20.1.orig.tar.gz 111.4 KiB 6ef75c79e4680d5de4308c84bb4fb67dbb845f47b62fbb49d0f12d2fdfb378b8
node-buble_0.20.0+~0.20.1-5.debian.tar.xz 8.4 KiB 490a82a31fe392bd80dfb40151be0219f0c7d7f5cf9dfa929f8e0d3e8f95578c

No changes file available.

Binary packages built by this source

node-buble: Fast ES2015 compiler for Node.js

 BublĂ© is a ES2015 compiler : it will turn ES6 javascript code into
 Javascript that can run in older ES5 environments. Notice that not all
 of ES6 is supported, either because they give size or performance issues
 or because they can't be transpiled to ES5.
 .
 ES6 (or ES2015) is ECMAScript version 6 released in 2015 and is supported
 for instance by Firefox 55. The older ES5 released in 2011 was supported
 for instance by Firefox 4.
 .
 Node.js is an event-based server-side JavaScript engine.