-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jsii
96 lines (96 loc) · 1.96 KB
/
.jsii
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
{
"author": {
"name": "Reproduction",
"roles": [
"author"
],
"url": "https://github.com/moofish32"
},
"description": "repro",
"homepage": "moofish32/gist:db75aa4bb8b3a4cd42839fcb06cc9183",
"license": "ISC",
"name": "repro",
"repository": {
"type": "moofish32/gist",
"url": "moofish32/gist:db75aa4bb8b3a4cd42839fcb06cc9183"
},
"schema": "jsii/1.0",
"targets": {
"dotnet": {
"namespace": "Repro.HelloNamespace",
"packageId": "Repro.HelloPackage"
},
"java": {
"maven": {
"artifactId": "repro-jsii",
"groupId": "com.acme.repro"
},
"package": "com.acme.repro"
},
"js": {
"npm": "repro"
}
},
"types": {
"repro.Helpable": {
"assembly": "repro",
"datatype": true,
"fqn": "repro.Helpable",
"kind": "interface",
"name": "Helpable",
"properties": [
{
"name": "help",
"type": {
"fqn": "repro.Helper"
}
}
]
},
"repro.Helper": {
"assembly": "repro",
"fqn": "repro.Helper",
"initializer": {
"initializer": true
},
"kind": "class",
"methods": [
{
"name": "help",
"returns": {
"primitive": "string"
}
}
],
"name": "Helper"
},
"repro.ThingNeedsHelp": {
"assembly": "repro",
"fqn": "repro.ThingNeedsHelp",
"initializer": {
"initializer": true
},
"interfaces": [
{
"fqn": "repro.Helpable"
}
],
"kind": "class",
"name": "ThingNeedsHelp",
"properties": [
{
"immutable": true,
"name": "help",
"overrides": {
"fqn": "repro.Helpable"
},
"type": {
"fqn": "repro.Helper"
}
}
]
}
},
"version": "1.0.0",
"fingerprint": "TgR55JtxGGiF4P79iGwOoan3+Lp2sd8N1emVPjbNpbs="
}