= 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 [[Javascript/Nodejs/Tasks#edit|this script]] instead. For more information about packaging a Node.js module, please take a look at [[Javascript/Nodejs|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) || {OK} node-express (4.18.2+~4.17.14-1) || || || request || request (2.88.2) || /!\ node-request (2.88.1-6) || || || tap || tap (16.3.2) || {OK} node-tap (16.3.2+ds1+~cs50.8.16-1) || || == Dependencies == || '''Name'''||'''npm'''||'''debian'''||'''task'''|| || http-server || http-server (14.1.1) || || || || ├── basic-auth || basic-auth (2.0.1) || {OK} node-basic-auth (2.0.1-4) || || || │   └── safe-buffer || safe-buffer (5.2.1) || {OK} node-safe-buffer (5.2.1+~cs2.1.2-3) || || || ├── chalk || chalk (5.2.0) || {OK} node-chalk (5.2.0-1) || || || ├── corser || corser (2.0.1) || || || || ├── he || he (1.2.0) || {OK} node-he (1.2.0-4) || || || ├── html-encoding-sniffer || html-encoding-sniffer (3.0.0) || || || || │   └── whatwg-encoding || whatwg-encoding (2.0.0) || || || || │   └── iconv-lite || iconv-lite (0.6.3) || {OK} node-iconv (3.0.1+~3.0.0-1+b3) || || || │   └── safer-buffer || safer-buffer (2.1.2) || || || || ├── http-proxy || http-proxy (1.18.1) || {OK} node-http-proxy (1.18.1-8) || || || │   ├── eventemitter3 || eventemitter3 (5.0.0) || /!\ node-eventemitter3 (4.0.7-3) || || || │   ├── follow-redirects || follow-redirects (1.15.2) || {OK} node-follow-redirects (1.15.2+~1.14.1-1) || || || │   └── requires-port || requires-port (1.0.0) || {OK} node-requires-port (1.0.0-2) || || || ├── mime || mime (3.0.0) || {OK} node-mime (3.0.0+dfsg+~cs3.97.1-1) || || || ├── minimist || minimist (1.2.7) || {OK} node-minimist (1.2.7+~cs5.3.2-2) || || || ├── opener || opener (1.5.2) || {OK} node-opener (1.5.2+~1.4.0-1) || || || ├── portfinder || portfinder (1.0.32) || || || || │   ├── async || async (3.2.4) || /!\ node-async (0.8.0-6) || || || │   ├── debug || debug (4.3.4) || {OK} node-debug (4.3.4+~cs4.1.7-1) || || || │   │   └── ms || ms (2.1.3) || {OK} node-ms (2.1.3+~cs0.7.31-3) || || || │   └── mkdirp || mkdirp (1.0.4) || {OK} node-mkdirp (1.0.4+~1.0.2-4) || || || ├── secure-compare || secure-compare (3.0.1) || || || || ├── union || union (0.5.0) || || || || │   └── qs || qs (6.11.0) || {OK} node-qs (6.11.0+ds+~6.9.7-3) || || || │   └── side-channel || side-channel (1.0.4) || || || || │   ├── call-bind || call-bind (1.0.2) || || || || │   │   ├── function-bind || function-bind (1.1.1) || {OK} node-function-bind (1.1.1+repacked+~1.0.3-2) || || || │   │   └── get-intrinsic || get-intrinsic (1.1.3) || || || || │   │   ├── function-bind || function-bind (1.1.1) || {OK} node-function-bind (1.1.1+repacked+~1.0.3-2) || || || │   │   ├── has || has (1.0.3) || || || || │   │   │   └── function-bind || function-bind (1.1.1) || {OK} node-function-bind (1.1.1+repacked+~1.0.3-2) || || || │   │   └── has-symbols || has-symbols (1.0.3) || || || || │   ├── get-intrinsic || get-intrinsic (1.1.3) || || || || │   └── object-inspect || object-inspect (1.12.2) || {OK} node-object-inspect (1.12.2+~cs1.8.1-1) || || || └── url-join || url-join (5.0.0) || {OK} node-url-join (5.0.0-1) || || == Package.json == The '''package.json''' for '''http-server''' can be seen by typing: {{{ npm view http-server }}}