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.
ah, thanks for pointing that out. I don't believe I've ever used yarn so it probably came from another contributor and I missed it. I'll remove it in favor of npm.
I see both package-lock.json and yarn.lock files in the repo.
Running
npm install
modifies bothpackage.json
andpackage-lock.json
.Running
yarn install
modifiesyarn.lock
.The contributing wiki does not indicate a preference.
Seems like one of the lock files should be removed and the other should be updated and committed.
I'm not the most proficient
npm
/yarn
user so I apologize if I am missing something obvious here.package-lock.json changes after
npm install
yarn.lock changes after
yarn install
(truncated)