mocha-compat 3.5.5 → 3.6.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/index.js +3 -0
- package/lib/mocha.js +15 -15
- package/mocha.js +2522 -2111
- package/package.json +21 -22
- package/CHANGELOG.md +0 -1711
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha-compat",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "This is a fork of mocha 3.5.3 to upgrade dependencies to retain support for Node >=8 and resolve npm audit issues. Replace mocha-compat wherever you use mocha so they can be used side by side",
|
|
3
|
+
"version": "3.6.0",
|
|
4
|
+
"description": "This is a fork of mocha 3.5.3 to upgrade dependencies to retain support for Node >=0.8 and resolve npm audit issues. Replace mocha-compat wherever you use mocha so they can be used side by side",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mocha",
|
|
7
7
|
"test",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"npm": ">= 1.4.x"
|
|
300
300
|
},
|
|
301
301
|
"scripts": {
|
|
302
|
-
"lint": "
|
|
302
|
+
"lint": "",
|
|
303
303
|
"test": "make test && make clean",
|
|
304
304
|
"preversion": "make test && rm mocha.js && make mocha.js && git add mocha.js",
|
|
305
305
|
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
|
@@ -310,37 +310,36 @@
|
|
|
310
310
|
"debug": "^2.6.9",
|
|
311
311
|
"diff": "^3.5.0",
|
|
312
312
|
"escape-string-regexp": "1.0.5",
|
|
313
|
-
"glob": "^7.1.6",
|
|
314
|
-
"growl": "1.10.2",
|
|
315
313
|
"he": "^1.2.0",
|
|
316
314
|
"json3": "^3.3.2",
|
|
317
315
|
"lodash.create": "^3.1.1",
|
|
318
316
|
"mkdirp": "^0.5.5",
|
|
319
|
-
"
|
|
317
|
+
"mock-require-lazy": "^1.0.1",
|
|
318
|
+
"supports-color": "^3.1.2",
|
|
319
|
+
"fs.realpath": "^1.0.0",
|
|
320
|
+
"inherits": "2",
|
|
321
|
+
"minimatch": "^5.0.1",
|
|
322
|
+
"once": "^1.3.0"
|
|
320
323
|
},
|
|
321
324
|
"devDependencies": {
|
|
322
325
|
"@coderbyheart/karma-sauce-launcher": "git://github.com/coderbyheart/karma-sauce-launcher#5259942cd6d40090eaa13ceeef5b0b8738c7710f",
|
|
323
326
|
"assert": "^1.4.1",
|
|
324
327
|
"browserify": "^13.0.0",
|
|
325
328
|
"coffee-script": "^1.10.0",
|
|
326
|
-
"coveralls": "^
|
|
327
|
-
"cross-spawn": "^
|
|
328
|
-
"eslint": "^3.11.1",
|
|
329
|
-
"eslint-config-semistandard": "^7.0.0",
|
|
330
|
-
"eslint-config-standard": "^6.2.1",
|
|
331
|
-
"eslint-plugin-promise": "^3.4.0",
|
|
332
|
-
"eslint-plugin-standard": "2.0.1",
|
|
329
|
+
"coveralls": "^3.1.1",
|
|
330
|
+
"cross-spawn": "^7.0.6",
|
|
333
331
|
"expect.js": "^0.3.1",
|
|
334
|
-
"
|
|
335
|
-
"karma
|
|
336
|
-
"karma-
|
|
337
|
-
"karma-
|
|
338
|
-
"karma-
|
|
339
|
-
"karma-
|
|
340
|
-
"karma-
|
|
341
|
-
"
|
|
332
|
+
"globals": "^15.12.0",
|
|
333
|
+
"karma": "^6.4.4",
|
|
334
|
+
"karma-browserify": "^8.1.0",
|
|
335
|
+
"karma-chrome-launcher": "^3.2.0",
|
|
336
|
+
"karma-expect": "^1.1.3",
|
|
337
|
+
"karma-mocha": "^2.0.1",
|
|
338
|
+
"karma-phantomjs-launcher": "^1.0.4",
|
|
339
|
+
"karma-spec-reporter": "0.0.36",
|
|
340
|
+
"nyc": "^17.1.0",
|
|
342
341
|
"os-name": "^2.0.1",
|
|
343
|
-
"phantomjs": "1.
|
|
342
|
+
"phantomjs": "^2.1.7",
|
|
344
343
|
"readable-stream": "2.2.11",
|
|
345
344
|
"rimraf": "^2.5.2",
|
|
346
345
|
"should": "^9.0.2",
|