mocha 4.1.0 → 5.0.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": "4.1.0",
3
+ "version": "5.0.0",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -24,6 +24,7 @@
24
24
  "amsul (https://github.com/amsul)",
25
25
  "Andreas Brekken <andreas@brekken.com> (https://github.com/abrkn)",
26
26
  "Andreas Lind <andreas@one.com> (https://github.com/papandreou)",
27
+ "Andrew Krawchyk <akrawchyk@gmail.com> (https://github.com/akrawchyk)",
27
28
  "Andrew Miller <vnikitin@live.com> (https://github.com/vnikiti)",
28
29
  "Andrew Nesbitt <andrewnez@gmail.com> (https://github.com/andrew)",
29
30
  "Andrey Popp <8mayday@gmail.com> (https://github.com/andreypopp)",
@@ -64,6 +65,7 @@
64
65
  "Cory Thomas (https://github.com/dump247)",
65
66
  "cybertk (https://github.com/cybertk)",
66
67
  "Daniel Ericsson (https://github.com/monowerker)",
68
+ "Daniel Ruf (https://github.com/danielruf)",
67
69
  "Daniel St. Jules <danielst.jules@gmail.com> (https://github.com/danielstjules)",
68
70
  "Daniel Stockman <daniel.stockman@gmail.com> (https://github.com/evocateur)",
69
71
  "Dave McKenna <davemckenna01@gmail.com> (https://github.com/davemckenna01)",
@@ -299,15 +301,9 @@
299
301
  "node": ">= 4.0.0"
300
302
  },
301
303
  "scripts": {
302
- "lint": "eslint . bin/*",
303
- "test": "make clean && make test",
304
- "prepublishOnly": "npm test && make clean && make mocha.js",
305
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
306
- "prebuildDocs": "rm -rf docs/_dist && node scripts/docs-update-toc.js",
307
- "buildDocs": "bundle exec jekyll build --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts",
308
- "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",
309
- "prewatchDocs": "node scripts/docs-update-toc.js",
310
- "watchDocs": "bundle exec jekyll serve --source ./docs --destination ./docs/_site --config ./docs/_config.yml --safe --drafts --watch"
304
+ "prepublishOnly": "nps test clean build",
305
+ "start": "nps",
306
+ "test": "nps test"
311
307
  },
312
308
  "dependencies": {
313
309
  "browser-stdout": "1.3.0",
@@ -325,7 +321,6 @@
325
321
  "assert": "^1.4.1",
326
322
  "assetgraph-builder": "^5.6.4",
327
323
  "browserify": "^14.4.0",
328
- "buffer": "^4.9.1",
329
324
  "coffee-script": "^1.10.0",
330
325
  "coveralls": "^3.0.0",
331
326
  "cross-spawn": "^5.1.0",
@@ -343,9 +338,10 @@
343
338
  "karma-expect": "^1.1.2",
344
339
  "karma-mocha": "^1.3.0",
345
340
  "karma-mocha-reporter": "^2.2.4",
346
- "karma-phantomjs-launcher": "^1.0.4",
347
341
  "karma-sauce-launcher": "^1.2.0",
348
342
  "markdown-toc": "^1.2.0",
343
+ "markdownlint-cli": "^0.6.0",
344
+ "nps": "^5.7.1",
349
345
  "nyc": "^11.2.1",
350
346
  "rimraf": "^2.5.2",
351
347
  "svgo": "^0.7.2",
@@ -368,8 +364,7 @@
368
364
  "fs": false,
369
365
  "glob": false,
370
366
  "path": false,
371
- "supports-color": false,
372
- "buffer": "buffer"
367
+ "supports-color": false
373
368
  },
374
369
  "homepage": "https://mochajs.org",
375
370
  "logo": "https://cldup.com/S9uQ-cOLYz.svg"