Skip to content

Commit 1223caf

Browse files
committed
npm: Upgrade to v1.4.21
1 parent 4f1ae11 commit 1223caf

424 files changed

Lines changed: 6747 additions & 2536 deletions

File tree

Some content is hidden

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

deps/npm/.eslintrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"env" : {
3+
"node" : true
4+
},
5+
"rules" : {
6+
"curly" : 0,
7+
"no-lonely-if" : 1,
8+
"no-mixed-requires" : 0,
9+
"no-underscore-dangle" : 0,
10+
"no-unused-vars" : [2, {"vars" : "all", "args" : "after-used"}],
11+
"no-use-before-define" : [2, "nofunc"],
12+
"quotes" : [1, "double", "avoid-escape"],
13+
"semi" : [2, "never"],
14+
"space-after-keywords" : 1,
15+
"space-infix-ops" : 0,
16+
"strict" : 0
17+
}
18+
}

deps/npm/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ npm-debug.log
77
/test/packages/npm-test-depends-on-spark/which-spark.log
88
/test/packages/test-package/random-data.txt
99
/test/root
10+
node_modules/marked
1011
node_modules/ronn
1112
node_modules/tap
1213
node_modules/.bin

deps/npm/.tern-project

Lines changed: 0 additions & 7 deletions
This file was deleted.

deps/npm/Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dev: install
6969
link: uninstall
7070
node cli.js link -f
7171

72-
clean: ronnclean doc-clean uninstall
72+
clean: markedclean ronnclean doc-clean uninstall
7373
rm -rf npmrc
7474
node cli.js cache clean
7575

@@ -78,12 +78,16 @@ uninstall:
7878

7979
doc: $(mandocs) $(htmldocs)
8080

81+
markedclean:
82+
rm -rf node_modules/marked node_modules/.bin/marked .building_marked
83+
8184
ronnclean:
8285
rm -rf node_modules/ronn node_modules/.bin/ronn .building_ronn
8386

8487
docclean: doc-clean
8588
doc-clean:
8689
rm -rf \
90+
.building_marked \
8791
.building_ronn \
8892
html/doc \
8993
html/api \
@@ -149,6 +153,10 @@ html/doc/misc/%.html: doc/misc/%.md $(html_docdeps)
149153
scripts/doc-build.sh $< $@
150154

151155

156+
marked: node_modules/.bin/marked
157+
158+
node_modules/.bin/marked:
159+
node cli.js install marked --no-global
152160

153161
ronn: node_modules/.bin/ronn
154162

deps/npm/doc/api/npm-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ npm-link(3) -- Symlink a package folder
33

44
## SYNOPSIS
55

6-
npm.command.link(callback)
7-
npm.command.link(packages, callback)
6+
npm.commands.link(callback)
7+
npm.commands.link(packages, callback)
88

99
## DESCRIPTION
1010

deps/npm/doc/cli/npm-explore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ npm-explore(1) -- Browse an installed package
33

44
## SYNOPSIS
55

6-
npm explore <name>[@<version>] [ -- <cmd>]
6+
npm explore <name> [ -- <cmd>]
77

88
## DESCRIPTION
99

deps/npm/doc/cli/npm-shrinkwrap.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,6 @@ shrinkwrap will implicitly be included in A's shrinkwrap.
163163

164164
### Caveats
165165

166-
Shrinkwrap files only lock down package versions, not actual package
167-
contents. While discouraged, a package author can republish an
168-
existing version of a package, causing shrinkwrapped packages using
169-
that version to pick up different code than they were before. If you
170-
want to avoid any risk that a byzantine author replaces a package
171-
you're using with code that breaks your application, you could modify
172-
the shrinkwrap file to use git URL references rather than version
173-
numbers so that npm always fetches all packages from git.
174-
175166
If you wish to lock down the specific bytes included in a package, for
176167
example to have 100% confidence in being able to reproduce a
177168
deployment or build, then you ought to check your dependencies into

deps/npm/doc/misc/npm-config.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ to trust only that specific signing authority.
146146

