package.json
1.96 KB
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
{
"_from": "lcov-parse@^1.0.0",
"_id": "lcov-parse@1.0.0",
"_inBundle": false,
"_integrity": "sha1-6w1GtUER68VhrLTECO+TY73I9+A=",
"_location": "/lcov-parse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lcov-parse@^1.0.0",
"name": "lcov-parse",
"escapedName": "lcov-parse",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/coveralls"
],
"_resolved": "https://registry.npm.taobao.org/lcov-parse/download/lcov-parse-1.0.0.tgz",
"_shasum": "eb0d46b54111ebc561acb4c408ef9363bdc8f7e0",
"_spec": "lcov-parse@^1.0.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\coveralls",
"author": {
"name": "Dav Glass",
"email": "davglass@gmail.com"
},
"bin": {
"lcov-parse": "bin/cli.js"
},
"bugs": {
"url": "http://github.com/davglass/lcov-parse/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alan Gutierrez",
"email": "alan@prettyrobots.com"
},
{
"name": "Gerard Escalante",
"email": "gerard@saygo.ca"
},
{
"name": "Daniel Howe",
"email": "dhowe@swipeclock.com"
}
],
"deprecated": false,
"description": "Parse lcov results files and return JSON",
"devDependencies": {
"istanbul": "^0.2.10",
"jshint": "^2.5.1",
"vows": "*",
"yui-lint": "~0.1.1"
},
"homepage": "https://github.com/davglass/lcov-parse#readme",
"license": "BSD-3-Clause",
"main": "./lib/index",
"name": "lcov-parse",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/davglass/lcov-parse.git"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
"test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
},
"tags": [
"lcov",
"json",
"coverage",
"parser"
],
"version": "1.0.0"
}