node-request-promise 4.2.5-1 source package in Ubuntu

Changelog

node-request-promise (4.2.5-1) unstable; urgency=low

  [ Ying-Chun Liu (PaulLiu) <email address hidden> ]
  * New upstream release 4.2.5

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Sun, 10 Nov 2019 01:16:19 +0800

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-request-promise_4.2.5-1.dsc 2.5 KiB 1c14e8b2d51039a317c4b07f2b028dcbe034a9ba066bba05a84ed66c0097560a
node-request-promise_4.2.5.orig.tar.gz 16.9 KiB abc48ab6e5e413b54bfe52e448f36415a37132204c4f0fa8b3c90b67b08ac4b7
node-request-promise_4.2.5-1.debian.tar.xz 2.9 KiB 5a871b0daa49126508f5d214d180168b2ce44655d25f500dc5f8eac44bb358a2

Available diffs

No changes file available.

Binary packages built by this source

node-request-promise: simplified HTTP request client with Promise support

 The simplified HTTP request client 'request' with Promise support. Powered
 by Bluebird.
 .
 Request-Promise adds a Bluebird-powered ".then" method to Request call
 objects. By default, http response codes other than 2xx will cause the
 promise to be rejected. This can be overwritten by setting
 options.simple = false.
 .
 Node.js is an event-based server-side JavaScript engine.