diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-08-17 13:05:20 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-08-17 13:05:20 +0200 |
commit | a177f55b0c022b5a77e9660beea5e190bc4c6e88 (patch) | |
tree | 969156e456a55ad3470a64fb3bca1806c8020463 /deps/npm/man | |
parent | 90ea68107a94b33e6b20cd9c2af8547b8c41da7c (diff) | |
parent | 9918e5d4f6fbc8fe63d0395170a2daef2484d17a (diff) | |
download | node-new-a177f55b0c022b5a77e9660beea5e190bc4c6e88.tar.gz |
Merge remote-tracking branch 'origin/v0.8'
Conflicts:
ChangeLog
src/node_version.h
test/message/stdin_messages.out
tools/install.py
Diffstat (limited to 'deps/npm/man')
94 files changed, 139 insertions, 203 deletions
diff --git a/deps/npm/man/man1/README.1 b/deps/npm/man/man1/README.1 index 8fb8449aaa..4fec26e57a 100644 --- a/deps/npm/man/man1/README.1 +++ b/deps/npm/man/man1/README.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM" "1" "August 2012" "" "" @@ -36,69 +36,19 @@ If you want a more fancy pants install (a different version, customized paths, etc\.) then read on\. . .SH "Fancy Install (Unix)" -To install npm with one command, do this: -. -.IP "" 4 -. -.nf -curl http://npmjs\.org/install\.sh | sh -. -.fi -. -.IP "" 0 -. -.P -To skip the npm 0\.x cleanup, do this: -. -.IP "" 4 -. -.nf -curl http://npmjs\.org/install\.sh | clean=no sh -. -.fi -. -.IP "" 0 -. -.P -To say "yes" to the 0\.x cleanup, but skip the prompt: -. -.IP "" 4 -. -.nf -curl http://npmjs\.org/install\.sh | clean=yes sh -. -.fi -. -.IP "" 0 -. -.P -If you get permission errors, you\'ll need to \fBrun\fR the script as root\. -(Note, just putting \fBsudo\fR in front of the \fBcurl\fR will \fBfetch\fR the script -as root\.) +There\'s a pretty robust install script at \fIhttps://npmjs\.org/install\.sh\fR\|\. You can download that and run it\. . .SS "Slightly Fancier" You can set any npm configuration params with that script: . -.IP "" 4 -. -.nf -curl http://npmjs\.org/install\.sh | npm_config_prefix=/some/path sh -. -.fi -. -.IP "" 0 +.P +npm\fIconfig\fRprefix=/some/path sh install\.sh . .P Or, you can run it in uber\-debuggery mode: . -.IP "" 4 -. -.nf -curl http://npmjs\.org/install\.sh | npm_debug=1 sh -. -.fi -. -.IP "" 0 +.P +npm_debug=1 sh install\.sh . .SS "Even Fancier" Get the code with git\. Use \fBmake\fR to build the docs and do other stuff\. @@ -121,36 +71,6 @@ git, and mess with it directly\. .SH "Installing on Cygwin" No\. . -.SH "Dev Install" -To install the latest \fBunstable\fR development version from git: -. -.IP "" 4 -. -.nf -git clone https://github\.com/isaacs/npm\.git -cd npm -sudo make install # (or: `node cli\.js install \-gf`) -. -.fi -. -.IP "" 0 -. -.P -If you\'re sitting in the code folder reading this document in your -terminal, then you\'ve already got the code\. Just do: -. -.IP "" 4 -. -.nf -sudo make install -. -.fi -. -.IP "" 0 -. -.P -and npm will install itself\. -. .SH "Permissions when Using npm to Install Other Stuff" \fBtl;dr\fR . @@ -258,6 +178,16 @@ you have chosen\. If you would like to use npm programmatically, you can do that\. It\'s not very well documented, but it \fIis\fR rather simple\. . +.P +Most of the time, unless you actually want to do all the things that +npm does, you should try using one of npm\'s dependencies rather than +using npm itself, if possible\. +. +.P +Eventually, npm will be just a thin cli wrapper around the modules +that it depends on, but for now, there are some things that you must +use npm itself to do\. +. .IP "" 4 . .nf diff --git a/deps/npm/man/man1/adduser.1 b/deps/npm/man/man1/adduser.1 index 196b1ec4e8..6e4b76f436 100644 --- a/deps/npm/man/man1/adduser.1 +++ b/deps/npm/man/man1/adduser.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-ADDUSER" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/bin.1 b/deps/npm/man/man1/bin.1 index c2b203f607..012d1ac07c 100644 --- a/deps/npm/man/man1/bin.1 +++ b/deps/npm/man/man1/bin.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-BIN" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/bugs.1 b/deps/npm/man/man1/bugs.1 index 8fd783b3aa..c9b45023ce 100644 --- a/deps/npm/man/man1/bugs.1 +++ b/deps/npm/man/man1/bugs.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-BUGS" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/build.1 b/deps/npm/man/man1/build.1 index c3111bbb0d..290804aeaf 100644 --- a/deps/npm/man/man1/build.1 +++ b/deps/npm/man/man1/build.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-BUILD" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/bundle.1 b/deps/npm/man/man1/bundle.1 index a4c4747ac5..272907754e 100644 --- a/deps/npm/man/man1/bundle.1 +++ b/deps/npm/man/man1/bundle.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-BUNDLE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/cache.1 b/deps/npm/man/man1/cache.1 index b14c18bf8b..5d029f1f72 100644 --- a/deps/npm/man/man1/cache.1 +++ b/deps/npm/man/man1/cache.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-CACHE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/changelog.1 b/deps/npm/man/man1/changelog.1 index 0fd7f53c57..0233707578 100644 --- a/deps/npm/man/man1/changelog.1 +++ b/deps/npm/man/man1/changelog.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-CHANGELOG" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/coding-style.1 b/deps/npm/man/man1/coding-style.1 index 0be920cde6..da006c54ed 100644 --- a/deps/npm/man/man1/coding-style.1 +++ b/deps/npm/man/man1/coding-style.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-CODING\-STYLE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/completion.1 b/deps/npm/man/man1/completion.1 index 6ea8e4ebfa..a6ba28f35d 100644 --- a/deps/npm/man/man1/completion.1 +++ b/deps/npm/man/man1/completion.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-COMPLETION" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/config.1 b/deps/npm/man/man1/config.1 index a6b5011085..f1a4ee09c5 100644 --- a/deps/npm/man/man1/config.1 +++ b/deps/npm/man/man1/config.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-CONFIG" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/deprecate.1 b/deps/npm/man/man1/deprecate.1 index ade8450258..0cc3eee2a4 100644 --- a/deps/npm/man/man1/deprecate.1 +++ b/deps/npm/man/man1/deprecate.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-DEPRECATE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/developers.1 b/deps/npm/man/man1/developers.1 index 5c53a1e3e3..a6ab1dd165 100644 --- a/deps/npm/man/man1/developers.1 +++ b/deps/npm/man/man1/developers.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-DEVELOPERS" "1" "August 2012" "" "" @@ -22,7 +22,7 @@ These are man pages\. If you install npm, you should be able to then do \fBman npm\-thing\fR to get the documentation on a particular topic, or \fBnpm help thing\fR to see the same information\. . -.SH "What is a `package`" +.SH "What is a " A package is: . .IP "\(bu" 4 @@ -135,7 +135,7 @@ You can use \fBnpm init\fR in the root of your package in order to get you started with a pretty basic package\.json file\. See \fBnpm help init\fR for more info\. . -.SH "Keeping files *out* of your package" +.SH "Keeping files " Use a \fB\|\.npmignore\fR file to keep stuff out of your package\. If there\'s no \.npmignore file, but there \fIis\fR a \.gitignore file, then npm will ignore the stuff matched by the \.gitignore file\. If you \fIwant\fR to diff --git a/deps/npm/man/man1/disputes.1 b/deps/npm/man/man1/disputes.1 index d69d47d8fe..a87a908069 100644 --- a/deps/npm/man/man1/disputes.1 +++ b/deps/npm/man/man1/disputes.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-DISPUTES" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/docs.1 b/deps/npm/man/man1/docs.1 index c31c0a53c5..7e7709c2c4 100644 --- a/deps/npm/man/man1/docs.1 +++ b/deps/npm/man/man1/docs.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-DOCS" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/edit.1 b/deps/npm/man/man1/edit.1 index fc7757d18c..8e6e25e7b3 100644 --- a/deps/npm/man/man1/edit.1 +++ b/deps/npm/man/man1/edit.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-EDIT" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/explore.1 b/deps/npm/man/man1/explore.1 index 305f06aa07..18623b3dd0 100644 --- a/deps/npm/man/man1/explore.1 +++ b/deps/npm/man/man1/explore.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-EXPLORE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/faq.1 b/deps/npm/man/man1/faq.1 index 206a48d1d7..ee360bf4d0 100644 --- a/deps/npm/man/man1/faq.1 +++ b/deps/npm/man/man1/faq.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-FAQ" "1" "August 2012" "" "" @@ -21,10 +21,10 @@ npm config set viewer browser .P to open these documents in your default web browser rather than \fBman\fR\|\. . -.SH "It didn\'t work\." +.SH "It didn't work\." That\'s not really a question\. . -.SH "Why didn\'t it work?" +.SH "Why didn't it work?" I don\'t know yet\. . .P @@ -53,7 +53,7 @@ Install it globally by tacking \fB\-g\fR or \fB\-\-global\fR to the command\. ( is especially important for command line utilities that need to add their bins to the global system \fBPATH\fR\|\.) . -.SH "I installed something globally, but I can\'t `require()` it" +.SH "I installed something globally, but I can't " Install it locally\. . .P @@ -65,7 +65,7 @@ If you \fBrequire()\fR a module in your code, then that means it\'s a dependency, and a part of your program\. You need to install it locally in your program\. . -.SH "Why can\'t npm just put everything in one place, like other package managers?" +.SH "Why can't npm just put everything in one place, like other package managers?" Not every change is an improvement, but every improvement is a change\. This would be like asking git to do network IO for every commit\. It\'s not going to happen, because it\'s a terrible idea that causes more @@ -83,13 +83,13 @@ programs reference the same copy of it, then use the \fBnpm link\fR command\. That\'s what it\'s for\. Install it globally, then link it into each program that uses it\. . -.SH "Whatever, I really want the old style \'everything global\' style\." +.SH "Whatever, I really want the old style 'everything global' style\." Write your own package manager, then\. It\'s not that hard\. . .P npm will not help you do something that is known to be a bad idea\. . -.SH "Should I check my `node_modules` folder into git?" +.SH "Should I check my " Mikeal Rogers answered this question very well: . .P @@ -112,11 +112,11 @@ your deployment scripts\. . .IP "" 0 . -.SH "Is it \'npm\' or \'NPM\' or \'Npm\'?" +.SH "Is it 'npm' or 'NPM' or 'Npm'?" npm should never be capitalized unless it is being displayed in a location that is customarily all\-caps (such as the title of man pages\.) . -.SH "If \'npm\' is an acronym, why is it never capitalized?" +.SH "If 'npm' is an acronym, why is it never capitalized?" Contrary to the belief of many, "npm" is not in fact an abbreviation for "Node Package Manager"\. It is a recursive bacronymic abbreviation for "npm is not an acronym"\. (If it was "ninaa", then it would be an @@ -185,7 +185,7 @@ curl http://npmjs\.org/install\.sh | sh . .IP "" 0 . -.SH "What is a `package`?" +.SH "What is a " A package is: . .IP "\(bu" 4 @@ -265,20 +265,20 @@ Yes\. It should be a url to a gzipped tarball containing a single folder that has a package\.json in its root, or a git url\. (See "what is a package?" above\.) . -.SH "How do I symlink to a dev folder so I don\'t have to keep re\-installing?" +.SH "How do I symlink to a dev folder so I don't have to keep re\-installing?" See \fBnpm help link\fR . .SH "The package registry website\. What is that exactly?" See \fBnpm help registry\fR\|\. . -.SH "What\'s up with the insecure channel warnings?" +.SH "What's up with the insecure channel warnings?" Until node 0\.4\.10, there were problems sending big files over HTTPS\. That means that publishes go over HTTP by default in those versions of node\. . -.SH "I forgot my password, and can\'t publish\. How do I reset it?" +.SH "I forgot my password, and can't publish\. How do I reset it?" Go to \fIhttp://admin\.npmjs\.org/reset\fR\|\. . -.SH "I get ECONNREFUSED a lot\. What\'s up?" +.SH "I get ECONNREFUSED a lot\. What's up?" Either the registry is down, or node\'s DNS isn\'t able to reach out\. . .P diff --git a/deps/npm/man/man1/folders.1 b/deps/npm/man/man1/folders.1 index f32b4af68f..618cf3c5ce 100644 --- a/deps/npm/man/man1/folders.1 +++ b/deps/npm/man/man1/folders.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-FOLDERS" "1" "August 2012" "" "" @@ -148,9 +148,8 @@ prevented\. Another optimization can be made by installing dependencies at the highest level possible, below the localized "target" folder\. . -.TP -Example -.Consider this dependency graph: +.SS "\fIExample\fR" +Consider this dependency graph: . .IP "" 4 . diff --git a/deps/npm/man/man1/help-search.1 b/deps/npm/man/man1/help-search.1 index 03c4d016c8..9ba4b94cb6 100644 --- a/deps/npm/man/man1/help-search.1 +++ b/deps/npm/man/man1/help-search.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-HELP\-SEARCH" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/help.1 b/deps/npm/man/man1/help.1 index e1a2e60d9e..719af267ef 100644 --- a/deps/npm/man/man1/help.1 +++ b/deps/npm/man/man1/help.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-HELP" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/index.1 b/deps/npm/man/man1/index.1 index 0717dac3de..ec2d9a9f33 100644 --- a/deps/npm/man/man1/index.1 +++ b/deps/npm/man/man1/index.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-INDEX" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/init.1 b/deps/npm/man/man1/init.1 index 8d8555753d..77258c9e62 100644 --- a/deps/npm/man/man1/init.1 +++ b/deps/npm/man/man1/init.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-INIT" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/install.1 b/deps/npm/man/man1/install.1 index 396ad51e5c..4d74cbf443 100644 --- a/deps/npm/man/man1/install.1 +++ b/deps/npm/man/man1/install.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-INSTALL" "1" "August 2012" "" "" @@ -335,7 +335,7 @@ already caused C to be installed at a higher level\. See npm help folders for a more detailed description of the specific folder structures that npm creates\. . -.SS "Limitations of npm\'s Install Algorithm" +.SS "Limitations of npm's Install Algorithm" There are some very rare and pathological edge\-cases where a cycle can cause npm to try to install a never\-ending tree of packages\. Here is the simplest case: diff --git a/deps/npm/man/man1/json.1 b/deps/npm/man/man1/json.1 index a7ab18eace..cd1763c7e4 100644 --- a/deps/npm/man/man1/json.1 +++ b/deps/npm/man/man1/json.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-JSON" "1" "August 2012" "" "" @@ -32,6 +32,13 @@ If there is a \fBwscript\fR file in the root of your package, npm will default the \fBpreinstall\fR command to compile using node\-waf\. . .IP "\(bu" 4 +\fB"scripts":{"preinstall": "node\-gyp rebuild"}\fR +. +.IP +If there is a \fBbinding\.gyp\fR file in the root of your package, npm will +default the \fBpreinstall\fR command to compile using node\-gyp\. +. +.IP "\(bu" 4 \fB"contributors": [\.\.\.]\fR . .IP diff --git a/deps/npm/man/man1/link.1 b/deps/npm/man/man1/link.1 index e6ee419da4..b93dbd0b7c 100644 --- a/deps/npm/man/man1/link.1 +++ b/deps/npm/man/man1/link.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-LINK" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/list.1 b/deps/npm/man/man1/list.1 index 4d4ade4470..65db45c02a 100644 --- a/deps/npm/man/man1/list.1 +++ b/deps/npm/man/man1/list.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-LS" "1" "August 2012" "" "" @@ -29,7 +29,7 @@ For example, running \fBnpm ls promzard\fR in npm\'s source tree will show: .IP "" 4 . .nf -npm@1.1.46 /path/to/npm +npm@1.1.49 /path/to/npm └─┬ init\-package\-json@0\.0\.4 └── promzard@0\.1\.5 . diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index f210022434..522d451aa2 100644 --- a/deps/npm/man/man1/npm.1 +++ b/deps/npm/man/man1/npm.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM" "1" "August 2012" "" "" @@ -14,7 +14,7 @@ npm <command> [args] .fi . .SH "VERSION" -1.1.46 +1.1.49 . .SH "DESCRIPTION" npm is the package manager for the Node JavaScript platform\. It puts diff --git a/deps/npm/man/man1/outdated.1 b/deps/npm/man/man1/outdated.1 index ae93a77874..fffd7a485d 100644 --- a/deps/npm/man/man1/outdated.1 +++ b/deps/npm/man/man1/outdated.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-OUTDATED" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/owner.1 b/deps/npm/man/man1/owner.1 index 3792afbb0d..76d79b40c6 100644 --- a/deps/npm/man/man1/owner.1 +++ b/deps/npm/man/man1/owner.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-OWNER" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/pack.1 b/deps/npm/man/man1/pack.1 index 812fbb2723..456c9a295b 100644 --- a/deps/npm/man/man1/pack.1 +++ b/deps/npm/man/man1/pack.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PACK" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/prefix.1 b/deps/npm/man/man1/prefix.1 index a7f253b3f7..79ec1bce75 100644 --- a/deps/npm/man/man1/prefix.1 +++ b/deps/npm/man/man1/prefix.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PREFIX" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/prune.1 b/deps/npm/man/man1/prune.1 index a8d35c0ea0..5f10fc77a3 100644 --- a/deps/npm/man/man1/prune.1 +++ b/deps/npm/man/man1/prune.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PRUNE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/publish.1 b/deps/npm/man/man1/publish.1 index e73e5f7ce3..c35bcacae7 100644 --- a/deps/npm/man/man1/publish.1 +++ b/deps/npm/man/man1/publish.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PUBLISH" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/rebuild.1 b/deps/npm/man/man1/rebuild.1 index 7e5b0a6644..4810847698 100644 --- a/deps/npm/man/man1/rebuild.1 +++ b/deps/npm/man/man1/rebuild.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-REBUILD" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/registry.1 b/deps/npm/man/man1/registry.1 index 3abf3f57fa..0565e8f2f9 100644 --- a/deps/npm/man/man1/registry.1 +++ b/deps/npm/man/man1/registry.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-REGISTRY" "1" "August 2012" "" "" @@ -40,7 +40,7 @@ to read any published packages, in addition to your private ones, and by default will only publish internally\. If you then want to publish a package for the whole world to see, you can simply override the \fB\-\-registry\fR config for that command\. . -.SH "I don\'t want my package published in the official registry\. It\'s private\." +.SH "I don't want my package published in the official registry\. It's private\." Set \fB"private": true\fR in your package\.json to prevent it from being published at all, or \fB"publishConfig":{"registry":"http://my\-internal\-registry\.local"}\fR to force it to be published only to your internal registry\. diff --git a/deps/npm/man/man1/removing-npm.1 b/deps/npm/man/man1/removing-npm.1 index 0ab98a3bf8..f65afb32af 100644 --- a/deps/npm/man/man1/removing-npm.1 +++ b/deps/npm/man/man1/removing-npm.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-REMOVAL" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/restart.1 b/deps/npm/man/man1/restart.1 index f083744056..527d98eea5 100644 --- a/deps/npm/man/man1/restart.1 +++ b/deps/npm/man/man1/restart.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-RESTART" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/root.1 b/deps/npm/man/man1/root.1 index 708bfbdb7d..2f23daec82 100644 --- a/deps/npm/man/man1/root.1 +++ b/deps/npm/man/man1/root.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-ROOT" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/run-script.1 b/deps/npm/man/man1/run-script.1 index 2f0faac84f..0c9c7a58de 100644 --- a/deps/npm/man/man1/run-script.1 +++ b/deps/npm/man/man1/run-script.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-RUN\-SCRIPT" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/scripts.1 b/deps/npm/man/man1/scripts.1 index 2626530381..519c6785f4 100644 --- a/deps/npm/man/man1/scripts.1 +++ b/deps/npm/man/man1/scripts.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SCRIPTS" "1" "August 2012" "" "" @@ -124,7 +124,7 @@ variable set to "foo", and the \fBnpm_package_version\fR set to "1\.2\.5" Configuration parameters are put in the environment with the \fBnpm_config_\fR prefix\. For instance, you can view the effective \fBroot\fR config by checking the \fBnpm_config_root\fR environment variable\. . -.SS "Special: package\.json "config" hash" +.SS "Special: package\.json "config" hash" The package\.json "config" keys are overwritten in the environment if there is a config param of \fB<name>[@<version>]:<key>\fR\|\. For example, if the package\.json has this: diff --git a/deps/npm/man/man1/search.1 b/deps/npm/man/man1/search.1 index eb4906535c..6f12c7559e 100644 --- a/deps/npm/man/man1/search.1 +++ b/deps/npm/man/man1/search.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SEARCH" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/semver.1 b/deps/npm/man/man1/semver.1 index a3eebb1cfc..61d82930a1 100644 --- a/deps/npm/man/man1/semver.1 +++ b/deps/npm/man/man1/semver.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SEMVER" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/shrinkwrap.1 b/deps/npm/man/man1/shrinkwrap.1 index 09b1dade8e..0180b17546 100644 --- a/deps/npm/man/man1/shrinkwrap.1 +++ b/deps/npm/man/man1/shrinkwrap.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SHRINKWRAP" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/star.1 b/deps/npm/man/man1/star.1 index 420ac59897..2d76c505ea 100644 --- a/deps/npm/man/man1/star.1 +++ b/deps/npm/man/man1/star.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-STAR" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/start.1 b/deps/npm/man/man1/start.1 index 9b0e85f67e..d2caf6ea97 100644 --- a/deps/npm/man/man1/start.1 +++ b/deps/npm/man/man1/start.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-START" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/stop.1 b/deps/npm/man/man1/stop.1 index c52c7b311f..5d8a7c5ba3 100644 --- a/deps/npm/man/man1/stop.1 +++ b/deps/npm/man/man1/stop.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-STOP" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/submodule.1 b/deps/npm/man/man1/submodule.1 index 518b7186d2..39610e73db 100644 --- a/deps/npm/man/man1/submodule.1 +++ b/deps/npm/man/man1/submodule.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SUBMODULE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/tag.1 b/deps/npm/man/man1/tag.1 index 93d89643b5..5ebc3cea89 100644 --- a/deps/npm/man/man1/tag.1 +++ b/deps/npm/man/man1/tag.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-TAG" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/test.1 b/deps/npm/man/man1/test.1 index efe07047ac..61cc2c486c 100644 --- a/deps/npm/man/man1/test.1 +++ b/deps/npm/man/man1/test.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-TEST" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/uninstall.1 b/deps/npm/man/man1/uninstall.1 index a1642a4f74..75397946a1 100644 --- a/deps/npm/man/man1/uninstall.1 +++ b/deps/npm/man/man1/uninstall.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-RM" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/unpublish.1 b/deps/npm/man/man1/unpublish.1 index be907d59b0..d22e7ff741 100644 --- a/deps/npm/man/man1/unpublish.1 +++ b/deps/npm/man/man1/unpublish.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-UNPUBLISH" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/update.1 b/deps/npm/man/man1/update.1 index 859baf8d56..df947c1ab4 100644 --- a/deps/npm/man/man1/update.1 +++ b/deps/npm/man/man1/update.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-UPDATE" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/version.1 b/deps/npm/man/man1/version.1 index 75014358b4..1460c32591 100644 --- a/deps/npm/man/man1/version.1 +++ b/deps/npm/man/man1/version.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-VERSION" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/view.1 b/deps/npm/man/man1/view.1 index fa7c14c4a3..163717536e 100644 --- a/deps/npm/man/man1/view.1 +++ b/deps/npm/man/man1/view.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-VIEW" "1" "August 2012" "" "" diff --git a/deps/npm/man/man1/whoami.1 b/deps/npm/man/man1/whoami.1 index 372c9f255f..63dab5f6cf 100644 --- a/deps/npm/man/man1/whoami.1 +++ b/deps/npm/man/man1/whoami.1 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-WHOAMI" "1" "August 2012" "" "" diff --git a/deps/npm/man/man3/bin.3 b/deps/npm/man/man3/bin.3 index f1ba921dec..eac7c2c3e0 100644 --- a/deps/npm/man/man3/bin.3 +++ b/deps/npm/man/man3/bin.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-BIN" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/bugs.3 b/deps/npm/man/man3/bugs.3 index fedf424a8e..1dad6a1be0 100644 --- a/deps/npm/man/man3/bugs.3 +++ b/deps/npm/man/man3/bugs.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-BUGS" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/commands.3 b/deps/npm/man/man3/commands.3 index eadf467e33..584855de24 100644 --- a/deps/npm/man/man3/commands.3 +++ b/deps/npm/man/man3/commands.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-COMMANDS" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/config.3 b/deps/npm/man/man3/config.3 index 3575ebd144..bdbea195cb 100644 --- a/deps/npm/man/man3/config.3 +++ b/deps/npm/man/man3/config.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-CONFIG" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/deprecate.3 b/deps/npm/man/man3/deprecate.3 index 43d88c2e6c..f26639f931 100644 --- a/deps/npm/man/man3/deprecate.3 +++ b/deps/npm/man/man3/deprecate.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-DEPRECATE" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/docs.3 b/deps/npm/man/man3/docs.3 index 4ba15ac5d8..75fbaeac55 100644 --- a/deps/npm/man/man3/docs.3 +++ b/deps/npm/man/man3/docs.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-DOCS" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/edit.3 b/deps/npm/man/man3/edit.3 index ba028bd973..9d1d0fa5c4 100644 --- a/deps/npm/man/man3/edit.3 +++ b/deps/npm/man/man3/edit.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-EDIT" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/explore.3 b/deps/npm/man/man3/explore.3 index 756fde937c..a220a2702a 100644 --- a/deps/npm/man/man3/explore.3 +++ b/deps/npm/man/man3/explore.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-EXPLORE" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/help-search.3 b/deps/npm/man/man3/help-search.3 index b7fe3c3211..068f44accb 100644 --- a/deps/npm/man/man3/help-search.3 +++ b/deps/npm/man/man3/help-search.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-HELP\-SEARCH" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/init.3 b/deps/npm/man/man3/init.3 index c136aa763c..203c6e744a 100644 --- a/deps/npm/man/man3/init.3 +++ b/deps/npm/man/man3/init.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "INIT" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/install.3 b/deps/npm/man/man3/install.3 index fa7ce0d7df..9169bc5d92 100644 --- a/deps/npm/man/man3/install.3 +++ b/deps/npm/man/man3/install.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-INSTALL" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/link.3 b/deps/npm/man/man3/link.3 index 38e202071d..42ada40432 100644 --- a/deps/npm/man/man3/link.3 +++ b/deps/npm/man/man3/link.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-LINK" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/load.3 b/deps/npm/man/man3/load.3 index 574dd2e41a..506b67af7d 100644 --- a/deps/npm/man/man3/load.3 +++ b/deps/npm/man/man3/load.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-LOAD" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/ls.3 b/deps/npm/man/man3/ls.3 index 6a9a08fdab..8b49137fde 100644 --- a/deps/npm/man/man3/ls.3 +++ b/deps/npm/man/man3/ls.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-LS" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/npm.3 b/deps/npm/man/man3/npm.3 index e77001e2d2..cdbccc90cd 100644 --- a/deps/npm/man/man3/npm.3 +++ b/deps/npm/man/man3/npm.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM" "3" "August 2012" "" "" @@ -21,7 +21,7 @@ npm\.load(configObject, function (er, npm) { .fi . .SH "VERSION" -1.1.46 +1.1.49 . .SH "DESCRIPTION" This is the API documentation for npm\. diff --git a/deps/npm/man/man3/outdated.3 b/deps/npm/man/man3/outdated.3 index 663e0828de..e4893c22aa 100644 --- a/deps/npm/man/man3/outdated.3 +++ b/deps/npm/man/man3/outdated.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-OUTDATED" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/owner.3 b/deps/npm/man/man3/owner.3 index 960cc1c618..a4d8f420f1 100644 --- a/deps/npm/man/man3/owner.3 +++ b/deps/npm/man/man3/owner.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-OWNER" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/pack.3 b/deps/npm/man/man3/pack.3 index be71effdd9..326308ee1f 100644 --- a/deps/npm/man/man3/pack.3 +++ b/deps/npm/man/man3/pack.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PACK" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/prefix.3 b/deps/npm/man/man3/prefix.3 index 3345045a29..474937e414 100644 --- a/deps/npm/man/man3/prefix.3 +++ b/deps/npm/man/man3/prefix.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PREFIX" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/prune.3 b/deps/npm/man/man3/prune.3 index bb656f4909..bf2cf649ce 100644 --- a/deps/npm/man/man3/prune.3 +++ b/deps/npm/man/man3/prune.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PRUNE" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/publish.3 b/deps/npm/man/man3/publish.3 index 302b0b780d..873221a0e3 100644 --- a/deps/npm/man/man3/publish.3 +++ b/deps/npm/man/man3/publish.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-PUBLISH" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/rebuild.3 b/deps/npm/man/man3/rebuild.3 index 4cdefb0a24..070fd3d445 100644 --- a/deps/npm/man/man3/rebuild.3 +++ b/deps/npm/man/man3/rebuild.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-REBUILD" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/restart.3 b/deps/npm/man/man3/restart.3 index c6e43095a5..c459c2eeea 100644 --- a/deps/npm/man/man3/restart.3 +++ b/deps/npm/man/man3/restart.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-RESTART" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/root.3 b/deps/npm/man/man3/root.3 index f775441561..1095a31fa5 100644 --- a/deps/npm/man/man3/root.3 +++ b/deps/npm/man/man3/root.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-ROOT" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/run-script.3 b/deps/npm/man/man3/run-script.3 index 62d425c3aa..0a0c81d890 100644 --- a/deps/npm/man/man3/run-script.3 +++ b/deps/npm/man/man3/run-script.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-RUN\-SCRIPT" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/search.3 b/deps/npm/man/man3/search.3 index 18006a5d94..3cb5b74fcb 100644 --- a/deps/npm/man/man3/search.3 +++ b/deps/npm/man/man3/search.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SEARCH" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/shrinkwrap.3 b/deps/npm/man/man3/shrinkwrap.3 index 018ebebf27..9c3de75a98 100644 --- a/deps/npm/man/man3/shrinkwrap.3 +++ b/deps/npm/man/man3/shrinkwrap.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SHRINKWRAP" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/start.3 b/deps/npm/man/man3/start.3 index c5ac3a6a45..d3afc9b2de 100644 --- a/deps/npm/man/man3/start.3 +++ b/deps/npm/man/man3/start.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-START" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/stop.3 b/deps/npm/man/man3/stop.3 index dece11a68c..1109eec8d7 100644 --- a/deps/npm/man/man3/stop.3 +++ b/deps/npm/man/man3/stop.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-STOP" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/submodule.3 b/deps/npm/man/man3/submodule.3 index 4e5d0e9a21..460f2435b7 100644 --- a/deps/npm/man/man3/submodule.3 +++ b/deps/npm/man/man3/submodule.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-SUBMODULE" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/tag.3 b/deps/npm/man/man3/tag.3 index e62c03a1b8..93191e1d4e 100644 --- a/deps/npm/man/man3/tag.3 +++ b/deps/npm/man/man3/tag.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-TAG" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/test.3 b/deps/npm/man/man3/test.3 index 7342c5f066..1fee32dccf 100644 --- a/deps/npm/man/man3/test.3 +++ b/deps/npm/man/man3/test.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-TEST" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/uninstall.3 b/deps/npm/man/man3/uninstall.3 index cf0b15b5b4..82e5f1f36e 100644 --- a/deps/npm/man/man3/uninstall.3 +++ b/deps/npm/man/man3/uninstall.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-UNINSTALL" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/unpublish.3 b/deps/npm/man/man3/unpublish.3 index 55ebc7fdf6..47ae167a26 100644 --- a/deps/npm/man/man3/unpublish.3 +++ b/deps/npm/man/man3/unpublish.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-UNPUBLISH" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/update.3 b/deps/npm/man/man3/update.3 index 7ad6eb998f..0d0666797a 100644 --- a/deps/npm/man/man3/update.3 +++ b/deps/npm/man/man3/update.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-UPDATE" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/version.3 b/deps/npm/man/man3/version.3 index 12cd7dad97..c4242764d4 100644 --- a/deps/npm/man/man3/version.3 +++ b/deps/npm/man/man3/version.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-VERSION" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/view.3 b/deps/npm/man/man3/view.3 index 39503bdc44..eb66113afd 100644 --- a/deps/npm/man/man3/view.3 +++ b/deps/npm/man/man3/view.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-VIEW" "3" "August 2012" "" "" diff --git a/deps/npm/man/man3/whoami.3 b/deps/npm/man/man3/whoami.3 index b9dd96fa4d..560f94d983 100644 --- a/deps/npm/man/man3/whoami.3 +++ b/deps/npm/man/man3/whoami.3 @@ -1,4 +1,4 @@ -.\" Generated with Ronnjs/v0.1 +.\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . .TH "NPM\-WHOAMI" "3" "August 2012" "" "" |