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.
88 lines
2.1 KiB
88 lines
2.1 KiB
7 years ago
|
{
|
||
|
"_from": "tap-parser@^7.0.0",
|
||
|
"_id": "tap-parser@7.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-05G8/LrzqOOFvZhhAk32wsGiPZ1lfUrl+iV7+OkKgfofZxiceZWMHkKmow71YsyVQ8IvGBP2EjcIjE5gL4l5lA==",
|
||
|
"_location": "/tap-parser",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "tap-parser@^7.0.0",
|
||
|
"name": "tap-parser",
|
||
|
"escapedName": "tap-parser",
|
||
|
"rawSpec": "^7.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^7.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/tap"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-7.0.0.tgz",
|
||
|
"_shasum": "54db35302fda2c2ccc21954ad3be22b2cba42721",
|
||
|
"_spec": "tap-parser@^7.0.0",
|
||
|
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bin": {
|
||
|
"tap-parser": "bin/cmd.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/substack/tap-parser/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"events-to-array": "^1.0.1",
|
||
|
"js-yaml": "^3.2.7",
|
||
|
"minipass": "^2.2.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "parse the test anything protocol",
|
||
|
"devDependencies": {
|
||
|
"glob": "^7.0.5",
|
||
|
"tap": "^10.3.3"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"bin/cmd.js",
|
||
|
"bin/usage.txt"
|
||
|
],
|
||
|
"homepage": "https://github.com/substack/tap-parser",
|
||
|
"keywords": [
|
||
|
"tap",
|
||
|
"test",
|
||
|
"parser"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "tap-parser",
|
||
|
"optionalDependencies": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/substack/tap-parser.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"postpublish": "git push origin --all; git push origin --tags",
|
||
|
"postversion": "npm publish",
|
||
|
"preversion": "npm test",
|
||
|
"regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap",
|
||
|
"test": "tap test/*.js --100 -J"
|
||
|
},
|
||
|
"testling": {
|
||
|
"files": "test/*.js",
|
||
|
"browsers": [
|
||
|
"ie/6..latest",
|
||
|
"chrome/10",
|
||
|
"chrome/latest",
|
||
|
"firefox/3.5",
|
||
|
"firefox/latest",
|
||
|
"opera/latest",
|
||
|
"safari/latest"
|
||
|
]
|
||
|
},
|
||
|
"version": "7.0.0"
|
||
|
}
|