Files
astronomy/source/js/package.json
Don Cross 3d899ab4f1 npm package 2.0.9 : security updates
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.
2021-11-05 22:07:26 -04:00

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
}