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.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"_from": "tsame@^1.1.2",
|
|
"_id": "tsame@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ovCs24PGjmByVPr9tSIOs/yjUX9sJl0grEmOsj9dZA/UknQkgPOKcUqM84aSCvt9awHuhc/boMzTg3BHFalxWw==",
|
|
"_location": "/tsame",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tsame@^1.1.2",
|
|
"name": "tsame",
|
|
"escapedName": "tsame",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tsame/-/tsame-1.1.2.tgz",
|
|
"_shasum": "5ce0002acf685942789c63018797a2aa5e6b03c5",
|
|
"_spec": "tsame@^1.1.2",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap",
|
|
"bugs": {
|
|
"url": "https://github.com/tapjs/tsame/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "the logic behind tap's t.same() and t.strictSame()",
|
|
"devDependencies": {
|
|
"tap": "^10.4.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/tapjs/tsame#readme",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "tsame",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tapjs/tsame.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap -J --100 test"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|
|
|