mocha 5.0.4 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +119 -9
  2. package/bin/_mocha +90 -35
  3. package/bin/options.js +14 -8
  4. package/browser-entry.js +20 -16
  5. package/lib/browser/progress.js +8 -8
  6. package/lib/browser/tty.js +2 -2
  7. package/lib/context.js +11 -9
  8. package/lib/hook.js +7 -9
  9. package/lib/interfaces/bdd.js +12 -13
  10. package/lib/interfaces/common.js +20 -15
  11. package/lib/interfaces/exports.js +2 -7
  12. package/lib/interfaces/qunit.js +6 -10
  13. package/lib/interfaces/tdd.js +7 -11
  14. package/lib/mocha.js +94 -54
  15. package/lib/ms.js +12 -6
  16. package/lib/pending.js +1 -5
  17. package/lib/reporters/base.js +102 -64
  18. package/lib/reporters/doc.js +23 -9
  19. package/lib/reporters/dot.js +14 -8
  20. package/lib/reporters/html.js +81 -41
  21. package/lib/reporters/json-stream.js +16 -9
  22. package/lib/reporters/json.js +47 -12
  23. package/lib/reporters/json.js.orig +128 -0
  24. package/lib/reporters/landing.js +14 -8
  25. package/lib/reporters/list.js +16 -10
  26. package/lib/reporters/markdown.js +18 -12
  27. package/lib/reporters/min.js +9 -3
  28. package/lib/reporters/nyan.js +31 -25
  29. package/lib/reporters/progress.js +13 -7
  30. package/lib/reporters/spec.js +19 -11
  31. package/lib/reporters/tap.js +15 -9
  32. package/lib/reporters/xunit.js +48 -24
  33. package/lib/runnable.js +88 -66
  34. package/lib/runner.js +117 -90
  35. package/lib/suite.js +76 -63
  36. package/lib/test.js +9 -13
  37. package/lib/utils.js +137 -85
  38. package/mocha.js +1914 -1162
  39. package/package.json +462 -299
  40. package/CHANGELOG.md.orig +0 -1736
  41. package/README.md.orig +0 -132
  42. package/bin/.eslintrc.yml +0 -3
  43. package/images/error.png +0 -0
  44. package/images/ok.png +0 -0
  45. package/lib/browser/.eslintrc.yml +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "5.0.4",
3
+ "version": "5.2.0",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -11,282 +11,433 @@
11
11
  ],
