Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 12:13:01 +0400
committerisaacs <i@izs.me>2011-09-04 12:13:01 +0400
commit609c9307b2368f9060fd74eef503779eff022c75 (patch)
tree877166a1cb1c0aadd12aacfd1f05d8d65788946e /html
parent4e35187607c07526a93f35673b15d50b870fa388 (diff)
More doc decruftifying
Diffstat (limited to 'html')
-rw-r--r--html/doc/adduser.html5
-rw-r--r--html/doc/author.html7
-rw-r--r--html/doc/bin.html5
-rw-r--r--html/doc/build.html7
-rw-r--r--html/doc/bundle.html5
-rw-r--r--html/doc/cache.html5
-rw-r--r--html/doc/changelog.html5
-rw-r--r--html/doc/coding-style.html5
-rw-r--r--html/doc/completion.html5
-rw-r--r--html/doc/config.html5
-rw-r--r--html/doc/deprecate.html5
-rw-r--r--html/doc/developers.html17
-rw-r--r--html/doc/docs.html5
-rw-r--r--html/doc/edit.html5
-rw-r--r--html/doc/explore.html5
-rw-r--r--html/doc/faq.html5
-rw-r--r--html/doc/folders.html5
-rw-r--r--html/doc/get.html5
-rw-r--r--html/doc/global.html5
-rw-r--r--html/doc/help-search.html5
-rw-r--r--html/doc/home.html5
-rw-r--r--html/doc/init.html7
-rw-r--r--html/doc/install.html7
-rw-r--r--html/doc/json.html5
-rw-r--r--html/doc/link.html5
-rw-r--r--html/doc/list.html5
-rw-r--r--html/doc/ln.html5
-rw-r--r--html/doc/ls.html5
-rw-r--r--html/doc/npm.html7
-rw-r--r--html/doc/outdated.html5
-rw-r--r--html/doc/owner.html7
-rw-r--r--html/doc/pack.html5
-rw-r--r--html/doc/prefix.html5
-rw-r--r--html/doc/prune.html5
-rw-r--r--html/doc/publish.html7
-rw-r--r--html/doc/rebuild.html5
-rw-r--r--html/doc/registry.html5
-rw-r--r--html/doc/removing-npm.html5
-rw-r--r--html/doc/restart.html7
-rw-r--r--html/doc/rm.html5
-rw-r--r--html/doc/root.html5
-rw-r--r--html/doc/run-script.html7
-rw-r--r--html/doc/scripts.html5
-rw-r--r--html/doc/search.html5
-rw-r--r--html/doc/semver.html3
-rw-r--r--html/doc/set.html5
-rw-r--r--html/doc/start.html5
-rw-r--r--html/doc/stop.html5
-rw-r--r--html/doc/submodule.html5
-rw-r--r--html/doc/tag.html5
-rw-r--r--html/doc/test.html5
-rw-r--r--html/doc/uninstall.html5
-rw-r--r--html/doc/unpublish.html5
-rw-r--r--html/doc/update.html5
-rw-r--r--html/doc/version.html5
-rw-r--r--html/doc/view.html5
-rw-r--r--html/doc/whoami.html5
57 files changed, 128 insertions, 185 deletions
diff --git a/html/doc/adduser.html b/html/doc/adduser.html
index f6123995d..3705bd784 100644
--- a/html/doc/adduser.html
+++ b/html/doc/adduser.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="adduser.html">npm-adduser</a></h1> <p>Add a registry user account</p>
+<h1><a href="adduser.html">npm adduser</a></h1> <p>Add a registry user account</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -395,4 +394,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help adduser - 2011-35-04 07:09:04 -->
+<!-- npm help adduser - 2011-11-04 08:09:39 -->
diff --git a/html/doc/author.html b/html/doc/author.html
index b60b56aa9..8a8b99d82 100644
--- a/html/doc/author.html
+++ b/html/doc/author.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="owner.html">npm-owner</a></h1> <p>Manage package owners</p>
+<h1><a href="owner.html">npm owner</a></h1> <p>Manage package owners</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -362,7 +361,7 @@ that is not implemented at this time.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="publish.html">npm-publish</a></li><li><a href="registry.html">npm-registry</a></li></ul>
+<ul><li><a href="publish.html">npm publish</a></li><li><a href="registry.html">npm registry</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -392,4 +391,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help author - 2011-35-04 07:09:05 -->
+<!-- npm help author - 2011-11-04 08:09:39 -->
diff --git a/html/doc/bin.html b/html/doc/bin.html
index 3d99d9e23..7ba75b3fb 100644
--- a/html/doc/bin.html
+++ b/html/doc/bin.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="bin.html">npm-bin</a></h1> <p>Display npm bin folder</p>
+<h1><a href="bin.html">npm bin</a></h1> <p>Display npm bin folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bin - 2011-35-04 07:09:05 -->
+<!-- npm help bin - 2011-11-04 08:09:39 -->
diff --git a/html/doc/build.html b/html/doc/build.html
index d414438bd..f5347b75f 100644
--- a/html/doc/build.html
+++ b/html/doc/build.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="build.html">npm-build</a></h1> <p>Build a package</p>
+<h1><a href="build.html">npm build</a></h1> <p>Build a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -355,7 +354,7 @@ A folder containing a <code>package.json</code> file in its root.</li></ul>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="install.html">npm-install</a></li><li><a href="link.html">npm-link</a></li><li><a href="scripts.html">npm-scripts</a></li><li><a href="json.html">npm-json</a></li></ul>
+<ul><li><a href="install.html">npm install</a></li><li><a href="link.html">npm link</a></li><li><a href="scripts.html">npm scripts</a></li><li><a href="json.html">npm json</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -385,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help build - 2011-35-04 07:09:05 -->
+<!-- npm help build - 2011-11-04 08:09:39 -->
diff --git a/html/doc/bundle.html b/html/doc/bundle.html
index 76f6154de..9857810ba 100644
--- a/html/doc/bundle.html
+++ b/html/doc/bundle.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="bundle.html">npm-bundle</a></h1> <p>REMOVED</p>
+<h1><a href="bundle.html">npm bundle</a></h1> <p>REMOVED</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bundle - 2011-35-04 07:09:05 -->
+<!-- npm help bundle - 2011-11-04 08:09:39 -->
diff --git a/html/doc/cache.html b/html/doc/cache.html
index e8ef3af13..257d5749c 100644
--- a/html/doc/cache.html
+++ b/html/doc/cache.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="cache.html">npm-cache</a></h1> <p>install a package</p>
+<h1><a href="cache.html">npm cache</a></h1> <p>install a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -420,4 +419,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help cache - 2011-35-04 07:09:05 -->
+<!-- npm help cache - 2011-11-04 08:09:40 -->
diff --git a/html/doc/changelog.html b/html/doc/changelog.html
index c996994b8..043e710df 100644
--- a/html/doc/changelog.html
+++ b/html/doc/changelog.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="changelog.html">npm-changelog</a></h1> <p>Changes</p>
+<h1><a href="changelog.html">npm changelog</a></h1> <p>Changes</p>
<h2 id="HISTORY">HISTORY</h2>
@@ -390,4 +389,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help changelog - 2011-35-04 07:09:05 -->
+<!-- npm help changelog - 2011-11-04 08:09:40 -->
diff --git a/html/doc/coding-style.html b/html/doc/coding-style.html
index 032ba65c1..a244d9797 100644
--- a/html/doc/coding-style.html
+++ b/html/doc/coding-style.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="coding-style.html">npm-coding-style</a></h1> <p>npm's "funny" coding style</p>
+<h1><a href="coding-style.html">npm coding-style</a></h1> <p>npm's "funny" coding style</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -547,4 +546,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help coding-style - 2011-35-04 07:09:05 -->
+<!-- npm help coding-style - 2011-11-04 08:09:40 -->
diff --git a/html/doc/completion.html b/html/doc/completion.html
index a0250cc37..a154bc22c 100644
--- a/html/doc/completion.html
+++ b/html/doc/completion.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="completion.html">npm-completion</a></h1> <p>Tab Completion for npm</p>
+<h1><a href="completion.html">npm completion</a></h1> <p>Tab Completion for npm</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -387,4 +386,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help completion - 2011-35-04 07:09:05 -->
+<!-- npm help completion - 2011-11-04 08:09:40 -->
diff --git a/html/doc/config.html b/html/doc/config.html
index 92b292d61..c7ec058c2 100644
--- a/html/doc/config.html
+++ b/html/doc/config.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="config.html">npm-config</a></h1> <p>Manage the npm configuration file</p>
+<h1><a href="config.html">npm config</a></h1> <p>Manage the npm configuration file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -886,4 +885,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help config - 2011-35-04 07:09:06 -->
+<!-- npm help config - 2011-11-04 08:09:40 -->
diff --git a/html/doc/deprecate.html b/html/doc/deprecate.html
index 06fd66e95..ef53d8782 100644
--- a/html/doc/deprecate.html
+++ b/html/doc/deprecate.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="deprecate.html">npm-deprecate</a></h1> <p>Deprecate a version of a package</p>
+<h1><a href="deprecate.html">npm deprecate</a></h1> <p>Deprecate a version of a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -385,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help deprecate - 2011-35-04 07:09:06 -->
+<!-- npm help deprecate - 2011-11-04 08:09:41 -->
diff --git a/html/doc/developers.html b/html/doc/developers.html
index 33a6b29ab..9d7d51925 100644
--- a/html/doc/developers.html
+++ b/html/doc/developers.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="developers.html">npm-developers</a></h1> <p>Developer Guide</p>
+<h1><a href="developers.html">npm developers</a></h1> <p>Developer Guide</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -356,7 +355,7 @@ that your users will do to install your program.</p>
then do <code>man npm-thing</code> to get the documentation on a particular
topic.</p>
-<p>Any time you see "see <a href="whatever.html">npm-whatever</a>", you can do <code>man npm-whatever</code>
+<p>Any time you see "see <a href="whatever.html">npm whatever</a>", you can do <code>man npm-whatever</code>
or <code>npm help whatever</code> to get at the docs.</p>
<h2 id="What-is-a-package">What is a `package`</h2>
@@ -375,7 +374,7 @@ after packing it up into a tarball (b).</p>
<p>You need to have a <code>package.json</code> file in the root of your project to do
much of anything with npm. That is basically the whole interface.</p>
-<p>See <a href="json.html">npm-json</a> for details about what goes in that file. At the very
+<p>See <a href="json.html">npm json</a> for details about what goes in that file. At the very
least, you need:</p>
<ul><li><p>name:
@@ -392,7 +391,7 @@ Take some credit.</p></li><li><p>scripts:
If you have a special compilation or installation script, then you
should put it in the <code>scripts</code> hash. You should definitely have at
least a basic smoke-test command as the "scripts.test" field.
-See <a href="scripts.html">npm-scripts</a>.</p></li><li><p>main:
+See <a href="scripts.html">npm scripts</a>.</p></li><li><p>main:
If you have a single module that serves as the entry point to your
program (like what the "foo" package gives you at require("foo")),
then you need to specify that in the "main" field.</p></li><li><p>directories:
@@ -401,7 +400,7 @@ This is a hash of folders. The best ones to include are "lib" and
they'll get installed just like these ones.</p></li></ul>
<p>You can use <code>npm init</code> in the root of your package in order to get you
-started with a pretty basic package.json file. See <code><a href="init.html">npm-init</a></code> for
+started with a pretty basic package.json file. See <code><a href="init.html">npm init</a></code> for
more info.</p>
<h2 id="Keeping-files-out-of-your-package">Keeping files *out* of your package</h2>
@@ -419,7 +418,7 @@ changes in real time without having to keep re-installing it. (You do
need to either re-link or <code>npm rebuild -g</code> to update compiled packages,
of course.)</p>
-<p>More info at <code><a href="link.html">npm-link</a></code>.</p>
+<p>More info at <code><a href="link.html">npm link</a></code>.</p>
<h2 id="Before-Publishing-Make-Sure-Your-Package-Installs-and-Works">Before Publishing: Make Sure Your Package Installs and Works</h2>
@@ -459,7 +458,7 @@ bring in your module's main module.</p>
<p>and then follow the prompts.</p>
-<p>This is documented better in <a href="adduser.html">npm-adduser</a>. So do this to get the
+<p>This is documented better in <a href="adduser.html">npm adduser</a>. So do this to get the
details:</p>
<pre><code>npm help adduser</code></pre>
@@ -512,4 +511,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help developers - 2011-35-04 07:09:06 -->
+<!-- npm help developers - 2011-11-04 08:09:41 -->
diff --git a/html/doc/docs.html b/html/doc/docs.html
index b86ac4a6d..948c780d6 100644
--- a/html/doc/docs.html
+++ b/html/doc/docs.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="docs.html">npm-docs</a></h1> <p>Docs for a package in a web browser maybe</p>
+<h1><a href="docs.html">npm docs</a></h1> <p>Docs for a package in a web browser maybe</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -379,4 +378,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help docs - 2011-35-04 07:09:06 -->
+<!-- npm help docs - 2011-11-04 08:09:41 -->
diff --git a/html/doc/edit.html b/html/doc/edit.html
index d706e57e4..a0ff6e32c 100644
--- a/html/doc/edit.html
+++ b/html/doc/edit.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="edit.html">npm-edit</a></h1> <p>Edit an installed package</p>
+<h1><a href="edit.html">npm edit</a></h1> <p>Edit an installed package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -384,4 +383,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help edit - 2011-35-04 07:09:06 -->
+<!-- npm help edit - 2011-11-04 08:09:41 -->
diff --git a/html/doc/explore.html b/html/doc/explore.html
index 86aeb87cf..c4a9d6ab4 100644
--- a/html/doc/explore.html
+++ b/html/doc/explore.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="explore.html">npm-explore</a></h1> <p>Browse an installed package</p>
+<h1><a href="explore.html">npm explore</a></h1> <p>Browse an installed package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -382,4 +381,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help explore - 2011-35-04 07:09:06 -->
+<!-- npm help explore - 2011-11-04 08:09:41 -->
diff --git a/html/doc/faq.html b/html/doc/faq.html
index 43186b863..99a5773cd 100644
--- a/html/doc/faq.html
+++ b/html/doc/faq.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="faq.html">npm-faq</a></h1> <p>Frequently Asked Questions</p>
+<h1><a href="faq.html">npm faq</a></h1> <p>Frequently Asked Questions</p>
<h2 id="Where-can-I-find-these-docs-in-HTML">Where can I find these docs in HTML?</h2>
@@ -556,4 +555,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help faq - 2011-35-04 07:09:06 -->
+<!-- npm help faq - 2011-11-04 08:09:42 -->
diff --git a/html/doc/folders.html b/html/doc/folders.html
index e9a597e6b..351c98a21 100644
--- a/html/doc/folders.html
+++ b/html/doc/folders.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="folders.html">npm-folders</a></h1> <p>Folder Structures Used by npm</p>
+<h1><a href="folders.html">npm folders</a></h1> <p>Folder Structures Used by npm</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -547,4 +546,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help folders - 2011-35-04 07:09:07 -->
+<!-- npm help folders - 2011-11-04 08:09:42 -->
diff --git a/html/doc/get.html b/html/doc/get.html
index e404ff240..a5787a139 100644
--- a/html/doc/get.html
+++ b/html/doc/get.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="config.html">npm-config</a></h1> <p>Manage the npm configuration file</p>
+<h1><a href="config.html">npm config</a></h1> <p>Manage the npm configuration file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -886,4 +885,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help get - 2011-35-04 07:09:07 -->
+<!-- npm help get - 2011-11-04 08:09:42 -->
diff --git a/html/doc/global.html b/html/doc/global.html
index b7a5b3b3e..103325432 100644
--- a/html/doc/global.html
+++ b/html/doc/global.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="folders.html">npm-folders</a></h1> <p>Folder Structures Used by npm</p>
+<h1><a href="folders.html">npm folders</a></h1> <p>Folder Structures Used by npm</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -547,4 +546,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help global - 2011-35-04 07:09:07 -->
+<!-- npm help global - 2011-11-04 08:09:43 -->
diff --git a/html/doc/help-search.html b/html/doc/help-search.html
index 97ffa3308..7b311eb06 100644
--- a/html/doc/help-search.html
+++ b/html/doc/help-search.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="help-search.html">npm-help-search</a> Search npm help documentation</h1>
+<h1><a href="help-search.html">npm help-search</a></h1> <p>Search npm help documentation</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -394,4 +393,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help help-search - 2011-35-04 07:09:07 -->
+<!-- npm help help-search - 2011-11-04 08:09:43 -->
diff --git a/html/doc/home.html b/html/doc/home.html
index d0184df81..0aa1b5cc6 100644
--- a/html/doc/home.html
+++ b/html/doc/home.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="docs.html">npm-docs</a></h1> <p>Docs for a package in a web browser maybe</p>
+<h1><a href="docs.html">npm docs</a></h1> <p>Docs for a package in a web browser maybe</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -379,4 +378,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help home - 2011-35-04 07:09:07 -->
+<!-- npm help home - 2011-11-04 08:09:43 -->
diff --git a/html/doc/init.html b/html/doc/init.html
index c9eefdc4f..a69c24cf0 100644
--- a/html/doc/init.html
+++ b/html/doc/init.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1>npm init(1) -- Interactively create a package.json file</h1>
+<h1><a href=" init.html">npm init</a></h1> <p>Interactively create a package.json file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -359,7 +358,7 @@ without a really good reason to do so.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<p><a href="json.html">npm-json</a></p>
+<p><a href="json.html">npm json</a></p>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -389,4 +388,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help init - 2011-35-04 07:09:07 -->
+<!-- npm help init - 2011-11-04 08:09:43 -->
diff --git a/html/doc/install.html b/html/doc/install.html
index 474aea37b..8076c28b6 100644
--- a/html/doc/install.html
+++ b/html/doc/install.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="install.html">npm-install</a></h1> <p>install a package</p>
+<h1><a href="install.html">npm install</a></h1> <p>install a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -409,7 +408,7 @@ effect on installation, since that's most of what npm does.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="config.html">npm-config</a></li><li><a href="build.html">npm-build</a></li><li><a href="registry.html">npm-registry</a></li><li><a href="build.html">npm-build</a></li><li><a href="link.html">npm-link</a></li><li><a href="folders.html">npm-folders</a></li><li><a href="tag.html">npm-tag</a></li></ul>
+<ul><li><a href="config.html">npm config</a></li><li><a href="build.html">npm build</a></li><li><a href="registry.html">npm registry</a></li><li><a href="build.html">npm build</a></li><li><a href="link.html">npm link</a></li><li><a href="folders.html">npm folders</a></li><li><a href="tag.html">npm tag</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -439,4 +438,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help install - 2011-35-04 07:09:07 -->
+<!-- npm help install - 2011-11-04 08:09:43 -->
diff --git a/html/doc/json.html b/html/doc/json.html
index f00fc4eaf..d0d9b3583 100644
--- a/html/doc/json.html
+++ b/html/doc/json.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="json.html">npm-json</a></h1> <p>Specifics of npm's package.json handling</p>
+<h1><a href="json.html">npm json</a></h1> <p>Specifics of npm's package.json handling</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -781,4 +780,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help json - 2011-35-04 07:09:07 -->
+<!-- npm help json - 2011-11-04 08:09:44 -->
diff --git a/html/doc/link.html b/html/doc/link.html
index 581fbab35..ad30aaaef 100644
--- a/html/doc/link.html
+++ b/html/doc/link.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="link.html">npm-link</a></h1> <p>Symlink a package folder</p>
+<h1><a href="link.html">npm link</a></h1> <p>Symlink a package folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -414,4 +413,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help link - 2011-35-04 07:09:08 -->
+<!-- npm help link - 2011-11-04 08:09:44 -->
diff --git a/html/doc/list.html b/html/doc/list.html
index 01c9d232e..521956576 100644
--- a/html/doc/list.html
+++ b/html/doc/list.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="ls.html">npm-ls</a></h1> <p>List installed packages</p>
+<h1><a href="ls.html">npm ls</a></h1> <p>List installed packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -408,4 +407,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help list - 2011-35-04 07:09:08 -->
+<!-- npm help list - 2011-11-04 08:09:44 -->
diff --git a/html/doc/ln.html b/html/doc/ln.html
index 406170562..ee0906114 100644
--- a/html/doc/ln.html
+++ b/html/doc/ln.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="link.html">npm-link</a></h1> <p>Symlink a package folder</p>
+<h1><a href="link.html">npm link</a></h1> <p>Symlink a package folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -414,4 +413,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ln - 2011-35-04 07:09:08 -->
+<!-- npm help ln - 2011-11-04 08:09:44 -->
diff --git a/html/doc/ls.html b/html/doc/ls.html
index 0c99539d0..e86d8dc75 100644
--- a/html/doc/ls.html
+++ b/html/doc/ls.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="ls.html">npm-ls</a></h1> <p>List installed packages</p>
+<h1><a href="ls.html">npm ls</a></h1> <p>List installed packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -408,4 +407,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ls - 2011-35-04 07:09:08 -->
+<!-- npm help ls - 2011-11-04 08:09:45 -->
diff --git a/html/doc/npm.html b/html/doc/npm.html
index 014f15e83..183ba8e90 100644
--- a/html/doc/npm.html
+++ b/html/doc/npm.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="npm.html">npm</a> -- node package manager</h1>
+<h1><a href="npm.html">npm</a></h1> <p>node package manager</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -450,7 +449,7 @@ will no doubt tell you to put the output in a gist or email.</p>
<h2 id="HISTORY">HISTORY</h2>
-<p>See <a href="changelog.html">npm-changelog</a></p>
+<p>See <a href="changelog.html">npm changelog</a></p>
<h2 id="AUTHOR">AUTHOR</h2>
@@ -484,4 +483,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help npm - 2011-35-04 07:09:08 -->
+<!-- npm help npm - 2011-11-04 08:09:45 -->
diff --git a/html/doc/outdated.html b/html/doc/outdated.html
index ed36ff6ef..7162a6987 100644
--- a/html/doc/outdated.html
+++ b/html/doc/outdated.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="outdated.html">npm-outdated</a></h1> <p>Check for outdated packages</p>
+<h1><a href="outdated.html">npm outdated</a></h1> <p>Check for outdated packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -377,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help outdated - 2011-35-04 07:09:08 -->
+<!-- npm help outdated - 2011-11-04 08:09:45 -->
diff --git a/html/doc/owner.html b/html/doc/owner.html
index c27d1725a..ab481a4e8 100644
--- a/html/doc/owner.html
+++ b/html/doc/owner.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="owner.html">npm-owner</a></h1> <p>Manage package owners</p>
+<h1><a href="owner.html">npm owner</a></h1> <p>Manage package owners</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -362,7 +361,7 @@ that is not implemented at this time.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="publish.html">npm-publish</a></li><li><a href="registry.html">npm-registry</a></li></ul>
+<ul><li><a href="publish.html">npm publish</a></li><li><a href="registry.html">npm registry</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -392,4 +391,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help owner - 2011-35-04 07:09:08 -->
+<!-- npm help owner - 2011-11-04 08:09:45 -->
diff --git a/html/doc/pack.html b/html/doc/pack.html
index 04772347d..51b244af7 100644
--- a/html/doc/pack.html
+++ b/html/doc/pack.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="pack.html">npm-pack</a></h1> <p>Create a tarball from a package</p>
+<h1><a href="pack.html">npm pack</a></h1> <p>Create a tarball from a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -385,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help pack - 2011-35-04 07:09:08 -->
+<!-- npm help pack - 2011-11-04 08:09:46 -->
diff --git a/html/doc/prefix.html b/html/doc/prefix.html
index 976b284c6..a7c44b5fc 100644
--- a/html/doc/prefix.html
+++ b/html/doc/prefix.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="prefix.html">npm-prefix</a></h1> <p>Display prefix</p>
+<h1><a href="prefix.html">npm prefix</a></h1> <p>Display prefix</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prefix - 2011-35-04 07:09:08 -->
+<!-- npm help prefix - 2011-11-04 08:09:46 -->
diff --git a/html/doc/prune.html b/html/doc/prune.html
index f6f575f7c..2b21587c3 100644
--- a/html/doc/prune.html
+++ b/html/doc/prune.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="prune.html">npm-prune</a></h1> <p>Remove extraneous packages</p>
+<h1><a href="prune.html">npm prune</a></h1> <p>Remove extraneous packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -381,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prune - 2011-35-04 07:09:09 -->
+<!-- npm help prune - 2011-11-04 08:09:46 -->
diff --git a/html/doc/publish.html b/html/doc/publish.html
index 31fd1d6d6..776389768 100644
--- a/html/doc/publish.html
+++ b/html/doc/publish.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="publish.html">npm-publish</a></h1> <p>Publish a package</p>
+<h1><a href="publish.html">npm publish</a></h1> <p>Publish a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -359,7 +358,7 @@ the registry. Overwrites when the "--force" flag is set.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="registry.html">npm-registry</a></li><li><a href="adduser.html">npm-adduser</a></li><li><a href="owner.html">npm-owner</a></li></ul>
+<ul><li><a href="registry.html">npm registry</a></li><li><a href="adduser.html">npm adduser</a></li><li><a href="owner.html">npm owner</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -389,4 +388,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help publish - 2011-35-04 07:09:09 -->
+<!-- npm help publish - 2011-11-04 08:09:46 -->
diff --git a/html/doc/rebuild.html b/html/doc/rebuild.html
index 948e255fa..d1826127f 100644
--- a/html/doc/rebuild.html
+++ b/html/doc/rebuild.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="rebuild.html">npm-rebuild</a></h1> <p>Rebuild a package</p>
+<h1><a href="rebuild.html">npm rebuild</a></h1> <p>Rebuild a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -385,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rebuild - 2011-35-04 07:09:09 -->
+<!-- npm help rebuild - 2011-11-04 08:09:46 -->
diff --git a/html/doc/registry.html b/html/doc/registry.html
index 2ad2a5d27..5ca29163c 100644
--- a/html/doc/registry.html
+++ b/html/doc/registry.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="registry.html">npm-registry</a></h1> <p>The JavaScript Package Registry</p>
+<h1><a href="registry.html">npm registry</a></h1> <p>The JavaScript Package Registry</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -453,4 +452,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help registry - 2011-35-04 07:09:09 -->
+<!-- npm help registry - 2011-11-04 08:09:46 -->
diff --git a/html/doc/removing-npm.html b/html/doc/removing-npm.html
index 178ce930e..de59125ef 100644
--- a/html/doc/removing-npm.html
+++ b/html/doc/removing-npm.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="removal.html">npm-removal</a></h1> <p>Cleaning the Slate</p>
+<h1><a href="removal.html">npm removal</a></h1> <p>Cleaning the Slate</p>
<h2 id="SUMMARY">SUMMARY</h2>
@@ -407,4 +406,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help removing-npm - 2011-35-04 07:09:09 -->
+<!-- npm help removing-npm - 2011-11-04 08:09:47 -->
diff --git a/html/doc/restart.html b/html/doc/restart.html
index 72de52c4d..ad2cc846f 100644
--- a/html/doc/restart.html
+++ b/html/doc/restart.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="restart.html">npm-restart</a></h1> <p>Start a package</p>
+<h1><a href="restart.html">npm restart</a></h1> <p>Start a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -354,7 +353,7 @@ the "start" script.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="start.html">npm-start</a></li><li><a href="stop.html">npm-stop</a></li></ul>
+<ul><li><a href="start.html">npm start</a></li><li><a href="stop.html">npm stop</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -384,4 +383,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help restart - 2011-35-04 07:09:09 -->
+<!-- npm help restart - 2011-11-04 08:09:47 -->
diff --git a/html/doc/rm.html b/html/doc/rm.html
index 24888135b..34555c6dd 100644
--- a/html/doc/rm.html
+++ b/html/doc/rm.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="uninstall.html">npm-uninstall</a></h1> <p>Remove a package</p>
+<h1><a href="uninstall.html">npm uninstall</a></h1> <p>Remove a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -377,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rm - 2011-35-04 07:09:09 -->
+<!-- npm help rm - 2011-11-04 08:09:47 -->
diff --git a/html/doc/root.html b/html/doc/root.html
index 46878f7b5..e3953cd42 100644
--- a/html/doc/root.html
+++ b/html/doc/root.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="root.html">npm-root</a></h1> <p>Display npm root</p>
+<h1><a href="root.html">npm root</a></h1> <p>Display npm root</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help root - 2011-35-04 07:09:09 -->
+<!-- npm help root - 2011-11-04 08:09:47 -->
diff --git a/html/doc/run-script.html b/html/doc/run-script.html
index 135464550..e3eb7a8f2 100644
--- a/html/doc/run-script.html
+++ b/html/doc/run-script.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="run-script.html">npm-run-script</a></h1> <p>Run arbitrary package scripts</p>
+<h1><a href="run-script.html">npm run-script</a></h1> <p>Run arbitrary package scripts</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -353,7 +352,7 @@ called directly, as well.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="scripts.html">npm-scripts</a></li><li><a href="test.html">npm-test</a></li><li><a href="start.html">npm-start</a></li><li><a href="restart.html">npm-restart</a></li><li><a href="stop.html">npm-stop</a></li></ul>
+<ul><li><a href="scripts.html">npm scripts</a></li><li><a href="test.html">npm test</a></li><li><a href="start.html">npm start</a></li><li><a href="restart.html">npm restart</a></li><li><a href="stop.html">npm stop</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -383,4 +382,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help run-script - 2011-35-04 07:09:10 -->
+<!-- npm help run-script - 2011-11-04 08:09:47 -->
diff --git a/html/doc/scripts.html b/html/doc/scripts.html
index a7b243413..ee57f47cf 100644
--- a/html/doc/scripts.html
+++ b/html/doc/scripts.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="scripts.html">npm-scripts</a></h1> <p>How npm handles the "scripts" field</p>
+<h1><a href="scripts.html">npm scripts</a></h1> <p>How npm handles the "scripts" field</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -521,4 +520,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help scripts - 2011-35-04 07:09:10 -->
+<!-- npm help scripts - 2011-11-04 08:09:47 -->
diff --git a/html/doc/search.html b/html/doc/search.html
index f896f440a..049251a97 100644
--- a/html/doc/search.html
+++ b/html/doc/search.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="search.html">npm-search</a></h1> <p>Search for packages</p>
+<h1><a href="search.html">npm search</a></h1> <p>Search for packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help search - 2011-35-04 07:09:10 -->
+<!-- npm help search - 2011-11-04 08:09:47 -->
diff --git a/html/doc/semver.html b/html/doc/semver.html
index b537d6297..baa30b333 100644
--- a/html/doc/semver.html
+++ b/html/doc/semver.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -456,4 +455,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help semver - 2011-35-04 07:09:10 -->
+<!-- npm help semver - 2011-11-04 08:09:48 -->
diff --git a/html/doc/set.html b/html/doc/set.html
index 44d3bdaaa..064340294 100644
--- a/html/doc/set.html
+++ b/html/doc/set.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="config.html">npm-config</a></h1> <p>Manage the npm configuration file</p>
+<h1><a href="config.html">npm config</a></h1> <p>Manage the npm configuration file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -886,4 +885,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help set - 2011-35-04 07:09:10 -->
+<!-- npm help set - 2011-11-04 08:09:48 -->
diff --git a/html/doc/start.html b/html/doc/start.html
index 96459950c..f99e4938b 100644
--- a/html/doc/start.html
+++ b/html/doc/start.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="start.html">npm-start</a></h1> <p>Start a package</p>
+<h1><a href="start.html">npm start</a></h1> <p>Start a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help start - 2011-35-04 07:09:10 -->
+<!-- npm help start - 2011-11-04 08:09:48 -->
diff --git a/html/doc/stop.html b/html/doc/stop.html
index 2e712c074..9252e1c20 100644
--- a/html/doc/stop.html
+++ b/html/doc/stop.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="stop.html">npm-stop</a></h1> <p>Stop a package</p>
+<h1><a href="stop.html">npm stop</a></h1> <p>Stop a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help stop - 2011-35-04 07:09:10 -->
+<!-- npm help stop - 2011-11-04 08:09:48 -->
diff --git a/html/doc/submodule.html b/html/doc/submodule.html
index ef187ab0d..5dc67d7ba 100644
--- a/html/doc/submodule.html
+++ b/html/doc/submodule.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="submodule.html">npm-submodule</a></h1> <p>Add a package as a git submodule</p>
+<h1><a href="submodule.html">npm submodule</a></h1> <p>Add a package as a git submodule</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -393,4 +392,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help submodule - 2011-35-04 07:09:10 -->
+<!-- npm help submodule - 2011-11-04 08:09:48 -->
diff --git a/html/doc/tag.html b/html/doc/tag.html
index 9f62f1091..955bd4b46 100644
--- a/html/doc/tag.html
+++ b/html/doc/tag.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="tag.html">npm-tag</a></h1> <p>Tag a published version</p>
+<h1><a href="tag.html">npm tag</a></h1> <p>Tag a published version</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -377,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help tag - 2011-35-04 07:09:11 -->
+<!-- npm help tag - 2011-11-04 08:09:48 -->
diff --git a/html/doc/test.html b/html/doc/test.html
index 45c9bae65..22d8d4927 100644
--- a/html/doc/test.html
+++ b/html/doc/test.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="test.html">npm-test</a></h1> <p>Test a package</p>
+<h1><a href="test.html">npm test</a></h1> <p>Test a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -379,4 +378,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help test - 2011-35-04 07:09:11 -->
+<!-- npm help test - 2011-11-04 08:09:48 -->
diff --git a/html/doc/uninstall.html b/html/doc/uninstall.html
index 127f0640b..72b6135d5 100644
--- a/html/doc/uninstall.html
+++ b/html/doc/uninstall.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="uninstall.html">npm-uninstall</a></h1> <p>Remove a package</p>
+<h1><a href="uninstall.html">npm uninstall</a></h1> <p>Remove a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -377,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help uninstall - 2011-35-04 07:09:11 -->
+<!-- npm help uninstall - 2011-11-04 08:09:49 -->
diff --git a/html/doc/unpublish.html b/html/doc/unpublish.html
index 91d3c5c3a..4e2f510da 100644
--- a/html/doc/unpublish.html
+++ b/html/doc/unpublish.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="unpublish.html">npm-unpublish</a></h1> <p>Remove a package from the registry</p>
+<h1><a href="unpublish.html">npm unpublish</a></h1> <p>Remove a package from the registry</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -380,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help unpublish - 2011-35-04 07:09:11 -->
+<!-- npm help unpublish - 2011-11-04 08:09:49 -->
diff --git a/html/doc/update.html b/html/doc/update.html
index 19ce207d2..ef39cc32d 100644
--- a/html/doc/update.html
+++ b/html/doc/update.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="update.html">npm-update</a></h1> <p>Update a package</p>
+<h1><a href="update.html">npm update</a></h1> <p>Update a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -379,4 +378,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help update - 2011-35-04 07:09:11 -->
+<!-- npm help update - 2011-11-04 08:09:49 -->
diff --git a/html/doc/version.html b/html/doc/version.html
index 7c222b221..4b4b7e4a2 100644
--- a/html/doc/version.html
+++ b/html/doc/version.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="version.html">npm-version</a></h1> <p>Bump a package version</p>
+<h1><a href="version.html">npm version</a></h1> <p>Bump a package version</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -380,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help version - 2011-35-04 07:09:11 -->
+<!-- npm help version - 2011-11-04 08:09:49 -->
diff --git a/html/doc/view.html b/html/doc/view.html
index 5ee1743f0..0587e0df6 100644
--- a/html/doc/view.html
+++ b/html/doc/view.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="view.html">npm-view</a></h1> <p>View registry info</p>
+<h1><a href="view.html">npm view</a></h1> <p>View registry info</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -444,4 +443,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help view - 2011-35-04 07:09:11 -->
+<!-- npm help view - 2011-11-04 08:09:49 -->
diff --git a/html/doc/whoami.html b/html/doc/whoami.html
index 9bdc7d8da..6a834c7f2 100644
--- a/html/doc/whoami.html
+++ b/html/doc/whoami.html
@@ -157,7 +157,6 @@ h1 a, h1 a:visited {
font-family:GubbleBum, gubblefont, monospace;
font-size:60px;
color:#900;
- xxx-text-shadow:#00f 1px 1px 1px;
display:block;
}
@@ -338,7 +337,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="whoami.html">npm-whoami</a></h1> <p>Display npm username</p>
+<h1><a href="whoami.html">npm whoami</a></h1> <p>Display npm username</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -376,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help whoami - 2011-35-04 07:09:11 -->
+<!-- npm help whoami - 2011-11-04 08:09:49 -->