node-regenerator 0.15.0+~0.10.8-4 source package in Ubuntu

Changelog

node-regenerator (0.15.0+~0.10.8-4) unstable; urgency=medium

  * Increase test timeout (for armel)

 -- Yadd <email address hidden>  Tue, 27 Sep 2022 13:54:43 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-regenerator_0.15.0+~0.10.8-4.dsc 3.1 KiB bf7bab568206a8990c086617f9c1267c9d3f2a271003299923e77904cb0d4e35
node-regenerator_0.15.0+~0.10.8.orig-commoner.tar.gz 20.2 KiB 02243fd4267896c5234982fc8121cc575d8c3cc10e61ebe8f181e41d3c028e0a
node-regenerator_0.15.0+~0.10.8.orig.tar.gz 715.3 KiB 119616da14488dd6b3b7e5d559160b100029f1fb53196ce9fb5b7245cf1ea7f8
node-regenerator_0.15.0+~0.10.8-4.debian.tar.xz 5.4 KiB 85be944f9d8a3d01619db7ecb3da46fd8f152e41c2885a9c54ff404ec6151991

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.