-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKnowledge.dot
More file actions
481 lines (422 loc) · 21.3 KB
/
Knowledge.dot
File metadata and controls
481 lines (422 loc) · 21.3 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
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";
"n70" [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="WebSiteSWC";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n69" [label="WebSiteSWC", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_5 {
label="Vote";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n68" [label="Vote", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_6 {
label="TsParserTestRef";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n67" [label="TsParserTestRef", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_7 {
label="SWCSponsorImages";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n66" [label="SWCSponsorImages", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_8 {
label="SWCProject.github.io";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n65" [label="SWCProject.github.io", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_9 {
label="SWCPlayground";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n64" [label="SWCPlayground", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_10 {
label="SWCNode";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n63" [label="SWCNode", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_11 {
label="SWCLoader";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n58" [label="SWCLoader", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
subgraph cluster_12 {
label="example-sync";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n62" [label="example-sync", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
subgraph cluster_13 {
label="example-src-dir";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n61" [label="example-src-dir", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
subgraph cluster_14 {
label="example-config";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n60" [label="example-config", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
subgraph cluster_15 {
label="example";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n59" [label="example", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
}
subgraph cluster_16 {
label="SWCify";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n57" [label="SWCify", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_17 {
label="SWCEcosystemCi";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n56" [label="SWCEcosystemCi", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_18 {
label="SWCDev";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n52" [label="SWCDev", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n82" [label="cargo (./Dependency/SWCDev): swc-dev v0.0.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n55" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
subgraph cluster_19 {
label="arch";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n53" [label="arch", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n81" [label="cargo (./Dependency/SWCDev/arch): swc_node_arch v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n54" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
}
subgraph cluster_20 {
label="SWC";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n34" [label="SWC", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n79" [label="npm (./Dependency/SWC): @codeeditorland/workspace v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
subgraph cluster_21 {
label="xtask";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n50" [label="xtask", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n80" [label="cargo (./Dependency/SWC/xtask): xtask v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n51" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
"n49" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
subgraph cluster_22 {
label="bindings";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n35" [label="bindings", shape=folder, fillcolor="#2874A6", penwidth=1.5];
subgraph cluster_23 {
label="swc_cli";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n48" [label="swc_cli", shape=folder, fillcolor="#21618C", penwidth=1.5];
}
subgraph cluster_24 {
label="node_macro_deps";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n46" [label="node_macro_deps", shape=folder, fillcolor="#21618C", penwidth=1.5];
"n78" [label="cargo (./Dependency/SWC/bindings/node_macro_deps): node_macro_deps v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n47" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_25 {
label="binding_typescript_wasm";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n44" [label="binding_typescript_wasm", shape=folder, fillcolor="#21618C", penwidth=1.5];
"n77" [label="cargo (./Dependency/SWC/bindings/binding_typescript_wasm): binding_typescript_wasm v1.11.8", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n45" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_26 {
label="binding_minifier_wasm";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n43" [label="binding_minifier_wasm", shape=folder, fillcolor="#21618C", penwidth=1.5];
}
subgraph cluster_27 {
label="binding_minifier_node";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n42" [label="binding_minifier_node", shape=folder, fillcolor="#21618C", penwidth=1.5];
}
subgraph cluster_28 {
label="binding_js_interop_node";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n41" [label="binding_js_interop_node", shape=folder, fillcolor="#21618C", penwidth=1.5];
}
subgraph cluster_29 {
label="binding_html_node";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n39" [label="binding_html_node", shape=folder, fillcolor="#21618C", penwidth=1.5];
"n76" [label="cargo (./Dependency/SWC/bindings/binding_html_node): binding_html_node v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n40" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_30 {
label="binding_core_wasm";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n37" [label="binding_core_wasm", shape=folder, fillcolor="#21618C", penwidth=1.5];
subgraph cluster_31 {
label="example";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n38" [label="example", shape=folder, fillcolor="#21618C", penwidth=1.5];
}
}
subgraph cluster_32 {
label="binding_core_node";
style=filled; color="#21618C"; fillcolor="#21618C20";
"n36" [label="binding_core_node", shape=folder, fillcolor="#21618C", penwidth=1.5];
}
}
}
subgraph cluster_33 {
label="StringCache";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n28" [label="StringCache", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n73" [label="cargo (./Dependency/StringCache): string_cache v0.8.4", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
subgraph cluster_34 {
label="string-cache-codegen";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n32" [label="string-cache-codegen", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n75" [label="cargo (./Dependency/StringCache/string-cache-codegen): string_cache_codegen v0.5.2", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n33" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_35 {
label="integration-tests";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n30" [label="integration-tests", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n74" [label="cargo (./Dependency/StringCache/integration-tests): integration_tests v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n31" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
"n29" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_36 {
label="Rustdoc";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n27" [label="Rustdoc", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_37 {
label="Register";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n25" [label="Register", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
subgraph cluster_38 {
label="examples";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n26" [label="examples", shape=folder, fillcolor="#2874A6", penwidth=1.5];
}
}
subgraph cluster_39 {
label="RawGreenData";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n24" [label="RawGreenData", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_40 {
label="RawData";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n23" [label="RawData", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_41 {
label="PluginUtils";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n22" [label="PluginUtils", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_42 {
label="Plugins";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n19" [label="Plugins", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
subgraph cluster_43 {
label="xtask";
style=filled; color="#2874A6"; fillcolor="#2874A620";
"n20" [label="xtask", shape=folder, fillcolor="#2874A6", penwidth=1.5];
"n72" [label="cargo (./Dependency/Plugins/xtask): swc_xtask v0.1.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n21" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
}
subgraph cluster_44 {
label="PluginExamples";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n18" [label="PluginExamples", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_45 {
label="Pkgs";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n17" [label="Pkgs", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_46 {
label="NodeSWC";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n16" [label="NodeSWC", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_47 {
label="Logo";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n15" [label="Logo", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_48 {
label="LandSWCDevtools";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n14" [label="LandSWCDevtools", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_49 {
label="Jest";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n13" [label="Jest", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_50 {
label="Helpers";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n12" [label="Helpers", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_51 {
label="ExtraBindings";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n11" [label="ExtraBindings", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_52 {
label="Ddt";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n9" [label="Ddt", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
"n71" [label="cargo (./Dependency/Ddt): ddt v0.3.0", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n10" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_53 {
label="DbgSWC";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n8" [label="DbgSWC", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_54 {
label="CrawlCoreVersion";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n7" [label="CrawlCoreVersion", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_55 {
label="Cli";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n6" [label="Cli", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_56 {
label="Bot";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n5" [label="Bot", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_57 {
label="Book";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n4" [label="Book", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
subgraph cluster_58 {
label="Bins";
style=filled; color="#2E86C1"; fillcolor="#2E86C120";
"n3" [label="Bins", shape=folder, fillcolor="#2E86C1", penwidth=1.5];
}
}
subgraph cluster_59 {
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];
"n2" -> "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];
"n2" -> "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];
"n9" -> "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];
"n2" -> "n13" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "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];
"n2" -> "n17" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n18" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n19" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n19" -> "n20" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n20" -> "n21" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "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];
"n2" -> "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];
"n2" -> "n27" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n28" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n28" -> "n29" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n28" -> "n30" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n30" -> "n31" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n28" -> "n32" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n32" -> "n33" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n34" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n34" -> "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];
"n35" -> "n37" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n37" -> "n38" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n39" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n39" -> "n40" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n41" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n42" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n43" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n44" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n44" -> "n45" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n46" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n46" -> "n47" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n35" -> "n48" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n34" -> "n49" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n34" -> "n50" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n50" -> "n51" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n52" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n52" -> "n53" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n53" -> "n54" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n52" -> "n55" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n56" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n57" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n58" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n58" -> "n59" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n58" -> "n60" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n58" -> "n61" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n58" -> "n62" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n63" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n64" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n65" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n66" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n67" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n68" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n2" -> "n69" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n70" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n9" -> "n71" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n20" -> "n72" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n28" -> "n73" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n30" -> "n74" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n32" -> "n75" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n39" -> "n76" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n44" -> "n77" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n46" -> "n78" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n34" -> "n79" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n50" -> "n80" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n53" -> "n81" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n52" -> "n82" [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];
}
}