UNPKG

mocha-eslint

Version:
40 lines (39 loc) 788 B
{ "name": "mocha-eslint", "version": "7.0.0", "description": "run ESLint as mocha tests", "main": "index.js", "engines": { "node": "^10.12.0 || >=12.0.0" }, "scripts": { "test": "node tests/runner" }, "keywords": [ "mocha", "eslint", "mochaplugin" ], "author": "Ian VanSchooten", "license": "MIT", "dependencies": { "chalk": "^2.4.2", "eslint": "^7.0.0", "glob-all": "^3.2.1", "replaceall": "^0.1.6" }, "devDependencies": { "mocha": "^8.2.1" }, "repository": { "type": "git", "url": "git://github.com/BadgeLabs/mocha-eslint.git" }, "bugs": { "url": "https://github.com/BadgeLabs/mocha-eslint/issues" }, "homepage": "https://github.com/BadgeLabs/mocha-eslint", "files": [ "index.js" ] }