mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-08 00:27:54 -05:00
The pip package was broken! I violated ancient software development wisdom: "If you haven't tested it, it doesn't work." It is now working in: https://pypi.org/project/astronomy-engine/2.0.15/ Version 2.0.15 of Astronomy Engine for Python (pip) and Node.js (npm) add support for the new SiderealTime function. This was previously an internal function, but now it is exposed for outside callers.
43 lines
919 B
JSON
43 lines
919 B
JSON
{
|
|
"name": "astronomy-engine",
|
|
"version": "2.0.15",
|
|
"description": "Astronomy calculation for Sun, Moon, and planets.",
|
|
"main": "./astronomy.js",
|
|
"module": "./esm/astronomy.js",
|
|
"typings": "./astronomy.d.ts",
|
|
"files": [
|
|
"esm/astronomy.js",
|
|
"astronomy.d.ts",
|
|
"astronomy.js",
|
|
"astronomy.min.js",
|
|
"astronomy.browser.js",
|
|
"astronomy.browser.min.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cosinekitty/astronomy.git"
|
|
},
|
|
"keywords": [
|
|
"astronomy",
|
|
"ephemeris",
|
|
"planet",
|
|
"sun",
|
|
"moon",
|
|
"solar",
|
|
"system",
|
|
"sunrise",
|
|
"sunset",
|
|
"equinox",
|
|
"solstice",
|
|
"constellation",
|
|
"orbit"
|
|
],
|
|
"author": "Donald Cross",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cosinekitty/astronomy/issues"
|
|
},
|
|
"homepage": "https://github.com/cosinekitty/astronomy#readme",
|
|
"sideEffects": false
|
|
}
|