Skip to content

Commit 089b289

Browse files
zkatjasnell
authored andcommitted
deps: upgrade npm to 3.10.8
PR-URL: #8706 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
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 <dave@jut.io>
1515
David Beitey <david@davidjb.com>
1616
Domenic Denicola <domenic@domenicdenicola.com>
1717
Einar Otto Stangvik <einaros@gmail.com>
18+
Emma Ramirez <ramirez.emma.g@gmail.com>
1819
Erik Wienhold <git@ewie.name>
1920
Evan Lucas <evan@btc.com> <evan.lucas@hattiesburgclinic.com>
2021
Evan Lucas <evan@btc.com> <evanlucas@me.com>
@@ -23,6 +24,7 @@ Forbes Lindesay <forbes@lindesay.co.uk>
2324
Forrest L Norvell <ogd@aoaioxxysz.net> <forrest@npmjs.com>
2425
Gabriel Barros <descartavel1@gmail.com>
2526
Geoff Flarity <geoff.flarity@gmail.com> <gflarity@raptvm-x02.(none)>
27+
Gregers Gram Rygg <gregers.gram.rygg@finn.no>
2628
Ifeanyi Oraelosi <ifeanyioraelosi@gmail.com>
2729
Isaac Z. Schlueter <i@izs.me> <i@foohack.com>
2830
Isaac Z. Schlueter <i@izs.me> isaacs <i@izs.me>

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 <aaron.tribou@gmail.com>
408408
Tapani Moilanen <moilanen.tapani@gmail.com>
409409
Han Seoul-Oh <laughinghan@gmail.com>
410410
Aleksey Shvayka <shvaikalesh@gmail.com>
411+
Emma Ramirez <ramirez.emma.g@gmail.com>
412+
Julian Duque <julianduquej@gmail.com>
413+
Simon MacDonald <simon.macdonald@gmail.com>
414+
Adam Stankiewicz <sheerun@sher.pl>
415+
Gregers Gram Rygg <gregers.gram.rygg@finn.no>
416+
Peter Dave Hello <hsu@peterdavehello.org>
417+
Jordan Klassen <forivall@gmail.com>
418+
Jason Palmer <jason@jason-palmer.com>
419+
Michael Hart <michael.hart.au@gmail.com>
420+
Sasha Koss <koss@nocorp.me>
421+
David Emmerson <david.emmerson@gmail.com>
422+
Christophe Hurpeau <christophe@hurpeau.com>
423+
Daniel Paz-Soldan <daniel.pazsoldan@gmail.com>
424+
Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
425+
Zach Renner <zarenner@microsoft.com>
426+
Christopher Hiller <boneskull@boneskull.com>
427+
legodude17 <legodudejb@gmail.com>
428+
Andrew Meyer <andrewm.bpi@gmail.com>
429+
Michael Jasper <mdjasper@gmail.com>
430+
Max <contact@mstoiber.com>
431+
Szymon Nowak <szimek@gmail.com>
432+
Jason Karns <jason.karns@gmail.com>

0 commit comments

Comments
 (0)