147147
See also the `strict-ssl` config.
148148

149+
### cafile
150+
151+
* Default: `null`
152+
* Type: path
153+
154+
A path to a file containing one or multiple Certificate Authority signing
155+
certificates. Similar to the `ca` setting, but allows for multiple CA's, as
156+
well as for the CA information to be stored in a file on disk.
157+
149158
### cache
150159

151160
* Default: Windows: `%AppData%\npm-cache`, Posix: `~/.npm`

deps/npm/html/doc/README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 id="legal-stuff">Legal Stuff</h2>
141141
<p>If you have a complaint about a package in the public npm registry,
142142
and cannot <a href="https://www.npmjs.org/doc/misc/npm-disputes.html">resolve it with the package
143143
owner</a>, please email
144-
<a href="&#109;&#97;&#x69;&#x6c;&#116;&#111;&#58;&#115;&#117;&#x70;&#112;&#111;&#114;&#116;&#64;&#110;&#x70;&#109;&#x6a;&#x73;&#x2e;&#x63;&#x6f;&#x6d;">&#115;&#117;&#x70;&#112;&#111;&#114;&#116;&#64;&#110;&#x70;&#109;&#x6a;&#x73;&#x2e;&#x63;&#x6f;&#x6d;</a> and explain the situation.</p>
144+
<a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#x6f;&#58;&#115;&#117;&#x70;&#112;&#x6f;&#114;&#116;&#64;&#110;&#112;&#109;&#x6a;&#x73;&#46;&#x63;&#x6f;&#x6d;">&#115;&#117;&#x70;&#112;&#x6f;&#114;&#116;&#64;&#110;&#112;&#109;&#x6a;&#x73;&#46;&#x63;&#x6f;&#x6d;</a> and explain the situation.</p>
145145
<p>Any data published to The npm Registry (including user account
146146
information) may be removed or modified at the sole discretion of the
147147
npm server administrators.</p>
@@ -161,7 +161,7 @@ <h2 id="bugs">BUGS</h2>
161161
<li>web:
162162
<a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a></li>
163163
<li>email:
164-
<a href="&#x6d;&#x61;&#105;&#108;&#116;&#x6f;&#x3a;&#x6e;&#x70;&#x6d;&#x2d;&#x40;&#103;&#111;&#111;&#x67;&#x6c;&#101;&#x67;&#x72;&#x6f;&#x75;&#112;&#x73;&#x2e;&#x63;&#111;&#109;">&#x6e;&#x70;&#x6d;&#x2d;&#x40;&#103;&#111;&#111;&#x67;&#x6c;&#101;&#x67;&#x72;&#x6f;&#x75;&#112;&#x73;&#x2e;&#x63;&#111;&#109;</a></li>
164+
<a href="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#x3a;&#110;&#x70;&#x6d;&#x2d;&#x40;&#x67;&#x6f;&#111;&#x67;&#x6c;&#x65;&#103;&#x72;&#111;&#x75;&#112;&#x73;&#46;&#99;&#111;&#x6d;">&#110;&#x70;&#x6d;&#x2d;&#x40;&#x67;&#x6f;&#111;&#x67;&#x6c;&#x65;&#103;&#x72;&#111;&#x75;&#112;&#x73;&#46;&#99;&#111;&#x6d;</a></li>
165165
</ul>
166166
<p>Be sure to include <em>all</em> of the output from the npm command that didn&#39;t work
167167
as expected. The <code>npm-debug.log</code> file is also helpful to provide.</p>
@@ -186,5 +186,5 @@ <h2 id="see-also">SEE ALSO</h2>
186186
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
187187
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
188188
</table>
189-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@1.4.14</p>
189+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@1.4.21</p>
190190

deps/npm/html/doc/api/npm-bin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
2828
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
2929
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3030
</table>
31-
<p id="footer">npm-bin &mdash; npm@1.4.14</p>
31+
<p id="footer">npm-bin &mdash; npm@1.4.21</p>
3232

0 commit comments

Comments
 (0)