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

Changelog

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

  * Team upload
  * Fix filenamemangle
  * Update nodejs dependency to nodejs:any
  * Fix test for node-regexpu-core >= 5

 -- Yadd <email address hidden>  Wed, 06 Apr 2022 17:42:38 +0200

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-buble_0.20.0+~0.20.1-2.dsc 2.6 KiB fe37a9ce7242ba8eec4bb4cb189078dd25c132d10e0f71e7702f99f9ddbd74ad
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-2.debian.tar.xz 5.9 KiB e336910f17bfbe4b5b0132218e3fab76500737ebab1f026bec4c7092ba9af9f3

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.