node-fetch 3.3.0+~cs11.4.11-2 source package in Ubuntu

Changelog

node-fetch (3.3.0+~cs11.4.11-2) unstable; urgency=medium

  [ Yadd ]
  * Update lintian override info format in d/source/lintian-overrides on line 9, 13-14.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Apply multi-arch hints (foreign)

 -- Jelmer Vernooij <email address hidden>  Sat, 17 Dec 2022 18:15:53 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fetch_3.3.0+~cs11.4.11-2.dsc 3.5 KiB b4216947db8916aa745218dd143470e153291182dca2033f05f9ed4b0e1a0bcd
node-fetch_3.3.0+~cs11.4.11.orig-fetch-blob.tar.gz 15.4 KiB 0c5d1f08b67de62b961c852155e87d186fe1e9e2d46394b5fd198650839a3cbb
node-fetch_3.3.0+~cs11.4.11.orig-formdata-polyfill.tar.gz 21.9 KiB 31796e5e11856ef4617b872245b997c364995a9c23b25b8b99c743fabe93424a
node-fetch_3.3.0+~cs11.4.11.orig-node-domexception.tar.gz 3.5 KiB eba234134890897807b85c2bc67cd32d0242eb9be1d1c62513797fdaab60c971
node-fetch_3.3.0+~cs11.4.11.orig-web-streams-polyfill.tar.gz 102.8 KiB 011ecfc6197f97867fffb16be0d01e380295292c738f24184bf3695f16b9736d
node-fetch_3.3.0+~cs11.4.11.orig.tar.gz 99.0 KiB a45abbc84a84cb7ed2fd814ab6d4c1eea6f5109dbf4de9a7ba9da416687dcc7a
node-fetch_3.3.0+~cs11.4.11-2.debian.tar.xz 54.0 KiB 152cdc19a7f489a105e0a8c3e21bd6ded56010aae9fb63edbe995f6c884b5b40

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.