Source: node-d3-fetch Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Dhanesh B. Sabane , Nilesh Build-Depends: debhelper-compat (= 12) , dh-sequence-nodejs , nodejs (>= 6) , node-d3-dsv , rollup , node-rollup-plugin-terser Standards-Version: 4.5.1 Homepage: https://d3js.org/d3-fetch/ Vcs-Git: https://salsa.debian.org/js-team/node-d3-fetch.git Vcs-Browser: https://salsa.debian.org/js-team/node-d3-fetch Package: node-d3-fetch Architecture: all Depends: ${misc:Depends} , nodejs (>= 6) , node-d3-dsv (>= 1) 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.