File: control

package info (click to toggle)
node-mime 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 328 kB
  • sloc: sh: 15; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 852 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-mime
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Jérémy Lal <kapouer@melix.org>,
           Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
 debhelper (>= 11~),
 mocha,
 node-chalk,
 node-mime-types (>= 2.1.15),
 nodejs
Standards-Version: 4.3.0
Homepage: https://github.com/broofa/node-mime
Vcs-Git: https://salsa.debian.org/js-team/node-mime.git
Vcs-Browser: https://salsa.debian.org/js-team/node-mime

Package: node-mime
Architecture: all
Depends: ${misc:Depends},
 nodejs
Description: library for mime-type mapping for Node.js
 mime is a Node.js library for mime-type mapping.
 .
 A comprehensive, compact MIME type module.
 .
 Node.js is an event-based server-side javascript engine.