TLE2ToCZML/node_modules/julian/package.json

31 lines
630 B
JSON
Raw Normal View History

2024-02-22 11:07:01 +08:00
{
"name": "julian",
"version": "0.2.0",
"description": "Convert between Date object and Julian dates used in astronomy and history",
"main": "index.js",
"scripts": {
"test": "tap test"
},
"repository": {
"type": "git",
"url": "https://github.com/stevebest/julian.git"
},
"keywords": [
"julian",
"date",
"conversion",
"epoch",
"time",
"calendar",
"astronomy"
],
"author": "Stepan Stolyarov <stepan.stolyarov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevebest/julian-date/issues"
},
"devDependencies": {
"tap": "^10.3.0"
}
}