mocha-compat 3.6.3 → 3.6.5

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-compat",
3
- "version": "3.6.3",
3
+ "version": "3.6.5",
4
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",
@@ -288,11 +288,17 @@
288
288
  "license": "MIT",
289
289
  "repository": {
290
290
  "type": "git",
291
- "url": "https://github.com/mochajs/mocha.git"
291
+ "url": "git+https://github.com/kmalakoff/mocha-compat.git"
292
292
  },
293
+ "bugs": {
294
+ "url": "https://github.com/kmalakoff/mocha-compat/issues"
295
+ },
296
+ "homepage": "https://github.com/kmalakoff/mocha-compat#readme",
293
297
  "bin": {
294
- "mocha-compat": "./bin/mocha-compat",
295
- "_mocha-compat": "./bin/_mocha-compat"
298
+ "mocha-compat-3": "bin/mocha-compat",
299
+ "_mocha-compat-3": "bin/_mocha-compat",
300
+ "mocha-compat": "bin/mocha-compat",
301
+ "_mocha-compat": "bin/_mocha-compat"
296
302
  },
297
303
  "engines": {
298
304
  "node": ">= 0.10.x",
@@ -301,7 +307,8 @@
301
307
  "scripts": {
302
308
  "lint": "",
303
309
  "test": "make test && make clean",
304
- "preversion": "make test && rm mocha.js && make mocha.js && git add mocha.js",
310
+ "prepublishOnly": "node scripts/require-support-branch.js",
311
+ "preversion": "rm mocha.js && make mocha.js && git add mocha.js",
305
312
  "coveralls": "nyc report --reporter=text-lcov | coveralls"
306
313
  },
307
314
  "dependencies": {
@@ -315,7 +322,7 @@
315
322
  "inherits": "2",
316
323
  "is-absolute": "^1.0.0",
317
324
  "json3": "^3.3.2",
318
- "lodash.create": "^3.1.1",
325
+ "lodash.create": "^4.2.0",
319
326
  "minimatch": "^3.1.2",
320
327
  "mkdirp": "^0.5.5",
321
328
  "once": "^1.3.0",
@@ -330,7 +337,6 @@
330
337
  "coveralls": "^3.1.1",
331
338
  "cross-spawn": "^5.1.0",
332
339
  "expect.js": "^0.3.1",
333
- "globals": "^15.12.0",
334
340
  "karma": "^6.4.4",
335
341
  "karma-browserify": "^8.1.0",
336
342
  "karma-chrome-launcher": "^3.2.0",
@@ -350,15 +356,14 @@
350
356
  },
351
357
  "files": [
352
358
  "bin",
353
- "images",
354
- "lib",
359
+ "lib/**/*.{js,html,json}",
360
+ "lib/**/LICENSE",
355
361
  "vendor",
356
362
  "index.js",
357
363
  "mocha.css",
358
364
  "mocha.js",
359
365
  "browser-entry.js",
360
- "LICENSE",
361
- "bower.json"
366
+ "LICENSE"
362
367
  ],
363
368
  "browser": {
364
369
  "debug": "./lib/browser/debug.js",
@@ -370,6 +375,5 @@
370
375
  "path": false,
371
376
  "supports-color": false
372
377
  },
373
- "homepage": "https://mochajs.org",
374
378
  "logo": "https://cldup.com/S9uQ-cOLYz.svg"
375
379
  }
package/bower.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "name": "mocha",
3
- "homepage": "https://mochajs.org",
4
- "description": "simple, flexible, fun test framework",
5
- "repository": {
6
- "type": "git",
7
- "url": "git://github.com/mochajs/mocha.git"
8
- },
9
- "main": [
10
- "mocha.js",
11
- "mocha.css"
12
- ],
13
- "ignore": [
14
- "bin",
15
- "editors",
16
- "images",
17
- "lib",
18
- "scripts",
19
- "test",
20
- "assets",
21
- "media",
22
- ".*",
23
- "index.js",
24
- "karma.conf.js",
25
- "browser-entry.js",
26
- "Makefile",
27
- "package.json",
28
- "appveyor.yml"
29
- ],
30
- "keywords": [
31
- "mocha",
32
- "test",
33
- "bdd",
34
- "tdd",
35
- "tap"
36
- ],
37
- "license": "MIT"
38
- }
package/images/error.png DELETED
Binary file
package/images/ok.png DELETED
Binary file
@@ -1,4 +0,0 @@
1
- env:
2
- node: false
3
- browser: false
4
- commonjs: true