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

Changelog

node-any-promise (1.3.0-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Embed native-promise-only, rsvp and vow for test only
  * Switch upstream test from ava to tape
  * Add test dependencies
  * Use pkg-js-tools auto install
  * Enable upstream test
  * Update VCS fields to salsa
  * Update homepage

 -- Xavier Guimard <email address hidden>  Tue, 18 Feb 2020 18:39:33 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-any-promise_1.3.0-2.dsc 2.3 KiB d8a2bb4021f2ee7eaf49e0000b9a2f442f28b81f501b12e578fc312e6d62ec32
node-any-promise_1.3.0.orig.tar.gz 9.7 KiB 7262735e60d866ac139d6c5a118d7be763ec161c31dd79ffa9477a77fe7ce21d
node-any-promise_1.3.0-2.debian.tar.xz 27.9 KiB abbc75b7f4e2421a35d5aa055d83dcda2e491d6855e7897a9a34eeec06a2b8df

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.