node-regenerator 0.15.2+~0.10.8-1 source package in Ubuntu

Changelog

node-regenerator (0.15.2+~0.10.8-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.15.2+~0.10.8
  * Updated copyright
  * Updated standards-version

 -- Robinson Uchechukwu <email address hidden>  Sun, 29 Oct 2023 12:30:03 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-regenerator_0.15.2+~0.10.8-1.dsc 3.1 KiB 2f0f101bf238d11ff007c132b0e9107abf35add111f1cd7fbfefa11703623111
node-regenerator_0.15.2+~0.10.8.orig-commoner.tar.gz 20.2 KiB 02243fd4267896c5234982fc8121cc575d8c3cc10e61ebe8f181e41d3c028e0a
node-regenerator_0.15.2+~0.10.8.orig.tar.gz 875.3 KiB 1efa01b8547a4593739a53d7563eeb4f012411930c151f679389bcd4f9ddf16c
node-regenerator_0.15.2+~0.10.8-1.debian.tar.xz 5.4 KiB 04677827376409431c1a1bb88460df330ab890344245e060b5e9cd639c1592b5

No changes file available.

Binary packages built by this source

node-commoner: JavaScript transpiler to Node-compatible CommonJS

 Commoner makes it easy to write scripts that flexibly and efficiently
 transpile any dialect of JavaScript into a directory structure of
 Node-compatible CommonJS module files.
 .
 This task is made possible by
  1. a declarative syntax for defining how module source code should be
     found and processed,
  2. the use of [promises](https://github.com/kriskowal/q) to manage an
     asynchronous build pipeline, and
  3. never rebuilding modules that have already been built.
 .
 The output files can be required seamlessly by Node, or served by any
 static file server, or bundled together using a tool such as
 Browserify, WrapUp, or Stitch for delivery to a web browser.

node-regenerator: Functional JavaScript transformator

 node-regenerator implements a fully-functional source transformation that
 takes the syntax for generators/`yield` from ECMAScript 2015 or ES2015
 and Asynchronous Iteration proposal and spits out efficient JS-of-today
 (ES5) that behaves the same way.

node-regenerator-preset: Babel preset for easy use of node-regenerator

 node-regenerator-preset provides preset for node-babel7 for easy use
 of node-regenerator* packages.

node-regenerator-runtime: Nodejs runtime for regenerator-compiled generator and async functions

 regenerator-runtime is a standalone runtime for regenerator-compiled
 generator and async functions.

node-regenerator-transform: Explode async and generator functions into a state machine

 This library is a build dependency of babel.
 .
 Note: Since this package require babel to build, it is uploaded to contrib.