Source: node-fastcgi
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-aws-sign2 <!nocheck>
 , node-aws4 <!nocheck>
 , node-caseless <!nocheck>
 , node-extend <!nocheck>
 , node-fastcgi-stream <!nocheck>
 , node-forever-agent <!nocheck>
 , node-form-data <!nocheck>
 , node-har-validator <!nocheck>
 , node-http-signature <!nocheck>
 , node-is-typedarray <!nocheck>
 , node-isstream <!nocheck>
 , node-json-stringify-safe <!nocheck>
 , node-mime-types <!nocheck>
 , node-oauth-sign <!nocheck>
 , node-performance-now <!nocheck>
 , node-qs <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-tough-cookie <!nocheck>
 , node-tunnel-agent <!nocheck>
 , node-uuid <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-fastcgi
Vcs-Git: https://salsa.debian.org/js-team/node-fastcgi.git
Homepage: https://github.com/fbbdev/node-fastcgi
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-fastcgi
Architecture: all
Depends: ${misc:Depends}
 , node-fastcgi-stream
Provides: node-node-fastcgi
Description: FastCGI server for Node.js
 node-fastcgi is a drop-in replacement for node's standard http module
 (server only). Code written for a http server should work without changes
 with FastCGI. It can be used to build FastCGI applications or to convert
 existing node applications to FastCGI.
 .
 This implementation is fully compliant with the FastCGI 1.0 Specification.
