Sun calculation js library which is fully based on formula from http://aa.quae.nl/en/reken/zonpositie.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.8 KiB
70 lines
1.8 KiB
{
|
|
"_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/orionstark/Documents/astronomy-algorithm/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"
|
|
}
|
|
|