Source: node-axios
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , grunt (>= 1.0.1-9~)
 , mocha <!nocheck>
 , node-follow-redirects (>= 1.13.0) <!nocheck>
 , node-form-data (>= 4) <!nocheck>
 , node-formidable <!nocheck>
 , node-grunt-contrib-clean
 , node-grunt-webpack (>= 3.1~)
 , node-load-grunt-tasks
 , node-terser-webpack-plugin
 , webpack (>= 5~)
 , node-url
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-axios
Vcs-Git: https://salsa.debian.org/js-team/node-axios.git
Homepage: https://github.com/mzabriskie/axios
Rules-Requires-Root: no

Package: node-axios
Architecture: all
Depends: ${misc:Depends}
 , node-follow-redirects (>= 1.13.0)
 , node-form-data (>= 4)
Provides: libjs-axios
Suggests: javascript-common
 , libjs-bootstrap4
Description: Promise based HTTP client for the browser and node.js
 Features:
  - Make XMLHttpRequests from the browser
  - Make http requests from node.js
  - Supports the Promise API
  - Intercept request and response
  - Transform request and response data
  - Cancel requests
  - Automatic transforms for JSON data
  - Client side support for protecting against XSRF
 .
 Node.js is an event-based server-side JavaScript engine.
