-
Notifications
You must be signed in to change notification settings - Fork 247
/
package.json
157 lines (157 loc) · 5.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "karma-coverage",
"version": "2.0.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ì <[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 Rzepiński <[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öhm <[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]>"
]
}