-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathassembly.jsii
More file actions
115 lines (115 loc) · 2.98 KB
/
assembly.jsii
File metadata and controls
115 lines (115 loc) · 2.98 KB
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
{
"author": {
"name": "Amazon Web Services",
"organization": true,
"roles": [
"author"
],
"url": "https://aws.amazon.com"
},
"description": "An example transitive dependency for jsii-calc.",
"homepage": "https://github.com/aws/jsii",
"jsiiVersion": "0.19.0",
"license": "Apache-2.0",
"name": "@scope/jsii-calc-base-of-base",
"repository": {
"directory": "packages/jsii-calc-base-of-base",
"type": "git",
"url": "https://github.com/aws/jsii.git"
},
"schema": "jsii/0.10.0",
"targets": {
"dotnet": {
"namespace": "Amazon.JSII.Tests.CalculatorNamespace.BaseOfBaseNamespace",
"packageId": "Amazon.JSII.Tests.CalculatorPackageId.BaseOfBasePackageId"
},
"java": {
"maven": {
"artifactId": "calculator-base-of-base",
"groupId": "software.amazon.jsii.tests"
},
"package": "software.amazon.jsii.tests.calculator.baseofbase"
},
"js": {
"npm": "@scope/jsii-calc-base-of-base"
},
"python": {
"distName": "scope.jsii-calc-base-of-base",
"module": "scope.jsii_calc_base_of_base"
}
},
"types": {
"@scope/jsii-calc-base-of-base.IVeryBaseInterface": {
"assembly": "@scope/jsii-calc-base-of-base",
"fqn": "@scope/jsii-calc-base-of-base.IVeryBaseInterface",
"kind": "interface",
"locationInModule": {
"filename": "lib/index.ts",
"line": 1
},
"methods": [
{
"abstract": true,
"locationInModule": {
"filename": "lib/index.ts",
"line": 2
},
"name": "foo"
}
],
"name": "IVeryBaseInterface"
},
"@scope/jsii-calc-base-of-base.Very": {
"assembly": "@scope/jsii-calc-base-of-base",
"fqn": "@scope/jsii-calc-base-of-base.Very",
"initializer": {},
"kind": "class",
"locationInModule": {
"filename": "lib/index.ts",
"line": 9
},
"methods": [
{
"locationInModule": {
"filename": "lib/index.ts",
"line": 10
},
"name": "hey",
"returns": {
"type": {
"primitive": "number"
}
}
}
],
"name": "Very"
},
"@scope/jsii-calc-base-of-base.VeryBaseProps": {
"assembly": "@scope/jsii-calc-base-of-base",
"datatype": true,
"fqn": "@scope/jsii-calc-base-of-base.VeryBaseProps",
"kind": "interface",
"locationInModule": {
"filename": "lib/index.ts",
"line": 5
},
"name": "VeryBaseProps",
"properties": [
{
"abstract": true,
"immutable": true,
"locationInModule": {
"filename": "lib/index.ts",
"line": 6
},
"name": "foo",
"type": {
"fqn": "@scope/jsii-calc-base-of-base.Very"
}
}
]
}
},
"version": "0.19.0",
"fingerprint": "Vlx00ifa2hokcWUTvyArHMvCacQmjgyYtwy0zEWGZo0="
}