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 (>= 4.1.0~),
mocha <!nocheck>,
dh-sequence-nodejs
Standards-Version: 4.7.2
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 (>= 4.1.0~)
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.
|