File: control

package info (click to toggle)
node-mime-types 2.1.35-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 152 kB
  • sloc: javascript: 269; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,083 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
Source: node-mime-types
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Testsuite: autopkgtest-pkg-nodejs
Uploaders: Yadd <yadd@debian.org>,
           Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper-compat (= 13),
 media-types,
 node-mime,
 mocha <!nocheck>,
 dh-sequence-nodejs
Standards-Version: 4.6.0
Homepage: https://github.com/jshttp/mime-types
Vcs-Git: https://salsa.debian.org/js-team/node-mime-types.git
Vcs-Browser: https://salsa.debian.org/js-team/node-mime-types
Rules-Requires-Root: no

Package: node-mime-types
Architecture: all
Depends:
 ${misc:Depends},
 node-mime (>= 2.4.4)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: ultimate JavaScript content-type utility - Node.js module
 This package provides a library for mime-type mapping similar to mime
 module with some differences, such as it always returns a value, even
 false if mime type is not found, and supports additional mime types.
 .
 Node.js is an event-based server-side JavaScript engine.