{ "name": "mocha-junit-reporter", "version": "2.2.1", "description": "A JUnit reporter for mocha.", "main": "index.js", "scripts": { "ci": "npm run lint && npm run test", "lint": "./node_modules/.bin/eslint '*.js' 'test/**/*.js'", "test": "MOCHA_FILE=test/mocha.xml node_modules/.bin/mocha test --reporter=spec", "tdd": "MOCHA_FILE=test/mocha.xml node_modules/.bin/mocha test --reporter=min --watch" }, "repository": { "type": "git", "url": "https://github.com/michaelleeallen/mocha-junit-reporter" }, "keywords": [ "mocha", "junit", "reporter" ], "author": { "name": "Michael Allen", "email": "michael.lee.allen@gmail.com" }, "license": "MIT", "devDependencies": { "@sinonjs/fake-timers": "^6.0.1", "chai": "^3.0.0", "chai-xml": "^0.3.0", "eslint": "^7.0.0", "mocha": "^9.1.2", "mocha2": "npm:mocha@2.2.5", "mocha3": "npm:mocha@^3.0.0", "mocha4": "npm:mocha@^4.0.0", "mocha5": "npm:mocha@^5.0.0", "mocha6": "npm:mocha@^6.0.0", "mocha7": "npm:mocha@^7.2.0", "mocha8": "npm:mocha@^8.4.0", "mocha9": "npm:mocha@^9.1.2", "rimraf": "^3.0.2", "test-console": "^1.0.0", "xmllint": "^0.1.1" }, "dependencies": { "debug": "^4.3.4", "md5": "^2.3.0", "mkdirp": "^3.0.0", "strip-ansi": "^6.0.1", "xml": "^1.0.1" }, "peerDependencies": { "mocha": ">=2.2.5" } }