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.
 

54 lines
1.5 KiB

{
"_from": "tmatch@^3.1.0",
"_id": "tmatch@3.1.0",
"_inBundle": false,
"_integrity": "sha512-W3MSATOCN4pVu2qFxmJLIArSifeSOFqnfx9hiUaVgOmeRoI2NbU7RNga+6G+L8ojlFeQge+ZPCclWyUpQ8UeNQ==",
"_location": "/tmatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tmatch@^3.1.0",
"name": "tmatch",
"escapedName": "tmatch",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/tmatch/-/tmatch-3.1.0.tgz",
"_shasum": "701264fd7582d0144a80c85af3358cca269c71e3",
"_spec": "tmatch@^3.1.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/tmatch/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "This module exists to facilitate the `t.match()` method in [`tap`](http://npm.im/tap).",
"devDependencies": {
"tap": "^10.4.0"
},
"homepage": "https://github.com/isaacs/tmatch#readme",
"license": "ISC",
"main": "index.js",
"name": "tmatch",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/tmatch.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap --100 test/*.js -J"
},
"version": "3.1.0"
}