File: control

package info (click to toggle)
node-mocks-http 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 640 kB
  • sloc: javascript: 3,217; makefile: 5
file content (48 lines) | stat: -rw-r--r-- 1,525 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
Source: node-mocks-http
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-accepts <!nocheck>
 , node-content-disposition <!nocheck>
 , node-depd <!nocheck>
 , node-fresh <!nocheck>
 , node-merge-descriptors <!nocheck>
 , node-methods <!nocheck>
 , node-mime <!nocheck>
 , node-parseurl <!nocheck>
 , node-range-parser <!nocheck>
 , node-sinon <!nocheck>
 , node-sinon-chai <!nocheck>
 , node-type-is <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mocks-http
Vcs-Git: https://salsa.debian.org/js-team/node-mocks-http.git
Homepage: https://github.com/howardabrams/node-mocks-http
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-mocks-http
Architecture: all
Depends: ${misc:Depends}
 , node-accepts
 , node-content-disposition
 , node-depd
 , node-fresh
 , node-merge-descriptors
 , node-methods
 , node-mime
 , node-parseurl
 , node-range-parser
 , node-type-is
Provides: node-node-mocks-http
Description: Mock 'http' objects for testing Express routing functions
 Mock 'http' objects for testing Express routing functions, but could
 be used for testing any Node.js web server applications that have code
 that requires mockups of the request and response objects
 .
 Node.js is an event-based server-side JavaScript engine.