node-fetch 1.7.3-1 source package in Ubuntu

Changelog

node-fetch (1.7.3-1) unstable; urgency=low

  * Initial release (Closes: #886269)

 -- Pirate Praveen <email address hidden>  Wed, 03 Jan 2018 22:16:04 +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-fetch_1.7.3-1.dsc 2.0 KiB 328cb7c2b5a545568a41a3b41c49fbeb877be5ce61bc4e99c87495e6b2d59165
node-fetch_1.7.3.orig.tar.gz 18.7 KiB 2fec4a10841573ec9ed7d95f72bfe8ce833aa9d995e6af993ff6a0ae056d7a72
node-fetch_1.7.3-1.debian.tar.xz 2.1 KiB 9773024d0acf27a2d727f15e4613e17ea311f854095c1b04542f7e2562f32950

No changes file available.

Binary packages built by this source

node-fetch: light-weight module that brings window.fetch to node.js

 Instead of implementing XMLHttpRequest in Node.js to run browser-specific
 Fetch polyfill, why not go from native http to Fetch API directly? Hence
 node-fetch, minimal code for a window.fetch compatible API on Node.js runtime.
 .
 Node.js is an event-based server-side JavaScript engine.