UNPKG

pray-calc

Version:

Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision

80 lines (79 loc) 1.6 kB
{ "name": "pray-calc", "version": "1.7.2", "description": "Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "methods.json", "README.md", "CHANGELOG.md", "calcTimes.js", "calcTimesAll.js", "getAngles.js", "getAsr.js", "getEarthSunDistance.js", "getMoon.js", "getMoonIllumination.js", "getMoonPhase.js", "getMoonPosition.js", "getMoonVisibility.js", "getMSC.js", "getQiyam.js", "getTimes.js", "getTimesAll.js" ], "scripts": { "test": "mocha test.js", "lint": "eslint .", "prepare": "npm test" }, "repository": { "type": "git", "url": "https://github.com/acamarata/pray-calc.git" }, "bugs": { "url": "https://github.com/acamarata/pray-calc/issues" }, "homepage": "https://github.com/acamarata/pray-calc#readme", "keywords": [ "prayer-times", "islamic-prayer-times", "adhan-times", "fajr", "dhuhr", "asr", "maghrib", "isha", "qiyam", "iqama", "sunrise", "sunset", "solar-position", "moon-phase", "moon-illumination", "hijri-calendar", "qibla", "shalat", "namaz", "javascript", "nodejs", "nrel-spa", "suncalc" ], "author": "Ali Camarata", "license": "MIT", "engines": { "node": ">=12" }, "dependencies": { "nrel-spa": "^1.3.0", "suncalc": "^1.9.0" }, "devDependencies": { "eslint": "^8.0.0", "mocha": "^10.8.2" } }