blob: a02dd85cb2d02682b1b2dbc3939f7ac70afd8958 [file]
{
"name": "karma-coverage",
"version": "2.2.1",
"description": "A Karma plugin. Generate code coverage.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint **/*.js",
"test": "mocha",
"update-contributors": "grunt contributors",
"examples": "grunt karma",
"semantic-release": "semantic-release",
"release": "npm run update-contributors && semantic-release",
"commitlint": "commitlint"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-coverage.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"karma-reporter",
"coverage",
"istanbul"
],
"author": "SATO taichi <[email protected]>",
"dependencies": {
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-instrument": "^5.1.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.0.5",
"minimatch": "^3.0.4"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^8.3.6",
"@commitlint/config-conventional": "^8.3.6",
"@commitlint/travis-cli": "^8.3.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.5",
"chai": "^4.3.4",
"coffeescript": "^2.6.1",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-karma": "^3.0.2",
"grunt-npm": "^0.0.2",
"husky": "^4.3.8",
"ibrik": "^2.0.0",
"karma": "^4.2.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-firefox-launcher": "1.x || ^0.1.6",
"karma-mocha": "^2.0.1",
"karma-requirejs": "1.x || ^0.2.2",
"mocha": "^7.2.0",
"mocks": "0.0.15",
"requirejs": "^2.1.20",
"semantic-release": "^17.0.1",
"sinon": "^7.2.7",
"sinon-chai": "^3.7.0"
},
"engines": {
"node": ">=10.0.0"
},
"mocha": {
"ui": "bdd",
"require": [
"test/mocha-globals.js"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"contributors": [
"dignifiedquire <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Aymeric Beaumet <[email protected]>",
"Anton <[email protected]>",
"johnjbarton <[email protected]>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"Jonathan Ginsburg <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Tim Kang <[email protected]>",
"hicom150 <[email protected]>",
"semantic-release-bot <[email protected]>",
"Anton Shchekota <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Nick Malaguti <[email protected]>",
"Mark Trostler <[email protected]>",
"nicojs <[email protected]>",
"Allen Bierbaum <[email protected]>",
"Douglas Duteil <[email protected]>",
"Julen Garcia Leunda <[email protected]>",
"Matt Winchester <[email protected]>",
"Srinivas Dhanwada <[email protected]>",
"Tanguy Krotoff <[email protected]>",
"Wei Kin Huang <[email protected]>",
"Yaroslav Admin <[email protected]>",
"Adam Heath <[email protected]>",
"Andrew Lane <[email protected]>",
"Chris Gladd <[email protected]>",
"Clayton Watts <[email protected]>",
"Dan Watling <[email protected]>",
"Darryl Pogue <[email protected]>",
"Diogo Nicoleti <[email protected]>",
"Dmitry Petrov <[email protected]>",
"Francesco Borz\u00ec <[email protected]>",
"Greg Varsanyi <[email protected]>",
"Ian Rufus <[email protected]>",
"James Talmage <[email protected]>",
"Joseph Connolly <[email protected]>",
"Joshua Appelman <[email protected]>",
"Julie <[email protected]>",
"Kyle Welsby <[email protected]>",
"Lloyd Smith II <[email protected]>",
"Maciej Rzepin\u0301ski <[email protected]>",
"Marceli.no <[email protected]>",
"Matt Lewis <[email protected]>",
"Michael Noack <[email protected]>",
"Michael Stramel <[email protected]>",
"Nick Matantsev <[email protected]>",
"Petar Manev <[email protected]>",
"Robin B\u00f6hm <[email protected]>",
"Ron Derksen <[email protected]>",
"Ruben Bridgewater <[email protected]>",
"Sahat Yalkabov <[email protected]>",
"Tanjo, Hiroyuki <[email protected]>",
"Taylor Hakes <[email protected]>",
"Taylor McGann <[email protected]>",
"Tim van der Lippe <[email protected]>",
"Timo Tijhof <[email protected]>",
"Tom Kirkpatrick <[email protected]>",
"Tyler Waters <[email protected]>",
"Vincent Lemeunier <[email protected]>",
"Yusuke Suzuki <[email protected]>",
"abbr <[email protected]>",
"aprooks <[email protected]>",
"carlos <[email protected]>",
"fbergr <[email protected]>",
"piecyk <[email protected]>",
"terussell85 <[email protected]>"
]
}