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 09:47:33 +0400
committerisaacs <i@izs.me>2011-09-04 09:47:33 +0400
commit8d7e44f1f6b9cdd9b048f4ac953a894ff411e5a4 (patch)
tree423d361c36c7be9867bfd484fa7bbb7eef39aafa /html
parent30818ab914736f8d2abbc8b45cff55fef2241ecc (diff)
few more html doc tweaks
Diffstat (limited to 'html')
-rw-r--r--html/doc/adduser.html7
-rw-r--r--html/doc/author.html7
-rw-r--r--html/doc/bin.html7
-rw-r--r--html/doc/build.html7
-rw-r--r--html/doc/bundle.html7
-rw-r--r--html/doc/cache.html7
-rw-r--r--html/doc/changelog.html7
-rw-r--r--html/doc/coding-style.html7
-rw-r--r--html/doc/completion.html7
-rw-r--r--html/doc/config.html7
-rw-r--r--html/doc/deprecate.html7
-rw-r--r--html/doc/developers.html7
-rw-r--r--html/doc/docs.html7
-rw-r--r--html/doc/edit.html7
-rw-r--r--html/doc/explore.html7
-rw-r--r--html/doc/faq.html7
-rw-r--r--html/doc/find.html7
-rw-r--r--html/doc/folders.html7
-rw-r--r--html/doc/get.html7
-rw-r--r--html/doc/global.html7
-rw-r--r--html/doc/help-search.html7
-rw-r--r--html/doc/home.html7
-rw-r--r--html/doc/index.html471
-rw-r--r--html/doc/init.html7
-rw-r--r--html/doc/install.html7
-rw-r--r--html/doc/json.html7
-rw-r--r--html/doc/link.html7
-rw-r--r--html/doc/list.html7
-rw-r--r--html/doc/ln.html7
-rw-r--r--html/doc/ls.html7
-rw-r--r--html/doc/npm.html9
-rw-r--r--html/doc/outdated.html7
-rw-r--r--html/doc/owner.html7
-rw-r--r--html/doc/pack.html7
-rw-r--r--html/doc/prefix.html7
-rw-r--r--html/doc/prune.html7
-rw-r--r--html/doc/publish.html7
-rw-r--r--html/doc/rebuild.html7
-rw-r--r--html/doc/registry.html7
-rw-r--r--html/doc/removing-npm.html7
-rw-r--r--html/doc/restart.html7
-rw-r--r--html/doc/rm.html7
-rw-r--r--html/doc/root.html7
-rw-r--r--html/doc/run-script.html7
-rw-r--r--html/doc/scripts.html7
-rw-r--r--html/doc/search.html7
-rw-r--r--html/doc/semver.html7
-rw-r--r--html/doc/set.html7
-rw-r--r--html/doc/start.html7
-rw-r--r--html/doc/stop.html7
-rw-r--r--html/doc/submodule.html7
-rw-r--r--html/doc/tag.html7
-rw-r--r--html/doc/test.html7
-rw-r--r--html/doc/uninstall.html7
-rw-r--r--html/doc/unpublish.html7
-rw-r--r--html/doc/update.html7
-rw-r--r--html/doc/version.html7
-rw-r--r--html/doc/view.html7
-rw-r--r--html/doc/whoami.html7
-rw-r--r--html/dochead.html5
60 files changed, 295 insertions, 589 deletions
diff --git a/html/doc/adduser.html b/html/doc/adduser.html
index 69b53b375..792b779d1 100644
--- a/html/doc/adduser.html
+++ b/html/doc/adduser.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -379,4 +382,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help adduser - 2011-31-04 05:09:19 -->
+<!-- npm help adduser - 2011-44-04 05:09:04 -->
diff --git a/html/doc/author.html b/html/doc/author.html
index f77e98c3a..182f1a65c 100644
--- a/html/doc/author.html
+++ b/html/doc/author.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -376,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help author - 2011-31-04 05:09:19 -->
+<!-- npm help author - 2011-44-04 05:09:05 -->
diff --git a/html/doc/bin.html b/html/doc/bin.html
index 7a5c2f674..37714a8da 100644
--- a/html/doc/bin.html
+++ b/html/doc/bin.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bin - 2011-31-04 05:09:19 -->
+<!-- npm help bin - 2011-44-04 05:09:05 -->
diff --git a/html/doc/build.html b/html/doc/build.html
index e8d8e6378..e4c64154f 100644
--- a/html/doc/build.html
+++ b/html/doc/build.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -369,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help build - 2011-31-04 05:09:19 -->
+<!-- npm help build - 2011-44-04 05:09:05 -->
diff --git a/html/doc/bundle.html b/html/doc/bundle.html
index 50ef8b5d2..e0d8debc0 100644
--- a/html/doc/bundle.html
+++ b/html/doc/bundle.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bundle - 2011-31-04 05:09:19 -->
+<!-- npm help bundle - 2011-44-04 05:09:05 -->
diff --git a/html/doc/cache.html b/html/doc/cache.html
index 34f1dc35c..0d6e77ff7 100644
--- a/html/doc/cache.html
+++ b/html/doc/cache.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -404,4 +407,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help cache - 2011-31-04 05:09:19 -->
+<!-- npm help cache - 2011-44-04 05:09:05 -->
diff --git a/html/doc/changelog.html b/html/doc/changelog.html
index 25c70c02e..68f2b19e0 100644
--- a/html/doc/changelog.html
+++ b/html/doc/changelog.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -374,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help changelog - 2011-31-04 05:09:20 -->
+<!-- npm help changelog - 2011-44-04 05:09:05 -->
diff --git a/html/doc/coding-style.html b/html/doc/coding-style.html
index 1f8d2a7e5..e76db9320 100644
--- a/html/doc/coding-style.html
+++ b/html/doc/coding-style.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -531,4 +534,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help coding-style - 2011-31-04 05:09:20 -->
+<!-- npm help coding-style - 2011-44-04 05:09:05 -->
diff --git a/html/doc/completion.html b/html/doc/completion.html
index 15c5c0234..33b2cefbf 100644
--- a/html/doc/completion.html
+++ b/html/doc/completion.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -371,4 +374,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help completion - 2011-31-04 05:09:20 -->
+<!-- npm help completion - 2011-44-04 05:09:05 -->
diff --git a/html/doc/config.html b/html/doc/config.html
index 988f7f208..528d5c95c 100644
--- a/html/doc/config.html
+++ b/html/doc/config.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -868,4 +871,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help config - 2011-31-04 05:09:20 -->
+<!-- npm help config - 2011-44-04 05:09:06 -->
diff --git a/html/doc/deprecate.html b/html/doc/deprecate.html
index 24abe187a..92f65af5e 100644
--- a/html/doc/deprecate.html
+++ b/html/doc/deprecate.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -369,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help deprecate - 2011-31-04 05:09:20 -->
+<!-- npm help deprecate - 2011-44-04 05:09:06 -->
diff --git a/html/doc/developers.html b/html/doc/developers.html
index ee43db99c..e62b9312b 100644
--- a/html/doc/developers.html
+++ b/html/doc/developers.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -496,4 +499,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help developers - 2011-31-04 05:09:20 -->
+<!-- npm help developers - 2011-44-04 05:09:07 -->
diff --git a/html/doc/docs.html b/html/doc/docs.html
index 42ea40b20..c75196c72 100644
--- a/html/doc/docs.html
+++ b/html/doc/docs.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -363,4 +366,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help docs - 2011-31-04 05:09:20 -->
+<!-- npm help docs - 2011-44-04 05:09:07 -->
diff --git a/html/doc/edit.html b/html/doc/edit.html
index b86c15cd7..e1d7f6a30 100644
--- a/html/doc/edit.html
+++ b/html/doc/edit.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -368,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help edit - 2011-31-04 05:09:21 -->
+<!-- npm help edit - 2011-44-04 05:09:07 -->
diff --git a/html/doc/explore.html b/html/doc/explore.html
index 41869a8b6..35501c793 100644
--- a/html/doc/explore.html
+++ b/html/doc/explore.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -366,4 +369,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help explore - 2011-31-04 05:09:21 -->
+<!-- npm help explore - 2011-44-04 05:09:08 -->
diff --git a/html/doc/faq.html b/html/doc/faq.html
index 1cf185064..37d18d821 100644
--- a/html/doc/faq.html
+++ b/html/doc/faq.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -540,4 +543,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help faq - 2011-31-04 05:09:21 -->
+<!-- npm help faq - 2011-44-04 05:09:08 -->
diff --git a/html/doc/find.html b/html/doc/find.html
index 2f3161006..435f23f7b 100644
--- a/html/doc/find.html
+++ b/html/doc/find.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -392,4 +395,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help find - 2011-31-04 05:09:21 -->
+<!-- npm help find - 2011-44-04 05:09:08 -->
diff --git a/html/doc/folders.html b/html/doc/folders.html
index 02408e3b8..428aff5a6 100644
--- a/html/doc/folders.html
+++ b/html/doc/folders.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -531,4 +534,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help folders - 2011-31-04 05:09:21 -->
+<!-- npm help folders - 2011-44-04 05:09:08 -->
diff --git a/html/doc/get.html b/html/doc/get.html
index d9c15ac69..ff2d486d1 100644
--- a/html/doc/get.html
+++ b/html/doc/get.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -868,4 +871,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help get - 2011-31-04 05:09:21 -->
+<!-- npm help get - 2011-44-04 05:09:08 -->
diff --git a/html/doc/global.html b/html/doc/global.html
index 6515088e3..f0bd2d06a 100644
--- a/html/doc/global.html
+++ b/html/doc/global.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -531,4 +534,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help global - 2011-31-04 05:09:21 -->
+<!-- npm help global - 2011-44-04 05:09:08 -->
diff --git a/html/doc/help-search.html b/html/doc/help-search.html
index 2d6b7a7a2..4125d2544 100644
--- a/html/doc/help-search.html
+++ b/html/doc/help-search.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -378,4 +381,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help help-search - 2011-31-04 05:09:21 -->
+<!-- npm help help-search - 2011-44-04 05:09:09 -->
diff --git a/html/doc/home.html b/html/doc/home.html
index ec24fc372..ad98338f6 100644
--- a/html/doc/home.html
+++ b/html/doc/home.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -363,4 +366,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help home - 2011-31-04 05:09:22 -->
+<!-- npm help home - 2011-44-04 05:09:09 -->
diff --git a/html/doc/index.html b/html/doc/index.html
deleted file mode 100644
index d094bfbf2..000000000
--- a/html/doc/index.html
+++ /dev/null
@@ -1,471 +0,0 @@
-<!doctype html>
-<html>
- <title>npm-npm</title>
-<style type="text/css">
-
-/* reset */
-* {
- margin:0;
- padding:0;
- border:none;
- font-family:inherit;
- font-size:inherit;
- font-weight:inherit;
-}
-:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
-}
-abbr, acronym {
- border-bottom:1px dotted #aaa;
-}
-kbd, code, pre {
- font-family:monospace;
- margin:0;
- font-size:18px;
- line-height:24px;
- background:#eee;
- outline:1px solid #ccc;
-}
-kbd code, kbd pre, kbd kbd,
-pre code, pre pre, pre kbd,
-code code, code pre, code kbd { outline: none }
-.dollar::before {
- content:"$ ";
- display:inline;
-}
-p, ul, ol, dl, pre {
- margin:30px 0;
- line-height:30px;
-}
-hr {
- margin:30px auto 29px;
- width:66%;
- height:1px;
- background:#aaa;
-}
-pre {
- display:block;
-}
-dd :first-child {
- margin-top:0;
-}
-
-body {
- quotes:"“" "”" "‘" "’";
- width:666px;
- margin:30px auto 120px;
- font-family:Times New Roman, serif;
- font-size:20px;
- background:#fff;
- line-height:30px;
- color:#111;
-}
-
-blockquote {
- position:relative;
- font-size:16px;
- line-height:30px;
- font-weight:bold;
- width:85%;
- margin:0 auto;
-}
-blockquote::before {
- font-size:90px;
- display:block;
- position:absolute;
- top:20px;
- right:100%;
- content:"“";
- padding-right:10px;
- color:#ccc;
-}
-.source cite::before {
- content:"— ";
-}
-.source {
- padding-left:20%;
- margin-top:30px;
-}
-.source cite span {
- font-style:normal;
-}
-blockquote p {
- margin-bottom:0;
-}
-.quote blockquote {
- font-weight:normal;
-}
-
-h1, h2, h3, h4, h5, h6, dt, #header {
- font-family:serif;
- font-size:20px;
- font-weight:bold;
-}
-h2 {
- background:#eee;
-}
-h1, h2 {
- line-height:40px;
-}
-
-i, em, cite {
- font-style:italic;
-}
-b, strong {
- font-weight:bold;
-}
-i, em, cite, b, strong, small {
- line-height:28px;
-}
-small, .small, .small *, aside {
- font-style:italic;
- color:#669;
- font-size:18px;
-}
-spall a, .small a {
- text-decoration:underline;
-}
-del {
- text-decoration:line-through;
-}
-ins {
- text-decoration:underline;
-}
-.alignright { display:block; float:right; margin-left:1em; }
-.alignleft { display:block; float:left; margin-right:1em; }
-
-q:before, q q q:before, q q q q q:before, q q q q q q q:before { content:"“"; }
-q q:before, q q q q:before, q q q q q q:before, q q q q q q q q:before { content:"‘"; }
-q:after, q q q:after, q q q q q:after, q q q q q q q:after { content:"”"; }
-q q:after, q q q q:after, q q q q q q:after, q q q q q q q q:after { content:"’"; }
-
-a { color:#00f; text-decoration:none; }
-a:visited { color:#636; }
-a:hover, a:active { color:#900!important; text-decoration:underline; }
-
-h1 {
- font-weight:bold;
- background:#fff;
-}
-
-.navigation {
- display:table;
- width:100%;
- margin:0 0 30px 0;
- position:relative;
-}
-#nav-above {
- margin-bottom:0;
-}
-.navigation .nav-previous {
- display:table-cell;
- text-align:left;
- width:50%;
-}
-/* hang the » and « off into the margins */
-.navigation .nav-previous a:before, .navigation .nav-next a:after {
- content: "«";
- display:block;
- height:30px;
- margin-bottom:-30px;
- text-decoration:none;
- margin-left:-15px;
-}
-.navigation .nav-next a:after {
- content: "»";
- text-align:right;
- margin-left:0;
- margin-top:-30px;
- margin-right:-15px;
-}
-
-
-.navigation .nav-next {
- display:table-cell;
- text-align:right;
- width:50%;
-}
-.navigation a {
- display:block;
- width:100%;
- height:100%;
-}
-
-input, button, textarea {
- border:0;
- line-height:30px;
-}
-textarea {
- height:300px;
-}
-input {
- height:30px;
- line-height:30px;
-}
-input.submit, input#submit, input.button, button, input[type=submit] {
- cursor:hand; cursor:pointer;
- outline:1px solid #ccc;
-}
-
-#wrapper {
- margin-bottom:90px;
- position:relative;
- z-index:1;
- *zoom:1;
- background:#fff;
-}
-#wrapper:after {
- display:block;
- content:".";
- visibility:hidden;
- width:0;
- height:0;
- clear:both;
-}
-
-.sidebar .xoxo > li {
- float:left;
- width:50%;
-}
-.sidebar li {
- list-style:none;
-}
-.sidebar #elsewhere {
- margin-left:-10%;
- margin-right:-10%;
-}
-.sidebar #rss-links, .sidebar #twitter-feeds {
- float:right;
- clear:right;
- width:20%;
-}
-.sidebar #comment {
- clear:both;
- float:none;
- width:100%;
-}
-.sidebar #search {
- clear:both;
- float:none;
- width:100%;
-}
-.sidebar #search h2 {
- margin-left:40%;
-}
-.sidebar #search #s {
- width:90%;
- float:left;
-}
-.sidebar #search #searchsubmit {
- width:10%;
- float:right;
-}
-.sidebar * {
- font-size:15px;
- line-height:30px;
-}
-
-#footer, #footer * {
- margin:300px 0 0;
- text-align:right;
- font-size:14px;
- line-height:90px;
-}
-
-#toc {
- position:absolute;
- top:0;
- right:0;
- padding:40px 0 40px 20px;
- margin:0;
- width:200px;
- opacity:0.2;
- z-index:-1;
-}
-#toc:hover {
- opacity:1;
- background:#fff;
- z-index:999;
-}
-#toc ul {
- padding:0;
- margin:0;
-}
-#toc, #toc li {
- list-style-type:none;
- font-size:15px;
- line-height:15px;
-}
-#toc li {
- padding:0 0 0 10px;
-}
-
-
-@media print {
- a[href] {
- color:inherit;
- }
- a[href]:after {
- white-space:nowrap;
- content:" " attr(href);
- }
- a[href^=\#], .navigation {
- display:none;
- }
-}
-</style>
-
- <body>
- <div id="wrapper">
-<h1><a href="index.html">npm(1)</a> -- node package manager</h1>
-
-<h2 id="SYNOPSIS">SYNOPSIS</h2>
-
-<pre><code>npm &lt;command&gt; [args]</code></pre>
-
-<h2 id="DESCRIPTION">DESCRIPTION</h2>
-
-<p>npm is the package manager for the Node JavaScript platform. It puts
-modules in place so that node can find them, and manages dependency
-conflicts intelligently.</p>
-
-<p>It is extremely configurable to support a wide variety of use cases.
-Most commonly, it is used to publish, discover, install, and develop node
-programs.</p>
-
-<p>Run <code>npm help</code> to get a list of available commands.</p>
-
-<h2 id="INTRODUCTION">INTRODUCTION</h2>
-
-<p>You probably got npm because you want to install stuff.</p>
-
-<p>Use <code>npm install blerg</code> to install the latest version of "blerg". Check out
-<code>npm help install</code> for more info. It can do a lot of stuff.</p>
-
-<p>Use the <code>npm search</code> command to show everything that's available.
-Use <code>npm ls</code> to show everything you've installed.</p>
-
-<h2 id="DIRECTORIES">DIRECTORIES</h2>
-
-<p>See <code>npm help folders</code> to learn about where npm puts stuff.</p>
-
-<p>In particular, npm has two modes of operation:</p>
-
-<ul><li>global mode:<br />npm installs packages into the install prefix at
-<code>prefix/lib/node_modules</code> and bins are installed in <code>prefix/bin</code>.</li><li>local mode:<br />npm installs packages into the current project directory, which
-defaults to the current working directory. Packages are installed to
-<code>./node_modules</code>, and bins are installed to <code>./node_modules/.bin</code>.</li></ul>
-
-<p>Local mode is the default. Use <code>--global</code> or <code>-g</code> on any command to
-operate in global mode instead.</p>
-
-<h2 id="DEVELOPER-USAGE">DEVELOPER USAGE</h2>
-
-<p>If you're using npm to develop and publish your code, check out the
-following help topics:</p>
-
-<ul><li>json:
-Make a package.json file. See <code>npm help json</code>.</li><li>link:
-For linking your current working code into Node's path, so that you
-don't have to reinstall every time you make a change. Use
-<code>npm link</code> to do this.</li><li>install:
-It's a good idea to install things if you don't need the symbolic link.
-Especially, installing other peoples code from the registry is done via
-<code>npm install</code></li><li>adduser:
-Create an account or log in. Creditials are stored in the
-user config file.</li><li>publish:
-Use the <code>npm publish</code> command to upload your code to the registry.</li></ul>
-
-<h2 id="CONFIGURATION">CONFIGURATION</h2>
-
-<p>npm is extremely configurable. It reads its configuration options from
-5 places.</p>
-
-<ul><li>Command line switches:<br />Set a config with <code>--key val</code>. All keys take a value, even if they
-are booleans (the config parser doesn't know what the options are at
-the time of parsing.) If no value is provided, then the option is set
-to boolean <code>true</code>.</li><li>Environment Variables:<br />Set any config by prefixing the name in an environment variable with
-<code>npm_config_</code>. For example, <code>export npm_config_key=val</code>.</li><li>User Configs:<br />The file at $HOME/.npmrc is an ini-formatted list of configs. If
-present, it is parsed. If the <code>userconfig</code> option is set in the cli
-or env, then that will be used instead.</li><li>Global Configs:<br />The file found at ../etc/npmrc (from the node executable, by default
-this resolves to /usr/local/etc/npmrc) will be parsed if it is found.
-If the <code>globalconfig</code> option is set in the cli, env, or user config,
-then that file is parsed instead.</li><li>Defaults:<br />npm's default configuration options are defined in
-lib/utils/config-defs.js. These must not be changed.</li></ul>
-
-<p>See <code>npm help config</code> for much much more information.</p>
-
-<h2 id="CONTRIBUTIONS">CONTRIBUTIONS</h2>
-
-<p>Patches welcome!</p>
-
-<ul><li>code:
-Read through <code>npm help coding-style</code> if you plan to submit code.
-You don't have to agree with it, but you do have to follow it.</li><li>docs:
-If you find an error in the documentation, edit the appropriate markdown
-file in the "doc" folder. (Don't worry about generating the man page.)</li></ul>
-
-<p>Contributors are listed in npm's <code>package.json</code> file. You can view them
-easily by doing <code>npm view npm contributors</code>.</p>
-
-<p>If you would like to contribute, but don't know what to work on, check
-the issues list or ask on the mailing list.</p>
-
-<ul><li><a href="http://github.com/isaacs/npm/issues">http://github.com/isaacs/npm/issues</a></li><li><a href="mailto:npm-@googlegroups.com">npm-@googlegroups.com</a></li></ul>
-
-<h2 id="BUGS">BUGS</h2>
-
-<p>When you find issues, please report them:</p>
-
-<ul><li>web:
-<a href="http://github.com/isaacs/npm/issues">http://github.com/isaacs/npm/issues</a></li><li>email:
-<a href="mailto:npm-@googlegroups.com">npm-@googlegroups.com</a></li></ul>
-
-<p>Be sure to include <em>all</em> of the output from the npm command that didn't work
-as expected. The <code>npm-debug.log</code> file is also helpful to provide.</p>
-
-<p>You can also look for isaacs in #node.js on irc://irc.freenode.net. He
-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(1)</a></p>
-
-<h2 id="AUTHOR">AUTHOR</h2>
-
-<p>Isaac Z. Schlueter :: isaacs :: @izs :: <a href="mailto:i@izs.me">i@izs.me</a></p>
-</div>
-<script>
-els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
-.getElementsByTagName("*"), 0)
-.filter(function (el) {
- return el.parentNode === wrapper
- && el.tagName.match(/H[1-6]/)
- && el.id
-})
-var l = 2
-;(toc = document.createElement("ul")).innerHTML = els.map(function (el) {
- var i = el.tagName.charAt(1)
- , out = ""
- while (i > l) {
- out += "<ul>"
- l ++
- }
- while (i < l) {
- out += "</ul>"
- l --
- }
- out += "<li><a href='#" + el.id + "'>" + el.innerHTML + "</a>"
- return out
-}).join("\n")
-toc.id = "toc"
-document.body.appendChild(toc)
-
-</script>
-</body></html>
-<!-- npm help npm - 2011-31-04 05:09:23 -->
diff --git a/html/doc/init.html b/html/doc/init.html
index 505c70a71..25bb1e769 100644
--- a/html/doc/init.html
+++ b/html/doc/init.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -373,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help init - 2011-31-04 05:09:22 -->
+<!-- npm help init - 2011-44-04 05:09:09 -->
diff --git a/html/doc/install.html b/html/doc/install.html
index 588194368..38a5643b7 100644
--- a/html/doc/install.html
+++ b/html/doc/install.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -423,4 +426,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help install - 2011-31-04 05:09:22 -->
+<!-- npm help install - 2011-44-04 05:09:09 -->
diff --git a/html/doc/json.html b/html/doc/json.html
index 6d5651856..4b2ca57d5 100644
--- a/html/doc/json.html
+++ b/html/doc/json.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -765,4 +768,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help json - 2011-31-04 05:09:22 -->
+<!-- npm help json - 2011-44-04 05:09:09 -->
diff --git a/html/doc/link.html b/html/doc/link.html
index a98c23109..5e489770e 100644
--- a/html/doc/link.html
+++ b/html/doc/link.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -398,4 +401,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help link - 2011-31-04 05:09:22 -->
+<!-- npm help link - 2011-44-04 05:09:10 -->
diff --git a/html/doc/list.html b/html/doc/list.html
index c7ab746b4..3862d27aa 100644
--- a/html/doc/list.html
+++ b/html/doc/list.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -392,4 +395,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help list - 2011-31-04 05:09:22 -->
+<!-- npm help list - 2011-44-04 05:09:10 -->
diff --git a/html/doc/ln.html b/html/doc/ln.html
index 3d122b932..e9f8f7634 100644
--- a/html/doc/ln.html
+++ b/html/doc/ln.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -398,4 +401,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ln - 2011-31-04 05:09:22 -->
+<!-- npm help ln - 2011-44-04 05:09:10 -->
diff --git a/html/doc/ls.html b/html/doc/ls.html
index 06d2ddfac..d253562ba 100644
--- a/html/doc/ls.html
+++ b/html/doc/ls.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -392,4 +395,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ls - 2011-31-04 05:09:23 -->
+<!-- npm help ls - 2011-44-04 05:09:10 -->
diff --git a/html/doc/npm.html b/html/doc/npm.html
index d094bfbf2..95315396d 100644
--- a/html/doc/npm.html
+++ b/html/doc/npm.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -322,7 +325,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="index.html">npm(1)</a> -- node package manager</h1>
+<h1><a href="npm.html">npm(1)</a> -- node package manager</h1>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -468,4 +471,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help npm - 2011-31-04 05:09:23 -->
+<!-- npm help npm - 2011-44-04 05:09:10 -->
diff --git a/html/doc/outdated.html b/html/doc/outdated.html
index f9c7e1671..2b6d96003 100644
--- a/html/doc/outdated.html
+++ b/html/doc/outdated.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -361,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help outdated - 2011-31-04 05:09:23 -->
+<!-- npm help outdated - 2011-44-04 05:09:10 -->
diff --git a/html/doc/owner.html b/html/doc/owner.html
index 308f647a4..47c42baf2 100644
--- a/html/doc/owner.html
+++ b/html/doc/owner.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -376,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help owner - 2011-31-04 05:09:23 -->
+<!-- npm help owner - 2011-44-04 05:09:10 -->
diff --git a/html/doc/pack.html b/html/doc/pack.html
index d435fce39..c802a4886 100644
--- a/html/doc/pack.html
+++ b/html/doc/pack.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -369,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help pack - 2011-31-04 05:09:23 -->
+<!-- npm help pack - 2011-44-04 05:09:10 -->
diff --git a/html/doc/prefix.html b/html/doc/prefix.html
index 4306757e5..e611da68e 100644
--- a/html/doc/prefix.html
+++ b/html/doc/prefix.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prefix - 2011-31-04 05:09:23 -->
+<!-- npm help prefix - 2011-44-04 05:09:11 -->
diff --git a/html/doc/prune.html b/html/doc/prune.html
index 4cdeb3767..8735f5ba2 100644
--- a/html/doc/prune.html
+++ b/html/doc/prune.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -365,4 +368,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prune - 2011-31-04 05:09:23 -->
+<!-- npm help prune - 2011-44-04 05:09:11 -->
diff --git a/html/doc/publish.html b/html/doc/publish.html
index a75dc28a2..991312e7a 100644
--- a/html/doc/publish.html
+++ b/html/doc/publish.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -373,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help publish - 2011-31-04 05:09:23 -->
+<!-- npm help publish - 2011-44-04 05:09:11 -->
diff --git a/html/doc/rebuild.html b/html/doc/rebuild.html
index e3d151efb..5e155f99e 100644
--- a/html/doc/rebuild.html
+++ b/html/doc/rebuild.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -369,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rebuild - 2011-31-04 05:09:23 -->
+<!-- npm help rebuild - 2011-44-04 05:09:11 -->
diff --git a/html/doc/registry.html b/html/doc/registry.html
index cff0afa85..63d732dbc 100644
--- a/html/doc/registry.html
+++ b/html/doc/registry.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -437,4 +440,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help registry - 2011-31-04 05:09:24 -->
+<!-- npm help registry - 2011-44-04 05:09:11 -->
diff --git a/html/doc/removing-npm.html b/html/doc/removing-npm.html
index 64442a410..05c6edec2 100644
--- a/html/doc/removing-npm.html
+++ b/html/doc/removing-npm.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -391,4 +394,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help removing-npm - 2011-31-04 05:09:24 -->
+<!-- npm help removing-npm - 2011-44-04 05:09:11 -->
diff --git a/html/doc/restart.html b/html/doc/restart.html
index 5a029cc34..2e1ab82f8 100644
--- a/html/doc/restart.html
+++ b/html/doc/restart.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -368,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help restart - 2011-31-04 05:09:24 -->
+<!-- npm help restart - 2011-44-04 05:09:11 -->
diff --git a/html/doc/rm.html b/html/doc/rm.html
index f9b229dac..23478df6a 100644
--- a/html/doc/rm.html
+++ b/html/doc/rm.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -361,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rm - 2011-31-04 05:09:24 -->
+<!-- npm help rm - 2011-44-04 05:09:12 -->
diff --git a/html/doc/root.html b/html/doc/root.html
index dd595a449..5d9082007 100644
--- a/html/doc/root.html
+++ b/html/doc/root.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help root - 2011-31-04 05:09:24 -->
+<!-- npm help root - 2011-44-04 05:09:12 -->
diff --git a/html/doc/run-script.html b/html/doc/run-script.html
index a0dc6f57a..97781bb14 100644
--- a/html/doc/run-script.html
+++ b/html/doc/run-script.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -367,4 +370,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help run-script - 2011-31-04 05:09:24 -->
+<!-- npm help run-script - 2011-44-04 05:09:12 -->
diff --git a/html/doc/scripts.html b/html/doc/scripts.html
index 3130f7346..ff1d16019 100644
--- a/html/doc/scripts.html
+++ b/html/doc/scripts.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -505,4 +508,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help scripts - 2011-31-04 05:09:24 -->
+<!-- npm help scripts - 2011-44-04 05:09:12 -->
diff --git a/html/doc/search.html b/html/doc/search.html
index 9a56dec40..4686489eb 100644
--- a/html/doc/search.html
+++ b/html/doc/search.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help search - 2011-31-04 05:09:24 -->
+<!-- npm help search - 2011-44-04 05:09:12 -->
diff --git a/html/doc/semver.html b/html/doc/semver.html
index 11d75b368..e06bc9343 100644
--- a/html/doc/semver.html
+++ b/html/doc/semver.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -440,4 +443,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help semver - 2011-31-04 05:09:24 -->
+<!-- npm help semver - 2011-44-04 05:09:12 -->
diff --git a/html/doc/set.html b/html/doc/set.html
index 646c79ce8..d21295ca7 100644
--- a/html/doc/set.html
+++ b/html/doc/set.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -868,4 +871,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help set - 2011-31-04 05:09:25 -->
+<!-- npm help set - 2011-44-04 05:09:12 -->
diff --git a/html/doc/start.html b/html/doc/start.html
index c6b13437b..452b27f65 100644
--- a/html/doc/start.html
+++ b/html/doc/start.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help start - 2011-31-04 05:09:25 -->
+<!-- npm help start - 2011-44-04 05:09:12 -->
diff --git a/html/doc/stop.html b/html/doc/stop.html
index 7b44f0f0d..e8ac302fb 100644
--- a/html/doc/stop.html
+++ b/html/doc/stop.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help stop - 2011-31-04 05:09:25 -->
+<!-- npm help stop - 2011-44-04 05:09:13 -->
diff --git a/html/doc/submodule.html b/html/doc/submodule.html
index 69f6ed4d2..b8fddafcb 100644
--- a/html/doc/submodule.html
+++ b/html/doc/submodule.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -377,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help submodule - 2011-31-04 05:09:25 -->
+<!-- npm help submodule - 2011-44-04 05:09:13 -->
diff --git a/html/doc/tag.html b/html/doc/tag.html
index cae5cec3a..ed00253ae 100644
--- a/html/doc/tag.html
+++ b/html/doc/tag.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -361,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help tag - 2011-31-04 05:09:25 -->
+<!-- npm help tag - 2011-44-04 05:09:13 -->
diff --git a/html/doc/test.html b/html/doc/test.html
index 724ccd534..0fb27fcbb 100644
--- a/html/doc/test.html
+++ b/html/doc/test.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -363,4 +366,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help test - 2011-31-04 05:09:25 -->
+<!-- npm help test - 2011-44-04 05:09:13 -->
diff --git a/html/doc/uninstall.html b/html/doc/uninstall.html
index c69bc2792..79efdd7f4 100644
--- a/html/doc/uninstall.html
+++ b/html/doc/uninstall.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -361,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help uninstall - 2011-31-04 05:09:25 -->
+<!-- npm help uninstall - 2011-44-04 05:09:13 -->
diff --git a/html/doc/unpublish.html b/html/doc/unpublish.html
index b7c4320bc..807a0e19f 100644
--- a/html/doc/unpublish.html
+++ b/html/doc/unpublish.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -364,4 +367,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help unpublish - 2011-31-04 05:09:25 -->
+<!-- npm help unpublish - 2011-44-04 05:09:13 -->
diff --git a/html/doc/update.html b/html/doc/update.html
index 11f285692..edb81f52f 100644
--- a/html/doc/update.html
+++ b/html/doc/update.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -363,4 +366,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help update - 2011-31-04 05:09:26 -->
+<!-- npm help update - 2011-44-04 05:09:13 -->
diff --git a/html/doc/version.html b/html/doc/version.html
index 616d67c52..9cd03f3d5 100644
--- a/html/doc/version.html
+++ b/html/doc/version.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -364,4 +367,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help version - 2011-31-04 05:09:26 -->
+<!-- npm help version - 2011-44-04 05:09:13 -->
diff --git a/html/doc/view.html b/html/doc/view.html
index a0f56b1e7..edb1cb3ff 100644
--- a/html/doc/view.html
+++ b/html/doc/view.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -428,4 +431,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help view - 2011-31-04 05:09:26 -->
+<!-- npm help view - 2011-44-04 05:09:14 -->
diff --git a/html/doc/whoami.html b/html/doc/whoami.html
index d523f4d5b..a0c7be2a2 100644
--- a/html/doc/whoami.html
+++ b/html/doc/whoami.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {
@@ -360,4 +363,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help whoami - 2011-31-04 05:09:26 -->
+<!-- npm help whoami - 2011-44-04 05:09:14 -->
diff --git a/html/dochead.html b/html/dochead.html
index c5ac218a6..b863e93bc 100644
--- a/html/dochead.html
+++ b/html/dochead.html
@@ -304,7 +304,10 @@ input.submit, input#submit, input.button, button, input[type=submit] {
#toc li {
padding:0 0 0 10px;
}
-
+#toc li a {
+ position:relative;
+ display:block;
+}
@media print {
a[href] {