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-type-is
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, node-content-type <!nocheck>
, node-mime-types <!nocheck>
, node-media-typer (>= 1.1.0) <!nocheck>
, mocha <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.6.0
Homepage: https://github.com/jshttp/type-is
Vcs-Git: https://salsa.debian.org/js-team/node-type-is.git
Vcs-Browser: https://salsa.debian.org/js-team/node-type-is
Rules-Requires-Root: no
Package: node-type-is
Architecture: all
Depends:
${misc:Depends}
, node-content-type
, node-mime-types
, node-media-typer (>= 1.1.0)
Multi-Arch: foreign
Description: infer the content type from request
Contains a simple module to infer content type from
current request.
.
Node.js is an event-based server-side JavaScript engine.
|