source: trip-planner-front/node_modules/karma-coverage/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 4.6 KB
Line 
1{
2 "name": "karma-coverage",
3 "version": "2.0.3",
4 "description": "A Karma plugin. Generate code coverage.",
5 "main": "lib/index.js",
6 "scripts": {
7 "lint": "eslint **/*.js",
8 "test": "grunt"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/karma-runner/karma-coverage.git"
13 },
14 "keywords": [
15 "karma-plugin",
16 "karma-preprocessor",
17 "karma-reporter",
18 "coverage",
19 "istanbul"
20 ],
21 "author": "SATO taichi <ryushi@gmail.com>",
22 "dependencies": {
23 "istanbul-lib-coverage": "^3.0.0",
24 "istanbul-lib-instrument": "^4.0.1",
25 "istanbul-lib-report": "^3.0.0",
26 "istanbul-lib-source-maps": "^4.0.0",
27 "istanbul-reports": "^3.0.0",
28 "minimatch": "^3.0.4"
29 },
30 "license": "MIT",
31 "devDependencies": {
32 "@commitlint/cli": "^8.3.5",
33 "@commitlint/travis-cli": "^8.3.5",
34 "@commitlint/config-conventional": "^8.3.4",
35 "@semantic-release/changelog": "5.0.1",
36 "@semantic-release/git": "9.0.0",
37 "@semantic-release/npm": "7.0.5",
38 "chai": "^4.2.0",
39 "eslint": "^6.5.1",
40 "eslint-config-standard": "^14.1.0",
41 "eslint-plugin-import": "^2.18.2",
42 "eslint-plugin-node": "^10.0.0",
43 "eslint-plugin-promise": "^4.2.1",
44 "eslint-plugin-standard": "^4.0.1",
45 "grunt": "^1.0.3",
46 "grunt-bump": "^0.8.0",
47 "grunt-cli": "^1.3.2",
48 "grunt-conventional-changelog": "^6.1.0",
49 "grunt-conventional-github-releaser": "^1.0.0",
50 "grunt-karma": "^3.0.2",
51 "grunt-npm": "^0.0.2",
52 "grunt-simple-mocha": "^0.4.1",
53 "husky": "^4.2.3",
54 "ibrik": "^2.0.0",
55 "karma": "^4.2.0",
56 "karma-coffee-preprocessor": "1.x || ^0.3.0",
57 "karma-firefox-launcher": "1.x || ^0.1.6",
58 "karma-mocha": "1.x || ^0.2.0",
59 "karma-requirejs": "1.x || ^0.2.2",
60 "load-grunt-tasks": "^5.1.0",
61 "mocha": "^6.0.2",
62 "mocks": "0.0.15",
63 "requirejs": "^2.1.20",
64 "semantic-release": "17.0.4",
65 "sinon": "^7.2.7",
66 "sinon-chai": "^3.3.0"
67 },
68 "engines": {
69 "node": ">=10.0.0"
70 },
71 "commitlint": {
72 "extends": [
73 "@commitlint/config-conventional"
74 ]
75 },
76 "husky": {
77 "hooks": {
78 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
79 }
80 },
81 "contributors": [
82 "dignifiedquire <dignifiedquire@gmail.com>",
83 "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
84 "Aymeric Beaumet <aymeric@beaumet.me>",
85 "johnjbarton <johnjbarton@johnjbarton.com>",
86 "Mark Ethan Trostler <mark@zzo.com>",
87 "Tim Kang <timkang@ucla.edu>",
88 "hicom150 <hicom150@gmail.com>",
89 "Nick Malaguti <nmalaguti@palantir.com>",
90 "Maksim Ryzhikov <rv.maksim@gmail.com>",
91 "Mark Trostler <mark@zzo.com>",
92 "nicojs <jansennico@gmail.com>",
93 "Tanguy Krotoff <tkrotoff@gmail.com>",
94 "Wei Kin Huang <weikin.huang04@gmail.com>",
95 "Douglas Duteil <douglasduteil@gmail.com>",
96 "Matt Winchester <m_winche@yahoo.com>",
97 "Julen Garcia Leunda <hicom150@gmail.com>",
98 "Allen Bierbaum <abierbaum@gmail.com>",
99 "Michael Noack <michael.noack@sealink.com.au>",
100 "Michael Stramel <m.stramel89@gmail.com>",
101 "Nick Matantsev <nick.matantsev@gmail.com>",
102 "Petar Manev <petar.manev2010@gmail.com>",
103 "Robin Böhm <robinboehm@googlemail.com>",
104 "Ron Derksen <ron.derksen@informaat.nl>",
105 "Ruben Bridgewater <ruben.bridgewater@fintura.de>",
106 "Sahat Yalkabov <sakhat@gmail.com>",
107 "Srinivas Dhanwada <dhanwada.dev@gmail.com>",
108 "Tanjo, Hiroyuki <expheno@gmail.com>",
109 "Taylor Hakes <taylor@taylorhakes.com>",
110 "Taylor McGann <tmcgann@users.noreply.github.com>",
111 "Timo Tijhof <krinklemail@gmail.com>",
112 "Tom Kirkpatrick <tom@systemseed.com>",
113 "Tyler Waters <tyler.waters@gmail.com>",
114 "Vincent Lemeunier <vincent.lemeunier+git@gmail.com>",
115 "Yusuke Suzuki <utatane.tea@gmail.com>",
116 "aprooks <alexander.prooks@gmail.com>",
117 "carlos <cafesanu@gmail.com>",
118 "fbergr <fbergr@gmail.com>",
119 "piecyk <piecyk@gmail.com>",
120 "Adam Heath <adam-h@users.noreply.github.com>",
121 "terussell85 <terussell85@gmail.com>",
122 "Andrew Lane <AndrewLane@users.noreply.github.com>",
123 "Chris Gladd <chris.m.gladd@gmail.com>",
124 "Clayton Watts <cletusw@gmail.com>",
125 "Dan Watling <dan@synaptik.com>",
126 "Diogo Nicoleti <diogo.nicoleti@gmail.com>",
127 "Dmitry Petrov <dpetroff@gmail.com>",
128 "Greg Varsanyi <gvarsanyi@gmail.com>",
129 "Ian Rufus <ian.j.rufus@gmail.com>",
130 "James Talmage <james@talmage.io>",
131 "Joseph Connolly <joec@avinetworks.com>",
132 "Joshua Appelman <jappelman@xebia.com>",
133 "Julie <ju.ralph@gmail.com>",
134 "Kyle Welsby <kyle@mekyle.com>",
135 "Lloyd Smith II <lloyd@trove.com>",
136 "Maciej Rzepiński <maciej.rzepinski@gmail.com>",
137 "Marceli.no <me@marceli.no>",
138 "Matt Lewis <matthew.lewis@socialsignin.co.uk>"
139 ]
140}
Note: See TracBrowser for help on using the repository browser.