CDN Resources for spdx-exceptions
Various ways to access spdx-exceptions via Content Delivery Networks
Package Installation
npm
npm install spdx-exceptionsyarn
yarn add spdx-exceptionspnpm
pnpm add spdx-exceptionsCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/spdx-exceptions"></script>Unpkg
<script src="https://unpkg.com/spdx-exceptions"></script>jsDelivr ESM
<script type="module">
import spdxexceptions from 'https://cdn.jsdelivr.net/npm/spdx-exceptions/+esm';
</script>Skypack
<script type="module">
import spdxexceptions from 'https://cdn.skypack.dev/spdx-exceptions';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages