UNPKG

sun-horizon

Version:

Horizon profile and sun path form a lat lng point

49 lines (48 loc) 1.14 kB
{ "name": "sun-horizon", "version": "1.1.4", "description": "Horizon profile and sun path form a lat lng point", "homepage": "https://github.com/Jeremy38100/sun-horizon", "repository": { "type": "git", "url": "https://github.com/Jeremy38100/sun-horizon" }, "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "mocha --timeout 30000 -r ts-node/register test/index.test.ts" }, "keywords": [ "horizon", "sun", "hgt", "srtm", "elevation", "altitude", "promise", "async" ], "author": "Jerem38100", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.6", "@types/express": "^4.17.2", "@types/mocha": "^5.2.7", "@types/node": "^12.12.14", "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^6.2.2", "ts-node": "^8.5.4", "ts-node-dev": "^1.0.0-pre.44", "typescript": "^3.7.3" }, "dependencies": { "find-remove": "^2.0.0", "folder-size": "^0.1.0", "fs": "0.0.1-security", "geo-point": "^1.2.1", "node-hgt": "^1.2.3" } }