-
Notifications
You must be signed in to change notification settings - Fork 1
/
license-exceptions.json
73 lines (73 loc) · 2.84 KB
/
license-exceptions.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"exceptions": {
"atob@2.1.2": {
"reason": "It allows to choose between MIT and Apache-2.0"
},
"eazy-logger@3.1.0": {
"reason": "It's Apache-2.0"
},
"jmespath@0.15.0": {
"reason": "It's Apache-2.0"
},
"harmony-reflect@1.6.1": {
"reason": "It allows to choose between MPL-1.1 and Apache-2.0"
},
"type-fest@0.6.0": {
"reason": "MIT and/or CC0-1.0 are compatible with Apache-2.0"
},
"type-fest@0.8.1": {
"reason": "MIT and/or CC0-1.0 are compatible with Apache-2.0"
},
"type-fest@0.11.0": {
"reason": "MIT and/or CC0-1.0 are compatible with Apache-2.0"
},
"type-fest@0.20.2": {
"reason": "MIT and/or CC0-1.0 are compatible with Apache-2.0"
},
"pako@1.0.11": {
"reason": "MIT and Zlib are compatible with Apache-2.0"
},
"sha.js@2.4.11": {
"reason": "MIT and BSD-3-Clause are compatible with Apache-2.0"
},
"node-forge@0.10.0": {
"reason": "BSD-3-Clause is compatible with Apache-2.0"
},
"tslib@1.14.1": {
"reason": "0BSD is public-domain-equivalent license, so it should be compatible with Apache-2.0."
},
"tslib@2.1.0": {
"reason": "0BSD is public-domain-equivalent license, so it should be compatible with Apache-2.0."
},
"tslib@2.4.0": {
"reason": "0BSD is public-domain-equivalent license, so it should be compatible with Apache-2.0."
},
"axe-core@4.1.2": {
"reason": "It's licensed under the MPL-2.0 License and no code changes, what makes compatible with Apache-2.0"
},
"axe-core@4.3.5": {
"reason": "It's licensed under the MPL-2.0 License and no code changes, what makes compatible with Apache-2.0"
},
"css-select@1.2.0": {
"reason": "It's licensed under the BSD-like more specifically the BSD-2-Clause License what makes compatible with Apache-2.0"
},
"language-subtag-registry@0.3.21": {
"reason": "It's licensed under the ODC-By-1.0 what makes compatible with Apache-2.0"
},
"caniuse-lite@1.0.30001205": {
"reason": "It's licensed under the CC-BY-4.0 License, appropriately labelled in package.json and no code changes, what makes compatible with Apache-2.0"
},
"caniuse-lite@1.0.30001191": {
"reason": "It's licensed under the CC-BY-4.0 License, appropriately labelled in package.json and no code changes, what makes compatible with Apache-2.0"
},
"caniuse-lite@1.0.30001271": {
"reason": "It's licensed under the CC-BY-4.0 License, appropriately labelled in package.json and no code changes, what makes compatible with Apache-2.0"
},
"caniuse-lite@1.0.30001303": {
"reason": "It's licensed under the CC-BY-4.0 License, appropriately labelled in package.json and no code changes, what makes compatible with Apache-2.0"
},
"pngquant-bin@6.0.0": {
"reason": "It's GPL-3.0+"
}
}
}