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.
 

76 lines
2.0 KiB

{
"_from": "tap-mocha-reporter@^3.0.6",
"_id": "tap-mocha-reporter@3.0.6",
"_inBundle": false,
"_integrity": "sha512-UImgw3etckDQCoqZIAIKcQDt0w1JLVs3v0yxLlmwvGLZl6MGFxF7JME5PElXjAoDklVDU42P3vVu5jgr37P4Yg==",
"_location": "/tap-mocha-reporter",
"_phantomChildren": {
"events-to-array": "1.1.2",
"js-yaml": "3.11.0",
"readable-stream": "2.3.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap-mocha-reporter@^3.0.6",
"name": "tap-mocha-reporter",
"escapedName": "tap-mocha-reporter",
"rawSpec": "^3.0.6",
"saveSpec": null,
"fetchSpec": "^3.0.6"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/tap-mocha-reporter/-/tap-mocha-reporter-3.0.6.tgz",
"_shasum": "12abe97ff409a5a6ecc3d70b6dba34d82184a770",
"_spec": "tap-mocha-reporter@^3.0.6",
"_where": "/home/orionstark/Documents/astronomy-algorithm/node_modules/tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"tap-mocha-reporter": "index.js"
},
"bugs": {
"url": "https://github.com/isaacs/tap-mocha-reporter/issues"
},
"bundleDependencies": false,
"dependencies": {
"color-support": "^1.1.0",
"debug": "^2.1.3",
"diff": "^1.3.2",
"escape-string-regexp": "^1.0.3",
"glob": "^7.0.5",
"js-yaml": "^3.3.1",
"readable-stream": "^2.1.5",
"tap-parser": "^5.1.0",
"unicode-length": "^1.0.0"
},
"deprecated": false,
"description": "Format a TAP stream using Mocha's set of reporters",
"devDependencies": {
"tap": "^6.2.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/isaacs/tap-mocha-reporter",
"license": "ISC",
"main": "index.js",
"name": "tap-mocha-reporter",
"optionalDependencies": {
"readable-stream": "^2.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/tap-mocha-reporter.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.0.6"
}