File: control

package info (click to toggle)
node-http-errors 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: javascript: 543; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,063 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
Source: node-http-errors
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-buildinfo
 , mocha <!nocheck>
 , node-depd (>= 1.1.2~)
 , node-inherits (>= 2.0.3~)
 , node-setprototypeof
 , node-statuses
 , node-toidentifier
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-http-errors
Vcs-Git: https://salsa.debian.org/js-team/node-http-errors.git
Homepage: https://github.com/jshttp/http-errors#readme
Rules-Requires-Root: no

Package: node-http-errors
Architecture: all
Depends:
 ${misc:Depends}
 , node-depd (>= 1.1.2~)
 , node-inherits (>= 2.0.3~)
 , node-setprototypeof
 , node-statuses
 , node-toidentifier
 , nodejs
Description: Create HTTP error objects
 This modules allow you to create HTTP errors for Express, Koa, Connect, etc.
 with ease.
 .
 Node.js is an event-based server-side JavaScript engine.