{ "name": "karma-coverage", "version": "2.0.3", "description": "A Karma plugin. Generate code coverage.", "main": "lib/index.js", "scripts": { "lint": "eslint **/*.js", "test": "grunt" }, "repository": { "type": "git", "url": "git://github.com/karma-runner/karma-coverage.git" }, "keywords": [ "karma-plugin", "karma-preprocessor", "karma-reporter", "coverage", "istanbul" ], "author": "SATO taichi ", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "istanbul-lib-instrument": "^4.0.1", "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.0.0", "minimatch": "^3.0.4" }, "license": "MIT", "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/travis-cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", "@semantic-release/npm": "7.0.5", "chai": "^4.2.0", "eslint": "^6.5.1", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "grunt": "^1.0.3", "grunt-bump": "^0.8.0", "grunt-cli": "^1.3.2", "grunt-conventional-changelog": "^6.1.0", "grunt-conventional-github-releaser": "^1.0.0", "grunt-karma": "^3.0.2", "grunt-npm": "^0.0.2", "grunt-simple-mocha": "^0.4.1", "husky": "^4.2.3", "ibrik": "^2.0.0", "karma": "^4.2.0", "karma-coffee-preprocessor": "1.x || ^0.3.0", "karma-firefox-launcher": "1.x || ^0.1.6", "karma-mocha": "1.x || ^0.2.0", "karma-requirejs": "1.x || ^0.2.2", "load-grunt-tasks": "^5.1.0", "mocha": "^6.0.2", "mocks": "0.0.15", "requirejs": "^2.1.20", "semantic-release": "17.0.4", "sinon": "^7.2.7", "sinon-chai": "^3.3.0" }, "engines": { "node": ">=10.0.0" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "contributors": [ "dignifiedquire ", "Friedel Ziegelmayer ", "Aymeric Beaumet ", "johnjbarton ", "Mark Ethan Trostler ", "Tim Kang ", "hicom150 ", "Nick Malaguti ", "Maksim Ryzhikov ", "Mark Trostler ", "nicojs ", "Tanguy Krotoff ", "Wei Kin Huang ", "Douglas Duteil ", "Matt Winchester ", "Julen Garcia Leunda ", "Allen Bierbaum ", "Michael Noack ", "Michael Stramel ", "Nick Matantsev ", "Petar Manev ", "Robin Böhm ", "Ron Derksen ", "Ruben Bridgewater ", "Sahat Yalkabov ", "Srinivas Dhanwada ", "Tanjo, Hiroyuki ", "Taylor Hakes ", "Taylor McGann ", "Timo Tijhof ", "Tom Kirkpatrick ", "Tyler Waters ", "Vincent Lemeunier ", "Yusuke Suzuki ", "aprooks ", "carlos ", "fbergr ", "piecyk ", "Adam Heath ", "terussell85 ", "Andrew Lane ", "Chris Gladd ", "Clayton Watts ", "Dan Watling ", "Diogo Nicoleti ", "Dmitry Petrov ", "Greg Varsanyi ", "Ian Rufus ", "James Talmage ", "Joseph Connolly ", "Joshua Appelman ", "Julie ", "Kyle Welsby ", "Lloyd Smith II ", "Maciej Rzepiński ", "Marceli.no ", "Matt Lewis " ] }