Skip to content

Commit f5c07b6

Browse files
committed
npm: Upgrade to 1.1.46
1 parent 53f3b12 commit f5c07b6

File tree

231 files changed

+862
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+862
-455
lines changed

deps/npm/Makefile

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,21 @@ publish: link doc
113113

114114
docpublish: doc-publish
115115
doc-publish: doc
116-
rsync -vazu --stats --no-implied-dirs --delete html/doc/ npmjs.org:/var/www/npmjs.org/public/doc
117-
rsync -vazu --stats --no-implied-dirs --delete html/api/ npmjs.org:/var/www/npmjs.org/public/api
118-
rsync -vazu --stats --no-implied-dirs --delete html/webfonts/ npmjs.org:/var/www/npmjs.org/public/webfonts
119-
scp html/style.css npmjs.org:/var/www/npmjs.org/public/
116+
rsync -vazu --stats --no-implied-dirs --delete \
117+
html/doc/ \
118+
[email protected]:/home/node/npm-www/doc
119+
rsync -vazu --stats --no-implied-dirs --delete \
120+
html/api/ \
121+
[email protected]:/home/node/npm-www/api
122+
rsync -vazu --stats --no-implied-dirs --delete \
123+
html/webfonts/ \
124+
[email protected]:/home/node/npm-www/static/webfonts
125+
rsync -vazu --stats --no-implied-dirs --delete \
126+
html/style.css \
127+
[email protected]:/home/node/npm-www/static/
120128

