File: control

package info (click to toggle)
node-content-disposition 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 140 kB
  • sloc: makefile: 6
file content (26 lines) | stat: -rw-r--r-- 893 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
Source: node-content-disposition
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , mocha
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/jshttp/content-disposition
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-content-disposition.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-content-disposition.git
XS-Testsuite: autopkgtest

Package: node-content-disposition
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Create and parse Content-Disposition header - Node.js module
 content-disposition is a Node.js module which provides API to create and parse
 RFC-compliant Content-Disposition headers.
 .
 Node.js is an event-based server-side JavaScript engine.