-
Notifications
You must be signed in to change notification settings - Fork 12
/
dependency-graph.dot
190 lines (190 loc) · 13 KB
/
dependency-graph.dot
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
digraph G {
"@moodlenet/arangodb";
"@moodlenet/core";
"@moodlenet/collection";
"@moodlenet/component-library";
"@moodlenet/ed-resource";
"@moodlenet/react-app";
"@moodlenet/simple-file-store";
"@moodlenet/system-entities";
"@moodlenet/create";
"@moodlenet/crypto";
"@moodlenet/key-value-store";
"@moodlenet/ed-meta";
"@moodlenet/http-server";
"@moodlenet/email-service";
"@moodlenet/extensions-manager";
"my-moodlenet-mjs-pkg-template" [ style = "dashed" ];
"@moodlenet/openid";
"@moodlenet/web-user";
"@moodlenet/organization";
"@moodlenet/passport-auth";
"@moodlenet/simple-email-auth";
"storybook-vite" [ style = "dashed" ];
"@moodlenet/arangodb" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/arangodb" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/collection" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/collection" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/collection" -> "@moodlenet/ed-resource" [ style = "dashed" ];
"@moodlenet/collection" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/collection" -> "@moodlenet/simple-file-store" [ style = "dashed" ];
"@moodlenet/collection" -> "@moodlenet/system-entities" [ style = "dashed" ];
"@moodlenet/collection" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/collection" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/collection" -> "@moodlenet/ed-resource" [ style = "dotted" ];
"@moodlenet/collection" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/collection" -> "@moodlenet/simple-file-store" [ style = "dotted" ];
"@moodlenet/collection" -> "@moodlenet/system-entities" [ style = "dotted" ];
"@moodlenet/crypto" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/crypto" -> "@moodlenet/key-value-store" [ style = "dashed" ];
"@moodlenet/crypto" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/crypto" -> "@moodlenet/key-value-store" [ style = "dotted" ];
"@moodlenet/ed-meta" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/ed-meta" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/ed-meta" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/ed-meta" -> "@moodlenet/system-entities" [ style = "dashed" ];
"@moodlenet/ed-meta" -> "@moodlenet/key-value-store" [ style = "dashed" ];
"@moodlenet/ed-meta" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/ed-meta" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/ed-meta" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/ed-meta" -> "@moodlenet/system-entities" [ style = "dotted" ];
"@moodlenet/ed-meta" -> "@moodlenet/key-value-store" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/ed-meta" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/simple-file-store" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/system-entities" [ style = "dashed" ];
"@moodlenet/ed-resource" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/ed-meta" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/http-server" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/simple-file-store" [ style = "dotted" ];
"@moodlenet/ed-resource" -> "@moodlenet/system-entities" [ style = "dotted" ];
"@moodlenet/email-service" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/email-service" -> "@moodlenet/key-value-store" [ style = "dashed" ];
"@moodlenet/email-service" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/email-service" -> "@moodlenet/key-value-store" [ style = "dotted" ];
"@moodlenet/extensions-manager" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/extensions-manager" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/extensions-manager" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/extensions-manager" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/extensions-manager" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/extensions-manager" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/http-server" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/http-server" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/key-value-store" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/key-value-store" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/key-value-store" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/key-value-store" -> "@moodlenet/core" [ style = "dotted" ];
"my-moodlenet-mjs-pkg-template" -> "@moodlenet/component-library" [ style = "dashed" ];
"my-moodlenet-mjs-pkg-template" -> "@moodlenet/core" [ style = "dashed" ];
"my-moodlenet-mjs-pkg-template" -> "@moodlenet/react-app" [ style = "dashed" ];
"my-moodlenet-mjs-pkg-template" -> "@moodlenet/component-library" [ style = "dotted" ];
"my-moodlenet-mjs-pkg-template" -> "@moodlenet/core" [ style = "dotted" ];
"my-moodlenet-mjs-pkg-template" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/crypto" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/system-entities" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/web-user" [ style = "dashed" ];
"@moodlenet/openid" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/crypto" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/http-server" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/system-entities" [ style = "dotted" ];
"@moodlenet/openid" -> "@moodlenet/web-user" [ style = "dotted" ];
"@moodlenet/organization" -> "@moodlenet/simple-file-store";
"@moodlenet/organization" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/organization" -> "@moodlenet/key-value-store" [ style = "dashed" ];
"@moodlenet/organization" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/organization" -> "@moodlenet/key-value-store" [ style = "dotted" ];
"@moodlenet/passport-auth" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/passport-auth" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/passport-auth" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/passport-auth" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/passport-auth" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/passport-auth" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/passport-auth" -> "@moodlenet/http-server" [ style = "dotted" ];
"@moodlenet/passport-auth" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/react-app" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/react-app" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/react-app" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/react-app" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/react-app" -> "@moodlenet/key-value-store" [ style = "dashed" ];
"@moodlenet/react-app" -> "@moodlenet/organization" [ style = "dashed" ];
"@moodlenet/react-app" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/react-app" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/react-app" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/react-app" -> "@moodlenet/http-server" [ style = "dotted" ];
"@moodlenet/react-app" -> "@moodlenet/key-value-store" [ style = "dotted" ];
"@moodlenet/react-app" -> "@moodlenet/organization" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/crypto" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/email-service" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/web-user" [ style = "dashed" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/crypto" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/email-service" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/http-server" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/simple-email-auth" -> "@moodlenet/web-user" [ style = "dotted" ];
"@moodlenet/simple-file-store" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/simple-file-store" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/simple-file-store" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/simple-file-store" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/simple-file-store" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/simple-file-store" -> "@moodlenet/http-server" [ style = "dotted" ];
"storybook-vite" -> "@moodlenet/component-library" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/extensions-manager" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/passport-auth" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/react-app" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/simple-email-auth" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/ed-resource" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/ed-meta" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/web-user" [ style = "dashed" ];
"storybook-vite" -> "@moodlenet/collection" [ style = "dashed" ];
"@moodlenet/system-entities" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/system-entities" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/system-entities" -> "@moodlenet/key-value-store" [ style = "dashed" ];
"@moodlenet/system-entities" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/system-entities" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/system-entities" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/system-entities" -> "@moodlenet/key-value-store" [ style = "dotted" ];
"@moodlenet/system-entities" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/arangodb" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/collection" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/component-library" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/core" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/crypto" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/ed-meta" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/ed-resource" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/http-server" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/react-app" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/simple-file-store" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/system-entities" [ style = "dashed" ];
"@moodlenet/web-user" -> "@moodlenet/arangodb" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/collection" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/component-library" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/core" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/crypto" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/ed-meta" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/ed-resource" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/http-server" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/react-app" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/simple-file-store" [ style = "dotted" ];
"@moodlenet/web-user" -> "@moodlenet/system-entities" [ style = "dotted" ];
}