Skip to content

Commit 089b289

Browse files
zkatjasnell
authored andcommitted
deps: upgrade npm to 3.10.8
PR-URL: #8706 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent eb8fbe4 commit 089b289

File tree

994 files changed

+30299
-27685
lines changed

Some content is hidden

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

994 files changed

+30299
-27685
lines changed

deps/npm/.github/issue_template.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
#### I'm opening this issue because:
2+
3+
- [ ] npm is crashing.
4+
- [ ] npm is producing an incorrect install.
5+
- [ ] npm is doing something I don't understand.
6+
- [ ] Other (_see below for feature requests_):
7+
8+
#### What's going wrong?
9+
10+
#### How can the CLI team reproduce the problem?
11+
12+
<!--
13+
Please a complete description of how to reproduce the problem.
14+
Include a gist of your npm-debug.log file.
15+
If you've never used gist.github.com, start here:
16+
https://github.com/EmmaRamirez/how-to-submit-your-npm-debug-log
17+
-->
18+
19+
### supporting information:
20+
21+
- `npm -v` prints:
22+
- `node -v` prints:
23+
- `npm config get registry` prints:
24+
- Windows, OS X, or Linux?:
25+
- Network issues:
26+
- Geographic location where npm was run:
27+
- [ ] I use a proxy to connect to the npm registry.
28+
- [ ] I use a proxy to connect to the web.
29+
- [ ] I use a proxy when downloading Git repos.
30+
- [ ] I access the npm registry via a VPN
31+
- [ ] I don't use a proxy, but have limited or unreliable internet access.
32+
- Container:
33+
- [ ] I develop using Vagrant on Windows.
34+
- [ ] I develop using Vagrant on OS X or Linux.
35+
- [ ] I develop / deploy using Docker.
36+
- [ ] I deploy to a PaaS (Triton, Heroku).
37+
38+
<!--
39+
Thank you for contributing to npm! Please review this checklist
40+
before submitting your issue.
41+
42+
- Please check if there's a solution in the troubleshooting wiki:
43+
https://github.com/npm/npm/wiki/Troubleshooting
44+
45+
- Also ensure that your new issue conforms to npm's contribution guidelines:
46+
https://github.com/npm/npm/wiki/Contributing-Guidelines
47+
48+
- Participation in this open source project is subject to the npm Code of Conduct:
49+
https://www.npmjs.com/policies/conduct
50+
51+
For feature requests, delete the above and uncomment the section following this one. But first, review the existing feature requests
52+
and make sure there isn't one that already describes the feature
53+
you'd like to see added:
54+
https://github.com/npm/npm/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+label%3Aalready-looked-at
55+
-->
56+
57+
<!--
58+
59+
#### What's the feature?
60+
61+
#### What problem is the feature intended to solve?
62+
63+
#### Is the absence of this feature blocking you or your team? If so, how?
64+
65+
#### Is this feature similar to an existing feature in another tool?
66+
67+
#### Is this a feature you're prepared to implement, with support from the npm CLI team?
68+
69+
-->

deps/npm/.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Dave Galbraith <[email protected]>
1515
David Beitey <[email protected]>
1616
Domenic Denicola <[email protected]>
1717
Einar Otto Stangvik <[email protected]>
18+
Emma Ramirez <[email protected]>
1819
Erik Wienhold <[email protected]>
1920
2021
@@ -23,6 +24,7 @@ Forbes Lindesay <[email protected]>
2324
2425
Gabriel Barros <[email protected]>
2526
Geoff Flarity <[email protected]> <gflarity@raptvm-x02.(none)>
27+
Gregers Gram Rygg <[email protected]>
2628
Ifeanyi Oraelosi <[email protected]>
2729
Isaac Z. Schlueter <[email protected]> <[email protected]>
2830
Isaac Z. Schlueter <[email protected]> isaacs <[email protected]>

deps/npm/.travis.yml

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1+
sudo: false
2+
# need to declare the language as well as the matrix below
13
language: node_js
2-
node_js:
3-
# LTS is our most important target
4-
- "4"
5-
# next LTS and master is next most important
6-
- "6"
7-
# still in LTS maintenance until fall 2016
8-
# (also still in wide use)
9-
- "0.10"
10-
# will be unsupported as soon as 6 becomes LTS and 7 released
11-
- "5"
12-
# technically in LTS / distros, unbeloved
13-
- "0.12"
14-
env:
15-
- DEPLOY_VERSION=testing
4+
# having top-level `env:` adds a phantom build
5+
# https://github.com/travis-ci/travis-ci/issues/4681
6+
#env: DEPLOY_VERSION=testing
7+
matrix:
8+
include:
9+
# LTS is our most important target
10+
- node_js: "4"
11+
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
12+
# only gather coverage info for LTS
13+
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
14+
# next LTS and master is next most important
15+
- node_js: "6"
16+
env: DEPLOY_VERSION=testing
17+
# still in LTS maintenance until fall 2016 (also still in wide use)
18+
- node_js: "0.10"
19+
env: DEPLOY_VERSION=testing
20+
# will be unsupported as soon as 6 becomes LTS and 7 released
21+
- node_js: "5"
22+
env: DEPLOY_VERSION=testing
23+
# technically in LTS / distros, unbeloved
24+
- node_js: "0.12"
25+
env: DEPLOY_VERSION=testing
1626
before_install:
17-
- "npm config set spin false"
1827
- "node . install -g ."
28+
# required by test/tap/registry.js
1929
- "mkdir -p /var/run/couchdb"
20-
sudo: false
21-
script: "npm test"
2230
notifications:
2331
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8

deps/npm/AUTHORS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,25 @@ Aaron Tribou <[email protected]>
408408
Tapani Moilanen <[email protected]>
409409
Han Seoul-Oh <[email protected]>
410410
Aleksey Shvayka <[email protected]>
411+
Emma Ramirez <[email protected]>
412+
Julian Duque <[email protected]>
413+
Simon MacDonald <[email protected]>
414+
Adam Stankiewicz <[email protected]>
415+
Gregers Gram Rygg <[email protected]>
416+
Peter Dave Hello <[email protected]>
417+
Jordan Klassen <[email protected]>
418+
Jason Palmer <[email protected]>
419+
Michael Hart <[email protected]>
420+
Sasha Koss <[email protected]>
421+
David Emmerson <[email protected]>
422+
Christophe Hurpeau <[email protected]>
423+
Daniel Paz-Soldan <[email protected]>
424+
Sakthipriyan Vairamani <[email protected]>
425+
Zach Renner <[email protected]>
426+
Christopher Hiller <[email protected]>
427+
legodude17 <[email protected]>
428+
Andrew Meyer <[email protected]>
429+
Michael Jasper <[email protected]>
430+
431+
Szymon Nowak <[email protected]>
432+
Jason Karns <[email protected]>

0 commit comments

Comments
 (0)