@robireton/delta-t
Version:
ES6 module to compute estimates of ΔT — the difference between local/civil time and uniform/dynamical time
29 lines (28 loc) • 682 B
JSON
{
"name": "@robireton/delta-t",
"version": "1.1.0",
"description": "ES6 module to compute estimates of ΔT — the difference between local/civil time and uniform/dynamical time",
"type": "module",
"engines": {
"node": ">=13.2.0"
},
"main": "delta-t.js",
"scripts": {
"test": "node tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robireton/delta-t.git"
},
"keywords": [
"astronomy",
"meeus",
"time"
],
"author": "Rob Ireton <rob@ireton.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robireton/delta-t/issues"
},
"homepage": "https://github.com/robireton/delta-t#readme"
}