Quick access to CDN links for the mocha-junit-reporter package
npm install mocha-junit-reporteryarn add mocha-junit-reporterpnpm add mocha-junit-reporter<script src="https://fastly.jsdelivr.net/npm/mocha-junit-reporter"></script><script src="https://unpkg.com/mocha-junit-reporter"></script><script type="module">
import mochajunitreporter from 'https://cdn.jsdelivr.net/npm/mocha-junit-reporter/+esm';
</script><script type="module">
import mochajunitreporter from 'https://cdn.skypack.dev/mocha-junit-reporter';
</script>