Packaging http-server
Introduction
In this page will be tracked packaging information about http-server nodejs module.
Please do not edit this page by hand. Use this script instead.
For more information about packaging a Node.js module, please take a look at this page.
Build Dependencies
Name |
npm |
debian |
task |
eol |
eol (0.9.1) |
|
|
eslint |
eslint (8.31.0) |
|
|
eslint-config-populist |
eslint-config-populist (4.2.0) |
|
|
express |
express (4.18.2) |
|
|
request |
request (2.88.2) |
|
|
tap |
tap (16.3.2) |
|
|
Dependencies
Name |
npm |
debian |
task |
http-server |
http-server (14.1.1) |
|
|
├── basic-auth |
basic-auth (2.0.1) |
|
|
│ └── safe-buffer |
safe-buffer (5.2.1) |
|
|
├── chalk |
chalk (5.2.0) |
|
|
├── corser |
corser (2.0.1) |
|
|
├── he |
he (1.2.0) |
|
|
├── html-encoding-sniffer |
html-encoding-sniffer (3.0.0) |
|
|
│ └── whatwg-encoding |
whatwg-encoding (2.0.0) |
|
|
│ └── iconv-lite |
iconv-lite (0.6.3) |
|
|
│ └── safer-buffer |
safer-buffer (2.1.2) |
|
|
├── http-proxy |
http-proxy (1.18.1) |
|
|
│ ├── eventemitter3 |
eventemitter3 (5.0.0) |
|
|
│ ├── follow-redirects |
follow-redirects (1.15.2) |
|
|
│ └── requires-port |
requires-port (1.0.0) |
|
|
├── mime |
mime (3.0.0) |
|
|
├── minimist |
minimist (1.2.7) |
|
|
├── opener |
opener (1.5.2) |
|
|
├── portfinder |
portfinder (1.0.32) |
|
|
│ ├── async |
async (3.2.4) |
|
|
│ ├── debug |
debug (4.3.4) |
|
|
│ │ └── ms |
ms (2.1.3) |
|
|
│ └── mkdirp |
mkdirp (1.0.4) |
|
|
├── secure-compare |
secure-compare (3.0.1) |
|
|
├── union |
union (0.5.0) |
|
|
│ └── qs |
qs (6.11.0) |
|
|
│ └── side-channel |
side-channel (1.0.4) |
|
|
│ ├── call-bind |
call-bind (1.0.2) |
|
|
│ │ ├── function-bind |
function-bind (1.1.1) |
|
|
│ │ └── get-intrinsic |
get-intrinsic (1.1.3) |
|
|
│ │ ├── function-bind |
function-bind (1.1.1) |
|
|
│ │ ├── has |
has (1.0.3) |
|
|
│ │ │ └── function-bind |
function-bind (1.1.1) |
|
|
│ │ └── has-symbols |
has-symbols (1.0.3) |
|
|
│ ├── get-intrinsic |
get-intrinsic (1.1.3) |
|
|
│ └── object-inspect |
object-inspect (1.12.2) |
|
|
└── url-join |
url-join (5.0.0) |
|
|
Package.json
The package.json for http-server can be seen by typing:
npm view http-server
