-
Notifications
You must be signed in to change notification settings - Fork 1
/
.licensee.json
42 lines (37 loc) · 1.05 KB
/
.licensee.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
{
"licenses": {
"spdx": [
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"Apache-2.0",
"MPL-2.0"
],
"blueOak": "bronze"
},
"packages": {
"// MIT License": "0.0.0",
"console-browserify": "1.2.0",
"docopt": "0.6.2",
"lz-string": "1.4.4",
"prelude-ls": "1.1.2",
"querystring": "0.2.0",
"querystring-es3": "0.2.1",
"truncate-utf8-bytes": "1.0.2",
"utf8-byte-length": "1.0.4",
"rechoir": "0.6.2",
"// CC by 3.0 License": "0.0.0",
"spdx-exceptions": "2.3.0",
"spdx-expression-validate": "2.0.0",
"// CC by 4.0 License": "0.0.0",
"caniuse-lite": "1.0.*",
"// Unlicense": "0.0.0",
"fast-shallow-equal": "1.0.0",
"react-universal-interface": "0.6.2",
"// MIT and CC 3.0 License": "0.0.0",
"spdx-ranges": "2.1.1",
"// Public Domain": "0.0.0",
"jsonify": "0.0.1"
},
"ignore": [{ "prefix": "@estuary" }]
}