Enum drives with name in Node.JS

I'm actually trying to enum my laptop drives and return this to client. How can I enum drives with their name?

Thank you

require('child_process').exec("wmic logicaldisk get name", console.log, console.error);