File: control

package info (click to toggle)
node-supertest 7.2.2%2B~7.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 560 kB
  • sloc: javascript: 3,003; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,022 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
Source: node-supertest
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-cookie-signature <!nocheck>
 , node-methods <!nocheck>
 , node-nock <!nocheck>
 , node-propagate <!nocheck>
 , node-proxyquire <!nocheck>
 , node-superagent <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-supertest
Vcs-Git: https://salsa.debian.org/js-team/node-supertest.git
Homepage: https://github.com/ladjs/supertest
Testsuite: autopkgtest-pkg-nodejs

Package: node-supertest
Architecture: all
Depends: node-cookie-signature
 , node-methods
 , node-superagent
 , ${misc:Depends}
Provides: ${nodejs:Provides}
Description: superagent driven library for testing HTTP servers
 This package provides a high-level abstraction for testing HTTP
 servers using the superagent Node.js module.
 .
 Node.js is an event-based server-side JavaScript engine.