-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbom.json
91 lines (91 loc) · 2.78 KB
/
bom.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"bomFormat": "CycloneDX",
"specVersion": "1.2",
"version": 1,
"metadata": {
"component": {
"bom-ref": "dctransistor-2.0.11",
"type": "device",
"name": "DCTransistor",
"version": "2.0.11"
}
},
"components": [
{
"bom-ref": "pkg:github/esp8266/Arduino@3.1.2",
"type": "firmware",
"name": "ESP8266 Arduino Core",
"version": "3.1.2",
"purl": "pkg:github/esp8266/Arduino@3.1.2",
"url": "https://github.com/esp8266/Arduino",
"license": {
"id": "LGPL-2.1-or-later",
"url": "https://github.com/esp8266/Arduino/blob/master/LICENSE"
},
"components": [
{
"bom-ref": "pkg:github/earlephilhower/bearssl-esp8266@6105635531027f5b298aa656d44be2289b2d434f",
"type": "library",
"name": "BearSSL ESP8266 Port",
"version": "6105635531027f5b298aa656d44be2289b2d434f",
"purl": "pkg:github/earlephilhower/bearssl-esp8266@6105635531027f5b298aa656d44be2289b2d434f",
"url": "https://github.com/earlephilhower/bearssl-esp8266",
"license": {
"id": "MIT",
"url": "https://github.com/earlephilhower/bearssl-esp8266/blob/master/LICENSE.txt"
}
}
]
},
{
"bom-ref": "pkg:github/bblanchon/ArduinoJson@7.3.0",
"type": "library",
"name": "ArduinoJson",
"version": "7.3.0",
"url": "https://github.com/bblanchon/ArduinoJson/releases/tag/v7.3.0",
"license": {
"id": "MIT",
"url": "https://github.com/bblanchon/ArduinoJson/blob/6.x/LICENSE.md"
}
},
{
"bom-ref": "pkg:github/tzapu/WiFiManager@2.0.17",
"type": "library",
"name": "WiFiManager",
"version": "2.0.17",
"url": "https://github.com/tzapu/WiFiManager/releases/tag/0.16.0",
"license": {
"id": "MIT",
"url": "https://github.com/tzapu/WiFiManager/blob/master/LICENSE"
}
},
{
"bom-ref": "pkg:github/adafruit/Adafruit_NeoPixel@1.12.4",
"type": "library",
"name": "Adafruit NeoPixel",
"version": "1.12.4",
"url": "https://github.com/adafruit/Adafruit_NeoPixel/releases/tag/1.12.4",
"license": {
"id": "LGPL-3.0",
"url": "https://github.com/adafruit/Adafruit_NeoPixel/blob/master/COPYING"
}
}
],
"dependencies": [
{
"ref": "dctransistor-2.0.11",
"dependsOn": [
"pkg:github/esp8266/Arduino@3.1.2",
"pkg:github/bblanchon/ArduinoJson@7.3.0",
"pkg:github/adafruit/Adafruit_NeoPixel@1.12.4",
"pkg:github/tzapu/WifiManager@2.0.17"
]
},
{
"ref": "pkg:github/esp8266/Arduino@3.1.2",
"dependsOn": [
"pkg:github/earlephilhower/bearssl-esp8266@6105635531027f5b298aa656d44be2289b2d434f"
]
}
]
}