node-d3-fetch 1.2.0-2 source package in Ubuntu

Changelog

node-d3-fetch (1.2.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.

  [ Nilesh Patra ]
  * Move build command to d/nodejs/build
  * d/watch: Fix broken regex in watch file
  * Add d/salsa-ci.yml and d/gbp.conf
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Nilesh Patra <email address hidden>  Fri, 22 Oct 2021 20:10:10 +0530

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-fetch_1.2.0-2.dsc 2.1 KiB 59639f8c175c595d3109ebbbd4a02da57bf9d3f13dea72497951042cdde4435e
node-d3-fetch_1.2.0.orig.tar.gz 23.8 KiB 81cb58c0e87623637dba71a282e31d937391f4090ee4b394b80aa420303ae234
node-d3-fetch_1.2.0-2.debian.tar.xz 3.4 KiB 2748476b87c9872cbba4c0d49a1c33176003924207796f1808616def336eb10a

Available diffs

No changes file available.

Binary packages built by this source

node-d3-fetch: Convenient parsing for Fetch

 This module provides convenient parsing on top of Fetch. This module replaced
 d3-request.
 .
 The fetch standard defines requests, responses and the process that binds them:
 fetching.
 .
 This module has built-in support for parsing JSON, CSV and TSV. You can
 parse additional formats by using text directly.
 .
 Node.js is an event-based server-side JavaScript engine.