File: control

package info (click to toggle)
node-superagent 0.20.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 520 kB
  • sloc: makefile: 35
file content (46 lines) | stat: -rw-r--r-- 1,144 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
Source: node-superagent
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , mocha
 , nodejs
 , node-cookiejar
 , node-cookie-parser
 , node-debug
 , node-express
 , node-extend
 , node-formidable
 , node-form-data
 , node-methods
 , node-mime
 , node-qs
 , node-should
 , pkg-js-tools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-superagent
Vcs-Git: https://salsa.debian.org/js-team/node-superagent.git
Homepage: https://github.com/visionmedia/superagent

Package: node-superagent
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-qs
 , node-cookiejar
 , node-methods
 , node-extend
 , node-form-data
 , node-mime
 , node-formidable
 , node-debug
Description: HTTP client request with chainable API - Node.js module
 Super Agent is a light-weight, progressive, ajax API crafted
 for flexibility, readability, and a low learning curve.
 .
 Node.js is an event-based server-side JavaScript engine.