12
12
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
13
13
  "contributors": [
14
- "aaroncrows (https://github.com/aaroncrows)",
15
- "Aaron Hamid <aaron@incsw.com> (https://github.com/ahamid)",
16
- "Aaron Heckmann <aaron.heckmann+github@gmail.com> (https://github.com/aheckmann)",
17
- "Adam Crabtree (CrabDude's alias) (https://github.com/CrabBot)",
18
- "Adam Gruber (https://github.com/adamgruber)",
19
- "Adrian Ludwig (https://github.com/adrian-ludwig)",
20
- "Ainthe Kitchen <a.in.the.k@gmail.com> (https://github.com/ainthek)",
21
- "ajaykodali (https://github.com/ajaykodali)",
22
- "Alex Early (https://github.com/aearly)",
23
- "Alex Pham <thedark1337@thedark1337.com> (https://github.com/thedark1337)",
24
- "amsul (https://github.com/amsul)",
25
- "Andreas Brekken <andreas@brekken.com> (https://github.com/abrkn)",
26
- "Andreas Lind <andreas@one.com> (https://github.com/papandreou)",
27
- "Andrew Krawchyk <akrawchyk@gmail.com> (https://github.com/akrawchyk)",
28
- "Andrew Miller <vnikitin@live.com> (https://github.com/vnikiti)",
29
- "Andrew Nesbitt <andrewnez@gmail.com> (https://github.com/andrew)",
30
- "Andrey Popp <8mayday@gmail.com> (https://github.com/andreypopp)",
31
- "Andrii Shumada <eagleeyes91@gmail.com> (https://github.com/eagleeye)",
32
- "Anis Safine (https://github.com/anis)",
33
- "Arian Stolwijk <stolwijk.arian@gmail.com> (https://github.com/arian)",
34
- "Ariel Mashraki <ariel@mashraki.co.il> (https://github.com/a8m)",
35
- "Arnaud Brousseau (https://github.com/ArnaudBrousseau)",
36
- "Atsuya Takagi <atsuya.takagi@gmail.com> (https://github.com/atsuya)",
37
- "Attila Domokos (https://github.com/adomokos)",
38
- "Austin Birch (https://github.com/austinbirch)",
39
- "Avi Vahl (https://github.com/AviVahl)",
40
- "Ben Bradley (https://github.com/ben-bradley)",
41
- "beneidel (https://github.com/beneidel)",
42
- "Benjie Gillam (https://github.com/benjie)",
43
- "Ben Noordhuis <info@bnoordhuis.nl> (https://github.com/bnoordhuis)",
44
- "Benoit Larroque (https://github.com/zetaben)",
45
- "Benoît Zugmeyer (https://github.com/BenoitZugmeyer)",
46
- "Ben Vinegar (https://github.com/benvinegar)",
47
- "Berker Peksag <berker.peksag@gmail.com> (https://github.com/berkerpeksag)",
48
- "Bjørge Næss (https://github.com/bjoerge)",
49
- "Brendan Nee <brendan@blinktag.com> (https://github.com/brendannee)",
50
- "Brian Beck <exogen@gmail.com> (https://github.com/exogen)",
51
- "Brian C <brian.m.carlson@gmail.com> (https://github.com/brianc)",
52
- "Brian Lalor <blalor@bravo5.org> (https://github.com/blalor)",
53
- "Brian Moore (https://github.com/bionicbrian)",
54
- "Bryan Donovan (https://github.com/BryanDonovan)",
55
- "Buck Doyle (https://github.com/backspace)",
56
- "C. Scott Ananian <cscott@cscott.net> (https://github.com/cscott)",
57
- "Casey Foster (https://github.com/caseywebdev)",
58
- "Charles Lowell <cowboyd@frontside.io> (https://github.com/cowboyd)",
59
- "Chris Buckley <chris@cmbuckley.co.uk> (https://github.com/cmbuckley)",
60
- "Christopher Hiller <boneskull@boneskull.com> (https://github.com/boneskull)",
61
- "Chris Wren <chriswrendev@gmail.com> (https://github.com/ChrisWren)",
62
- "Clemens Stolle (https://github.com/klaemo)",
63
- "Connor Dunn (https://github.com/Connorhd)",
64
- "Corey Butler (https://github.com/coreybutler)",
65
- "Cory Thomas (https://github.com/dump247)",
66
- "cybertk (https://github.com/cybertk)",
67
- "Daniel Ericsson (https://github.com/monowerker)",
68
- "Daniel Ruf (https://github.com/danielruf)",
69
- "Daniel St. Jules <danielst.jules@gmail.com> (https://github.com/danielstjules)",
70
- "Daniel Stockman <daniel.stockman@gmail.com> (https://github.com/evocateur)",
71
- "Dave McKenna <davemckenna01@gmail.com> (https://github.com/davemckenna01)",
72
- "David da Silva <yo@dasilvacont.in> (https://github.com/dasilvacontin)",
73
- "David Henderson (https://github.com/dhendo)",
74
- "Denis Bardadym <bardadymchik@gmail.com> (https://github.com/btd)",
75
- "Devin Weaver <suki@tritarget.org> (https://github.com/sukima)",
76
- "Diogo Monteiro <diogo.gmt@gmail.com> (https://github.com/diogogmt)",
77
- "Dmitry Shirokov <deadrunk@gmail.com> (https://github.com/runk)",
78
- "Domenic Denicola <d@domenic.me> (https://github.com/domenic)",
79
- "Dominic Barnes <dominic@dbarnes.info> (https://github.com/dominicbarnes)",
80
- "domq (https://github.com/domq)",
81
- "Douglas Wilson <doug@somethingdoug.com> (https://github.com/dougwilson)",
82
- "Duncan Beevers <duncan@dweebd.com> (https://github.com/duncanbeevers)",
83
- "Duncan Wong (https://github.com/badunk)",
84
- "eiji.ienaga (https://github.com/haru01)",
85
- "Fabio Crisci <piuccio@gmail.com> (https://github.com/piuccio)",
86
- "Fede Ramirez <i@2fd.me> (https://github.com/2fd)",
87
- "Fedor Indutny <fedor@indutny.com> (https://github.com/indutny)",
88
- "fengmk2 <m@fengmk2.com> (https://github.com/fengmk2)",
89
- "Florian Margaine <florian@margaine.com> (https://github.com/ralt)",
90
- "Forbes Lindesay (https://github.com/ForbesLindesay)",
91
- "Frederico Silva (https://github.com/fredericosilva)",
92
- "Fredrik Enestad <fredrik.enestad@soundtrackyourbrand.com> (https://github.com/fredr)",
93
- "Fredrik Lindin (https://github.com/Cowboy-coder)",
94
- "Gabriel Silk (https://github.com/gsilk)",
95
- "Gareth Aye <gareth.aye@gmail.com> (https://github.com/gaye)",
96
- "Gavin Mogan <gavin@gavinmogan.com> (https://github.com/halkeye)",
97
- "gigadude (https://github.com/gigadude)",
98
- "Giovanni Bassi (https://github.com/giggio)",
99
- "Glen Huang <curvedmark@gmail.com> (https://github.com/curvedmark)",
100
- "Glen Mailer <glen@stainlessed.co.uk> (https://github.com/glenjamin)",
101
- "Greg Perkins <gregperkins@alum.mit.edu> (https://github.com/gregrperkins)",
102
- "Guillermo Rauch <rauchg@gmail.com> (https://github.com/rauchg)",
103
- "Guy Arye (https://github.com/aryeguy)",
104
- "Gyandeep Singh <gyandeeps@gmail.com> (https://github.com/gyandeeps)",
105
- "Harish <hyeluri@gmail.com> (https://github.com/hyeluri)",
106
- "Harry Brundage <harry.brundage@gmail.com> (https://github.com/airhorns)",
107
- "Ian Remmel <design@ianwremmel.com> (https://github.com/ianwremmel)",
108
- "Ian Storm Taylor (https://github.com/ianstormtaylor)",
109
- "Ian Young <ian@iangreenleaf.com> (https://github.com/iangreenleaf)",
110
- "Ivan (https://github.com/ivanstoyanov)",
111
- "Jaakko Salonen (https://github.com/jsalonen)",
112
- "Jacob Wejendorp <jacob@wejendorp.dk> (https://github.com/wejendorp)",
113
- "Jake Craige (https://github.com/jakecraige)",
114
- "Jake Marsh (https://github.com/jakemmarsh)",
115
- "Jake Mc <jake.mc@icloud.com> (https://github.com/startswithaj)",
116
- "Jake Verbaten <raynos2@gmail.com> (https://github.com/Raynos)",
117
- "Jakub Nešetřil <jakub@apiary.io> (https://github.com/zzen)",
118
- "James Bowes (https://github.com/jbowes)",
119
- "James Carr <james.r.carr@gmail.com> (https://github.com/jamescarr)",
120
- "James G. Kim <jgkim@jayg.org> (https://github.com/jgkim)",
121
- "James Lal <james@lightsofapollo.com> (https://github.com/lightsofapollo)",
122
- "James Nylen <jnylen@gmail.com> (https://github.com/nylen)",
123
- "Jason (https://github.com/jlai)",
124
- "Jason Barry <jay@jcbarry.com> (https://github.com/JCBarry)",
125
- "Javier Aranda <javier.aranda.varo@gmail.com> (https://github.com/javierav)",
126
- "jcreamer898 (https://github.com/jcreamer898)",
127
- "Jean Ponchon (https://github.com/nopnop)",
128
- "Jeff Kunkle (https://github.com/kunklejr)",
129
- "Jeff Schilling <jeff@manicwave.com> (https://github.com/jschilli)",
130
- "JeongHoon Byun (aka Outsider) <outsideris@gmail.com> (https://github.com/outsideris)",
131
- "Jeremy Martin (https://github.com/jmar777)",
132
- "jimenglish81 (https://github.com/jimenglish81)",
133
- "Jimmy Cuadra (https://github.com/jimmycuadra)",
134
- "jldailey (https://github.com/jldailey)",
135
- "jleyba (https://github.com/jleyba)",
136
- "Joey Cozza <joeycozza@gmail.com> (https://github.com/joeycozza)",
137
- "Johnathon Sanders (https://github.com/outdooricon)",
138
- "John Doty <jrhdoty@gmail.com> (https://github.com/jrhdoty)",
139
- "John Firebaugh <john.firebaugh@gmail.com> (https://github.com/jfirebaugh)",
140
- "John Reeves (https://github.com/jonnyreeves)",
141
- "Jo Liss <joliss42@gmail.com> (https://github.com/joliss)",
142
- "Jonas Dohse (https://github.com/dohse)",
143
- "Jonathan Kim <hello@jkimbo.co.uk> (https://github.com/jkimbo)",
144
- "Jonathan Park <jonathan.daniel.park@gmail.com> (https://github.com/park9140)",
145
- "jongleberry <me@jongleberry.com> (https://github.com/jonathanong)",
146
- "Jordan Sexton <jordan@jordansexton.com> (https://github.com/jordansexton)",
147
- "Joseph Spencer (https://github.com/jsdevel)",
148
- "Josh Lory (https://github.com/joshlory)",
149
- "Joshua Appelman <joshua@jbna.nl> (https://github.com/jbnicolai)",
150
- "Joshua Krall <joshuakrall@pobox.com> (https://github.com/jkrall)",
151
- "João Moreno (https://github.com/joaomoreno)",
152
- "João Paulo Bochi <jpbochi@gmail.com> (https://github.com/jpbochi)",
153
- "jugglinmike (https://github.com/jugglinmike)",
154
- "Julien Wajsberg (https://github.com/julienw)",
155
- "Jussi Virtanen <contact@jvirtanen.org> (https://github.com/jvirtanen)",
156
- "Justin DuJardin (https://github.com/justindujardin)",
157
- "Juzer Ali <juzerali@live.com> (https://github.com/juzerali)",
158
- "Jérémie Astori (https://github.com/astorije)",
159
- "Katie Gengler (https://github.com/kategengler)",
160
- "Kazuhito Hokamura (https://github.com/hokaccha)",
161
- "Keith Cirkel (https://github.com/keithamus)",
162
- "Kent C. Dodds <kent+github@doddsfamily.us> (https://github.com/kentcdodds)",
163
- "Kevin Burke <kev@inburke.com> (https://github.com/kevinburke)",
164
- "Kevin Conway <kevinjacobconway@gmail.com> (https://github.com/kevinconway)",
165
- "Kevin Kirsche <Kev.Kirsche@gmail.com> (https://github.com/kkirsche)",
166
- "Kirill Korolyov <kirill.korolyov@gmail.com> (https://github.com/Dremora)",
167
- "Koen Punt <mail@koen.pt> (https://github.com/koenpunt)",
168
- "Konstantin Käfer <mail@kkaefer.com> (https://github.com/kkaefer)",
169
- "Kris Rasmussen (https://github.com/krisr)",
170
- "Kyle Mitchell <kyle@kemitchell.com> (https://github.com/kemitchell)",
171
- "lakmeer (https://github.com/lakmeer)",
172
- "Liam Newman <bitwiseman@gmail.com> (https://github.com/bitwiseman)",
173
- "Linus Unnebäck <linus@folkdatorn.se> (https://github.com/LinusU)",
174
- "Long Ho <holevietlong@gmail.com> (https://github.com/longlho)",
175
- "László Bácsi <lackac@lackac.hu> (https://github.com/lackac)",
176
- "Maciej Małecki <me@mmalecki.com> (https://github.com/mmalecki)",
177
- "Mal Graty (https://github.com/mal)",
178
- "Marcello Bastéa-Forte <marcello@cellosoft.com> (https://github.com/marcello3d)",
179
- "Marc Kuo <marc@routific.com> (https://github.com/mck-)",
180
- "Mark Banner (https://github.com/Standard8)",
181
- "Matija Marohnić <matija.marohnic@gmail.com> (https://github.com/silvenon)",
182
- "Matthew Shanley <matthewshanley@littlesecretsrecords.com> (https://github.com/arkadyan)",
183
- "mattias-lw (https://github.com/mattias-lw)",
184
- "Matt Robenolt <m@robenolt.com> (https://github.com/mattrobenolt)",
185
- "Matt Smith <matt@twobitfool.com> (https://github.com/twobitfool)",
186
- "Max Goodman <c@chromako.de> (https://github.com/chromakode)",
187
- "Maximilian Antoni <mail@maxantoni.de> (https://github.com/mantoni)",
188
- "Merrick Christensen <merrick.christensen@gmail.com> (https://github.com/iammerrick)",
189
- "michael-adsk (https://github.com/michael-adsk)",
190
- "Michael Demmer (https://github.com/demmer)",
191
- "Michael Jackson <mjijackson@gmail.com> (https://github.com/mjackson)",
192
- "Michael Schoonmaker <michael.r.schoonmaker@gmail.com> (https://github.com/Schoonology)",
193
- "Michal Charemza (https://github.com/michalc)",
194
- "Mike Olson (https://github.com/mwolson)",
195
- "Mislav Marohnić <mislav.marohnic@gmail.com> (https://github.com/mislav)",
196
- "mrShturman (https://github.com/mrShturman)",
197
- "Nathan Alderson <nathan@nathanalderson.com> (https://github.com/nathanalderson)",
198
- "Nathan Black <nathan@nathanblack.org> (https://github.com/nathanboktae)",
199
- "Nathan Bowser <nbowser@gmail.com> (https://github.com/nathanbowser)",
200
- "Nathan Houle <nathan+github@nathanhoule.com> (https://github.com/ndhoule)",
201
- "Nathan Rajlich <nathan@tootallnate.net> (https://github.com/TooTallNate)",
202
- "Nick Fitzgerald (https://github.com/fitzgen)",
203
- "Nikolaos Georgiou (https://github.com/ngeor)",
204
- "noirlab (https://github.com/noirlab)",
205
- "Noshir Patel <nosh@blackpiano.com> (https://github.com/noshir-patel)",
206
- "OlegTsyba <oleg.tsyba.ua@gmail.com> (https://github.com/OlegTsyba)",
207
- "omar (https://github.com/omardelarosa)",
208
- "Panu Horsmalahti <panu.horsmalahti@iki.fi> (https://github.com/panuhorsmalahti)",
209
- "Parker Moore <email@byparker.com> (https://github.com/parkr)",
210
- "Paul Armstrong (https://github.com/paularmstrong)",
211
- "Paul Miller <paul+gh@paulmillr.com> (https://github.com/paulmillr)",
212
- "Pavel Zubkou (https://github.com/irnc)",
213
- "Pete Hawkins (https://github.com/phawk)",
214
- "Phil Sung <philbert@gmail.com> (https://github.com/psung)",
215
- "Prayag Verma <prayag.verma@gmail.com> (https://github.com/pra85)",
216
- "qiu zuhui <qiuzuhui@gmail.com> (https://github.com/qiuzuhui)",
217
- "Quang Van <quang@boldapps.io> (https://github.com/quangv)",
218
- "Rauno (https://github.com/Rauno56)",
219
- "Refael Ackermann <me@refack.com> (https://github.com/refack)",
220
- "Richard Dingwall <rdingwall@gmail.com> (https://github.com/rdingwall)",
221
- "Richard Knop (https://github.com/RichardKnop)",
222
- "Rico Sta. Cruz <hi@ricostacruz.com> (https://github.com/rstacruz)",
223
- "Robert Rossmann (https://github.com/Alaneor)",
224
- "Rob Wu <rob@robwu.nl> (https://github.com/Rob--W)",
225
- "Romain (https://github.com/rprieto)",
226
- "Roman Neuhauser <rneuhauser@sigpipe.cz> (https://github.com/roman-neuhauser)",
227
- "Roman Shtylman (https://github.com/defunctzombie)",
228
- "Russ Bradberry <devdazed@me.com> (https://github.com/devdazed)",
229
- "Russell Munson (https://github.com/rmunson)",
230
- "Rustem Mustafin <mustafin.rustem@gmail.com> (https://github.com/rulikkk)",
231
- "Ryan <ryan.shaw@min.vc> (https://github.com/ryan-shaw)",
232
- "Ryan Hubbard (https://github.com/ryedog)",
233
- "Ryunosuke Sato <tricknotes.rs@gmail.com> (https://github.com/tricknotes)",
234
- "ryym (https://github.com/ryym)",
235
- "Salehen Shovon Rahman <sal@linux.com> (https://github.com/shovon)",
236
- "Salvador de la Puente González <salva@unoyunodiez.com> (https://github.com/delapuente)",
237
- "Sam Mussell (https://github.com/smussell)",
238
- "Samuel Goldszmidt <samuel.goldszmidt@gmail.com> (https://github.com/ouhouhsami)",
239
- "Sasha Koss <kossnocorp@gmail.com> (https://github.com/kossnocorp)",
240
- "Scott Santucci <ScottFreeCode@gmail.com> (https://github.com/ScottFreeCode)",
241
- "Sean Lang <slang800@gmail.com> (https://github.com/slang800)",
242
- "seb vincent <seb.vincent@gmail.com> (https://github.com/sebv)",
243
- "Seiya Konno <nulltask@gmail.com> (https://github.com/nulltask)",
244
- "Sergey Simonchik (https://github.com/segrey)",
245
- "Sergio Santoro (https://github.com/taueres)",
246
- "Shahar Soel (https://github.com/bd82)",
247
- "Shaine Hatch (https://github.com/shaine)",
248
- "Shiwei Wang (https://github.com/wsw0108)",
249
- "Simon Gaeremynck (https://github.com/simong)",
250
- "Simon Goumaz (https://github.com/sgoumaz)",
251
- "Sindre Sorhus <sindresorhus@gmail.com> (https://github.com/sindresorhus)",
252
- "slientcloud <rjmuqiang@gmail.com> (https://github.com/silentcloud)",
253
- "Sorin Iclanzan (https://github.com/iclanzan)",
254
- "Standa Opichal <opichals@gmail.com> (https://github.com/opichals)",
255
- "Stephen Mathieson <me@stephenmathieson.com> (https://github.com/stephenmathieson)",
256
- "Steve Mason (https://github.com/spmason)",
257
- "Stewart Taylor <stewart@taylore.net> (https://github.com/Stewart-Taylor)",
258
- "Sune Simonsen <sune@we-knowhow.dk> (https://github.com/sunesimonsen)",
259
- "Sylvain Faucherand (https://github.com/slyg)",
260
- "Takuya Nishigori <nishigori.tak@gmail.com> (https://github.com/nishigori)",
261
- "Taylor Gautier (https://github.com/tsgautier)",
262
- "Teddy Zeenny (https://github.com/teddyzeenny)",
263
- "Thomas Grainger <https//@graingert.co.uk> (https://github.com/graingert)",
264
- "Tim Ehat (https://github.com/timehat)",
265
- "Timothy Gu <timothygu99@gmail.com> (https://github.com/TimothyGu)",
266
- "Timo Tijhof <krinklemail@gmail.com> (https://github.com/Krinkle)",
267
- "Tingan Ho <tingan87@gmail.com> (https://github.com/tinganho)",
268
- "TJ Holowaychuk <tj@vision-media.ca> (https://github.com/tj)",
269
- "Tobias Bieniek <tobias.bieniek@gmail.com> (https://github.com/Turbo87)",
270
- "Toby Ho <airportyh@gmail.com> (https://github.com/airportyh)",
271
- "Todd Agulnick (https://github.com/tawdle)",
272
- "Tom Hughes (https://github.com/tomhughes)",
273
- "Tommy Montgomery (https://github.com/tmont)",
274
- "traleig1 (https://github.com/traleig1)",
275
- "Travis Jeffery <tj@travisjeffery.com> (https://github.com/travisjeffery)",
276
- "Tyson Tate <tyson@tysontate.com> (https://github.com/tysontate)",
277
- "Valentin Agachi (https://github.com/avaly)",
278
- "Victor Costan <victor@costan.us> (https://github.com/pwnall)",
279
- "Vladimir Chernis (https://github.com/vlazzle)",
280
- "Vlad Magdalin <vlad@webflow.com> (https://github.com/callmevlad)",
281
- "Will Langstroth (https://github.com/wlangstroth)",
282
- "Wil Moore III <wil.moore@wilmoore.com> (https://github.com/wilmoore)",
283
- "Xavier Antoviaque <xavier@opencraft.com> (https://github.com/antoviaque)",
284
- "Xavier Damman <xdamman@gmail.com> (https://github.com/xdamman)",
285
- "Yanis Wang <yanis.wang@gmail.com> (https://github.com/yaniswang)",
286
- "yuitest <developer.yuitest+github@cjhat.net> (https://github.com/yuitest)",
287
- "Zhiye Li <github@zhiye.li> (https://github.com/zhiyelee)",
288
- "Zhouxuan Yang <fool2fish@gmail.com> (https://github.com/fool2fish)",
289
- "Zsolt Takács <firstname at lastname dot cc> (https://github.com/oker1)"
14
+ "38elements <mh19820223@gmail.com>",
15
+ "Aaron Brady <aaron@mori.com>",
16
+ "Aaron Hamid <aaron.hamid@gmail.com>",
17
+ "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
18
+ "Aaron Krause <aaronjkrause@gmail.com>",
19
+ "Aaron Petcoff <hello@aaronpetcoff.me>",
20
+ "abrkn <a@abrkn.com>",
21
+ "Adam Crabtree <adam.crabtree@redrobotlabs.com>",
22
+ "Adam Gruber <talknmime@gmail.com>",
23
+ "Adrian Ludwig <me@adrianludwig.pl>",
24
+ "Ahmad Bamieh <ahmadbamieh@gmail.com>",
25
+ "airportyh <airportyh@gmail.com>",
26
+ "Ajay Kodali <ajay.kodali@citrix.com>",
27
+ "Al Scott <al.scott@atomicobject.com>",
28
+ "Alex Bainter <metalex9@users.noreply.github.com>",
29
+ "Alexander Early <alexander.early@gmail.com>",
30
+ "Alexander Shepelin <Brightcor@gmail.com>",
31
+ "Alhadis <gardnerjohng@gmail.com>",
32
+ "amsul <reach@amsul.ca>",
33
+ "Anders Olsen Sandvik <Andersos@users.noreply.github.com>",
34
+ "Andreas Brekken <andreas@opuno.com>",
35
+ "Andreas Lind Petersen <andreas@one.com>",
36
+ "Andrew Krawchyk <903716+akrawchyk@users.noreply.github.com>",
37
+ "Andrew Nesbitt <andrewnez@gmail.com>",
38
+ "Andrey Popp <8mayday@gmail.com>",
39
+ "Andrii Shumada <eagleeyes91@gmail.com>",
40
+ "andy matthews <andy@commadelimited.com>",
41
+ "Angelica Valenta <angelicavalenta@gmail.com>",
42
+ "Anis Safine <anis.safine.ext@francetv.fr>",
43
+ "Anish Karandikar <anishkny@gmail.com>",
44
+ "Anthony <keppi@o2.pl>",
45
+ "Anton <anton.redfox@gmail.com>",
46
+ "anton <anton.valickij@gmail.com>",
47
+ "APerson <danielhglus@gmail.com>",
48
+ "Arian Stolwijk <arian@aryweb.nl>",
49
+ "Ariel Mashraki <ariel@mashraki.co.il>",
50
+ "Arnaud Brousseau <arnaud.brousseau@gmail.com>",
51
+ "Artem Govorov <artem.govorov@gmail.com>",
52
+ "Atsuya Takagi <asoftonight@gmail.com>",
53
+ "Attila Domokos <adomokos@gmail.com>",
54
+ "Austin Birch <mraustinbirch@gmail.com>",
55
+ "Avi Vahl <avi.vahl@wix.com>",
56
+ "badunk <baduncaduncan@gmail.com>",
57
+ "Bamieh <ahmadbamieh@gmail.com>",
58
+ "Ben Bradley <ben@bradleyit.com>",
59
+ "Ben Harris <benhdev@gmail.com>",
60
+ "Ben Hutchison <ben@aldaviva.com>",
61
+ "Ben Lindsey <ben.lindsey@vungle.com>",
62
+ "Ben Noordhuis <info@bnoordhuis.nl>",
63
+ "Ben Vinegar <ben@benv.ca>",
64
+ "Benjamin Eidelman <beneidel@gmail.com>",
65
+ "Benjie Gillam <benjie@jemjie.com>",
66
+ "Benoit Larroque <zeta.ben@gmail.com>",
67
+ "Benoît Zugmeyer <bzugmeyer@gmail.com>",
68
+ "Benson Trent <bensontrent@gmail.com>",
69
+ "Berker Peksag <berker.peksag@gmail.com>",
70
+ "berni <berni@extensa.pl>",
71
+ "Bjørge Næss <bjoerge@origo.no>",
72
+ "Brendan Nee <brendan.nee@gmail.com>",
73
+ "Brian Beck <exogen@gmail.com>",
74
+ "Brian Lalor <blalor@bravo5.org>",
75
+ "Brian M. Carlson <brian.m.carlson@gmail.com>",
76
+ "Brian Moore <guardbionic-github@yahoo.com>",
77
+ "Bryan Donovan <bdondo@gmail.com>",
78
+ "Buck Doyle <b@chromatin.ca>",
79
+ "C. Scott Ananian <cscott@cscott.net>",
80
+ "Callum Macrae <callum@macr.ae>",
81
+ "Can Oztokmak <can@zeplin.io>",
82
+ "Capacitor Set <CapacitorSet@users.noreply.github.com>",
83
+ "Casey Foster <casey@caseywebdev.com>",
84
+ "Charles Lowell <cowboyd@frontside.io>",
85
+ "Charles Merriam <charles.merriam@gmail.com>",
86
+ "Charlie Rudolph <charles.w.rudolph@gmail.com>",
87
+ "Chris <chrisleck@users.noreply.github.com>",
88
+ "Chris Buckley <chris@cmbuckley.co.uk>",
89
+ "Chris Lamb <chris@chris-lamb.co.uk>",
90
+ "Christian <me@rndm.de>",
91
+ "Christoffer Hallas <christoffer.hallas@gmail.com>",
92
+ "Christoph Neuroth <christoph.neuroth@gmail.com>",
93
+ "Christopher Hiller <boneskull@boneskull.com>",
94
+ "ChrisWren <cthewren@gmail.com>",
95
+ "claudyus <claudyus@HEX.(none)>",
96
+ "Connor Dunn <connorhd@gmail.com>",
97
+ "Corey Butler <corey@coreybutler.com>",
98
+ "Cory Thomas <cory.thomas@bazaarvoice.com>",
99
+ "Craig Taub <craigtaub@gmail.com>",
100
+ "Cube <maty21@gmail.com>",
101
+ "Daniel Ruf <daniel@daniel-ruf.de>",
102
+ "Daniel St. Jules <danielst.jules@gmail.com>",
103
+ "Daniel Stockman <daniel.stockman@gmail.com>",
104
+ "Darryl Pogue <dvpdiner2@gmail.com>",
105
+ "Dave McKenna <davemckenna01@gmail.com>",
106
+ "David da Silva Contín <dasilvacontin@gmail.com>",
107
+ "David Henderson <david.henderson@triggeredmessaging.com>",
108
+ "David M. Lee <leedm777@yahoo.com>",
109
+ "David Neubauer <davidneub@gmail.com>",
110
+ "DavNej <davnej.dev@gmail.com>",
111
+ "Denis Bardadym <bardadymchik@gmail.com>",
112
+ "Devin Weaver <suki@tritarget.org>",
113
+ "dfberry <dinaberry@outlook.com>",
114
+ "Di Wu <dwu@palantir.com>",
115
+ "Dina Berry <dfberry@users.noreply.github.com>",
116
+ "Diogo Monteiro <diogo.gmt@gmail.com>",
117
+ "Dmitriy Simushev <simushevds@gmail.com>",
118
+ "Dmitry Shirokov <deadrunk@gmail.com>",
119
+ "Dmitry Sorin <info@staypositive.ru>",
120
+ "Domenic Denicola <domenic@domenicdenicola.com>",
121
+ "Dominic Barnes <dominic@dbarnes.info>",
122
+ "Dominique Quatravaux <dominique@quatravaux.org>",
123
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
124
+ "Duncan Beevers <duncan@dweebd.com>",
125
+ "eiji.ienaga <eiji.ienaga@gmail.com>",
126
+ "elergy <elergy@yandex-team.ru>",
127
+ "Eli Skeggs <skeggse@users.noreply.github.com>",
128
+ "ELLIOTTCABLE <me@ell.io>",
129
+ "Emanuele <my.burning@gmail.com>",
130
+ "Enric Pallerols <enric@pallerols.cat>",
131
+ "Erik Eng <mail@ptz0n.se>",
132
+ "Eugene Tiutiunnyk <eugene.tiutiunnyk@lookout.com>",
133
+ "Fabio M. Costa <fabiomcosta@gmail.com>",
134
+ "Fagner Brack <github3@fagnermartins.com>",
135
+ "FARKAS Máté <mate.farkas@virtual-call-center.eu>",
136
+ "fcrisci <fabio.crisci@amadeus.com>",
137
+ "Fede Ramirez <i@2fd.me>",
138
+ "Fedor Indutny <fedor.indutny@gmail.com>",
139
+ "fengmk2 <fengmk2@gmail.com>",
140
+ "Florian Margaine <florian@margaine.com>",
141
+ "FND <FND@users.noreply.github.com>",
142
+ "fool2fish <fool2fish@gmail.com>",
143
+ "Forbes Lindesay <forbes@lindesay.co.uk>",
144
+ "Frank Leon Rose <frankleonrose@gmail.com>",
145
+ "Frederico Silva <frederico.silva@gmail.com>",
146
+ "Fredrik Enestad <fredrik@devloop.se>",
147
+ "Fredrik Lindin <fredriklindin@gmail.com>",
148
+ "Fumiaki MATSUSHIMA <mtsmfm@gmail.com>",
149
+ "Gabriel Silk <gabesilk@gmail.com>",
150
+ "Gareth Aye <gaye@mozilla.com>",
151
+ "Gareth Murphy <gareth.cpm@gmail.com>",
152
+ "Gavin Mogan <GavinM@airg.com>",
153
+ "gaye <gaye@mozilla.com>",
154
+ "gigadude <gigadude@users.noreply.github.com>",
155
+ "Giovanni Bassi <giggio@giggio.net>",
156
+ "Glen Huang <curvedmark@gmail.com>",
157
+ "Glen Mailer <glenjamin@gmail.com>",
158
+ "grasGendarme <me@grasgendar.me>",
159
+ "Greg Perkins <gregperkins@alum.mit.edu>",
160
+ "Guangcong Luo <guangcongluo@gmail.com>",
161
+ "Guillermo Rauch <rauchg@gmail.com>",
162
+ "Guy Arye <arye.guy@gmail.com>",
163
+ "Gyandeep Singh <gyandeeps@gmail.com>",
164
+ "Harish <hyeluri@gmail.com>",
165
+ "Harry Brundage <harry.brundage@gmail.com>",
166
+ "Harry Sarson <harry.sarson@hotmail.co.uk>",
167
+ "Harry Wolff <hswolff@users.noreply.github.com>",
168
+ "Herman Junge <herman@geekli.st>",
169
+ "hokaccha <k.hokamura@gmail.com>",
170
+ "Honza Javorek <mail@honzajavorek.cz>",
171
+ "Hugo Giraudel <hugo.giraudel@gmail.com>",
172
+ "Ian Storm Taylor <ian@ianstormtaylor.com>",
173
+ "Ian W. Remmel <design@ianwremmel.com>",
174
+ "Ian Young <ian.greenleaf@gmail.com>",
175
+ "Ian Zamojc <ian@thesecretlocation.net>",
176
+ "Igwe Kalu <igwe.kalu@live.com>",
177
+ "ImgBot <31427850+ImgBotApp@users.noreply.github.com>",
178
+ "inxorable <inxorable@codewren.ch>",
179
+ "Ivan <ivan@kinvey.com>",
180
+ "Jaakko Salonen <jaakko.salonen@iki.fi>",
181
+ "Jacob Wejendorp <jacob@wejendorp.dk>",
182
+ "Jake Craige <james.craige@gmail.com>",
183
+ "Jake Marsh <jakemmarsh@gmail.com>",
184
+ "Jakob Krigovsky <jakob@krigovsky.com>",
185
+ "Jakub Nešetřil <jakub@apiary.io>",
186
+ "James Bowes <jbowes@repl.ca>",
187
+ "James Carr <james.r.carr@gmail.com>",
188
+ "James G. Kim <jgkim@jayg.org>",
189
+ "James Lal <james@lightsofapollo.com>",
190
+ "James Nylen <jnylen@gmail.com>",
191
+ "Jan Kopriva <jan.kopriva@gooddata.com>",
192
+ "Jan Krems <jan.krems@groupon.com>",
193
+ "Jan Lehnardt <jan@apache.org>",
194
+ "Jason Barry <jay@jcbarry.com>",
195
+ "Jason Lai <jason@getpebble.com>",
196
+ "Jason Leyba <jmleyba@gmail.com>",
197
+ "Javier Aranda <javierav@javierav.com>",
198
+ "Jean Ponchon <gelule@gmail.com>",
199
+ "Jeff Kunkle <jeff.kunkle@nearinfinity.com>",
200
+ "Jeff Schilling <jeff.schilling@q2ebanking.com>",
201
+ "JeongHoon Byun (aka Outsider) <outsideris@gmail.com>",
202
+ "Jérémie Astori <jeremie@astori.fr>",
203
+ "Jeremy Martin <jmar777@gmail.com>",
204
+ "Jerry Muzsik <jerrymuzsik@icloud.com>",
205
+ "Jesse Dailey <jesse.dailey@gmail.com>",
206
+ "jimenglish81 <jimenglish81@gmail.com>",
207
+ "Jimmy Cuadra <jimmy@jimmycuadra.com>",
208
+ "Jo Liss <joliss42@gmail.com>",
209
+ "Joao Moreno <mail@joaomoreno.com>",
210
+ "Joel Kemp <mrjoelkemp@gmail.com>",
211
+ "Joey Cozza <joey@grow.com>",
212
+ "John Doty <jrhdoty@gmail.com>",
213
+ "John Firebaugh <john.firebaugh@gmail.com>",
214
+ "John Reeves <github@jonnyreeves.co.uk>",
215
+ "Johnathon Sanders <outdooricon@gmail.com>",
216
+ "Jon Surrell <jon.surrell@automattic.com>",
217
+ "Jonas Dohse <jonas@mbr-targeting.com>",
218
+ "Jonas Westerlund <jonas.westerlund@me.com>",
219
+ "Jonathan Creamer <matrixhasyou2k4@gmail.com>",
220
+ "Jonathan Delgado <jdelgado@rewip.com>",
221
+ "Jonathan Kim <jkimbo@gmail.com>",
222
+ "Jonathan Ong <jonathanrichardong@gmail.com>",
223
+ "Jonathan Park <jpark@daptiv.com>",
224
+ "Jonathan Rajavuori <jrajav@gmail.com>",
225
+ "Jordan Sexton <jordan@jordansexton.com>",
226
+ "Joseph Lin <josephlin55555@gmail.com>",
227
+ "Josh Eversmann <josh.eversmann@gmail.com>",
228
+ "Josh Lory <josh.lory@code.org>",
229
+ "Josh Soref <jsoref@users.noreply.github.com>",
230
+ "Joshua Appelman <jappelman@xebia.com>",
231
+ "Joshua Krall <joshuakrall@pobox.com>",
232
+ "JP Bochi <jpbochi@gmail.com>",
233
+ "jsdevel <js.developer.undefined@gmail.com>",
234
+ "Julien Wajsberg <felash@gmail.com>",
235
+ "Jupp Müller <jupp0r@gmail.com>",
236
+ "Jussi Virtanen <jussi.k.virtanen@gmail.com>",
237
+ "Justin DuJardin <justin.dujardin@sococo.com>",
238
+ "Juzer Ali <er.juzerali@gmail.com>",
239
+ "Katie Gengler <katiegengler@gmail.com>",
240
+ "kavun <kevin.a.reed@gmail.com>",
241
+ "Kazuhito Hokamura <k.hokamura@gmail.com>",
242
+ "Keith Cirkel <github@keithcirkel.co.uk>",
243
+ "Kelong Wang <buaawkl@gmail.com>",
244
+ "Kent C. Dodds <kent+github@doddsfamily.us>",
245
+ "Kevin Burke <kev@inburke.com>",
246
+ "Kevin Conway <kevinjacobconway@gmail.com>",
247
+ "Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>",
248
+ "Kevin Partington <platinum.azure@kernelpanicstudios.com>",
249
+ "Kevin Wang <kevin@fossa.io>",
250
+ "Kirill Korolyov <kirill.korolyov@gmail.com>",
251
+ "klaemo <klaemo@fastmail.fm>",
252
+ "Koen Punt <koen@koenpunt.nl>",
253
+ "Konstantin Käfer <github@kkaefer.com>",
254
+ "Kris Rasmussen <kristopher.rasmussen@gmail.com>",
255
+ "Kunal Nagpal <kunagpal@users.noreply.github.com>",
256
+ "Kyle Mitchell <kyle@kemitchell.com>",
257
+ "lakmeer <lakmeerkravid@gmail.com>",
258
+ "Lane Kelly <lanekelly16@gmail.com>",
259
+ "László Bácsi <lackac@lackac.hu>",
260
+ "Laurence Rowe <lrowe@netflix.com>",
261
+ "Liam Newman <bitwiseman@gmail.com>",
262
+ "Linus Unnebäck <linus@folkdatorn.se>",
263
+ "lodr <salva@unoyunodiez.com>",
264
+ "Long Ho <longlho@users.noreply.github.com>",
265
+ "Maciej Małecki <maciej.malecki@notimplemented.org>",
266
+ "Mal Graty <mal.graty@googlemail.com>",
267
+ "Marais Rossouw <me@maraisr.com>",
268
+ "Marc Kuo <kuomarc2@gmail.com>",
269
+ "Marcello Bastea-Forte <marcello@cellosoft.com>",
270
+ "Mark Banner <standard8@mozilla.com>",
271
+ "Markus Tacker <m@coderbyheart.com>",
272
+ "Martin Marko <marcus@gratex.com>",
273
+ "Mathieu Desvé <mathieudesve@MacBook-Pro-de-Mathieu.local>",
274
+ "Matija Marohnić <matija.marohnic@gmail.com>",
275
+ "Matt Bierner <mattbierner@gmail.com>",
276
+ "Matt Giles <matt.giles@cerner.com>",
277
+ "Matt Robenolt <matt@ydekproductions.com>",
278
+ "Matt Smith <matthewgarysmith@gmail.com>",
279
+ "Matthew Shanley <matthewshanley@littlesecretsrecords.com>",
280
+ "Mattias Tidlund <mattias.tidlund@learningwell.se>",
281
+ "Max Goodman <c@chromakode.com>",
282
+ "Maximilian Antoni <mail@maxantoni.de>",
283
+ "Merrick Christensen <merrick.christensen@gmail.com>",
284
+ "Michael Demmer <demmer@jut.io>",
285
+ "Michael Jackson <mjijackson@gmail.com>",
286
+ "Michael Olson <mwolson@member.fsf.org>",
287
+ "Michael Riley <michael.riley@autodesk.com>",
288
+ "Michael Schoonmaker <michael.r.schoonmaker@gmail.com>",
289
+ "Michal Charemza <michalcharemza@gmail.com>",
290
+ "Michiel de Jong <michiel@unhosted.org>",
291
+ "Mick Brooks <mick.brooks@sinking.in>",
292
+ "Mike Pennisi <mike@mikepennisi.com>",
293
+ "Mislav Marohnić <mislav.marohnic@gmail.com>",
294
+ "monowerker <monowerker@gmail.com>",
295
+ "Moshe Kolodny <mkolodny@integralads.com>",
296
+ "mrShturman <mrshturman@gmail.com>",
297
+ "Nathan Alderson <nathan.alderson@adtran.com>",
298
+ "Nathan Black <nathan@nathanblack.org>",
299
+ "Nathan Bowser <nathan.bowser@spiderstrategies.com>",
300
+ "Nathan Houle <nathan@nathanhoule.com>",
301
+ "Nathan Rajlich <nathan@tootallnate.net>",
302
+ "nexdrew <andrew.goode@nextraq.com>",
303
+ "Nick Fitzgerald <fitzgen@gmail.com>",
304
+ "Nicolas Girault <nic.girault@gmail.com>",
305
+ "Nicolo Taddei <taddei.uk@gmail.com>",
306
+ "Nik Nyby <nnyby@columbia.edu>",
307
+ "Nikolaos Georgiou <Nikolaos.Georgiou@gmail.com>",
308
+ "nishigori <Takuya_Nishigori@voyagegroup.com>",
309
+ "Noshir Patel <nosh@blackpiano.com>",
310
+ "not-an-aardvark <not-an-aardvark@users.noreply.github.com>",
311
+ "OlegTsyba <oleg.tsyba.ua@gmail.com>",
312
+ "olsonpm <olsonpm@users.noreply.github.com>",
313
+ "omardelarosa <thedelarosa@gmail.com>",
314
+ "Oscar Godson <oscargodson@outlook.com>",
315
+ "Outsider <outsideris@gmail.com>",
316
+ "oveddan <stangogh@gmail.com>",
317
+ "Panu Horsmalahti <panu.horsmalahti@iki.fi>",
318
+ "Parker Moore <parkrmoore@gmail.com>",
319
+ "Pat Finnigan <patrick.k.finnigan@gmail.com>",
320
+ "Paul Armstrong <paul@paularmstrongdesigns.com>",
321
+ "Paul Miller <paul@paulmillr.com>",
322
+ "Pavel Zubkou <pavel.zubkou@gmail.com>",
323
+ "Pete Hawkins <pete@petes-imac.frontinternal.net>",
324
+ "Peter Müller <munter@fumle.dk>",
325
+ "Peter Rust <peter@cornerstonenw.com>",
326
+ "Phil Sung <psung@dnanexus.com>",
327
+ "Philip M. White <philip@mailworks.org>",
328
+ "PoppinL <poppinlp@gmail.com>",
329
+ "Poprádi Árpád <popradi.arpad11@gmail.com>",
330
+ "Prayag Verma <prayag.verma@gmail.com>",
331
+ "qiuzuhui <qiuzuhui@users.noreply.github.com>",
332
+ "Quang Van <quangvvv@gmail.com>",
333
+ "Quanlong He <kyan.ql.he@gmail.com>",
334
+ "R56 <rviskus@gmail.com>",
335
+ "Raynos <raynos2@gmail.com>",
336
+ "Refael Ackermann <refael@empeeric.com>",
337
+ "Rich Trott <rtrott@gmail.com>",
338
+ "Richard Dingwall <rdingwall@gmail.com>",
339
+ "Richard Knop <RichardKnop@users.noreply.github.com>",
340
+ "Rico Sta. Cruz <rstacruz@users.noreply.github.com>",
341
+ "rmacklin <richard.github@nrm.com>",
342
+ "Rob Loach <robloach@gmail.com>",
343
+ "Rob Raux <rraux@peachworks.com>",
344
+ "Rob Wu <rob@robwu.nl>",
345
+ "Robert Rossmann <rr.rossmann@me.com>",
346
+ "Romain Prieto <romain.prieto@gmail.com>",
347
+ "Roman Neuhauser <rneuhauser@suse.cz>",
348
+ "Roman Shtylman <shtylman@gmail.com>",
349
+ "Ross Warren <rosswarren4@gmail.com>",
350
+ "rotemdan <rotemdan@gmail.com>",
351
+ "Russ Bradberry <devdazed@me.com>",
352
+ "Russell Munson <rmunson@github.com>",
353
+ "Rustem Mustafin <mustafin.rustem@gmail.com>",
354
+ "Ryan Hubbard <ryanmhubbard@gmail.com>",
355
+ "Ryan Shaw <ryan.shaw@min.vc>",
356
+ "Ryan Tablada <ryan.tablada@gmail.com>",
357
+ "Ryunosuke SATO <tricknotes.rs@gmail.com>",
358
+ "ryym <ryym.64@gmail.com>",
359
+ "Salehen Shovon Rahman <salehen.rahman@gmail.com>",
360
+ "Sam Mussell <smussell@gmail.com>",
361
+ "samuel goldszmidt <samuel.goldszmidt@gmail.com>",
362
+ "sarehag <joakim.sarehag@gmail.com>",
363
+ "Sasha Koss <koss@nocorp.me>",
364
+ "Scott Kao <Scottkao85@users.noreply.github.com>",
365
+ "Scott Santucci <ScottFreeCode@users.noreply.github.com>",
366
+ "ScottFreeCode <ScottFreeCode@users.noreply.github.com>",
367
+ "Sean Lang <slang800@gmail.com>",
368
+ "Sebastian Van Sande <sebastian@vansande.org>",
369
+ "sebv <seb.vincent@gmail.com>",
370
+ "Seiya Konno <nulltask@gmail.com>",
371
+ "Sergey Simonchik <sergey.simonchik@jetbrains.com>",
372
+ "Sergio Santoro <santoro.srg@gmail.com>",
373
+ "Shaine Hatch <shaine@squidtree.com>",
374
+ "Shawn Krisman <telaviv@github>",
375
+ "Shinnosuke Watanabe <snnskwtnb@gmail.com>",
376
+ "silentcloud <rjmuqiang@gmail.com>",
377
+ "Silvio Massari <silvio.massari@auth0.com>",
378
+ "Simon Gaeremynck <gaeremyncks@gmail.com>",
379
+ "Simon Goumaz <simon@attentif.ch>",
380
+ "simov <simeonvelichkov@gmail.com>",
381
+ "Sindre Sorhus <sindresorhus@gmail.com>",
382
+ "Slobodan Mišković <slobodan@miskovic.ca>",
383
+ "slyg <syl.faucherand@gmail.com>",
384
+ "Soel <shachar.soel@sap.com>",
385
+ "solodynamo <bittuf3@gmail.com>",
386
+ "Sorin Iclanzan <sorin@iclanzan.com>",
387
+ "Standa Opichal <opichals@gmail.com>",
388
+ "startswithaj <jake.mc@icloud.com>",
389
+ "Stephen Mathieson <smath23@gmail.com>",
390
+ "Steve Mason <stevem@brandwatch.com>",
391
+ "Stewart Taylor <stewart.taylor1@gmail.com>",
392
+ "Stone <baoshi.li@adleida.com>",
393
+ "Sulabh Bista <sul4bh@gmail.com>",
394
+ "Sune Simonsen <sune@we-knowhow.dk>",
395
+ "Tapiwa Kelvin <tapiwa@munzwa.tk>",
396
+ "Ted Yavuzkurt <hello@TedY.io>",
397
+ "Teddy Zeenny <teddyzeenny@gmail.com>",
398
+ "tgautier@yahoo.com <tgautier@gmail.com>",
399
+ "Thedark1337 <thedark1337@thedark1337.com>",
400
+ "Thomas Broadley <buriedunderbooks@hotmail.com>",
401
+ "Thomas Grainger <tagrain@gmail.com>",
402
+ "Thomas Vantuycom <thomasvantuycom@protonmail.com>",
403
+ "Tim Ehat <timehat@gmail.com>",
404
+ "Timo Tijhof <krinklemail@gmail.com>",
405
+ "Timothy Gu <timothygu99@gmail.com>",
406
+ "Tingan Ho <tingan87@gmail.com>",
407
+ "tmont <tommy.mont@gmail.com>",
408
+ "Tobias Bieniek <tobias.bieniek@gmail.com>",
409
+ "Todd Agulnick <tagulnick@onjack.com>",
410
+ "Tom Coquereau <tom@thau.me>",
411
+ "Tom Hughes <tom@compton.nu>",
412
+ "Tomer Eskenazi <tomer.eskenazi@ironsrc.com>",
413
+ "traleig1 <darkphoenix739@gmail.com>",
414
+ "Travis Jeffery <tj@travisjeffery.com>",
415
+ "tripu <t@tripu.info>",
416
+ "Tyson Tate <tyson@tysontate.com>",
417
+ "Vadim Nikitin <vnikiti@ncsu.edu>",
418
+ "Valentin Agachi <github-com@agachi.name>",
419
+ "Valeri Karpov <val@karpov.io>",
420
+ "Victor <victor@turo.com>",
421
+ "Victor Costan <costan@gmail.com>",
422
+ "Ville Saukkonen <villesau@users.noreply.github.com>",
423
+ "Vivek Ganesan <caliberoviv@gmail.com>",
424
+ "vlad <iamvlad@gmail.com>",
425
+ "Vlad Magdalin <vlad@webflow.com>",
426
+ "Volker Buzek <volker.buzek@sap.com>",
427
+ "Wil Moore III <wil.moore@wilmoore.com>",
428
+ "Will Langstroth <will@langstroth.com>",
429
+ "wsw <wsw0108@gmail.com>",
430
+ "Xavier Antoviaque <xavier@antoviaque.org>",
431
+ "Xavier Damman <xdamman@gmail.com>",
432
+ "XhmikosR <xhmikosr@users.sourceforge.net>",
433
+ "Yanis Wang <yanis.wang@gmail.com>",
434
+ "yehiyam <yehiyam@users.noreply.github.com>",
435
+ "Yoshiya Hinosawa <hinosawa@waku-2.com>",
436
+ "Yuest Wang <yuestwang@gmail.com>",
437
+ "yuitest <yuitest@cjhat.net>",
438
+ "zhiyelee <zhiyelee@gmail.com>",
439
+ "Zsolt Takács <zsolt@takacs.cc>",
440
+ "现充 <qixiang.cqx@alibaba-inc.com>"
290
441
  ],
