generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path.licensed.yml
More file actions
37 lines (34 loc) · 1.01 KB
/
.licensed.yml
File metadata and controls
37 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# See: https://github.com/licensee/licensed/blob/main/docs/configuration.md
sources:
npm: true
allowed:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- isc
- mit
- cc0-1.0
- other
ignored:
npm:
# Used by Rollup.js when building in GitHub Actions
- '@rollup/rollup-linux-x64-gnu'
- '@rollup/rollup-android-arm-eabi'
- '@rollup/rollup-android-arm64'
- '@rollup/rollup-darwin-arm64'
- '@rollup/rollup-darwin-x64'
- '@rollup/rollup-freebsd-arm64'
- '@rollup/rollup-freebsd-x64'
- '@rollup/rollup-linux-arm-gnueabihf'
- '@rollup/rollup-linux-arm-musleabihf'
- '@rollup/rollup-linux-arm64-gnu'
- '@rollup/rollup-linux-arm64-musl'
- '@rollup/rollup-linux-loongarch64-gnu'
- '@rollup/rollup-linux-powerpc64le-gnu'
- '@rollup/rollup-linux-riscv64-gnu'
- '@rollup/rollup-linux-riscv64-musl'
- '@rollup/rollup-linux-s390x-gnu'
- '@rollup/rollup-win32-arm64-msvc'
- '@rollup/rollup-win32-ia32-msvc'
- '@rollup/rollup-win32-x64-msvc'
- 'fsevents'