How to read docx file in javascript with details like font-size, font-name, format, color, etc?

I’ve found some npm packages that help to read docx files but those only get the text inside the docx file and not the other details. How can I get those details?