Skip to content

Commit 369a23a

Browse files
Audrey EschrightMylesBorins
Audrey Eschright
authored andcommitted
deps: update npm to 6.13.4
PR-URL: #30904 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent eac6143 commit 369a23a

File tree

2,611 files changed

+156477
-79899
lines changed

Some content is hidden

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

2,611 files changed

+156477
-79899
lines changed

deps/npm/.licensee.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"licenses": {
3+
"spdx": [
4+
"CC-BY-3.0"
5+
],
6+
"blueOak": "bronze"
7+
},
8+
"corrections": true,
9+
"packages": {
10+
"config-chain": "1.1.12",
11+
"cyclist": "0.2.2",
12+
"json-schema": "0.2.3",
13+
"qrcode-terminal": "0.12.0"
14+
}
15+
}

deps/npm/.mailmap

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ Alex K. Wolfe <alexkwolfe@gmail.com>
22
Andrew Bradley <cspotcode@gmail.com>
33
Andrew Lunny <alunny@gmail.com>
44
Arlo Breault <arlolra@gmail.com>
5-
Ashley Williams <ashley@npmjs.com> <ashley@bocoup.com>
65
Ashley Williams <ashley@npmjs.com> <ashley666ashley@gmail.com>
6+
Ashley Williams <ashley@npmjs.com> <ashley@bocoup.com>
77
Benjamin Coe <bencoe@gmail.com>
88
Benjamin Coe <bencoe@gmail.com> <ben@npmjs.com>
99
Brian White <mscdex@mscdex.net> <mscdex@gmail.com>
1010
Cedric Nelson <cedric.nelson@gmail.com>
1111
Charlie Robbins <charlie.robbins@gmail.com>
12+
Claudia Hernández <cghr1990@gmail.com>
1213
Dalmais Maxence <root@ip-10-195-202-5.ec2.internal>
1314
Danila Gerasimov <danila.gerasimov@gmail.com>
1415
Dave Galbraith <dave@jut.io>
@@ -22,21 +23,23 @@ Evan Lucas <evan@btc.com> <evan.lucas@hattiesburgclinic.com>
2223
Evan Lucas <evan@btc.com> <evanlucas@me.com>
2324
Faiq Raza <faiqrazarizvi@gmail.com>
2425
Forbes Lindesay <forbes@lindesay.co.uk>
25-
Forrest L Norvell <ogd@aoaioxxysz.net> <forrest@npmjs.com> <othiym23@gmail.com>
26+
Forrest L Norvell <ogd@aoaioxxysz.net> <forrest@npmjs.com>
27+
Forrest L Norvell <ogd@aoaioxxysz.net> <othiym23@gmail.com>
2628
Gabriel Barros <descartavel1@gmail.com>
2729
Geoff Flarity <geoff.flarity@gmail.com> <gflarity@raptvm-x02.(none)>
2830
Gregers Gram Rygg <gregers.gram.rygg@finn.no>
2931
Ifeanyi Oraelosi <ifeanyioraelosi@gmail.com>
30-
Isaac Z. Schlueter <i@izs.me> <i@foohack.com>
31-
Isaac Z. Schlueter <i@izs.me> isaacs <i@izs.me>
32+
isaacs <i@izs.me> <i@foohack.com>
33+
isaacs <i@izs.me> <nope@not.real>
34+
isaacs <i@izs.me> <isaacs@npmjs.com>
3235
Jake Verbaten <raynos2@gmail.com>
3336
James Sanders <jimmyjazz14@gmail.com>
3437
James Treworgy <jamietre@gmail.com>
3538
Jason Smith <jhs@iriscouch.com>
3639
Jed Fox <git@twopointzero.us>
40+
Jonas Weber <github@jonasw.de>
3741
Joshua Bennett <legodudejb@gmail.com>
3842
Joshua Bennett <legodudejb@gmail.com> <legodude17@users.noreply.github.com>
39-
Jonas Weber <github@jonasw.de>
4043
Julien Meddah <julien.meddah@deveryware.com>
4144
Kat Marchán <kzm@zkat.tech> <kzm@sykosomatic.org>
4245
Kevin Lorenz <mail@kevinlorenz.com>
@@ -50,12 +53,12 @@ Max Goodman <c@chromakode.com>
5053
Maxim Bogushevich <boga1@mail.ru>
5154
Maximilian Antoni <mail@maxantoni.de> <maximilian.antoni@juliusbaer.com>
5255
Michael Hayes <michael@hayes.io> <mhayes@newrelic.com>
53-
Nicolas Morel <marsup@gmail.com>
5456
Misha Kaletsky <misha.kaletsky@gmail.com>
57+
Nicolas Morel <marsup@gmail.com>
5558
Olivier Melcher <olivier.melcher@gmail.com>
5659
Ra'Shaun Stovall <rashaunstovall@gmail.com>
57-
Rebecca Turner <me@re-becca.org> <turner@mikomi.org>
5860
Rebecca Turner <me@re-becca.org> <rebecca@npmjs.com>
61+
Rebecca Turner <me@re-becca.org> <turner@mikomi.org>
5962
Ryan Emery <seebees@gmail.com>
6063
Sam Mikes <smikes@cubane.com>
6164
Sreenivas Alapati <sreenivas9alapati@gmail.com>

