mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-27 09:39:48 -05:00
These security updates do not affect users of Astronomy Engine. They were flagged by Dependabot on GitHub to the steps I use for building the TypeScript/JavaScript versions of Astronomy Engine. The resulting code does not have any external dependencies that need to be maintained.
43 lines
918 B
JSON
43 lines
918 B
JSON
{
|
|
"name": "astronomy-engine",
|
|
"version": "2.0.9",
|
|
"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
|
|
}
|