Skip to content

Commit

Permalink
deps: upgrade npm to 3.10.8
Browse files Browse the repository at this point in the history
PR-URL: #8706
Reviewed-By: Jeremiah Senkpiel <[email protected]>
  • Loading branch information
zkat authored and Fishrock123 committed Sep 27, 2016
1 parent 33aa953 commit d44a9eb
Show file tree
Hide file tree
Showing 994 changed files with 30,299 additions and 27,685 deletions.
69 changes: 69 additions & 0 deletions deps/npm/.github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
#### I'm opening this issue because:

- [ ] npm is crashing.
- [ ] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
- [ ] Other (_see below for feature requests_):

#### What's going wrong?

#### How can the CLI team reproduce the problem?

<!--
Please a complete description of how to reproduce the problem.
Include a gist of your npm-debug.log file.
If you've never used gist.github.com, start here:
https://github.com/EmmaRamirez/how-to-submit-your-npm-debug-log
-->

### supporting information:

- `npm -v` prints:
- `node -v` prints:
- `npm config get registry` prints:
- Windows, OS X, or Linux?:
- Network issues:
- Geographic location where npm was run:
- [ ] I use a proxy to connect to the npm registry.
- [ ] I use a proxy to connect to the web.
- [ ] I use a proxy when downloading Git repos.
- [ ] I access the npm registry via a VPN
- [ ] I don't use a proxy, but have limited or unreliable internet access.
- Container:
- [ ] I develop using Vagrant on Windows.
- [ ] I develop using Vagrant on OS X or Linux.
- [ ] I develop / deploy using Docker.
- [ ] I deploy to a PaaS (Triton, Heroku).

<!--
Thank you for contributing to npm! Please review this checklist
before submitting your issue.
- Please check if there's a solution in the troubleshooting wiki:
https://github.com/npm/npm/wiki/Troubleshooting
- Also ensure that your new issue conforms to npm's contribution guidelines:
https://github.com/npm/npm/wiki/Contributing-Guidelines
- Participation in this open source project is subject to the npm Code of Conduct:
https://www.npmjs.com/policies/conduct
For feature requests, delete the above and uncomment the section following this one. But first, review the existing feature requests
and make sure there isn't one that already describes the feature
you'd like to see added:
https://github.com/npm/npm/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+label%3Aalready-looked-at
-->

<!--
#### What's the feature?
#### What problem is the feature intended to solve?
#### Is the absence of this feature blocking you or your team? If so, how?
#### Is this feature similar to an existing feature in another tool?
#### Is this a feature you're prepared to implement, with support from the npm CLI team?
-->
2 changes: 2 additions & 0 deletions deps/npm/.mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Dave Galbraith <[email protected]>
David Beitey <[email protected]>
Domenic Denicola <[email protected]>
Einar Otto Stangvik <[email protected]>
Emma Ramirez <[email protected]>
Erik Wienhold <[email protected]>
Evan Lucas <[email protected]> <[email protected]>
Evan Lucas <[email protected]> <[email protected]>
Expand All @@ -23,6 +24,7 @@ Forbes Lindesay <[email protected]>
Forrest L Norvell <[email protected]> <[email protected]>
Gabriel Barros <[email protected]>
Geoff Flarity <[email protected]> <gflarity@raptvm-x02.(none)>
Gregers Gram Rygg <[email protected]>
Ifeanyi Oraelosi <[email protected]>
Isaac Z. Schlueter <[email protected]> <[email protected]>
Isaac Z. Schlueter <[email protected]> isaacs <[email protected]>
Expand Down
42 changes: 25 additions & 17 deletions deps/npm/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
sudo: false
# need to declare the language as well as the matrix below
language: node_js
node_js:
# LTS is our most important target
- "4"
# next LTS and master is next most important
- "6"
# still in LTS maintenance until fall 2016
# (also still in wide use)
- "0.10"
# will be unsupported as soon as 6 becomes LTS and 7 released
- "5"
# technically in LTS / distros, unbeloved
- "0.12"
env:
- DEPLOY_VERSION=testing
# having top-level `env:` adds a phantom build
# https://github.com/travis-ci/travis-ci/issues/4681
#env: DEPLOY_VERSION=testing
matrix:
include:
# LTS is our most important target
- node_js: "4"
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
# only gather coverage info for LTS
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
# next LTS and master is next most important
- node_js: "6"
env: DEPLOY_VERSION=testing
# still in LTS maintenance until fall 2016 (also still in wide use)
- node_js: "0.10"
env: DEPLOY_VERSION=testing
# will be unsupported as soon as 6 becomes LTS and 7 released
- node_js: "5"
env: DEPLOY_VERSION=testing
# technically in LTS / distros, unbeloved
- node_js: "0.12"
env: DEPLOY_VERSION=testing
before_install:
- "npm config set spin false"
- "node . install -g ."
# required by test/tap/registry.js
- "mkdir -p /var/run/couchdb"
sudo: false
script: "npm test"
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
22 changes: 22 additions & 0 deletions deps/npm/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,25 @@ Aaron Tribou <[email protected]>
Tapani Moilanen <[email protected]>
Han Seoul-Oh <[email protected]>
Aleksey Shvayka <[email protected]>
Emma Ramirez <[email protected]>
Julian Duque <[email protected]>
Simon MacDonald <[email protected]>
Adam Stankiewicz <[email protected]>
Gregers Gram Rygg <[email protected]>
Peter Dave Hello <[email protected]>
Jordan Klassen <[email protected]>
Jason Palmer <[email protected]>
Michael Hart <[email protected]>
Sasha Koss <[email protected]>
David Emmerson <[email protected]>
Christophe Hurpeau <[email protected]>
Daniel Paz-Soldan <[email protected]>
Sakthipriyan Vairamani <[email protected]>
Zach Renner <[email protected]>
Christopher Hiller <[email protected]>
legodude17 <[email protected]>
Andrew Meyer <[email protected]>
Michael Jasper <[email protected]>
Max <[email protected]>
Szymon Nowak <[email protected]>
Jason Karns <[email protected]>
Loading

0 comments on commit d44a9eb

Please sign in to comment.