node-any-promise 1.3.0+~cs0.12.21-1 source package in Ubuntu

Changelog

node-any-promise (1.3.0+~cs0.12.21-1) unstable; urgency=medium

  * Team upload
  * Embed and build native-promise-only and vow
  * New upstream version 1.3.0+~cs0.12.21

 -- Yadd <email address hidden>  Tue, 13 Sep 2022 11:05:39 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-any-promise_1.3.0+~cs0.12.21-1.dsc 3.0 KiB 323b79b6beb913f03e33290734985f00db99951c54afe63c067edc3d3349a01e
node-any-promise_1.3.0+~cs0.12.21.orig-native-promise-only.tar.gz 6.8 KiB 22634bbc4f7f28b0c615b3f72799d51b6b809b407d238fb0d9507ba65106be16
node-any-promise_1.3.0+~cs0.12.21.orig-vow.tar.gz 10.8 KiB 0d54ab9125d622a2aa7cb3899e96bf8029e63d094f1f96021d3cc5ad8871ea44
node-any-promise_1.3.0+~cs0.12.21.orig.tar.gz 9.7 KiB 7262735e60d866ac139d6c5a118d7be763ec161c31dd79ffa9477a77fe7ce21d
node-any-promise_1.3.0+~cs0.12.21-1.debian.tar.xz 4.3 KiB 7491b84bf7e2c8743d31ad36d362ead2ed5c284a550c1d01daabb080546bbc09

Available diffs

No changes file available.

Binary packages built by this source

node-any-promise: Resolve any installed ES6 compatible promise

 Let your library support any ES 2015 (ES6) compatible `Promise` and leave the
 choice to application authors. The application can *optionally* register its
 preferred `Promise` implementation and it will be exported when requiring
 `any-promise` from library code.
 .
 Node.js is an event-based server-side JavaScript engine.