forked from mochajs/mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
376 lines (376 loc) · 20.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
{
"name": "mocha",
"version": "4.1.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap"
],
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
"aaroncrows (https://github.com/aaroncrows)",
"Aaron Hamid <[email protected]> (https://github.com/ahamid)",
"Aaron Heckmann <[email protected]> (https://github.com/aheckmann)",
"Adam Crabtree (CrabDude's alias) (https://github.com/CrabBot)",
"Adam Gruber (https://github.com/adamgruber)",
"Adrian Ludwig (https://github.com/adrian-ludwig)",
"Ainthe Kitchen <[email protected]> (https://github.com/ainthek)",
"ajaykodali (https://github.com/ajaykodali)",
"Alex Early (https://github.com/aearly)",
"Alex Pham <[email protected]> (https://github.com/thedark1337)",
"amsul (https://github.com/amsul)",
"Andreas Brekken <[email protected]> (https://github.com/abrkn)",
"Andreas Lind <[email protected]> (https://github.com/papandreou)",
"Andrew Miller <[email protected]> (https://github.com/vnikiti)",
"Andrew Nesbitt <[email protected]> (https://github.com/andrew)",
"Andrey Popp <[email protected]> (https://github.com/andreypopp)",
"Andrii Shumada <[email protected]> (https://github.com/eagleeye)",
"Anis Safine (https://github.com/anis)",
"Arian Stolwijk <[email protected]> (https://github.com/arian)",
"Ariel Mashraki <[email protected]> (https://github.com/a8m)",
"Arnaud Brousseau (https://github.com/ArnaudBrousseau)",
"Atsuya Takagi <[email protected]> (https://github.com/atsuya)",
"Attila Domokos (https://github.com/adomokos)",
"Austin Birch (https://github.com/austinbirch)",
"Avi Vahl (https://github.com/AviVahl)",
"Ben Bradley (https://github.com/ben-bradley)",
"beneidel (https://github.com/beneidel)",
"Benjie Gillam (https://github.com/benjie)",
"Ben Noordhuis <[email protected]> (https://github.com/bnoordhuis)",
"Benoit Larroque (https://github.com/zetaben)",
"Benoît Zugmeyer (https://github.com/BenoitZugmeyer)",
"Ben Vinegar (https://github.com/benvinegar)",
"Berker Peksag <[email protected]> (https://github.com/berkerpeksag)",
"Bjørge Næss (https://github.com/bjoerge)",
"Brendan Nee <[email protected]> (https://github.com/brendannee)",
"Brian Beck <[email protected]> (https://github.com/exogen)",
"Brian C <[email protected]> (https://github.com/brianc)",
"Brian Lalor <[email protected]> (https://github.com/blalor)",
"Brian Moore (https://github.com/bionicbrian)",
"Bryan Donovan (https://github.com/BryanDonovan)",
"Buck Doyle (https://github.com/backspace)",
"C. Scott Ananian <[email protected]> (https://github.com/cscott)",
"Casey Foster (https://github.com/caseywebdev)",
"Charles Lowell <[email protected]> (https://github.com/cowboyd)",
"Chris Buckley <[email protected]> (https://github.com/cmbuckley)",
"Christopher Hiller <[email protected]> (https://github.com/boneskull)",
"Chris Wren <[email protected]> (https://github.com/ChrisWren)",
"Clemens Stolle (https://github.com/klaemo)",
"Connor Dunn (https://github.com/Connorhd)",
"Corey Butler (https://github.com/coreybutler)",
"Cory Thomas (https://github.com/dump247)",
"cybertk (https://github.com/cybertk)",
"Daniel Ericsson (https://github.com/monowerker)",
"Daniel St. Jules <[email protected]> (https://github.com/danielstjules)",
"Daniel Stockman <[email protected]> (https://github.com/evocateur)",
"Dave McKenna <[email protected]> (https://github.com/davemckenna01)",
"David da Silva <[email protected]> (https://github.com/dasilvacontin)",
"David Henderson (https://github.com/dhendo)",
"Denis Bardadym <[email protected]> (https://github.com/btd)",
"Devin Weaver <[email protected]> (https://github.com/sukima)",
"Diogo Monteiro <[email protected]> (https://github.com/diogogmt)",
"Dmitry Shirokov <[email protected]> (https://github.com/runk)",
"Domenic Denicola <[email protected]> (https://github.com/domenic)",
"Dominic Barnes <[email protected]> (https://github.com/dominicbarnes)",
"domq (https://github.com/domq)",
"Douglas Wilson <[email protected]> (https://github.com/dougwilson)",
"Duncan Beevers <[email protected]> (https://github.com/duncanbeevers)",
"Duncan Wong (https://github.com/badunk)",
"eiji.ienaga (https://github.com/haru01)",
"Fabio Crisci <[email protected]> (https://github.com/piuccio)",
"Fede Ramirez <[email protected]> (https://github.com/2fd)",
"Fedor Indutny <[email protected]> (https://github.com/indutny)",
"fengmk2 <[email protected]> (https://github.com/fengmk2)",
"Florian Margaine <[email protected]> (https://github.com/ralt)",
"Forbes Lindesay (https://github.com/ForbesLindesay)",
"Frederico Silva (https://github.com/fredericosilva)",
"Fredrik Enestad <[email protected]> (https://github.com/fredr)",
"Fredrik Lindin (https://github.com/Cowboy-coder)",
"Gabriel Silk (https://github.com/gsilk)",
"Gareth Aye <[email protected]> (https://github.com/gaye)",
"Gavin Mogan <[email protected]> (https://github.com/halkeye)",
"gigadude (https://github.com/gigadude)",
"Giovanni Bassi (https://github.com/giggio)",
"Glen Huang <[email protected]> (https://github.com/curvedmark)",
"Glen Mailer <[email protected]> (https://github.com/glenjamin)",
"Greg Perkins <[email protected]> (https://github.com/gregrperkins)",
"Guillermo Rauch <[email protected]> (https://github.com/rauchg)",
"Guy Arye (https://github.com/aryeguy)",
"Gyandeep Singh <[email protected]> (https://github.com/gyandeeps)",
"Harish <[email protected]> (https://github.com/hyeluri)",
"Harry Brundage <[email protected]> (https://github.com/airhorns)",
"Ian Remmel <[email protected]> (https://github.com/ianwremmel)",
"Ian Storm Taylor (https://github.com/ianstormtaylor)",
"Ian Young <[email protected]> (https://github.com/iangreenleaf)",
"Ivan (https://github.com/ivanstoyanov)",
"Jaakko Salonen (https://github.com/jsalonen)",
"Jacob Wejendorp <[email protected]> (https://github.com/wejendorp)",
"Jake Craige (https://github.com/jakecraige)",
"Jake Marsh (https://github.com/jakemmarsh)",
"Jake Mc <[email protected]> (https://github.com/startswithaj)",
"Jake Verbaten <[email protected]> (https://github.com/Raynos)",
"Jakub Nešetřil <[email protected]> (https://github.com/zzen)",
"James Bowes (https://github.com/jbowes)",
"James Carr <[email protected]> (https://github.com/jamescarr)",
"James G. Kim <[email protected]> (https://github.com/jgkim)",
"James Lal <[email protected]> (https://github.com/lightsofapollo)",
"James Nylen <[email protected]> (https://github.com/nylen)",
"Jason (https://github.com/jlai)",
"Jason Barry <[email protected]> (https://github.com/JCBarry)",
"Javier Aranda <[email protected]> (https://github.com/javierav)",
"jcreamer898 (https://github.com/jcreamer898)",
"Jean Ponchon (https://github.com/nopnop)",
"Jeff Kunkle (https://github.com/kunklejr)",
"Jeff Schilling <[email protected]> (https://github.com/jschilli)",
"JeongHoon Byun (aka Outsider) <[email protected]> (https://github.com/outsideris)",
"Jeremy Martin (https://github.com/jmar777)",
"jimenglish81 (https://github.com/jimenglish81)",
"Jimmy Cuadra (https://github.com/jimmycuadra)",
"jldailey (https://github.com/jldailey)",
"jleyba (https://github.com/jleyba)",
"Joey Cozza <[email protected]> (https://github.com/joeycozza)",
"Johnathon Sanders (https://github.com/outdooricon)",
"John Doty <[email protected]> (https://github.com/jrhdoty)",
"John Firebaugh <[email protected]> (https://github.com/jfirebaugh)",
"John Reeves (https://github.com/jonnyreeves)",
"Jo Liss <[email protected]> (https://github.com/joliss)",
"Jonas Dohse (https://github.com/dohse)",
"Jonathan Kim <[email protected]> (https://github.com/jkimbo)",
"Jonathan Park <[email protected]> (https://github.com/park9140)",
"jongleberry <[email protected]> (https://github.com/jonathanong)",
"Jordan Sexton <[email protected]> (https://github.com/jordansexton)",
"Joseph Spencer (https://github.com/jsdevel)",
"Josh Lory (https://github.com/joshlory)",
"Joshua Appelman <[email protected]> (https://github.com/jbnicolai)",
"Joshua Krall <[email protected]> (https://github.com/jkrall)",
"João Moreno (https://github.com/joaomoreno)",
"João Paulo Bochi <[email protected]> (https://github.com/jpbochi)",
"jugglinmike (https://github.com/jugglinmike)",
"Julien Wajsberg (https://github.com/julienw)",
"Jussi Virtanen <[email protected]> (https://github.com/jvirtanen)",
"Justin DuJardin (https://github.com/justindujardin)",
"Juzer Ali <[email protected]> (https://github.com/juzerali)",
"Jérémie Astori (https://github.com/astorije)",
"Katie Gengler (https://github.com/kategengler)",
"Kazuhito Hokamura (https://github.com/hokaccha)",
"Keith Cirkel (https://github.com/keithamus)",
"Kent C. Dodds <[email protected]> (https://github.com/kentcdodds)",
"Kevin Burke <[email protected]> (https://github.com/kevinburke)",
"Kevin Conway <[email protected]> (https://github.com/kevinconway)",
"Kevin Kirsche <[email protected]> (https://github.com/kkirsche)",
"Kirill Korolyov <[email protected]> (https://github.com/Dremora)",
"Koen Punt <[email protected]> (https://github.com/koenpunt)",
"Konstantin Käfer <[email protected]> (https://github.com/kkaefer)",
"Kris Rasmussen (https://github.com/krisr)",
"Kyle Mitchell <[email protected]> (https://github.com/kemitchell)",
"lakmeer (https://github.com/lakmeer)",
"Liam Newman <[email protected]> (https://github.com/bitwiseman)",
"Linus Unnebäck <[email protected]> (https://github.com/LinusU)",
"Long Ho <[email protected]> (https://github.com/longlho)",
"László Bácsi <[email protected]> (https://github.com/lackac)",
"Maciej Małecki <[email protected]> (https://github.com/mmalecki)",
"Mal Graty (https://github.com/mal)",
"Marcello Bastéa-Forte <[email protected]> (https://github.com/marcello3d)",
"Marc Kuo <[email protected]> (https://github.com/mck-)",
"Mark Banner (https://github.com/Standard8)",
"Matija Marohnić <[email protected]> (https://github.com/silvenon)",
"Matthew Shanley <[email protected]> (https://github.com/arkadyan)",
"mattias-lw (https://github.com/mattias-lw)",
"Matt Robenolt <[email protected]> (https://github.com/mattrobenolt)",
"Matt Smith <[email protected]> (https://github.com/twobitfool)",
"Max Goodman <[email protected]> (https://github.com/chromakode)",
"Maximilian Antoni <[email protected]> (https://github.com/mantoni)",
"Merrick Christensen <[email protected]> (https://github.com/iammerrick)",
"michael-adsk (https://github.com/michael-adsk)",
"Michael Demmer (https://github.com/demmer)",
"Michael Jackson <[email protected]> (https://github.com/mjackson)",
"Michael Schoonmaker <[email protected]> (https://github.com/Schoonology)",
"Michal Charemza (https://github.com/michalc)",
"Mike Olson (https://github.com/mwolson)",
"Mislav Marohnić <[email protected]> (https://github.com/mislav)",
"mrShturman (https://github.com/mrShturman)",
"Nathan Alderson <[email protected]> (https://github.com/nathanalderson)",
"Nathan Black <[email protected]> (https://github.com/nathanboktae)",
"Nathan Bowser <[email protected]> (https://github.com/nathanbowser)",
"Nathan Houle <[email protected]> (https://github.com/ndhoule)",
"Nathan Rajlich <[email protected]> (https://github.com/TooTallNate)",
"Nick Fitzgerald (https://github.com/fitzgen)",
"Nikolaos Georgiou (https://github.com/ngeor)",
"noirlab (https://github.com/noirlab)",
"Noshir Patel <[email protected]> (https://github.com/noshir-patel)",
"OlegTsyba <[email protected]> (https://github.com/OlegTsyba)",
"omar (https://github.com/omardelarosa)",
"Panu Horsmalahti <[email protected]> (https://github.com/panuhorsmalahti)",
"Parker Moore <[email protected]> (https://github.com/parkr)",
"Paul Armstrong (https://github.com/paularmstrong)",
"Paul Miller <[email protected]> (https://github.com/paulmillr)",
"Pavel Zubkou (https://github.com/irnc)",
"Pete Hawkins (https://github.com/phawk)",
"Phil Sung <[email protected]> (https://github.com/psung)",
"Prayag Verma <[email protected]> (https://github.com/pra85)",
"qiu zuhui <[email protected]> (https://github.com/qiuzuhui)",
"Quang Van <[email protected]> (https://github.com/quangv)",
"Rauno (https://github.com/Rauno56)",
"Refael Ackermann <[email protected]> (https://github.com/refack)",
"Richard Dingwall <[email protected]> (https://github.com/rdingwall)",
"Richard Knop (https://github.com/RichardKnop)",
"Rico Sta. Cruz <[email protected]> (https://github.com/rstacruz)",
"Robert Rossmann (https://github.com/Alaneor)",
"Rob Wu <[email protected]> (https://github.com/Rob--W)",
"Romain (https://github.com/rprieto)",
"Roman Neuhauser <[email protected]> (https://github.com/roman-neuhauser)",
"Roman Shtylman (https://github.com/defunctzombie)",
"Russ Bradberry <[email protected]> (https://github.com/devdazed)",
"Russell Munson (https://github.com/rmunson)",
"Rustem Mustafin <[email protected]> (https://github.com/rulikkk)",
"Ryan <[email protected]> (https://github.com/ryan-shaw)",
"Ryan Hubbard (https://github.com/ryedog)",
"Ryunosuke Sato <[email protected]> (https://github.com/tricknotes)",
"ryym (https://github.com/ryym)",
"Salehen Shovon Rahman <[email protected]> (https://github.com/shovon)",
"Salvador de la Puente González <[email protected]> (https://github.com/delapuente)",
"Sam Mussell (https://github.com/smussell)",
"Samuel Goldszmidt <[email protected]> (https://github.com/ouhouhsami)",
"Sasha Koss <[email protected]> (https://github.com/kossnocorp)",
"Scott Santucci <[email protected]> (https://github.com/ScottFreeCode)",
"Sean Lang <[email protected]> (https://github.com/slang800)",
"seb vincent <[email protected]> (https://github.com/sebv)",
"Seiya Konno <[email protected]> (https://github.com/nulltask)",
"Sergey Simonchik (https://github.com/segrey)",
"Sergio Santoro (https://github.com/taueres)",
"Shahar Soel (https://github.com/bd82)",
"Shaine Hatch (https://github.com/shaine)",
"Shiwei Wang (https://github.com/wsw0108)",
"Simon Gaeremynck (https://github.com/simong)",
"Simon Goumaz (https://github.com/sgoumaz)",
"Sindre Sorhus <[email protected]> (https://github.com/sindresorhus)",
"slientcloud <[email protected]> (https://github.com/silentcloud)",
"Sorin Iclanzan (https://github.com/iclanzan)",
"Standa Opichal <[email protected]> (https://github.com/opichals)",
"Stephen Mathieson <[email protected]> (https://github.com/stephenmathieson)",
"Steve Mason (https://github.com/spmason)",
"Stewart Taylor <[email protected]> (https://github.com/Stewart-Taylor)",
"Sune Simonsen <[email protected]> (https://github.com/sunesimonsen)",
"Sylvain Faucherand (https://github.com/slyg)",
"Takuya Nishigori <[email protected]> (https://github.com/nishigori)",
"Taylor Gautier (https://github.com/tsgautier)",
"Teddy Zeenny (https://github.com/teddyzeenny)",
"Thomas Grainger <https//@graingert.co.uk> (https://github.com/graingert)",
"Tim Ehat (https://github.com/timehat)",
"Timothy Gu <[email protected]> (https://github.com/TimothyGu)",
"Timo Tijhof <[email protected]> (https://github.com/Krinkle)",
"Tingan Ho <[email protected]> (https://github.com/tinganho)",
"TJ Holowaychuk <[email protected]> (https://github.com/tj)",
"Tobias Bieniek <[email protected]> (https://github.com/Turbo87)",
"Toby Ho <[email protected]> (https://github.com/airportyh)",
"Todd Agulnick (https://github.com/tawdle)",
"Tom Hughes (https://github.com/tomhughes)",
"Tommy Montgomery (https://github.com/tmont)",
"traleig1 (https://github.com/traleig1)",
"Travis Jeffery <[email protected]> (https://github.com/travisjeffery)",
"Tyson Tate <[email protected]> (https://github.com/tysontate)",
"Valentin Agachi (https://github.com/avaly)",
"Victor Costan <[email protected]> (https://github.com/pwnall)",
"Vladimir Chernis (https://github.com/vlazzle)",
"Vlad Magdalin <[email protected]> (https://github.com/callmevlad)",
"Will Langstroth (https://github.com/wlangstroth)",
"Wil Moore III <[email protected]> (https://github.com/wilmoore)",
"Xavier Antoviaque <[email protected]> (https://github.com/antoviaque)",
"Xavier Damman <[email protected]> (https://github.com/xdamman)",
"Yanis Wang <[email protected]> (https://github.com/yaniswang)",
"yuitest <[email protected]> (https://github.com/yuitest)",
"Zhiye Li <[email protected]> (https://github.com/zhiyelee)",
"Zhouxuan Yang <[email protected]> (https://github.com/fool2fish)",
"Zsolt Takács <firstname at lastname dot cc> (https://github.com/oker1)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mochajs/mocha.git"
},
"bin": {
"mocha": "./bin/mocha",
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"lint": "eslint . bin/*",
"markdownlint": "markdownlint \"*.md\" \"docs/**/*.md\" \".github/*.md\"",
"test": "make clean && make test",
"prepublishOnly": "npm test && make clean && make mocha.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prebuildDocs": "rm -rf docs/_dist && node scripts/docs-update-toc.js",
"buildDocs": "bundle exec jekyll build --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts",
"postbuildDocs": "buildProduction docs/_site/index.html --outroot docs/_dist --canonicalroot https://mochajs.org/ --optimizeimages --svgo --inlinehtmlimage 9400 --inlinehtmlscript 0 --asyncscripts && cp docs/_headers docs/_dist/_headers && node scripts/netlify-headers.js >> docs/_dist/_headers",
"prewatchDocs": "node scripts/docs-update-toc.js",
"watchDocs": "bundle exec jekyll serve --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts --watch"
},
"dependencies": {
"browser-stdout": "1.3.0",
"commander": "2.11.0",
"debug": "3.1.0",
"diff": "3.3.1",
"escape-string-regexp": "1.0.5",
"glob": "7.1.2",
"growl": "1.10.3",
"he": "1.1.1",
"mkdirp": "0.5.1",
"supports-color": "4.4.0"
},
"devDependencies": {
"assert": "^1.4.1",
"assetgraph-builder": "^5.6.4",
"browserify": "^14.4.0",
"coffee-script": "^1.10.0",
"coveralls": "^3.0.0",
"cross-spawn": "^5.1.0",
"eslint": "^4.8.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"expect.js": "^0.3.1",
"karma": "^1.7.1",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^2.0.0",
"karma-expect": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.4",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.2.0",
"markdown-toc": "^1.2.0",
"markdownlint-cli": "^0.6.0",
"nyc": "^11.2.1",
"rimraf": "^2.5.2",
"svgo": "^0.7.2",
"through2": "^2.0.1",
"watchify": "^3.7.0"
},
"files": [
"bin",
"images",
"lib",
"index.js",
"mocha.css",
"mocha.js",
"browser-entry.js"
],
"browser": {
"growl": "./lib/browser/growl.js",
"tty": "./lib/browser/tty.js",
"./index.js": "./browser-entry.js",
"fs": false,
"glob": false,
"path": false,
"supports-color": false
},
"homepage": "https://mochajs.org",
"logo": "https://cldup.com/S9uQ-cOLYz.svg"
}