Source: node-d3-request
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 nodejs,
 pkg-js-tools (>= 0.9.7),
 node-tape,
 rollup,
 node-package-preamble,
 node-d3-collection,
 node-xmlhttprequest,
 node-d3-dispatch,
 node-d3-dsv
Standards-Version: 4.4.0
Homepage: https://d3js.org/d3-request/
Vcs-Git: https://salsa.debian.org/js-team/node-d3-request.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-request
Testsuite: autopkgtest-pkg-nodejs

Package: node-d3-request
Architecture: all
Depends:
 ${misc:Depends},
 nodejs,
 node-d3-collection,
 node-xmlhttprequest,
 node-d3-dispatch,
 node-d3-dsv
Description: convenient alternative to XMLHttpRequest
 This module has built-in support for parsing JSON, CSV and TSV; in browsers,
 but not in Node, HTML and XML are also supported. You can parse additional
 formats by using request or text directly.
 .
 Node.js is an event-based server-side JavaScript engine.
