async function _getNpmVersion()

in src/info.js [154:156]


async function _getNpmVersion () {
    return (await execa('npm', ['-v'])).stdout;
}