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 10:22:56 +0400
committerisaacs <i@izs.me>2011-09-04 10:22:56 +0400
commit667b6801309b2e49223aecb9d880bdb64567844d (patch)
tree40f23745def041fb50f4c2235478cec98eaca3d1 /html
parent2d6e93617d44fa5582c5928a47d46ac1aa2e6de5 (diff)
Can't stop tweaking html. too much fun
Diffstat (limited to 'html')
-rw-r--r--html/doc/adduser.html15
-rw-r--r--html/doc/author.html15
-rw-r--r--html/doc/bin.html15
-rw-r--r--html/doc/build.html15
-rw-r--r--html/doc/bundle.html15
-rw-r--r--html/doc/cache.html15
-rw-r--r--html/doc/changelog.html15
-rw-r--r--html/doc/coding-style.html15
-rw-r--r--html/doc/completion.html15
-rw-r--r--html/doc/config.html19
-rw-r--r--html/doc/deprecate.html15
-rw-r--r--html/doc/developers.html15
-rw-r--r--html/doc/docs.html15
-rw-r--r--html/doc/edit.html15
-rw-r--r--html/doc/explore.html15
-rw-r--r--html/doc/faq.html15
-rw-r--r--html/doc/find.html15
-rw-r--r--html/doc/folders.html15
-rw-r--r--html/doc/get.html19
-rw-r--r--html/doc/global.html15
-rw-r--r--html/doc/help-search.html15
-rw-r--r--html/doc/home.html15
-rw-r--r--html/doc/init.html15
-rw-r--r--html/doc/install.html15
-rw-r--r--html/doc/json.html15
-rw-r--r--html/doc/link.html15
-rw-r--r--html/doc/list.html15
-rw-r--r--html/doc/ln.html15
-rw-r--r--html/doc/ls.html15
-rw-r--r--html/doc/npm.html15
-rw-r--r--html/doc/outdated.html15
-rw-r--r--html/doc/owner.html15
-rw-r--r--html/doc/pack.html15
-rw-r--r--html/doc/prefix.html15
-rw-r--r--html/doc/prune.html15
-rw-r--r--html/doc/publish.html15
-rw-r--r--html/doc/rebuild.html15
-rw-r--r--html/doc/registry.html15
-rw-r--r--html/doc/removing-npm.html15
-rw-r--r--html/doc/restart.html15
-rw-r--r--html/doc/rm.html15
-rw-r--r--html/doc/root.html15
-rw-r--r--html/doc/run-script.html15
-rw-r--r--html/doc/scripts.html15
-rw-r--r--html/doc/search.html15
-rw-r--r--html/doc/semver.html15
-rw-r--r--html/doc/set.html19
-rw-r--r--html/doc/start.html15
-rw-r--r--html/doc/stop.html15
-rw-r--r--html/doc/submodule.html15
-rw-r--r--html/doc/tag.html15
-rw-r--r--html/doc/test.html15
-rw-r--r--html/doc/uninstall.html15
-rw-r--r--html/doc/unpublish.html15
-rw-r--r--html/doc/update.html15
-rw-r--r--html/doc/version.html15
-rw-r--r--html/doc/view.html15
-rw-r--r--html/doc/whoami.html15
-rw-r--r--html/dochead.html13
59 files changed, 480 insertions, 415 deletions
diff --git a/html/doc/adduser.html b/html/doc/adduser.html
index 792b779d1..0ca27adfb 100644
--- a/html/doc/adduser.html
+++ b/html/doc/adduser.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-adduser</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -382,4 +383,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help adduser - 2011-44-04 05:09:04 -->
+<!-- npm help adduser - 2011-21-04 06:09:30 -->
diff --git a/html/doc/author.html b/html/doc/author.html
index 182f1a65c..45ca0167f 100644
--- a/html/doc/author.html
+++ b/html/doc/author.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-author</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -379,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help author - 2011-44-04 05:09:05 -->
+<!-- npm help author - 2011-21-04 06:09:30 -->
diff --git a/html/doc/bin.html b/html/doc/bin.html
index 37714a8da..3f4084ea9 100644
--- a/html/doc/bin.html
+++ b/html/doc/bin.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-bin</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bin - 2011-44-04 05:09:05 -->
+<!-- npm help bin - 2011-21-04 06:09:30 -->
diff --git a/html/doc/build.html b/html/doc/build.html
index e4c64154f..9c55da6bb 100644
--- a/html/doc/build.html
+++ b/html/doc/build.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-build</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -372,4 +373,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help build - 2011-44-04 05:09:05 -->
+<!-- npm help build - 2011-21-04 06:09:30 -->
diff --git a/html/doc/bundle.html b/html/doc/bundle.html
index e0d8debc0..74033fc52 100644
--- a/html/doc/bundle.html
+++ b/html/doc/bundle.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-bundle</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bundle - 2011-44-04 05:09:05 -->
+<!-- npm help bundle - 2011-21-04 06:09:30 -->
diff --git a/html/doc/cache.html b/html/doc/cache.html
index 0d6e77ff7..81b812c80 100644
--- a/html/doc/cache.html
+++ b/html/doc/cache.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-cache</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -407,4 +408,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help cache - 2011-44-04 05:09:05 -->
+<!-- npm help cache - 2011-21-04 06:09:30 -->
diff --git a/html/doc/changelog.html b/html/doc/changelog.html
index 68f2b19e0..9262575f5 100644
--- a/html/doc/changelog.html
+++ b/html/doc/changelog.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-changelog</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -377,4 +378,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help changelog - 2011-44-04 05:09:05 -->
+<!-- npm help changelog - 2011-21-04 06:09:30 -->
diff --git a/html/doc/coding-style.html b/html/doc/coding-style.html
index e76db9320..e3d9dbe15 100644
--- a/html/doc/coding-style.html
+++ b/html/doc/coding-style.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-coding-style</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -534,4 +535,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help coding-style - 2011-44-04 05:09:05 -->
+<!-- npm help coding-style - 2011-21-04 06:09:31 -->
diff --git a/html/doc/completion.html b/html/doc/completion.html
index 33b2cefbf..79e38740d 100644
--- a/html/doc/completion.html
+++ b/html/doc/completion.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-completion</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -374,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help completion - 2011-44-04 05:09:05 -->
+<!-- npm help completion - 2011-21-04 06:09:31 -->
diff --git a/html/doc/config.html b/html/doc/config.html
index 528d5c95c..e1bce5839 100644
--- a/html/doc/config.html
+++ b/html/doc/config.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-config</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -829,10 +830,12 @@ that will be used instead.</p>
<h3 id="viewer">viewer</h3>
-<ul><li>Default: "man"</li><li>Type: path</li></ul>
+<ul><li>Default: "man" on Posix, "browser" on Windows</li><li>Type: path</li></ul>
<p>The program to use to view help content.</p>
+<p>Set to <code>"browser"</code> to view html help content in the default web browser.</p>
+
<h3 id="yes">yes</h3>
<ul><li>Default: null</li><li>Type: Boolean or null</li></ul>
@@ -871,4 +874,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help config - 2011-44-04 05:09:06 -->
+<!-- npm help config - 2011-21-04 06:09:31 -->
diff --git a/html/doc/deprecate.html b/html/doc/deprecate.html
index 92f65af5e..acd06cb2b 100644
--- a/html/doc/deprecate.html
+++ b/html/doc/deprecate.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-deprecate</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -372,4 +373,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help deprecate - 2011-44-04 05:09:06 -->
+<!-- npm help deprecate - 2011-21-04 06:09:31 -->
diff --git a/html/doc/developers.html b/html/doc/developers.html
index e62b9312b..10dff7af3 100644
--- a/html/doc/developers.html
+++ b/html/doc/developers.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-developers</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -499,4 +500,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help developers - 2011-44-04 05:09:07 -->
+<!-- npm help developers - 2011-21-04 06:09:31 -->
diff --git a/html/doc/docs.html b/html/doc/docs.html
index c75196c72..2ea2de1b7 100644
--- a/html/doc/docs.html
+++ b/html/doc/docs.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-docs</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -366,4 +367,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help docs - 2011-44-04 05:09:07 -->
+<!-- npm help docs - 2011-21-04 06:09:31 -->
diff --git a/html/doc/edit.html b/html/doc/edit.html
index e1d7f6a30..feded714c 100644
--- a/html/doc/edit.html
+++ b/html/doc/edit.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-edit</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -371,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help edit - 2011-44-04 05:09:07 -->
+<!-- npm help edit - 2011-21-04 06:09:31 -->
diff --git a/html/doc/explore.html b/html/doc/explore.html
index 35501c793..74c821099 100644
--- a/html/doc/explore.html
+++ b/html/doc/explore.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-explore</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -369,4 +370,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help explore - 2011-44-04 05:09:08 -->
+<!-- npm help explore - 2011-21-04 06:09:31 -->
diff --git a/html/doc/faq.html b/html/doc/faq.html
index 37d18d821..65aa82de5 100644
--- a/html/doc/faq.html
+++ b/html/doc/faq.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-faq</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -543,4 +544,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help faq - 2011-44-04 05:09:08 -->
+<!-- npm help faq - 2011-21-04 06:09:32 -->
diff --git a/html/doc/find.html b/html/doc/find.html
index 435f23f7b..270f47436 100644
--- a/html/doc/find.html
+++ b/html/doc/find.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-find</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -395,4 +396,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help find - 2011-44-04 05:09:08 -->
+<!-- npm help find - 2011-21-04 06:09:32 -->
diff --git a/html/doc/folders.html b/html/doc/folders.html
index 428aff5a6..cb0dbc8b6 100644
--- a/html/doc/folders.html
+++ b/html/doc/folders.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-folders</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -534,4 +535,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help folders - 2011-44-04 05:09:08 -->
+<!-- npm help folders - 2011-21-04 06:09:32 -->
diff --git a/html/doc/get.html b/html/doc/get.html
index ff2d486d1..3099fa237 100644
--- a/html/doc/get.html
+++ b/html/doc/get.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-get</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -829,10 +830,12 @@ that will be used instead.</p>
<h3 id="viewer">viewer</h3>
-<ul><li>Default: "man"</li><li>Type: path</li></ul>
+<ul><li>Default: "man" on Posix, "browser" on Windows</li><li>Type: path</li></ul>
<p>The program to use to view help content.</p>
+<p>Set to <code>"browser"</code> to view html help content in the default web browser.</p>
+
<h3 id="yes">yes</h3>
<ul><li>Default: null</li><li>Type: Boolean or null</li></ul>
@@ -871,4 +874,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help get - 2011-44-04 05:09:08 -->
+<!-- npm help get - 2011-21-04 06:09:32 -->
diff --git a/html/doc/global.html b/html/doc/global.html
index f0bd2d06a..30baeb182 100644
--- a/html/doc/global.html
+++ b/html/doc/global.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-global</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -534,4 +535,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help global - 2011-44-04 05:09:08 -->
+<!-- npm help global - 2011-21-04 06:09:32 -->
diff --git a/html/doc/help-search.html b/html/doc/help-search.html
index 4125d2544..d763131d8 100644
--- a/html/doc/help-search.html
+++ b/html/doc/help-search.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-help-search</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -381,4 +382,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help help-search - 2011-44-04 05:09:09 -->
+<!-- npm help help-search - 2011-21-04 06:09:32 -->
diff --git a/html/doc/home.html b/html/doc/home.html
index ad98338f6..40455367c 100644
--- a/html/doc/home.html
+++ b/html/doc/home.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-home</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -366,4 +367,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help home - 2011-44-04 05:09:09 -->
+<!-- npm help home - 2011-21-04 06:09:32 -->
diff --git a/html/doc/init.html b/html/doc/init.html
index 25bb1e769..84877d6b4 100644
--- a/html/doc/init.html
+++ b/html/doc/init.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-init</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -376,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help init - 2011-44-04 05:09:09 -->
+<!-- npm help init - 2011-21-04 06:09:33 -->
diff --git a/html/doc/install.html b/html/doc/install.html
index 38a5643b7..902243452 100644
--- a/html/doc/install.html
+++ b/html/doc/install.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-install</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -426,4 +427,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help install - 2011-44-04 05:09:09 -->
+<!-- npm help install - 2011-21-04 06:09:33 -->
diff --git a/html/doc/json.html b/html/doc/json.html
index 4b2ca57d5..3e3585ef5 100644
--- a/html/doc/json.html
+++ b/html/doc/json.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-json</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -768,4 +769,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help json - 2011-44-04 05:09:09 -->
+<!-- npm help json - 2011-21-04 06:09:33 -->
diff --git a/html/doc/link.html b/html/doc/link.html
index 5e489770e..1e9e8f3d6 100644
--- a/html/doc/link.html
+++ b/html/doc/link.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-link</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -401,4 +402,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help link - 2011-44-04 05:09:10 -->
+<!-- npm help link - 2011-21-04 06:09:33 -->
diff --git a/html/doc/list.html b/html/doc/list.html
index 3862d27aa..594ffbe31 100644
--- a/html/doc/list.html
+++ b/html/doc/list.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-list</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -395,4 +396,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help list - 2011-44-04 05:09:10 -->
+<!-- npm help list - 2011-21-04 06:09:33 -->
diff --git a/html/doc/ln.html b/html/doc/ln.html
index e9f8f7634..8d40ea722 100644
--- a/html/doc/ln.html
+++ b/html/doc/ln.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-ln</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -401,4 +402,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ln - 2011-44-04 05:09:10 -->
+<!-- npm help ln - 2011-21-04 06:09:33 -->
diff --git a/html/doc/ls.html b/html/doc/ls.html
index d253562ba..92217c03a 100644
--- a/html/doc/ls.html
+++ b/html/doc/ls.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-ls</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -395,4 +396,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ls - 2011-44-04 05:09:10 -->
+<!-- npm help ls - 2011-21-04 06:09:33 -->
diff --git a/html/doc/npm.html b/html/doc/npm.html
index 95315396d..afa69f231 100644
--- a/html/doc/npm.html
+++ b/html/doc/npm.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-npm</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -471,4 +472,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help npm - 2011-44-04 05:09:10 -->
+<!-- npm help npm - 2011-21-04 06:09:33 -->
diff --git a/html/doc/outdated.html b/html/doc/outdated.html
index 2b6d96003..64f485ec9 100644
--- a/html/doc/outdated.html
+++ b/html/doc/outdated.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-outdated</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -364,4 +365,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help outdated - 2011-44-04 05:09:10 -->
+<!-- npm help outdated - 2011-21-04 06:09:34 -->
diff --git a/html/doc/owner.html b/html/doc/owner.html
index 47c42baf2..c2a8a7dac 100644
--- a/html/doc/owner.html
+++ b/html/doc/owner.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-owner</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -379,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help owner - 2011-44-04 05:09:10 -->
+<!-- npm help owner - 2011-21-04 06:09:34 -->
diff --git a/html/doc/pack.html b/html/doc/pack.html
index c802a4886..9737d97d1 100644
--- a/html/doc/pack.html
+++ b/html/doc/pack.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-pack</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -372,4 +373,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help pack - 2011-44-04 05:09:10 -->
+<!-- npm help pack - 2011-21-04 06:09:34 -->
diff --git a/html/doc/prefix.html b/html/doc/prefix.html
index e611da68e..0bbe6fc4f 100644
--- a/html/doc/prefix.html
+++ b/html/doc/prefix.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-prefix</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prefix - 2011-44-04 05:09:11 -->
+<!-- npm help prefix - 2011-21-04 06:09:34 -->
diff --git a/html/doc/prune.html b/html/doc/prune.html
index 8735f5ba2..6a134b22b 100644
--- a/html/doc/prune.html
+++ b/html/doc/prune.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-prune</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -368,4 +369,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prune - 2011-44-04 05:09:11 -->
+<!-- npm help prune - 2011-21-04 06:09:34 -->
diff --git a/html/doc/publish.html b/html/doc/publish.html
index 991312e7a..880c6a663 100644
--- a/html/doc/publish.html
+++ b/html/doc/publish.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-publish</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -376,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help publish - 2011-44-04 05:09:11 -->
+<!-- npm help publish - 2011-21-04 06:09:34 -->
diff --git a/html/doc/rebuild.html b/html/doc/rebuild.html
index 5e155f99e..380991a47 100644
--- a/html/doc/rebuild.html
+++ b/html/doc/rebuild.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-rebuild</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -372,4 +373,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rebuild - 2011-44-04 05:09:11 -->
+<!-- npm help rebuild - 2011-21-04 06:09:34 -->
diff --git a/html/doc/registry.html b/html/doc/registry.html
index 63d732dbc..64a74d350 100644
--- a/html/doc/registry.html
+++ b/html/doc/registry.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-registry</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -440,4 +441,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help registry - 2011-44-04 05:09:11 -->
+<!-- npm help registry - 2011-21-04 06:09:34 -->
diff --git a/html/doc/removing-npm.html b/html/doc/removing-npm.html
index 05c6edec2..a4815a7c9 100644
--- a/html/doc/removing-npm.html
+++ b/html/doc/removing-npm.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-removing-npm</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -394,4 +395,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help removing-npm - 2011-44-04 05:09:11 -->
+<!-- npm help removing-npm - 2011-21-04 06:09:34 -->
diff --git a/html/doc/restart.html b/html/doc/restart.html
index 2e1ab82f8..9bd35659c 100644
--- a/html/doc/restart.html
+++ b/html/doc/restart.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-restart</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -371,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help restart - 2011-44-04 05:09:11 -->
+<!-- npm help restart - 2011-21-04 06:09:35 -->
diff --git a/html/doc/rm.html b/html/doc/rm.html
index 23478df6a..6dcccffe3 100644
--- a/html/doc/rm.html
+++ b/html/doc/rm.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-rm</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -364,4 +365,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rm - 2011-44-04 05:09:12 -->
+<!-- npm help rm - 2011-21-04 06:09:35 -->
diff --git a/html/doc/root.html b/html/doc/root.html
index 5d9082007..9ded19e2a 100644
--- a/html/doc/root.html
+++ b/html/doc/root.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-root</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help root - 2011-44-04 05:09:12 -->
+<!-- npm help root - 2011-21-04 06:09:35 -->
diff --git a/html/doc/run-script.html b/html/doc/run-script.html
index 97781bb14..4f82005c6 100644
--- a/html/doc/run-script.html
+++ b/html/doc/run-script.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-run-script</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -370,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help run-script - 2011-44-04 05:09:12 -->
+<!-- npm help run-script - 2011-21-04 06:09:35 -->
diff --git a/html/doc/scripts.html b/html/doc/scripts.html
index ff1d16019..40248139f 100644
--- a/html/doc/scripts.html
+++ b/html/doc/scripts.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-scripts</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -508,4 +509,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help scripts - 2011-44-04 05:09:12 -->
+<!-- npm help scripts - 2011-21-04 06:09:35 -->
diff --git a/html/doc/search.html b/html/doc/search.html
index 4686489eb..7b625b568 100644
--- a/html/doc/search.html
+++ b/html/doc/search.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-search</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help search - 2011-44-04 05:09:12 -->
+<!-- npm help search - 2011-21-04 06:09:35 -->
diff --git a/html/doc/semver.html b/html/doc/semver.html
index e06bc9343..b788b2a8f 100644
--- a/html/doc/semver.html
+++ b/html/doc/semver.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-semver</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -443,4 +444,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help semver - 2011-44-04 05:09:12 -->
+<!-- npm help semver - 2011-21-04 06:09:35 -->
diff --git a/html/doc/set.html b/html/doc/set.html
index d21295ca7..61a49d996 100644
--- a/html/doc/set.html
+++ b/html/doc/set.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-set</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -829,10 +830,12 @@ that will be used instead.</p>
<h3 id="viewer">viewer</h3>
-<ul><li>Default: "man"</li><li>Type: path</li></ul>
+<ul><li>Default: "man" on Posix, "browser" on Windows</li><li>Type: path</li></ul>
<p>The program to use to view help content.</p>
+<p>Set to <code>"browser"</code> to view html help content in the default web browser.</p>
+
<h3 id="yes">yes</h3>
<ul><li>Default: null</li><li>Type: Boolean or null</li></ul>
@@ -871,4 +874,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help set - 2011-44-04 05:09:12 -->
+<!-- npm help set - 2011-21-04 06:09:35 -->
diff --git a/html/doc/start.html b/html/doc/start.html
index 452b27f65..08d5e41e3 100644
--- a/html/doc/start.html
+++ b/html/doc/start.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-start</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help start - 2011-44-04 05:09:12 -->
+<!-- npm help start - 2011-21-04 06:09:36 -->
diff --git a/html/doc/stop.html b/html/doc/stop.html
index e8ac302fb..39574f2e4 100644
--- a/html/doc/stop.html
+++ b/html/doc/stop.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-stop</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help stop - 2011-44-04 05:09:13 -->
+<!-- npm help stop - 2011-21-04 06:09:36 -->
diff --git a/html/doc/submodule.html b/html/doc/submodule.html
index b8fddafcb..bdfe63e39 100644
--- a/html/doc/submodule.html
+++ b/html/doc/submodule.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-submodule</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -380,4 +381,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help submodule - 2011-44-04 05:09:13 -->
+<!-- npm help submodule - 2011-21-04 06:09:36 -->
diff --git a/html/doc/tag.html b/html/doc/tag.html
index ed00253ae..1eff3088f 100644
--- a/html/doc/tag.html
+++ b/html/doc/tag.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-tag</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -364,4 +365,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help tag - 2011-44-04 05:09:13 -->
+<!-- npm help tag - 2011-21-04 06:09:36 -->
diff --git a/html/doc/test.html b/html/doc/test.html
index 0fb27fcbb..82688ea73 100644
--- a/html/doc/test.html
+++ b/html/doc/test.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-test</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -366,4 +367,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help test - 2011-44-04 05:09:13 -->
+<!-- npm help test - 2011-21-04 06:09:36 -->
diff --git a/html/doc/uninstall.html b/html/doc/uninstall.html
index 79efdd7f4..574ab4d35 100644
--- a/html/doc/uninstall.html
+++ b/html/doc/uninstall.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-uninstall</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -364,4 +365,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help uninstall - 2011-44-04 05:09:13 -->
+<!-- npm help uninstall - 2011-21-04 06:09:36 -->
diff --git a/html/doc/unpublish.html b/html/doc/unpublish.html
index 807a0e19f..9e7acaa13 100644
--- a/html/doc/unpublish.html
+++ b/html/doc/unpublish.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-unpublish</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -367,4 +368,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help unpublish - 2011-44-04 05:09:13 -->
+<!-- npm help unpublish - 2011-21-04 06:09:36 -->
diff --git a/html/doc/update.html b/html/doc/update.html
index edb81f52f..9a40d7586 100644
--- a/html/doc/update.html
+++ b/html/doc/update.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-update</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -366,4 +367,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help update - 2011-44-04 05:09:13 -->
+<!-- npm help update - 2011-21-04 06:09:36 -->
diff --git a/html/doc/version.html b/html/doc/version.html
index 9cd03f3d5..f62301bb5 100644
--- a/html/doc/version.html
+++ b/html/doc/version.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-version</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -367,4 +368,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help version - 2011-44-04 05:09:13 -->
+<!-- npm help version - 2011-21-04 06:09:36 -->
diff --git a/html/doc/view.html b/html/doc/view.html
index edb1cb3ff..7119fe5f6 100644
--- a/html/doc/view.html
+++ b/html/doc/view.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-view</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -431,4 +432,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help view - 2011-44-04 05:09:14 -->
+<!-- npm help view - 2011-21-04 06:09:37 -->
diff --git a/html/doc/whoami.html b/html/doc/whoami.html
index a0c7be2a2..c0bca4987 100644
--- a/html/doc/whoami.html
+++ b/html/doc/whoami.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-whoami</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;
@@ -363,4 +364,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help whoami - 2011-44-04 05:09:14 -->
+<!-- npm help whoami - 2011-21-04 06:09:37 -->
diff --git a/html/dochead.html b/html/dochead.html
index b863e93bc..4abbcc66e 100644
--- a/html/dochead.html
+++ b/html/dochead.html
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<title>npm-@NAME@</title>
+ <meta http-equiv="content-type" value="text/html;utf-8">
<style type="text/css">
/* reset */
@@ -13,12 +14,12 @@
font-weight:inherit;
}
:target::before {
- content:" → ";
- position:absolute;
- display:block;
- opacity:0.5;
- color:#f00;
- margin:0 0 0 -1.2em;
+ content:" >>> ";
+ position:absolute;
+ display:block;
+ opacity:0.5;
+ color:#f00;
+ margin:0 0 0 -2em;
}
abbr, acronym {
border-bottom:1px dotted #aaa;