Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ icu_config.gypi

# various stuff that VC++ produces/uses
Debug/
!node_modules/debug/
!deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug
!deps/v8/src/debug/
Release/
!doc/blog/**
Expand Down
2 changes: 2 additions & 0 deletions deps/npm/.mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ Rebecca Turner <[email protected]> <[email protected]>
Rebecca Turner <[email protected]> <[email protected]>
Ryan Emery <[email protected]>
Sam Mikes <[email protected]>
Stephanie Snopek <[email protected]>
Takaya Kobayashi <[email protected]>
Thomas Reggi <[email protected]>
Timo Weiß <[email protected]>
Tony <[email protected]>
Trent Mick <[email protected]> <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions deps/npm/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "4.1"
- "4.0"
- iojs
- "0.12"
- "0.10"
Expand Down
11 changes: 11 additions & 0 deletions deps/npm/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,14 @@ Jon Hall <[email protected]>
Anna Henningsen <[email protected]>
James Treworgy <[email protected]>
James Hartig <[email protected]>
Stephanie Snopek <[email protected]>
Kent C. Dodds <[email protected]>
Aaron Krause <[email protected]>
Daniel K O'Leary <[email protected]>
fscherwi <[email protected]>
Thomas Reggi <[email protected]>
Thomas Michael McTiernan <[email protected]>
Jason Kurian <[email protected]>
Sebastiaan Deckers <[email protected]>
lady3bean <[email protected]>
Tomi Carr <[email protected]>
Loading