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.

58 lines
1.6 KiB

7 years ago
{
"_from": "own-or-env@^1.0.0",
"_id": "own-or-env@1.0.1",
"_inBundle": false,
"_integrity": "sha512-y8qULRbRAlL6x2+M0vIe7jJbJx/kmUTzYonRAa2ayesR2qWLswninkVyeJe4x3IEXhdgoNodzjQRKAoEs6Fmrw==",
"_location": "/own-or-env",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "own-or-env@^1.0.0",
"name": "own-or-env",
"escapedName": "own-or-env",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/own-or-env/-/own-or-env-1.0.1.tgz",
"_shasum": "54ce601d3bf78236c5c65633aa1c8ec03f8007e4",
"_spec": "own-or-env@^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-env/issues"
},
"bundleDependencies": false,
"dependencies": {
"own-or": "^1.0.0"
},
"deprecated": false,
"description": "Use an objects own property, or an environment variable. Optionally treat as a boolean if the env should be set to 1 or 0.",
"devDependencies": {
"tap": "^11.1.0"
},
"homepage": "https://github.com/isaacs/own-or-env#readme",
"license": "ISC",
"main": "own-or-env.js",
"name": "own-or-env",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/own-or-env.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test.js --100"
},
"version": "1.0.1"
}