User:Fab/Nodejs: Difference between revisions

From Alpine Linux
No edit summary
mNo edit summary
(3 intermediate revisions by the same user 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 15: Line 16:
== Dependices of npm ==
== Dependices of npm ==


<pre>
{| cellpadding="5" border="1" class="wikitable"
- nodejs
|-  
- nodejs-dev
! Package
- nodejs-waf
! 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
</pre>
| nodejs-nopt
| -
|-
| proto-list
| nodejs-proto-list
| -
|-
|
| nodejs-slide-flow-control
|
|-
| which
| nodejs-which
|
|-
|
| nodejs-block-stream
|
|-
|
| nodejs-fast-list
|
|-
| fstream
| nodejs-fstream
|
|-
| [http://search.npmjs.org/#/inherits inherits]
| nodejs-inherits
| x
|-
| mkdirp
| nodejs-mkdirp
|
|-
| [http://search.npmjs.org/#/read read]
| nodejs-read
| x
|-
| [http://search.npmjs.org/#/tar tar]
| nodejs-tar
| -
|-
| [http://search.npmjs.org/#/abbrev abbrev]
| nodejs-abbrev
|
|-
| rimraf
| nodejs-rimraf
|
|-
| node-uuid
| nodejs-node-uuid
|
|-
| graceful-fs
| nodejs-graceful-fs
|
|-
| request
| nodejs-request
|
|-
| semver
| nodejs-semver
|
|-
| [http://search.npmjs.org/#/2csv 2csv]
| nodejs-2csv
| x
|}

Revision as of 09:18, 22 January 2013

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