forked from enviPath/enviPy
Current Dev State
This commit is contained in:
70
static/js/ketcher2/node_modules/lcov-parse/package.json
generated
vendored
Normal file
70
static/js/ketcher2/node_modules/lcov-parse/package.json
generated
vendored
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "lcov-parse@0.0.10",
|
||||
"_id": "lcov-parse@0.0.10",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=",
|
||||
"_location": "/lcov-parse",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "lcov-parse@0.0.10",
|
||||
"name": "lcov-parse",
|
||||
"escapedName": "lcov-parse",
|
||||
"rawSpec": "0.0.10",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.10"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/coveralls"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.10.tgz",
|
||||
"_shasum": "1b0b8ff9ac9c7889250582b70b71315d9da6d9a3",
|
||||
"_spec": "lcov-parse@0.0.10",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/coveralls",
|
||||
"author": {
|
||||
"name": "Dav Glass",
|
||||
"email": "davglass@gmail.com"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"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": "0.0.10"
|
||||
}
|
||||
Reference in New Issue
Block a user