File: control

package info (click to toggle)
node-superagent 0.20.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436 kB
  • ctags: 236
  • sloc: makefile: 36; sh: 2
file content (33 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (2)
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
Source: node-superagent
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/visionmedia/superagent
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-superagent.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-superagent.git
XS-Testsuite: autopkgtest

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.