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.
112 lines
3.0 KiB
112 lines
3.0 KiB
{
|
|
"_from": "tap",
|
|
"_id": "tap@11.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-uQ4OJ+/2+KJU2Jotozsb35wQVhOweqKb14lz3Md6AZcsOhZ9kYkvxn6h+f1WusBnG/Uk5vBLWvQRb7lgr4Z7Wg==",
|
|
"_location": "/tap",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "tap",
|
|
"name": "tap",
|
|
"escapedName": "tap",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tap/-/tap-11.1.2.tgz",
|
|
"_shasum": "93d3c89b78b67ac659b58dd3f5db2df0445bfe2a",
|
|
"_spec": "tap",
|
|
"_where": "/home/orionstark/Documents/astronomy-algorithm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me"
|
|
},
|
|
"bin": {
|
|
"tap": "bin/run.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tapjs/node-tap/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bind-obj-methods": "^1.0.0",
|
|
"bluebird": "^3.5.1",
|
|
"clean-yaml-object": "^0.1.0",
|
|
"color-support": "^1.1.0",
|
|
"coveralls": "^2.13.3",
|
|
"foreground-child": "^1.3.3",
|
|
"fs-exists-cached": "^1.0.0",
|
|
"function-loop": "^1.0.1",
|
|
"glob": "^7.0.0",
|
|
"isexe": "^2.0.0",
|
|
"js-yaml": "^3.10.0",
|
|
"minipass": "^2.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"nyc": "^11.3.0",
|
|
"opener": "^1.4.1",
|
|
"os-homedir": "^1.0.2",
|
|
"own-or": "^1.0.0",
|
|
"own-or-env": "^1.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"signal-exit": "^3.0.0",
|
|
"source-map-support": "^0.4.18",
|
|
"stack-utils": "^1.0.0",
|
|
"tap-mocha-reporter": "^3.0.6",
|
|
"tap-parser": "^7.0.0",
|
|
"tmatch": "^3.1.0",
|
|
"trivial-deferred": "^1.0.1",
|
|
"tsame": "^1.1.2",
|
|
"write-file-atomic": "^2.3.0",
|
|
"yapool": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A Test-Anything-Protocol library",
|
|
"devDependencies": {
|
|
"standard": "^7.1.2",
|
|
"which": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"bin/*.js",
|
|
"bin/*.txt",
|
|
"lib/*.js"
|
|
],
|
|
"homepage": "http://node-tap.org/",
|
|
"keywords": [
|
|
"assert",
|
|
"tap",
|
|
"test",
|
|
"testing"
|
|
],
|
|
"license": "ISC",
|
|
"main": "lib/tap.js",
|
|
"name": "tap",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tapjs/node-tap.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"posttest": "standard lib test",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"regen-fixtures": "node scripts/generate-test-test.js test-legacy/test/*.js",
|
|
"smoke": "node bin/run.js --node-arg=test-legacy/test.js test-legacy/test/*.js -j2",
|
|
"snap": "TAP_SNAPSHOT=1 node bin/run.js test/*.js",
|
|
"t": "node bin/run.js test/*.* -sfails.txt",
|
|
"test": "node bin/run.js test/*.js --100 -J --nyc-arg=--include={lib,bin} -c",
|
|
"test-all": "node bin/run.js test/*.js test-legacy/*.js --100 -J --nyc-arg=--include={lib,bin}",
|
|
"test-legacy": "node bin/run.js test-legacy/*.* --coverage -t3600 --nyc-arg=--include={lib,bin}",
|
|
"unit": "bash scripts/unit.sh"
|
|
},
|
|
"version": "11.1.2"
|
|
}
|
|
|