File: control

package info (click to toggle)
node-axios 1.2.1%2Bdfsg-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,796 kB
  • sloc: javascript: 10,727; makefile: 5
file content (58 lines) | stat: -rw-r--r-- 1,747 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
 , mocha <!nocheck>
 , node-body-parser <!nocheck>
 , node-builtins
 , node-error-ex
 , node-express <!nocheck>
 , node-duplexer
 , node-figures
 , node-follow-redirects (>= 1.13.0) <!nocheck>
 , node-form-data (>= 4)
 , node-formidable <!nocheck>
 , node-get-stream <!nocheck>
 , node-gzip-size
 , node-json-parse-better-errors
 , node-pretty-bytes
 , node-proxy-from-env <!nocheck>
 , node-read-pkg
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-json
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-terser
 , node-validate-npm-package-license
 , rollup
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)
 , node-proxy-from-env
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.