node-p-is-promise 2.0.0-2 source package in Ubuntu

Changelog

node-p-is-promise (2.0.0-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:43:45 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-p-is-promise_2.0.0-2.dsc 2.1 KiB 278bf5c117a045cfdd84717494776db09ece70a84b23340697c1f6837a2c8b9d
node-p-is-promise_2.0.0.orig.tar.gz 2.5 KiB 9bad6613fe2468b6c5ccf12af478ffc7b241aadff204c8a788ca045a47d6042a
node-p-is-promise_2.0.0-2.debian.tar.xz 2.3 KiB 8b05a3167db87a25723fe7488e805d79795e10428c0f363e5911cf802b861e69

Available diffs

No changes file available.

Binary packages built by this source

node-p-is-promise: Check if something is a promise

 Just pass your value to Promise.resolve() and let it handle it.
 .
 Can be useful if you need to create a fast path for a synchronous operation.
 .
 Node.js is an event-based server-side JavaScript engine.