File: control

package info (click to toggle)
node-request 2.88.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 960 kB
  • sloc: javascript: 9,687; sh: 46; makefile: 2
file content (74 lines) | stat: -rw-r--r-- 2,221 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: node-request
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
 Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-nodejs,
 node-aws-sign2 <!nocheck>,
 node-aws4 <!nocheck>,
 node-bluebird <!nocheck>,
 node-buffer-equal <!nocheck>,
 node-caseless <!nocheck>,
 node-combined-stream (>= 1.0.6~) <!nocheck>,
 node-extend (>= 3.0.2~) <!nocheck>,
 node-forever-agent (>= 0.6.1~) <!nocheck>,
 node-form-data (>= 2.3.2~) <!nocheck>,
 node-har-validator <!nocheck>,
 node-http-signature <!nocheck>,
 node-is-typedarray <!nocheck>,
 node-isstream <!nocheck>,
 node-json-stringify-safe (>= 5.0.1~) <!nocheck>,
 node-mime-types (>= 2.1.19~) <!nocheck>,
 node-oauth-sign (>= 0.9~) <!nocheck>,
 node-performance-now <!nocheck>,
 node-qs (>= 6.5.2~) <!nocheck>,
 node-rimraf <!nocheck>,
 node-safe-buffer <!nocheck>,
 node-tape <!nocheck>,
 node-tough-cookie <!nocheck>,
 node-tunnel-agent (>= 0.6~) <!nocheck>,
 node-uuid <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-request
Vcs-Git: https://salsa.debian.org/js-team/node-request.git
Homepage: https://github.com/mikeal/request
Rules-Requires-Root: no

Package: node-request
Architecture: all
Depends:
 ${misc:Depends},
 node-aws-sign2,
 node-aws4,
 node-caseless,
 node-combined-stream (>= 1.0.6~),
 node-extend (>= 3.0.2~),
 node-forever-agent (>= 0.6.1~),
 node-form-data (>= 2.3.2~),
 node-har-validator,
 node-http-signature,
 node-is-typedarray,
 node-isstream,
 node-json-stringify-safe (>= 5.0.1~),
 node-mime-types (>= 2.1.19~),
 node-oauth-sign (>= 0.9~),
 node-performance-now,
 node-qs (>= 6.5.2~),
 node-safe-buffer,
 node-tough-cookie,
 node-tunnel-agent (>= 0.6~),
 node-uuid
Description: simplified HTTP request client module for Node.js
 node-request is an HTTP client with a simple API and a lot of features:
  * streaming response
  * multipart form upload
  * HTTP auth
  * OAuth signing
  * Proxy
 Some features are available as suggested Node.js modules.
 .
 Node.js is an event-based server-side javascript engine.