-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.3 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
{
"name": "coverage-code-regex",
"version": "1.0.2",
"description": "Regular expression (regex) for matching ugly code that coverage tools add during the test process. Like this one `__cov_Ejgcx$XN18CSfmeWn$f7vQ.f['2']++;`",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
"test": "mocha",
"test-cov": "istanbul cover _mocha",
"test-travis": "istanbul cover _mocha --report lcovonly"
},
"author": {
"name": "Charlike Make Reagent",
"email": "[email protected]",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/regexps/coverage-code-regex.git"
},
"keywords": [
"code",
"codes",
"cov",
"coverage",
"coverages",
"coveralls",
"during",
"express",
"expression",
"expressions",
"function",
"functions",
"lib",
"lib-cov",
"match",
"matching",
"name",
"process",
"re",
"regex",
"regexp",
"regexps",
"regular",
"test",
"tests",
"ugly"
],
"license": {
"type": "MIT",
"url": "https://github.com/regexps/coverage-code-regex/blob/master/license.md"
},
"dependencies": {},
"devDependencies": {
"istanbul-harmony": "^0.3.1",
"mocha": "*",
"mocha-lcov-reporter": "^1.2.0"
}
}