deps/npm/.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
*.swp
22
.*.swp
3+
netlify.toml
34
npm-debug.log
45
/.github
56
/test
67
node_modules/marked
7-
node_modules/ronn
8+
node_modules/marked-man
89
node_modules/tap
10+
tap-snapshots
911
node_modules/.bin
1012
node_modules/npm-registry-mock
1113
/npmrc

deps/npm/.travis.yml

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,52 @@
1-
sudo: false
21
# need to declare the language as well as the matrix below
32
language: node_js
3+
4+
os:
5+
- linux
6+
7+
node_js:
8+
- 12
9+
- 10
10+
- 8
11+
12+
env: "DEPLOY_VERSION=testing"
13+
414
# having top-level `env:` adds a phantom build
515
# https://github.com/travis-ci/travis-ci/issues/4681
616
#env: DEPLOY_VERSION=testing
717
matrix:
818
include:
9-
# LTS is our most important target
10-
- node_js: "8"
19+
# Run the sudotest, but only on Linux
20+
- node_js: "12"
1121
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
1222
# only gather coverage info for LTS
1323
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
1424
script:
15-
- "node . run tap-cover -- \"test/tap/*.js\""
16-
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
17-
# previous LTS is next most important
18-
- node_js: "6"
19-
env: DEPLOY_VERSION=testing
25+
# run the sudo tests, with coverage enabled
26+
- "sudo PATH=$PATH $(which node) . run tap -- \"test/tap/*.js\" --coverage --timeout 600"
27+
28+
# also run standard and license checking
2029
- node_js: "10"
21-
env: DEPLOY_VERSION=testing
22-
- node_js: "9"
23-
env: DEPLOY_VERSION=testing
2430
script:
25-
- "standard"
26-
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
31+
- "npx standard"
32+
- "node . run licenses"
33+
34+
# separate out node 6 so we can turn off caching, because that
35+
# always breaks for some reason.
36+
- node_js: "6"
37+
cache: false
38+
env: "DEPLOY_VERSION=testing"
39+
40+
# only run one test on Windows, because it's hella slow
41+
- node_js: "12"
42+
os: "windows"
43+
env: "DEPLOY_VERSION=testing"
44+
2745
notifications:
2846
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
29-
cache:
30-
directories:
31-
- node_modules/.cache
47+
3248
install:
3349
- "node . install"
50+
3451
script:
35-
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
52+
- "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"

