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.
52 lines
1.5 KiB
52 lines
1.5 KiB
{
|
|
"_from": "function-loop@^1.0.1",
|
|
"_id": "function-loop@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-gHa7MF6OajzO7ikgdl8zDRkPNAw=",
|
|
"_location": "/function-loop",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "function-loop@^1.0.1",
|
|
"name": "function-loop",
|
|
"escapedName": "function-loop",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/function-loop/-/function-loop-1.0.1.tgz",
|
|
"_shasum": "8076bb305e8e6a3cceee2920765f330d190f340c",
|
|
"_spec": "function-loop@^1.0.1",
|
|
"_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/function-loop/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Run a list of functions in order in a given object context. The functions can be callback-taking or promise-returning.",
|
|
"devDependencies": {
|
|
"tap": "^9.0.3"
|
|
},
|
|
"homepage": "https://github.com/isaacs/function-loop#readme",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "function-loop",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/function-loop.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test.js --100"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|