121129
zip-publish: release
122-
scp release/* npmjs.org:/var/www/npmjs.org/public/dist/
130+
scp release/* izs.me:/var/www/izs.me/static/public/npm/
123131

124132
release:
125133
@bash scripts/release.sh

deps/npm/doc/cli/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ following help topics:
6464
Especially, installing other peoples code from the registry is done via
6565
`npm install`
6666
* adduser:
67-
Create an account or log in. Creditials are stored in the
67+
Create an account or log in. Credentials are stored in the
6868
user config file.
6969
* publish:
7070
Use the `npm publish` command to upload your code to the registry.

deps/npm/html/api/bin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>bin</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -19,7 +19,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
1919
<p>This function should not be used programmatically. Instead, just refer
2020
to the <code>npm.bin</code> member.</p>
2121
</div>
22-
<p id="footer">bin &mdash; [email protected].45</p>
22+
<p id="footer">bin &mdash; [email protected].46</p>
2323
<script>
2424
;(function () {
2525
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>bugs</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>This command will launch a browser, so this command may not be the most
2626
friendly for programmatic use.</p>
2727
</div>
28-
<p id="footer">bugs &mdash; [email protected].45</p>
28+
<p id="footer">bugs &mdash; [email protected].46</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/commands.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>commands</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -28,7 +28,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
2828

2929
<ul><li><a href="../doc/index.html">index(1)</a></li></ul>
3030
</div>
31-
<p id="footer">commands &mdash; [email protected].45</p>
31+
<p id="footer">commands &mdash; [email protected].46</p>
3232
<script>
3333
;(function () {
3434
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>config</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -33,7 +33,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3333

3434
<ul><li><a href="../api/npm.html">npm(3)</a></li></ul>
3535
</div>
36-
<p id="footer">config &mdash; [email protected].45</p>
36+
<p id="footer">config &mdash; [email protected].46</p>
3737
<script>
3838
;(function () {
3939
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/deprecate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>deprecate</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -30,7 +30,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3030

3131
<ul><li><a href="../api/publish.html">publish(3)</a></li><li><a href="../api/unpublish.html">unpublish(3)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
3232
</div>
33-
<p id="footer">deprecate &mdash; [email protected].45</p>
33+
<p id="footer">deprecate &mdash; [email protected].46</p>
3434
<script>
3535
;(function () {
3636
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>docs</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>This command will launch a browser, so this command may not be the most
2626
friendly for programmatic use.</p>
2727
</div>
28-
<p id="footer">docs &mdash; [email protected].45</p>
28+
<p id="footer">docs &mdash; [email protected].46</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/edit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>edit</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -30,7 +30,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
3030
<p>Since this command opens an editor in a new process, be careful about where
3131
and how this is used.</p>
3232
</div>
33-
<p id="footer">edit &mdash; [email protected].45</p>
33+
<p id="footer">edit &mdash; [email protected].46</p>
3434
<script>
3535
;(function () {
3636
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/explore.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>explore</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -24,7 +24,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2424

2525
<p>The first element in the 'args' parameter must be a package name. After that is the optional command, which can be any number of strings. All of the strings will be combined into one, space-delimited command.</p>
2626
</div>
27-
<p id="footer">explore &mdash; [email protected].45</p>
27+
<p id="footer">explore &mdash; [email protected].46</p>
2828
<script>
2929
;(function () {
3030
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/help-search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>help-search</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -32,7 +32,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
3232

3333
<p>The silent parameter is not neccessary not used, but it may in the future.</p>
3434
</div>
35-
<p id="footer">help-search &mdash; [email protected].45</p>
35+
<p id="footer">help-search &mdash; [email protected].46</p>
3636
<script>
3737
;(function () {
3838
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/init.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>init</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -35,7 +35,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3535

3636
<p><a href="../doc/json.html">json(1)</a></p>
3737
</div>
38-
<p id="footer">init &mdash; [email protected].45</p>
38+
<p id="footer">init &mdash; [email protected].46</p>
3939
<script>
4040
;(function () {
4141
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>install</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>Finally, 'callback' is a function that will be called when all packages have been
2626
installed or when an error has been encountered.</p>
2727
</div>
28-
<p id="footer">install &mdash; [email protected].45</p>
28+
<p id="footer">install &mdash; [email protected].46</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/link.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>link</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -39,7 +39,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
3939
<p>Now, any changes to the redis package will be reflected in
4040
the package in the current working directory</p>
4141
</div>
42-
<p id="footer">link &mdash; [email protected].45</p>
42+
<p id="footer">link &mdash; [email protected].46</p>
4343
<script>
4444
;(function () {
4545
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/load.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>load</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -32,7 +32,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
3232

3333
<p>For a list of all the available command-line configs, see <code>npm help config</code></p>
3434
</div>
35-
<p id="footer">load &mdash; [email protected].45</p>
35+
<p id="footer">load &mdash; [email protected].46</p>
3636
<script>
3737
;(function () {
3838
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/ls.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>ls</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -59,7 +59,7 @@ <h3 id="global">global</h3>
5959
This means that if a submodule a same dependency as a parent module, then the
6060
dependency will only be output once.</p>
6161
</div>
62-
<p id="footer">ls &mdash; [email protected].45</p>
62+
<p id="footer">ls &mdash; [email protected].46</p>
6363
<script>
6464
;(function () {
6565
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/npm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>npm</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -24,7 +24,7 @@ <h2 id="SYNOPSIS">SYNOPSIS</h2>
2424

2525
<h2 id="VERSION">VERSION</h2>
2626

27-
<p>1.1.45</p>
27+
<p>1.1.46</p>
2828

2929
<h2 id="DESCRIPTION">DESCRIPTION</h2>
3030

@@ -91,7 +91,7 @@ <h2 id="ABBREVS">ABBREVS</h2>
9191

9292
<pre><code>var cmd = npm.deref("unp") // cmd === "unpublish"</code></pre>
9393
</div>
94-
<p id="footer">npm &mdash; [email protected].45</p>
94+
<p id="footer">npm &mdash; [email protected].46</p>
9595
<script>
9696
;(function () {
9797
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/outdated.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>outdated</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -19,7 +19,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
1919

2020
<p>If the 'packages' parameter is left out, npm will check all packages.</p>
2121
</div>
22-
<p id="footer">outdated &mdash; [email protected].45</p>
22+
<p id="footer">outdated &mdash; [email protected].46</p>
2323
<script>
2424
;(function () {
2525
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/owner.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>owner</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -34,7 +34,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3434

3535
<ul><li><a href="../api/publish.html">publish(3)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
3636
</div>
37-
<p id="footer">owner &mdash; [email protected].45</p>
37+
<p id="footer">owner &mdash; [email protected].46</p>
3838
<script>
3939
;(function () {
4040
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/pack.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>pack</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525

2626
<p>If no arguments are supplied, then npm packs the current package folder.</p>
2727
</div>
28-
<p id="footer">pack &mdash; [email protected].45</p>
28+
<p id="footer">pack &mdash; [email protected].46</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/prefix.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>prefix</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -21,7 +21,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2121

2222
<p>This function is not useful programmatically</p>
2323
</div>
24-
<p id="footer">prefix &mdash; [email protected].45</p>
24+
<p id="footer">prefix &mdash; [email protected].46</p>
2525
<script>
2626
;(function () {
2727
var wrapper = document.getElementById("wrapper")

0 commit comments

Comments
 (0)