Initial commit
This commit is contained in:
+94
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"lcov-parse@0.0.10",
|
||||
"/home/xor/shared_vm/git/node-sunwell/node_modules/coveralls"
|
||||
]
|
||||
],
|
||||
"_from": "lcov-parse@0.0.10",
|
||||
"_id": "lcov-parse@0.0.10",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/lcov-parse",
|
||||
"_nodeVersion": "0.12.4",
|
||||
"_npmUser": {
|
||||
"email": "davglass@gmail.com",
|
||||
"name": "davglass"
|
||||
},
|
||||
"_npmVersion": "2.10.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "lcov-parse",
|
||||
"raw": "lcov-parse@0.0.10",
|
||||
"rawSpec": "0.0.10",
|
||||
"scope": null,
|
||||
"spec": "0.0.10",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/coveralls"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.10.tgz",
|
||||
"_shasum": "1b0b8ff9ac9c7889250582b70b71315d9da6d9a3",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "lcov-parse@0.0.10",
|
||||
"_where": "/home/xor/shared_vm/git/node-sunwell/node_modules/coveralls",
|
||||
"author": {
|
||||
"email": "davglass@gmail.com",
|
||||
"name": "Dav Glass"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/davglass/lcov-parse/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alan Gutierrez",
|
||||
"email": "alan@prettyrobots.com"
|
||||
},
|
||||
{
|
||||
"name": "Gerard Escalante",
|
||||
"email": "gerard@saygo.ca"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Parse lcov results files and return JSON",
|
||||
"devDependencies": {
|
||||
"istanbul": "^0.2.10",
|
||||
"jshint": "^2.5.1",
|
||||
"vows": "*",
|
||||
"yui-lint": "~0.1.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "1b0b8ff9ac9c7889250582b70b71315d9da6d9a3",
|
||||
"tarball": "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.10.tgz"
|
||||
},
|
||||
"gitHead": "aee8d290e66440046fc9aebbc704f68a9d8e1b98",
|
||||
"homepage": "https://github.com/davglass/lcov-parse#readme",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "./lib/index",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "davglass",
|
||||
"email": "davglass@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "lcov-parse",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"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": [
|
||||
"coverage",
|
||||
"json",
|
||||
"lcov",
|
||||
"parser"
|
||||
],
|
||||
"version": "0.0.10"
|
||||
}
|
||||
Reference in New Issue
Block a user