npm: Upgrade to 1.3.19
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm.3
index 477d2df..984cb9b 100644 (file)
@@ -1,7 +1,7 @@
 .\" Generated with Ronnjs 0.3.8
 .\" http://github.com/kapouer/ronnjs/
 .
-.TH "NPM" "3" "February 2013" "" ""
+.TH "NPM" "3" "December 2013" "" ""
 .
 .SH "NAME"
 \fBnpm\fR \-\- node package manager
@@ -10,7 +10,7 @@
 .
 .nf
 var npm = require("npm")
-npm\.load([configObject,] function (er, npm) {
+npm\.load([configObject], function (er, npm) {
   // use the npm object, now that it\'s loaded\.
   npm\.config\.set(key, val)
   val = npm\.config\.get(key)
@@ -21,12 +21,12 @@ npm\.load([configObject,] function (er, npm) {
 .fi
 .
 .SH "VERSION"
-1.2.12
+1.3.19
 .
 .SH "DESCRIPTION"
 This is the API documentation for npm\.
 To find documentation of the command line
-client, see \fBnpm help npm\fR\|\.
+npm help client, see \fBnpm\fR\|\.
 .
 .P
 Prior to using npm\'s commands, \fBnpm\.load()\fR must be called\.
@@ -34,12 +34,11 @@ If you provide \fBconfigObject\fR as an object hash of top\-level
 configs, they override the values stored in the various config
 locations\. In the npm command line client, this set of configs
 is parsed from the command line options\. Additional configuration
-params are loaded from two configuration files\. See \fBnpm help config\fR
-for more information\.
+npm help  npm help params are loaded from two configuration files\. See \fBnpm\-config\fR, \fBnpm\-confignpm help  \fR, and \fBnpmrc\fR for more information\.
 .
 .P
 After that, each of the functions are accessible in the
-commands object: \fBnpm\.commands\.<cmd>\fR\|\.  See \fBnpm help index\fR for a list of
+npm help  commands object: \fBnpm\.commands\.<cmd>\fR\|\.  See \fBnpm\-index\fR for a list of
 all possible commands\.
 .
 .P