File: control.in

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 (41 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download | duplicates (4)
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
Source: node-request
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
 Jonas Smedegaard <dr@jones.dk>
Build-Depends: @cdbs@
Standards-Version: 3.9.4
Homepage: https://github.com/mikeal/request
Vcs-Git: git://anonscm.debian.org/collab-maint/node-request.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-request.git

Package: node-request
Architecture: all
Depends:
 ${misc:Depends},
 ${cdbs:Depends},
 nodejs,
 node-form-data,
 node-node-uuid,
 node-mime,
 node-forever-agent,
 node-tunnel-agent,
 node-json-stringify-safe,
 node-qs,
 node-cookie-jar
Suggests:
 node-hawk,
 node-aws-sign,
 node-oauth-sign,
 node-http-signature
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.