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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: node-http-server
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: sandra uwah <sandrauwah282@gmail.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-nodejs
, dh-sequence-nodejs
, mocha <!nocheck>
, node-async <!nocheck>
, node-basic-auth <!nocheck>
, node-debug <!nocheck>
, node-expect.js <!nocheck>
, node-express <!nocheck>
, node-he <!nocheck>
, node-http-proxy <!nocheck>
, node-iconv-lite <!nocheck>
, node-jsdom <!nocheck>
, node-mime <!nocheck>
, node-minipass <!nocheck>
, node-mkdirp <!nocheck>
, node-qs <!nocheck>
, node-vows <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-http-server
Vcs-Git: https://salsa.debian.org/js-team/node-http-server.git
Homepage: https://github.com/http-party/http-server#readme
Rules-Requires-Root: no
Package: node-http-server
Architecture: all
Depends:
${misc:Depends}
, node-async
, node-basic-auth
, node-chalk
, node-debug (>= 4.3.4)
, node-he (>= 1.2.0)
, node-http-proxy
, node-jsdom (>= 20.0.3)
, node-mime
, node-minimist
, node-mkdirp (>= 1.0.4)
, node-qs
, nodejs:any
Provides: ${nodejs:Provides}
Description: Simple zero-configuration command-line http server
http-server is a simple, zero-configuration command-line static HTTP server
powerful enough for production usage, but simple enough to be used for testing,
local development and learning.
|