lcov-parse
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -24,3 +24,3 @@ /* | ||
case 'SF': | ||
item.file = parts[1].trim(); | ||
item.file = parts.slice(1).join(':').trim(); | ||
break; | ||
@@ -27,0 +27,0 @@ case 'FNF': |
{ | ||
"name": "lcov-parse", | ||
"description": "Parse lcov results files and return JSON", | ||
"version": "0.0.5", | ||
"author": "Dav Glass <davglass@gmail.com>", | ||
"bugs": { "url" : "http://github.com/davglass/lcov-parse/issues" }, | ||
"main": "./lib/index", | ||
"tags": [ | ||
"lcov", | ||
"json", | ||
"coverage", | ||
"parser" | ||
], | ||
"devDependencies": { | ||
"yui-lint": "~0.1.1", | ||
"jshint": "~0.9.0", | ||
"istanbul": "~0.1.8", | ||
"vows": "*" | ||
}, | ||
"scripts": { | ||
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/", | ||
"test": "istanbul cover --print both vows -- --spec ./tests/*.js" | ||
}, | ||
"licenses":[ | ||
{ | ||
"type" : "BSD" | ||
} | ||
], | ||
"repository": { | ||
"type":"git", | ||
"url":"http://github.com/davglass/lcov-parse.git" | ||
"name": "lcov-parse", | ||
"description": "Parse lcov results files and return JSON", | ||
"version": "0.0.6", | ||
"author": "Dav Glass <davglass@gmail.com>", | ||
"contributors": [ | ||
"Alan Gutierrez <alan@prettyrobots.com>", | ||
"Gerard Escalante <gerard@saygo.ca>" | ||
], | ||
"bugs": { | ||
"url": "http://github.com/davglass/lcov-parse/issues" | ||
}, | ||
"main": "./lib/index", | ||
"tags": [ | ||
"lcov", | ||
"json", | ||
"coverage", | ||
"parser" | ||
], | ||
"devDependencies": { | ||
"yui-lint": "~0.1.1", | ||
"jshint": "~0.9.0", | ||
"istanbul": "~0.1.8", | ||
"vows": "*" | ||
}, | ||
"scripts": { | ||
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/", | ||
"test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "BSD" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/davglass/lcov-parse.git" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16877