UNPKG

magvar

Version:

Calculates magnetic variation at a specified location based upon the World Magnetic Model 2025-2030.

40 lines (39 loc) 897 B
{ "name": "magvar", "version": "2.0.0", "description": "Calculates magnetic variation at a specified location based upon the World Magnetic Model 2025-2030.", "author": { "name": "Darren Yeates", "email": "apps@sensorworks.co.uk" }, "license": "MIT", "licenseFilename": "LICENSE", "main": "src/magvar.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/dpyeates/magvar.git", "baseUrl": "https://github.com/dpyeates/magvar" }, "keywords": [ "magvar", "magnetic variation", "world magnetic model", "noaa", "wmm", "wmm 2025" ], "bugs": { "url": "https://github.com/dpyeates/magvar/issues" }, "homepage": "https://github.com/dpyeates/magvar#readme", "devDependencies": { "jest": "^26.1.0" }, "jest": { "verbose": true, "testEnvironment": "node" } }