User:Fab/Nodejs: Difference between revisions
< User:Fab
No edit summary |
m (→NPM: Rescued more broken hyperlinks.) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Warning|node.js needs an update. The latest release is v0.8.18.}} | |||
= Installation of node.js = | = Installation of node.js = | ||
Line 12: | Line 12: | ||
= NPM = | = NPM = | ||
The [ | The [https://www.npmjs.com/ NPM registry] contains plenty of addons for node.js. npm is a package manager for node.js. It can be used to install additional stuff. | ||
== Dependices of npm == | == Dependices of npm == | ||
{| cellpadding="5" border="1" class="wikitable" | |||
- | |- | ||
- nodejs- | ! Package | ||
! AKP name | |||
- nodejs-ini | ! Status | ||
- nodejs-minimatch | |- | ||
- nodejs-nopt | | node.js | ||
- nodejs-proto-list | | nodejs | ||
- nodejs-slide-flow-control | | x | ||
- nodejs-which | |- | ||
- nodejs-block-stream | | waf | ||
- nodejs-fast-list | | nodejs-waf | ||
- nodejs-fstream | | - | ||
- nodejs-inherits | |- | ||
- nodejs-mkdirp | | ini | ||
- nodejs-read | | nodejs-ini | ||
- nodejs-tar | | - | ||
- nodejs-abbrev | |- | ||
- nodejs-rimraf | | minimatch | ||
- nodejs-node-uuid | | nodejs-minimatch | ||
- nodejs-graceful-fs | | | ||
- nodejs-request | |- | ||
- nodejs-semver | | nopt | ||
| nodejs-nopt | |||
| - | |||
|- | |||
| proto-list | |||
| nodejs-proto-list | |||
| - | |||
|- | |||
| | |||
| nodejs-slide-flow-control | |||
| | |||
|- | |||
| which | |||
| nodejs-which | |||
| | |||
|- | |||
| | |||
| nodejs-block-stream | |||
| | |||
|- | |||
| | |||
| nodejs-fast-list | |||
| | |||
|- | |||
| fstream | |||
| nodejs-fstream | |||
| | |||
|- | |||
| [https://www.npmjs.com/search?inherits inherits] | |||
| nodejs-inherits | |||
| x | |||
|- | |||
| mkdirp | |||
| nodejs-mkdirp | |||
| | |||
|- | |||
| [https://www.npmjs.com/search?read read] | |||
| nodejs-read | |||
| x | |||
|- | |||
| [https://www.npmjs.com/search?tar tar] | |||
| nodejs-tar | |||
| - | |||
|- | |||
| [https://www.npmjs.com/search?abbrev abbrev] | |||
| nodejs-abbrev | |||
| | |||
|- | |||
| rimraf | |||
| nodejs-rimraf | |||
| | |||
|- | |||
| node-uuid | |||
| nodejs-node-uuid | |||
| | |||
|- | |||
| graceful-fs | |||
| nodejs-graceful-fs | |||
| | |||
|- | |||
| request | |||
| nodejs-request | |||
| | |||
|- | |||
| semver | |||
| nodejs-semver | |||
| | |||
|- | |||
| [https://www.npmjs.com/search?2csv 2csv] | |||
| nodejs-2csv | |||
| x | |||
|} |
Latest revision as of 02:08, 28 August 2023
Warning: node.js needs an update. The latest release is v0.8.18.
Installation of node.js
apk add nodejs
Testing node.js
node -v v0.4.2
NPM
The NPM registry contains plenty of addons for node.js. npm is a package manager for node.js. It can be used to install additional stuff.
Dependices of npm
Package | AKP name | Status |
---|---|---|
node.js | nodejs | x |
waf | nodejs-waf | - |
ini | nodejs-ini | - |
minimatch | nodejs-minimatch | |
nopt | nodejs-nopt | - |
proto-list | nodejs-proto-list | - |
nodejs-slide-flow-control | ||
which | nodejs-which | |
nodejs-block-stream | ||
nodejs-fast-list | ||
fstream | nodejs-fstream | |
inherits | nodejs-inherits | x |
mkdirp | nodejs-mkdirp | |
read | nodejs-read | x |
tar | nodejs-tar | - |
abbrev | nodejs-abbrev | |
rimraf | nodejs-rimraf | |
node-uuid | nodejs-node-uuid | |
graceful-fs | nodejs-graceful-fs | |
request | nodejs-request | |
semver | nodejs-semver | |
2csv | nodejs-2csv | x |