working on parsers

This commit is contained in:
jmosrael@gmail.com
2024-05-16 17:39:01 -07:00
parent 8fa06736b4
commit eef238c834
4 changed files with 67 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.19.5",
"asty": "^1.8.21",
"body-parser": "^1.20.2",
"express": "^4.18.3",
"sequelize": "^6.37.1",
@@ -901,6 +902,14 @@
"node": ">=8"
}
},
"node_modules/asty": {
"version": "1.8.21",
"resolved": "https://registry.npmjs.org/asty/-/asty-1.8.21.tgz",
"integrity": "sha512-LxWJZ1WuxaGYXL7Q8Kx4BoHFGJvTkkQKow6Dy4gcJ3UiKaKdhZkqrBOwPybPR9JiUOzCeOhUdu6/xz4WBTU7OQ==",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",