-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.licensee.json
56 lines (56 loc) · 1.24 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"licenses": {
"blueOak": "bronze",
"spdx": [
"CC-BY-3.0"
]
},
"ignore": [
{
"prefix": "commonform-"
}
],
"corrections": true,
"packages": {
"busboy": "0.2.14",
"creditstxt": "1.0.2",
"css-value": "0.0.1",
"deep-is": "0.1.3",
"dicer": "0.2.5 || 0.3.0",
"docopt": "0.6.2",
"doctrine": "1.5.0",
"entities": "1.1.1",
"esquery": "1.0.0",
"estraverse": "1.9.3",
"esutils": "2.0.2",
"for-each": "0.3.2",
"function-bind": "1.1.0",
"has": "1.0.1",
"http-hash": "2.0.0",
"iso-3166-2": "1.0.0",
"jschardet": "1.5.1",
"json-schema": "0.2.3",
"jsonify": "0.0.0",
"longest": "1.0.1",
"mime": "1.3.4",
"ms": "0.7.1",
"normalize-path": "1.0.0",
"optimist": "0.6.1",
"outline-numbering": "*",
"prelude-ls": "1.1.2",
"progress": "1.1.8",
"querystring": "0.2.0",
"rechoir": "0.6.2",
"reformat-json-files": "1.0.1",
"rx-lite": "3.1.2 || 4.0.8",
"sntp": "1.0.9",
"source-map": "0.1.43 || 0.2.0",
"streamsearch": "0.1.2",
"string.prototype.repeat": "0.2.0",
"wgxpath": "1.0.0",
"window-size": "0.1.0",
"wordwrap": "0.0.2",
"repeat-element": "1.1.2",
"rx-lite-aggregates": "4.0.8"
}
}