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.
49 lines
1.3 KiB
49 lines
1.3 KiB
{
|
|
"_from": "own-or@^1.0.0",
|
|
"_id": "own-or@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Tod/vtqaLsgAD7wLyuOWRe6L+Nw=",
|
|
"_location": "/own-or",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "own-or@^1.0.0",
|
|
"name": "own-or",
|
|
"escapedName": "own-or",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/own-or-env",
|
|
"/tap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/own-or/-/own-or-1.0.0.tgz",
|
|
"_shasum": "4e877fbeda9a2ec8000fbc0bcae39645ee8bf8dc",
|
|
"_spec": "own-or@^1.0.0",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/own-or/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Either use the object's own property, or a fallback",
|
|
"homepage": "https://github.com/isaacs/own-or#readme",
|
|
"license": "ISC",
|
|
"main": "own-or.js",
|
|
"name": "own-or",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/own-or.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|