mocha 5.1.1 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "5.1.1",
3
+ "version": "5.2.0",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -107,8 +107,10 @@
107
107
  "David Henderson <david.henderson@triggeredmessaging.com>",
108
108
  "David M. Lee <leedm777@yahoo.com>",
109
109
  "David Neubauer <davidneub@gmail.com>",
110
+ "DavNej <davnej.dev@gmail.com>",
110
111
  "Denis Bardadym <bardadymchik@gmail.com>",
111
112
  "Devin Weaver <suki@tritarget.org>",
113
+ "dfberry <dinaberry@outlook.com>",
112
114
  "Di Wu <dwu@palantir.com>",
113
115
  "Dina Berry <dfberry@users.noreply.github.com>",
114
116
  "Diogo Monteiro <diogo.gmt@gmail.com>",
@@ -299,6 +301,7 @@
299
301
  "Nathan Rajlich <nathan@tootallnate.net>",
300
302
  "nexdrew <andrew.goode@nextraq.com>",
301
303
  "Nick Fitzgerald <fitzgen@gmail.com>",
304
+ "Nicolas Girault <nic.girault@gmail.com>",
302
305
  "Nicolo Taddei <taddei.uk@gmail.com>",
303
306
  "Nik Nyby <nnyby@columbia.edu>",
304
307
  "Nikolaos Georgiou <Nikolaos.Georgiou@gmail.com>",
@@ -451,51 +454,57 @@
451
454
  "scripts": {
452
455
  "prepublishOnly": "nps test clean build",
453
456
  "start": "nps",
454
- "test": "nps test"
457
+ "test": "nps test",
458
+ "precommit": "lint-staged"
455
459
  },
456
460
  "dependencies": {
457
461
  "browser-stdout": "1.3.1",
458
- "commander": "2.11.0",
462
+ "commander": "2.15.1",
459
463
  "debug": "3.1.0",
460
464
  "diff": "3.5.0",
461
465
  "escape-string-regexp": "1.0.5",
462
466
  "glob": "7.1.2",
463
- "growl": "1.10.3",
467
+ "growl": "1.10.5",
464
468
  "he": "1.1.1",
465
469
  "minimatch": "3.0.4",
466
470
  "mkdirp": "0.5.1",
467
- "supports-color": "4.4.0"
471
+ "supports-color": "5.4.0"
468
472
  },
469
473
  "devDependencies": {
470
- "assert": "^1.4.1",
471
- "assetgraph-builder": "^5.6.4",
472
- "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",
473
478
  "coffee-script": "^1.10.0",
474
- "coveralls": "^3.0.0",
475
- "cross-spawn": "^5.1.0",
476
- "documentation": "^5.3.5",
479
+ "coveralls": "^3.0.1",
480
+ "cross-spawn": "^6.0.5",
477
481
  "eslint": "^4.19.1",
482
+ "eslint-config-prettier": "^2.9.0",
478
483
  "eslint-config-semistandard": "^12.0.1",
479
484
  "eslint-config-standard": "^11.0.0",
480
- "eslint-plugin-import": "^2.10.0",
485
+ "eslint-plugin-import": "^2.11.0",
481
486
  "eslint-plugin-node": "^6.0.1",
487
+ "eslint-plugin-prettier": "^2.6.0",
482
488
  "eslint-plugin-promise": "^3.7.0",
483
489
  "eslint-plugin-standard": "^3.0.1",
484
- "expect.js": "^0.3.1",
485
- "karma": "^1.7.1",
490
+ "husky": "^0.14.3",
491
+ "jsdoc": "^3.5.5",
492
+ "karma": "^2.0.2",
486
493
  "karma-browserify": "^5.0.5",
487
494
  "karma-chrome-launcher": "^2.0.0",
488
- "karma-expect": "^1.1.2",
489
495
  "karma-mocha": "^1.3.0",
490
496
  "karma-mocha-reporter": "^2.2.4",
491
497
  "karma-sauce-launcher": "^1.2.0",
498
+ "lint-staged": "^7.1.0",
492
499
  "markdown-toc": "^1.2.0",
493
- "markdownlint-cli": "^0.6.0",
500
+ "markdownlint-cli": "^0.8.1",
494
501
  "nps": "^5.7.1",
495
- "nyc": "^11.2.1",
502
+ "nyc": "^11.7.3",
503
+ "prettier-eslint-cli": "^4.7.1",
496
504
  "rimraf": "^2.5.2",
497
- "svgo": "^0.7.2",
505
+ "svgo": "^1.0.5",
498
506
  "through2": "^2.0.1",
507
+ "unexpected": "^10.37.7",
499
508
  "watchify": "^3.7.0"
500
509
  },
501
510
  "files": [
@@ -517,5 +526,9 @@
517
526
  "supports-color": false
518
527
  },
519
528
  "homepage": "https://mochajs.org",
520
- "logo": "https://cldup.com/S9uQ-cOLYz.svg"
529
+ "logo": "https://cldup.com/S9uQ-cOLYz.svg",
530
+ "prettier": {
531
+ "singleQuote": true,
532
+ "bracketSpacing": false
533
+ }
521
534
  }
package/images/error.png DELETED
Binary file
package/images/ok.png DELETED
Binary file