291
442
  "license": "MIT",
292
443
  "repository": {
@@ -303,49 +454,57 @@
303
454
  "scripts": {
304
455
  "prepublishOnly": "nps test clean build",
305
456
  "start": "nps",
306
- "test": "nps test"
457
+ "test": "nps test",
458
+ "precommit": "lint-staged"
307
459
  },
308
460
  "dependencies": {
309
461
  "browser-stdout": "1.3.1",
310
- "commander": "2.11.0",
462
+ "commander": "2.15.1",
311
463
  "debug": "3.1.0",
312
464
  "diff": "3.5.0",
313
465
  "escape-string-regexp": "1.0.5",
314
466
  "glob": "7.1.2",
315
- "growl": "1.10.3",
467
+ "growl": "1.10.5",
316
468
  "he": "1.1.1",
469
+ "minimatch": "3.0.4",
317
470
  "mkdirp": "0.5.1",
318
- "supports-color": "4.4.0"
471
+ "supports-color": "5.4.0"
319
472
  },
320
473
  "devDependencies": {
321
- "assert": "^1.4.1",
322
- "assetgraph-builder": "^5.6.4",
323
- "browserify": "^14.4.0",
474
+ "@mocha/docdash": "^1.0.1",
475
+ "assetgraph-builder": "^6.2.0",
476
+ "browserify": "^16.2.2",
477
+ "chai": "^4.1.2",
324
478
  "coffee-script": "^1.10.0",
325
- "coveralls": "^3.0.0",
326
- "cross-spawn": "^5.1.0",
327
- "eslint": "^4.8.0",
328
- "eslint-config-semistandard": "^11.0.0",
329
- "eslint-config-standard": "^10.2.1",
330
- "eslint-plugin-import": "^2.7.0",
331
- "eslint-plugin-node": "^5.2.0",
332
- "eslint-plugin-promise": "^3.4.0",
479
+ "coveralls": "^3.0.1",
480
+ "cross-spawn": "^6.0.5",
481
+ "eslint": "^4.19.1",
482
+ "eslint-config-prettier": "^2.9.0",
483
+ "eslint-config-semistandard": "^12.0.1",
484
+ "eslint-config-standard": "^11.0.0",
485
+ "eslint-plugin-import": "^2.11.0",
486
+ "eslint-plugin-node": "^6.0.1",
487
+ "eslint-plugin-prettier": "^2.6.0",
488
+ "eslint-plugin-promise": "^3.7.0",
333
489
  "eslint-plugin-standard": "^3.0.1",
334
- "expect.js": "^0.3.1",
335
- "karma": "^1.7.1",
490
+ "husky": "^0.14.3",
491
+ "jsdoc": "^3.5.5",
492
+ "karma": "^2.0.2",
336
493
  "karma-browserify": "^5.0.5",
337
494
  "karma-chrome-launcher": "^2.0.0",
338
- "karma-expect": "^1.1.2",
339
495
  "karma-mocha": "^1.3.0",
340
496
  "karma-mocha-reporter": "^2.2.4",
341
497
  "karma-sauce-launcher": "^1.2.0",
498
+ "lint-staged": "^7.1.0",
342
499
  "markdown-toc": "^1.2.0",
343
- "markdownlint-cli": "^0.6.0",
500
+ "markdownlint-cli": "^0.8.1",
344
501
  "nps": "^5.7.1",
345
- "nyc": "^11.2.1",
502
+ "nyc": "^11.7.3",
503
+ "prettier-eslint-cli": "^4.7.1",
346
504
  "rimraf": "^2.5.2",
347
- "svgo": "^0.7.2",
505
+ "svgo": "^1.0.5",
348
506
  "through2": "^2.0.1",
507
+ "unexpected": "^10.37.7",
349
508
  "watchify": "^3.7.0"
350
509
  },
351
510
  "files": [
@@ -367,5 +526,9 @@
367
526
  "supports-color": false
368
527
  },
369
528
  "homepage": "https://mochajs.org",
370
- "logo": "https://cldup.com/S9uQ-cOLYz.svg"
529
+ "logo": "https://cldup.com/S9uQ-cOLYz.svg",
530
+ "prettier": {
531
+ "singleQuote": true,
532
+ "bracketSpacing": false
533
+ }
371
534
  }