forked from discourse/discourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licensee.json
51 lines (51 loc) · 1.19 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
{
"licenses": {
"blueOak": "bronze",
"spdx": [
"CC0-1.0",
"CC-BY-3.0",
"CC-BY-4.0",
"Apache-2.0 WITH LLVM-exception",
"ISC"
]
},
"packages": {
"@fortawesome/fontawesome-free": "*",
"@glimmer/compiler": "*",
"@glimmer/debug": "*",
"@glimmer/encoder": "*",
"@glimmer/global-context": "*",
"@glimmer/interfaces": "*",
"@glimmer/manager": "*",
"@glimmer/node": "*",
"@glimmer/opcode-compiler": "*",
"@glimmer/program": "*",
"@glimmer/syntax": "*",
"@glimmer/vm": "*",
"@jspreadsheet/formula": "2.0.2",
"cli-table": "0.3.11",
"component-bind": "1.0.0",
"component-inherit": "0.0.3",
"duplex": "1.0.0",
"ember-template-lint-plugin-discourse": "*",
"glob": "3.1.21",
"indexof": "0.0.1",
"inherits": "1.0.2",
"jsonify": "0.0.1",
"jspreadsheet-ce": "4.13.4",
"line-stream": "0.0.0",
"messageformat": "0.1.5",
"regenerator-transform": "0.10.1",
"source-map": "0.1.43",
"sourcemap-validator": "1.1.1",
"spawn-command": "0.0.2",
"squoosh": "2.0.0",
"taffydb": "2.6.2"
},
"corrections": true,
"ignore": [
{
"author": "Discourse"
}
]
}