1.0.0 • Published 8 months ago

spdx-id-to-url v1.0.0

Weekly downloads
-
License
BlueOak-1.0.0
Repository
github
Last release
8 months ago
const spdxIDToURL = require('spdx-id-to-url')
const assert = require('assert')

assert(spdxIDToURL('MIT') === 'https://spdx.org/licenses/MIT')
assert(spdxIDToURL('Apache-2.0') === 'https://apache.org/licenses/LICENSE-2.0')
1.0.0

8 months ago