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.
59 lines
1.7 KiB
59 lines
1.7 KiB
{
|
|
"_from": "events-to-array@^1.0.1",
|
|
"_id": "events-to-array@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LUH1Y+H+QA7Uli/hpNXGp1Od9/Y=",
|
|
"_location": "/events-to-array",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "events-to-array@^1.0.1",
|
|
"name": "events-to-array",
|
|
"escapedName": "events-to-array",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap-mocha-reporter/tap-parser",
|
|
"/tap-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz",
|
|
"_shasum": "2d41f563e1fe400ed4962fe1a4d5c6a7539df7f6",
|
|
"_spec": "events-to-array@^1.0.1",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap-mocha-reporter/node_modules/tap-parser",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/events-to-array/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Put a bunch of emitted events in an array, for testing.",
|
|
"devDependencies": {
|
|
"tap": "^10.3.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/isaacs/events-to-array",
|
|
"license": "ISC",
|
|
"main": "etoa.js",
|
|
"name": "events-to-array",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/events-to-array.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap test/*.js --100"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|
|
|