Files
astronomy/generate/hydrogen/package.json
dependabot[bot] 37f7d9f4b3 Bump xml2js from 0.4.19 to 0.5.0 in /generate/hydrogen
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 21:54:38 +00:00

15 lines
306 B
JSON

{
"name": "hydrogen",
"version": "1.0.0",
"description": "Very simple doxygen to markdown converter.",
"main": "hydrogen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Don Cross",
"license": "MIT",
"dependencies": {
"xml2js": "^0.5.0"
}
}