A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.
MIT License
462
stars
143
forks
source link
package.json updates, fix typos in `README.md` and add some missing type annotations tsc was complaining about #106
The package-lock.json was out of date. And I noticed some npm audit vulnerabilities and some outdated packages. So I made updates.
I also fixed a few minor typos in the README.md
And I noticed some missing type annotations. These types were specified in jsdoc, but not as typescript return types.
I just noticed (after the fact) that you have a bunch of PRs created by bot that were probably automated. I think it is better to take this PR because I did the updates carefully by hand with a combination of npm install and npm audit fix...
See commit comments.
package-lock.json
was out of date. And I noticed somenpm audit
vulnerabilities and some outdated packages. So I made updates.README.md
I just noticed (after the fact) that you have a bunch of PRs created by
bot
that were probably automated. I think it is better to take this PR because I did the updates carefully by hand with a combination ofnpm install
andnpm audit fix
...