deps/npm/AUTHORS

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Authors sorted by whether or not they're me
2-
Isaac Z. Schlueter <i@izs.me>
2+
isaacs <i@izs.me>
33
Steve Steiner <ssteinerX@gmail.com>
44
Mikeal Rogers <mikeal.rogers@gmail.com>
55
Aaron Blohowiak <aaron.blohowiak@gmail.com>
@@ -601,3 +601,79 @@ SneakyFish5 <32284796+SneakyFish5@users.noreply.github.com>
601601
Nikki Everett <neverett@users.noreply.github.com>
602602
Erik Price <github@erikprice.net>
603603
Lars Willighagen <lars.willighagen@gmail.com>
604+
Kevin Gibbons <bakkot@gmail.com>
605+
Maarten Balliauw <maarten@balliauw.be>
606+
Mehdy Dara <mdara@eleven-labs.com>
607+
Robert Kielty <rob.kielty@gmail.com>
608+
Scott Trinh <scottyparade@gmail.com>
609+
Hugo <hugovk@users.noreply.github.com>
610+
Jacob <jakeincanada@icloud.com>
611+
Joe Bottigliero <joe@bottigliero.com>
612+
Nikolai Vavilov <vvnicholas@gmail.com>
613+
Kelvin Jin <kelvinjin@google.com>
614+
乱序 <midare@utakana.de>
615+
Audrey Eschright <audrey@npmjs.com>
616+
Xu Meng <dmabupt@gmail.com>
617+
George <george.taveras1231@gmail.com>
618+
Beni von Cheni <benjaminlchen@gmail.com>
619+
Frédéric Harper <fharper@npmjs.com>
620+
Johannes Würbach <johannes.wuerbach@googlemail.com>
621+
ƇʘƁ̆ąƇ́ <anchnk@users.noreply.github.com>
622+
Eli Doran <eli@elidoran.com>
623+
Tobias Koppers <tobias.koppers@googlemail.com>
624+
Grey Baker <greysteil@gmail.com>
625+
JT Turner <jtwebman@gmail.com>
626+
Audrey Eschright <audrey@lifeofaudrey.com>
627+
Alexander Gudulin <alexandr.gudulin@gmail.com>
628+
Philipp Hagemeister <phihag@phihag.de>
629+
Amadou Sall <ahasall.dev@gmail.com>
630+
Chris Manson <mansona@users.noreply.github.com>
631+
vlasy <vlasy@users.noreply.github.com>
632+
Emilis Dambauskas (Tokenmill) <emilis.dambauskas@tokenmill.lt>
633+
George Czabania <george@mish.guru>
634+
Jonathan Underwood <junderwood@bitcoinbank.co.jp>
635+
Nick Graef <nicholas.a.graef@gmail.com>
636+
James George <jamesgeorge998001@gmail.com>
637+
John O'Sullivan <j.osullivan42@gmail.com>
638+
ossdev <ossdev@puresoftware.com>
639+
Raphael Goulais <raphael.goulais@f5c.fr>
640+
COURIER, CALEB [AG/1000] <caleb.courier@monsanto.com>
641+
CalebCourier <caleb.courier@monsanto.com>
642+
Florian Keller <florian.keller@wire.com>
643+
Sreeram Jayan <sreeram.jayan@cerner.com>
644+
--get <lars.willighagen@gmail.com>
645+
raywu0123 <b05901189@ntu.edu.tw>
646+
Iván Reinoso García <ireinoso@plainconcepts.com>
647+
Roy Marples <roy@marples.name>
648+
Robert James Gabriel <robert_gabriel@outlook.com>
649+
John Firebaugh <john.firebaugh@gmail.com>
650+
Kitten King <hi@kittenking.me>
651+
Claudia Hernández <cghr1990@gmail.com>
652+
Artem Sapegin <artem@sapegin.ru>
653+
Márton Salomváry <salomvary@gmail.com>
654+
gall0ws <g4ll0ws@gmail.com>
655+
Olivier Chevet <olivr70@outlook.fr>
656+
Maël Nison <nison.mael@gmail.com>
657+
Sara Ahbabou <ahbabousara@gmail.com>
658+
Gareth Jones <Jones258@Gmail.com>
659+
Ruy Adorno <ruyadorno@hotmail.com>
660+
Michael Perrotte <mike@npmjs.com>
661+
Ben Blank <ben.blank+github@gmail.com>
662+
Christian Clauss <cclauss@me.com>
663+
Nikita Lebedev <bloomber111@gmail.com>
664+
Henrik Gemal <henrik@gemal.dk>
665+
Philip Harrison <philip@mailharrison.com>
666+
Jason Etcovitch <jasonetco@github.com>
667+
Darcy Clarke <darcy@darcyclarke.me>
668+
orion <oletizi@mac.com>
669+
NoDocCat <nodoccat@outlook.com>
670+
joan xie <w4ergf@qq.com>
671+
Amal Hussein <amal@npmjs.com>
672+
Brett Zamir <brettz9@yahoo.com>
673+
Menelaos Kotsollaris <mkotsollaris@users.noreply.github.com>
674+
Mehdi Hasan Khan <mhasan@omicronlab.com>
675+
Craig Loewen <crloewen@microsoft.com>
676+
Fighting-Jack <574637316@qq.com>
677+
Bakel, Roel van <roel.vanbakel@oce.com>
678+
Charlie West-Toebe <38671683+Hoidberg@users.noreply.github.com>
679+
Richard Lau <riclau@uk.ibm.com>

0 commit comments

Comments
 (0)