forked from karma-runner/karma-junit-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.21 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
{
"name": "karma-junit-reporter",
"version": "2.0.1",
"description": "A Karma plugin. Report results in junit xml format.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-junit-reporter.git"
},
"keywords": [
"junit",
"karma-plugin",
"karma-reporter"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {
"path-is-absolute": "^1.0.0",
"xmlbuilder": "12.0.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"engines": {
"node": ">= 8"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.1",
"libxmljs": "^0.19.5",
"load-grunt-tasks": "^3.2.0",
"mocha": "^3.2.0",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"Vojta Jina <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"johnjbarton <[email protected]>",
"hicom150 <[email protected]>",
"Simen Bekkhus <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Floris Kraak <[email protected]>",
"Julen Garcia Leunda <[email protected]>",
"Janek Lasocki-Biczysko <[email protected]>",
"Craig Vermeer <[email protected]>",
"greenkeeperio-bot <[email protected]>",
"Larry Myers <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Martin Leonhartsberger <[email protected]>",
"Marvin Tam <[email protected]>",
"Matthias Oßwald <[email protected]>",
"Mike Ng <[email protected]>",
"Nikita Shirin <[email protected]>",
"Paweł Gesek <[email protected]>",
"Phillip Johnsen <[email protected]>",
"Rob Richardson <[email protected]>",
"Sylvain Hamel <[email protected]>",
"Trey Hyde <[email protected]>",
"Vladimir Alaev <[email protected]>",
"budde377 <[email protected]>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"mon.asuncion <[email protected]>",
"Adriaan Thomas <[email protected]>",
"sylvain-hamel <[email protected]>",
"Alex Alvarez <[email protected]>",
"Brian Donovan <[email protected]>",
"Brian Meneses <[email protected]>",
"Cesar Andreu <[email protected]>",
"Christian Svensson <[email protected]>",
"César Suárez Ortega <[email protected]>",
"David Pärsson <[email protected]>",
"Derek Schaller <[email protected]>",
"Janek Lasocki-Biczysko <[email protected]>",
"John Haugeland <[email protected]>",
"Jukka Paulin <[email protected]>",
"Kira Cheung <[email protected]>"
]
}