-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKnowledge.dot
More file actions
256 lines (228 loc) · 12.2 KB
/
Knowledge.dot
File metadata and controls
256 lines (228 loc) · 12.2 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
digraph G {
newrank=true;
rankdir=LR;
splines=ortho;
overlap=false;
nodesep=0.5;
ranksep=0.5;
concentrate=true;
graph [bgcolor="#f9f9f9", color="#888888", penwidth=2, fontname="Arial"];
node [fontname="Arial", fontsize=14, style=filled, margin="0.3,0.2"];
edge [fontname="Arial", fontsize=10, color="#555555", fontcolor="gray"];
subgraph cluster_1 {
label="root";
style=filled; color="#5DADE2"; fillcolor="#5DADE220";
"n0" [label="root", shape=folder, fillcolor="#5DADE2", penwidth=1.5];
subgraph cluster_2 {
label="NPM";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n37" [label="NPM", shape=folder, fillcolor="#3498DB", penwidth=1.5];
}
subgraph cluster_3 {
label="Dependency";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n2" [label="Dependency", shape=folder, fillcolor="#3498DB", penwidth=1.5];
subgraph cluster_4 {
label="UniCodeIDStart";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n31" [label="UniCodeIDStart", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n45" [label="cargo (./Dependency/UniCodeIDStart): unicode-id-start v1.3.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
subgraph cluster_5 {
label="generate";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n35" [label="generate", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n47" [label="cargo (./Dependency/UniCodeIDStart/generate): unicode-ident-generate v0.0.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n36" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_6 {
label="diagram";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n33" [label="diagram", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n46" [label="cargo (./Dependency/UniCodeIDStart/diagram): unicode-ident-diagram v0.0.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n34" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
"n32" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_7 {
label="UniCodeID";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n29" [label="UniCodeID", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n44" [label="cargo (./Dependency/UniCodeID): unicode-id v0.3.5", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n30" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_8 {
label="OXCResolver";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n24" [label="OXCResolver", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
subgraph cluster_9 {
label="npm";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n28" [label="npm", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
subgraph cluster_10 {
label="napi";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n27" [label="napi", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
subgraph cluster_11 {
label="fuzz";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n25" [label="fuzz", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n43" [label="cargo (./Dependency/OXCResolver/fuzz): resolver_fuzz v0.0.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n26" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
}
subgraph cluster_12 {
label="OXCIntellijPlugin";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n23" [label="OXCIntellijPlugin", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_13 {
label="OXCFuzzParser";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n21" [label="OXCFuzzParser", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
subgraph cluster_14 {
label="fuzz";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n22" [label="fuzz", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
}
subgraph cluster_15 {
label="OXCAssets";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n20" [label="OXCAssets", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_16 {
label="OXC";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n16" [label="OXC", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n41" [label="npm (./Dependency/OXC): oxc v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
subgraph cluster_17 {
label="website";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n18" [label="website", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n42" [label="npm (./Dependency/OXC/website): @codeeditorland/website v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
"n19" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
}
"n17" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_18 {
label="MirrorsOxlint";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n15" [label="MirrorsOxlint", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_19 {
label="JsonStripComments";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n12" [label="JsonStripComments", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
subgraph cluster_20 {
label="wasm";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n13" [label="wasm", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n40" [label="cargo (./Dependency/JsonStripComments/wasm): json-strip-comments-wasm v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n14" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
}
subgraph cluster_21 {
label="JavaScriptParserInRust";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n11" [label="JavaScriptParserInRust", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_22 {
label="EslintPluginOxlint";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n10" [label="EslintPluginOxlint", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_23 {
label="BenchNodeJSResolver";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n9" [label="BenchNodeJSResolver", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_24 {
label="BenchMarkFiles";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n8" [label="BenchMarkFiles", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_25 {
label="BenchJavaScriptParserWrittenInRust";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n6" [label="BenchJavaScriptParserWrittenInRust", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n39" [label="cargo (./Dependency/BenchJavaScriptParserWrittenInRust): bench-parser v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n7" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_26 {
label="BenchJavaScriptLinter";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n5" [label="BenchJavaScriptLinter", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_27 {
label="AriaQuery";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n3" [label="AriaQuery", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n38" [label="cargo (./Dependency/AriaQuery): aria_query v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n4" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
}
subgraph cluster_28 {
label="Cargo";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n1" [label="Cargo", shape=folder, fillcolor="#3498DB", penwidth=1.5];
}
}
"n0" -> "n1" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n2" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n3" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n3" -> "n4" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n5" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n6" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n6" -> "n7" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n8" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n9" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n10" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n11" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n12" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n12" -> "n13" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n13" -> "n14" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n15" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n16" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n16" -> "n17" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n16" -> "n18" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n18" -> "n19" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n20" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n21" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n21" -> "n22" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n23" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n24" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n24" -> "n25" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n25" -> "n26" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n24" -> "n27" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n24" -> "n28" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n29" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n29" -> "n30" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n31" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n31" -> "n32" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n31" -> "n33" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n33" -> "n34" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n31" -> "n35" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n36" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n37" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n3" -> "n38" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n6" -> "n39" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n13" -> "n40" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n16" -> "n41" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n18" -> "n42" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n25" -> "n43" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n29" -> "n44" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n31" -> "n45" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n33" -> "n46" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n47" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
subgraph cluster_legend {
label="Legend"; fontsize=14; style=dashed; color=gray;
"dir" [label="Directory", shape=folder, fillcolor="#5DADE2"];
"file" [label="File", shape=note, fillcolor="#FADBD8"];
"pkg" [label="Package", shape=ellipse, fillcolor="#EB984E"];
"ext" [label="External", shape=trapezium, fillcolor="#EC7063"];
"dir" -> "file" [label="Contain", style=solid, color=blue];
"pkg" -> "ext" [label="Dependency", style=dashed, color=red];
}
}