File: control

package info (click to toggle)
node-negotiator 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • ctags: 78
  • sloc: makefile: 4; sh: 2
file content (28 lines) | stat: -rw-r--r-- 846 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
Source: node-negotiator
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 9~)
 , dh-buildinfo
 , nodejs
 , mocha
Standards-Version: 4.1.0
Homepage: https://github.com/federomero/negotiator
XS-Testsuite: autopkgtest
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-negotiator.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-negotiator.git

Package: node-negotiator
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: HTTP content negotiator for Node.js
 node-negotiator parses HTTP Accept headers to return preferred
 media types, languages, charsets, encodings from lists of
 available choices.
 .
 Node.js is an event-based server-side javascript engine.