node-buble 0.20.0+~0.20.5-1 source package in Ubuntu

Changelog

node-buble (0.20.0+~0.20.5-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.7.2
  * debian/watch version 5
  * New upstream version 0.20.0+~0.20.5
  * Update snapshots (Closes: #1114226)

 -- Yadd <email address hidden>  Sat, 27 Sep 2025 18:57:54 +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
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
node-buble_0.20.0+~0.20.5-1.dsc 2.6 KiB 1d92c2b3f4c75547944635d862ea43ccca4b83d94918c67d566fef4754cbbc88
node-buble_0.20.0+~0.20.5.orig-typesbuble.tar.gz 2.2 KiB dd869e040ebdb0a6b3199d2d5df7eee91b038caa525e410c78d749e5122ed76e
node-buble_0.20.0+~0.20.5.orig.tar.gz 111.4 KiB c8e0f283793447d7f556012ad6fab7ca7dda5a2a1e31b7ee6ee170b340df6bec
node-buble_0.20.0+~0.20.5-1.debian.tar.xz 8.7 KiB 48fe44a80a762b813bef216c4f5793d0211b601938173c575f3e5c8796215b38

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.