node-buble 0.19.3-1 source package in Ubuntu

Changelog

node-buble (0.19.3-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Puydt <email address hidden>  Wed, 21 Feb 2018 18:22:15 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-buble_0.19.3-1.dsc 2.2 KiB c10569d30ab1ad72bcc2af8bc0b8693951ec12cf4566d168246935b1572f7ac1
node-buble_0.19.3.orig.tar.gz 368.0 KiB 641eab46dea4302f0948c5414b4cf497e502b950e0208985a8aa913c722cf6fa
node-buble_0.19.3-1.debian.tar.xz 3.5 KiB 960f9ec2065951b957947b9e6aa4dc6570527953411d6421e95c07362e3d46ef

Available diffs

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.