node-any-promise 1.3.0-1 source package in Ubuntu

Changelog

node-any-promise (1.3.0-1) unstable; urgency=low

  * Initial release (Closes: #877136)

 -- Pirate Praveen <email address hidden>  Fri, 29 Sep 2017 08:33:45 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low 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-any-promise_1.3.0-1.dsc 2.0 KiB 5f3a084de71c4079e2ca540afdd41d41fbb8c8ec4a78a9f78ff5d05478f09003
node-any-promise_1.3.0.orig.tar.gz 9.7 KiB 7262735e60d866ac139d6c5a118d7be763ec161c31dd79ffa9477a77fe7ce21d
node-any-promise_1.3.0-1.debian.tar.xz 2.1 KiB 7dc416446eb917df99de837b433ecd0b7e66098dc7db0608caf8b48a91d41b9f

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.