2025-02-12 19:05:48 -05:00
|
|
|
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
|
|
|
|
|
|
2020-09-09 15:10:27 -04:00
|
|
|
sources:
|
|
|
|
|
npm: true
|
|
|
|
|
|
|
|
|
|
allowed:
|
|
|
|
|
- apache-2.0
|
|
|
|
|
- bsd-2-clause
|
|
|
|
|
- bsd-3-clause
|
|
|
|
|
- isc
|
|
|
|
|
- mit
|
|
|
|
|
- cc0-1.0
|
2025-02-12 19:05:48 -05:00
|
|
|
- other
|
2020-09-09 15:10:27 -04:00
|
|
|
|
2025-02-12 19:05:48 -05:00
|
|
|
ignored:
|
2020-09-09 15:10:27 -04:00
|
|
|
npm:
|
2025-02-12 19:05:48 -05:00
|
|
|
# Used by Rollup.js when building in GitHub Actions
|
|
|
|
|
- '@rollup/rollup-linux-x64-gnu'
|