summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/c/conan/v2.0.json
blob: 0b90a4d77a3de883cb85651dcc24d60a1679559a (plain)
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
{
  "version": "2.0",
  "licenses": [
    {
      "id": "Apache-2.0",
      "name": "Apache License 2.0",
      "url": "https://opensource.org/licenses/Apache-2.0",
      "count": 1
    },
    {
      "id": "BSD-3-Clause",
      "name": "BSD 3-Clause \"New\" or \"Revised\" License",
      "url": "https://opensource.org/licenses/BSD-3-Clause",
      "count": 1
    },
    {
      "id": "GPL-2.0-or-later",
      "name": "GNU General Public License v2.0 or later",
      "url": "https://opensource.org/licenses/GPL-2.0",
      "count": 1
    }
  ],
  "dependencies": [
    {
      "name": "jerryscript",
      "url": "",
      "description": "",
      "paths": [
        "."
      ],
      "licenses": [
        "Apache-2.0"
      ]
    },
    {
      "name": "wolfssl",
      "url": "",
      "description": "",
      "paths": [
        "."
      ],
      "licenses": [
        "GPL-2.0-or-later"
      ]
    },
    {
      "name": "zstd",
      "url": "",
      "description": "",
      "paths": [
        "."
      ],
      "licenses": [
        "BSD-3-Clause"
      ]
    }
  ]
}