Source: node-d3-fetch
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Dhanesh B. Sabane <dhanesh95@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-d3-dsv
 , node-rollup-plugin-terser
 , nodejs
 , rollup
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-fetch
Vcs-Git: https://salsa.debian.org/js-team/node-d3-fetch.git
Homepage: https://d3js.org/d3-fetch/
Testsuite: autopkgtest-pkg-nodejs

Package: node-d3-fetch
Architecture: all
Depends: node-d3-dsv
 , ${misc:Depends}
Provides: ${nodejs:Provides}
Description: 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.
