forked from electron/node-abi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abi_registry.json
123 lines (123 loc) · 1.95 KB
/
abi_registry.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[
{
"runtime": "node",
"target": "11.0.0",
"lts": false,
"future": false,
"abi": "67"
},
{
"runtime": "node",
"target": "12.0.0",
"lts": [
"2019-10-21",
"2020-11-30"
],
"future": false,
"abi": "72"
},
{
"runtime": "node",
"target": "13.0.0",
"lts": false,
"future": false,
"abi": "79"
},
{
"runtime": "node",
"target": "14.0.0",
"lts": [
"2020-10-27",
"2021-10-19"
],
"future": false,
"abi": "83"
},
{
"runtime": "node",
"target": "15.0.0",
"lts": false,
"future": false,
"abi": "88"
},
{
"runtime": "node",
"target": "16.0.0",
"lts": [
"2021-10-26",
"2022-10-18"
],
"future": false,
"abi": "93"
},
{
"abi": "70",
"future": false,
"lts": false,
"runtime": "electron",
"target": "5.0.0-beta.9"
},
{
"abi": "73",
"future": false,
"lts": false,
"runtime": "electron",
"target": "6.0.0-beta.1"
},
{
"abi": "75",
"future": false,
"lts": false,
"runtime": "electron",
"target": "7.0.0-beta.1"
},
{
"abi": "76",
"future": false,
"lts": false,
"runtime": "electron",
"target": "8.0.0-beta.1"
},
{
"abi": "80",
"future": false,
"lts": false,
"runtime": "electron",
"target": "9.0.0-beta.2"
},
{
"abi": "82",
"future": false,
"lts": false,
"runtime": "electron",
"target": "10.0.0-beta.1"
},
{
"abi": "85",
"future": false,
"lts": false,
"runtime": "electron",
"target": "11.0.0-beta.11"
},
{
"abi": "87",
"future": false,
"lts": false,
"runtime": "electron",
"target": "12.0.0-beta.1"
},
{
"abi": "89",
"future": false,
"lts": false,
"runtime": "electron",
"target": "13.0.0-beta.2"
},
{
"abi": "89",
"future": false,
"lts": false,
"runtime": "electron",
"target": "13.1.9"
}
]