File: control

package info (click to toggle)
node-response-time 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 96 kB
  • ctags: 2
  • sloc: makefile: 6; sh: 2
file content (31 lines) | stat: -rw-r--r-- 964 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
Source: node-response-time
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
 , node-depd
 , node-on-headers
 , node-mocha
 , node-supertest
Standards-Version: 3.9.6
Homepage: https://github.com/expressjs/response-time
XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-response-time.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-response-time.git

Package: node-response-time
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-depd
 , node-on-headers
Description: X-Response-Time header manager for HTTP response - Node.js module
 This package provides a module to manage the X-Response-Time header
 in a HTTP response just specifying the duration in milliseconds.
 .
 Node.js is an event-based server-side JavaScript engine.