Skip to content

Commit feceb77

Browse files
othiym23rvagg
authored andcommitted
deps: upgrade npm in LTS to 2.15.1
PR-URL: #5968
1 parent 6bb86e7 commit feceb77

File tree

3,345 files changed

+195038
-64994
lines changed

Some content is hidden

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

3,345 files changed

+195038
-64994
lines changed

deps/npm/.mailmap

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Alex K. Wolfe <[email protected]>
2+
Andrew Bradley <[email protected]>
3+
Andrew Lunny <[email protected]>
4+
Arlo Breault <[email protected]>
5+
Benjamin Coe <[email protected]>
6+
7+
8+
Cedric Nelson <[email protected]>
9+
Charlie Robbins <[email protected]>
10+
Dalmais Maxence <[email protected]>
11+
Danila Gerasimov <[email protected]>
12+
David Beitey <[email protected]>
13+
Domenic Denicola <[email protected]>
14+
Einar Otto Stangvik <[email protected]>
15+
Erik Wienhold <[email protected]>
16+
17+
18+
Faiq Raza <[email protected]>
19+
Forbes Lindesay <[email protected]>
20+
21+
Gabriel Barros <[email protected]>
22+
Geoff Flarity <[email protected]> <gflarity@raptvm-x02.(none)>
23+
Isaac Z. Schlueter <[email protected]> <[email protected]>
24+
Isaac Z. Schlueter <[email protected]> isaacs <[email protected]>
25+
Jake Verbaten <[email protected]>
26+
James Sanders <[email protected]>
27+
Jason Smith <[email protected]>
28+
Jonas Weber <[email protected]>
29+
Julien Meddah <[email protected]>
30+
Kris Windham <[email protected]>
31+
Lin Clark <[email protected]>
32+
33+
34+
Max Goodman <[email protected]>
35+
Maxim Bogushevich <[email protected]>
36+
37+
38+
Nicolas Morel <[email protected]>
39+
Olivier Melcher <[email protected]>
40+
Ra'Shaun Stovall <[email protected]>
41+
42+
43+
Ryan Emery <[email protected]>
44+
Sam Mikes <[email protected]>
45+
Takaya Kobayashi <[email protected]>
46+
Timo Weiß <[email protected]>
47+
48+
49+
Visnu Pitiyanuvath <[email protected]>
50+
Will Elwood <[email protected]>
51+
Wout Mertens <[email protected]>
52+
Yeonghoon Park <[email protected]>
53+
Zeke Sikelianos <[email protected]>

deps/npm/.npmignore

Lines changed: 3 additions & 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+
/test/npm_cache
1011
node_modules/marked
1112
node_modules/ronn
1213
node_modules/tap
@@ -25,3 +26,5 @@ html/*.png
2526
/npm-*.tgz
2627

2728
*.pyc
29+
30+
/test/tap/builtin-config

deps/npm/.npmrc

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

deps/npm/.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
language: node_js
2-
script: "npm run-script tap"
2+
sudo: false
33
node_js:
4-
- "0.11"
4+
- "5"
5+
- "4"
6+
- iojs
7+
- "0.12"
58
- "0.10"
9+
- "0.8"
10+
env:
11+
- DEPLOY_VERSION=testing
12+
before_install:
13+
- "npm config set spin false"
14+
- "npm install -g npm/npm#2.x"
15+
- "mkdir -p /var/run/couchdb"
16+
script: "npm test"
17+
notifications:
18+
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8

0 commit comments

Comments
 (0)