-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmodule-graph.json
651 lines (651 loc) · 19.1 KB
/
module-graph.json
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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
{
"elm-lang/core Char": {
"imports": [
"elm-lang/core Basics"
],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.Color": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Font",
"lucamug/style-framework Framework.ColorManipulation",
"lucamug/style-framework Framework.Configuration"
],
"package": "lucamug/style-framework"
},
"lucamug/style-framework Framework": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Events",
"mdgriffith/stylish-elephants Element.Font",
"mdgriffith/stylish-elephants Element.Input",
"lucamug/style-framework Framework.Button",
"lucamug/style-framework Framework.Card",
"lucamug/style-framework Framework.Color",
"lucamug/style-framework Framework.Configuration",
"lucamug/style-framework Framework.FormField",
"lucamug/style-framework Framework.FormFieldWithPattern",
"lucamug/style-framework Framework.Icon",
"lucamug/style-framework Framework.Logo",
"lucamug/style-framework Framework.Spinner",
"lucamug/style-framework Framework.StyleElements",
"lucamug/style-framework Framework.StyleElementsInput",
"lucamug/style-framework Framework.Typography",
"elm-lang/html Html",
"elm-lang/html Html.Attributes",
"elm-lang/http Http",
"elm-lang/navigation Navigation",
"evancz/url-parser UrlParser",
"elm-lang/window Window"
],
"package": "lucamug/style-framework"
},
"danielnarey/elm-color-math ColorMath.Hex8": {
"imports": [
"danielnarey/elm-color-math ColorMath.Hex",
"danielnarey/elm-toolkit Toolkit.Function",
"danielnarey/elm-toolkit Toolkit.Tuple",
"danielnarey/elm-toolkit Toolkit.Tuple4",
"danielnarey/elm-toolkit Toolkit.List",
"danielnarey/elm-toolkit Toolkit.Maybe",
"danielnarey/elm-toolkit Toolkit.Result",
"elm-lang/core Color",
"elm-lang/core Array",
"elm-lang/core Char"
],
"package": "danielnarey/elm-color-math"
},
"lucamug/style-framework Framework.Spinner": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"lucamug/style-framework Framework.ColorManipulation",
"elm-lang/html Html",
"elm-lang/svg Svg",
"elm-lang/svg Svg.Attributes"
],
"package": "lucamug/style-framework"
},
"elm-lang/core Platform.Cmd": {
"imports": [],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.Icon": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"lucamug/style-framework Framework.Color",
"lucamug/style-framework Framework.ColorManipulation",
"elm-lang/html Html.Attributes",
"elm-lang/svg Svg",
"elm-lang/svg Svg.Attributes"
],
"package": "lucamug/style-framework"
},
"lucamug/style-framework Framework.FormFieldWithPattern": {
"imports": [
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Events",
"mdgriffith/stylish-elephants Element.Font",
"mdgriffith/stylish-elephants Element.Input",
"lucamug/style-framework Framework.Color",
"lucamug/style-framework Framework.Configuration",
"elm-lang/html Html.Attributes",
"elm-lang/core Regex"
],
"package": "lucamug/style-framework"
},
"elm-lang/core List": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Maybe",
"elm-lang/core Maybe"
],
"package": "elm-lang/core"
},
"elm-lang/core Json.Decode": {
"imports": [
"elm-lang/core Array",
"elm-lang/core Dict",
"elm-lang/core Json.Encode",
"elm-lang/core List",
"elm-lang/core Maybe",
"elm-lang/core Result"
],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.StyleElements": {
"imports": [
"mdgriffith/stylish-elephants Element"
],
"package": "lucamug/style-framework"
},
"elm-lang/core Json.Encode": {
"imports": [
"elm-lang/core Array"
],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.ColorManipulation": {
"imports": [
"elm-lang/core Char",
"elm-lang/core Color"
],
"package": "lucamug/style-framework"
},
"mdgriffith/stylish-elephants Element.Font": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Internal.Model",
"mdgriffith/stylish-elephants Internal.Style"
],
"package": "mdgriffith/stylish-elephants"
},
"lucamug/style-framework Framework.Logo": {
"imports": [
"mdgriffith/stylish-elephants Element",
"elm-lang/html Html",
"elm-lang/svg Svg",
"elm-lang/svg Svg.Attributes"
],
"package": "lucamug/style-framework"
},
"elm-lang/dom Dom.LowLevel": {
"imports": [
"elm-lang/core Json.Decode",
"elm-lang/core Task"
],
"package": "elm-lang/dom"
},
"mdgriffith/stylish-elephants Element.Border": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Internal.Model",
"mdgriffith/stylish-elephants Internal.Style"
],
"package": "mdgriffith/stylish-elephants"
},
"elm-lang/core Platform.Sub": {
"imports": [],
"package": "elm-lang/core"
},
"danielnarey/elm-color-math ColorMath.Hex": {
"imports": [
"danielnarey/elm-toolkit Toolkit.Function",
"danielnarey/elm-toolkit Toolkit.Tuple",
"danielnarey/elm-toolkit Toolkit.Tuple3",
"danielnarey/elm-toolkit Toolkit.List",
"danielnarey/elm-toolkit Toolkit.Maybe",
"danielnarey/elm-toolkit Toolkit.Result",
"elm-lang/core Color",
"elm-lang/core Array",
"elm-lang/core Char"
],
"package": "danielnarey/elm-color-math"
},
"elm-lang/http Http.Internal": {
"imports": [
"elm-lang/core Time"
],
"package": "elm-lang/http"
},
"elm-lang/virtual-dom VirtualDom.History": {
"imports": [
"elm-lang/core Array",
"elm-lang/core Json.Decode",
"elm-lang/core Json.Encode",
"elm-lang/virtual-dom VirtualDom.Helpers",
"elm-lang/virtual-dom VirtualDom.Metadata"
],
"package": "elm-lang/virtual-dom"
},
"lucamug/style-framework Framework.Button": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Font",
"mdgriffith/stylish-elephants Element.Input",
"lucamug/style-framework Framework.Color",
"lucamug/style-framework Framework.ColorManipulation",
"lucamug/style-framework Framework.Configuration",
"lucamug/style-framework Framework.Modifier",
"lucamug/style-framework Framework.Spinner",
"elm-lang/html Html.Attributes"
],
"package": "lucamug/style-framework"
},
"elm-lang/core Time": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Dict",
"elm-lang/core List",
"elm-lang/core Maybe",
"elm-lang/core Platform",
"elm-lang/core Platform.Sub",
"elm-lang/core Task"
],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.FormField": {
"imports": [
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Events",
"mdgriffith/stylish-elephants Element.Input",
"lucamug/style-framework Framework.Color",
"elm-lang/html Html.Attributes"
],
"package": "lucamug/style-framework"
},
"mdgriffith/stylish-elephants Element": {
"imports": [
"elm-lang/core Color",
"elm-lang/html Html",
"elm-lang/html Html.Attributes",
"mdgriffith/stylish-elephants Internal.Model",
"mdgriffith/stylish-elephants Internal.Style"
],
"package": "mdgriffith/stylish-elephants"
},
"mdgriffith/stylish-elephants Internal.Model": {
"imports": [
"elm-lang/core Color",
"elm-lang/html Html",
"elm-lang/html Html.Attributes",
"mdgriffith/stylish-elephants Internal.Style",
"elm-lang/core Json.Encode",
"elm-lang/core Regex",
"elm-lang/core Set",
"elm-lang/virtual-dom VirtualDom"
],
"package": "mdgriffith/stylish-elephants"
},
"elm-lang/core Task": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core List",
"elm-lang/core Maybe",
"elm-lang/core Platform",
"elm-lang/core Platform.Cmd",
"elm-lang/core Result"
],
"package": "elm-lang/core"
},
"mdgriffith/stylish-elephants Element.Background": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Internal.Model"
],
"package": "mdgriffith/stylish-elephants"
},
"elm-lang/virtual-dom VirtualDom": {
"imports": [
"elm-lang/core Json.Decode",
"elm-lang/virtual-dom VirtualDom.Debug"
],
"package": "elm-lang/virtual-dom"
},
"danielnarey/elm-toolkit Toolkit.Tuple": {
"imports": [],
"package": "danielnarey/elm-toolkit"
},
"mdgriffith/stylish-elephants Element.Events": {
"imports": [
"elm-lang/html Html.Events",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Internal.Model",
"elm-lang/core Json.Decode",
"elm-lang/virtual-dom VirtualDom"
],
"package": "mdgriffith/stylish-elephants"
},
"lucamug/style-framework Framework.Configuration": {
"imports": [
"elm-lang/core Color",
"danielnarey/elm-color-math ColorMath.Hex8",
"elm-lang/core Dict",
"mdgriffith/stylish-elephants Element.Font",
"lucamug/style-framework MyStyle"
],
"package": "lucamug/style-framework"
},
"mdgriffith/stylish-elephants Internal.Events": {
"imports": [
"mdgriffith/stylish-elephants Element",
"elm-lang/html Html.Events",
"mdgriffith/stylish-elephants Internal.Model",
"elm-lang/core Json.Decode",
"elm-lang/virtual-dom VirtualDom"
],
"package": "mdgriffith/stylish-elephants"
},
"lucamug/style-framework MyStyle": {
"imports": [
"elm-lang/core Dict"
],
"package": "lucamug/style-framework"
},
"elm-lang/http Http": {
"imports": [
"elm-lang/core Dict",
"elm-lang/http Http.Internal",
"elm-lang/core Json.Decode",
"elm-lang/core Json.Encode",
"elm-lang/core Maybe",
"elm-lang/core Platform.Cmd",
"elm-lang/core Result",
"elm-lang/core Task",
"elm-lang/core Time"
],
"package": "elm-lang/http"
},
"danielnarey/elm-toolkit Toolkit.Tuple3": {
"imports": [],
"package": "danielnarey/elm-toolkit"
},
"elm-lang/window Window": {
"imports": [
"elm-lang/dom Dom.LowLevel",
"elm-lang/core Json.Decode",
"elm-lang/core Process",
"elm-lang/core Task"
],
"package": "elm-lang/window"
},
"elm-lang/core Platform": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Platform.Cmd",
"elm-lang/core Platform.Sub"
],
"package": "elm-lang/core"
},
"elm-lang/navigation Navigation": {
"imports": [
"elm-lang/dom Dom.LowLevel",
"elm-lang/html Html",
"elm-lang/core Json.Decode",
"elm-lang/core Process",
"elm-lang/core Task"
],
"package": "elm-lang/navigation"
},
"elm-lang/core Basics": {
"imports": [],
"package": "elm-lang/core"
},
"danielnarey/elm-toolkit Toolkit.Function": {
"imports": [],
"package": "danielnarey/elm-toolkit"
},
"elm-lang/core Set": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Dict",
"elm-lang/core List"
],
"package": "elm-lang/core"
},
"elm-lang/core Color": {
"imports": [
"elm-lang/core Basics"
],
"package": "elm-lang/core"
},
"elm-lang/core String": {
"imports": [
"elm-lang/core Char",
"elm-lang/core Maybe",
"elm-lang/core Result"
],
"package": "elm-lang/core"
},
"elm-lang/virtual-dom VirtualDom.Overlay": {
"imports": [
"elm-lang/core Json.Decode",
"elm-lang/core Json.Encode",
"elm-lang/virtual-dom VirtualDom.Helpers",
"elm-lang/virtual-dom VirtualDom.Metadata",
"elm-lang/virtual-dom VirtualDom.Report"
],
"package": "elm-lang/virtual-dom"
},
"elm-lang/svg Svg.Attributes": {
"imports": [
"elm-lang/svg Svg",
"elm-lang/virtual-dom VirtualDom"
],
"package": "elm-lang/svg"
},
"elm-lang/core Result": {
"imports": [
"elm-lang/core Maybe"
],
"package": "elm-lang/core"
},
"danielnarey/elm-toolkit Toolkit.Tuple4": {
"imports": [],
"package": "danielnarey/elm-toolkit"
},
"elm-lang/virtual-dom VirtualDom.Helpers": {
"imports": [
"elm-lang/core Json.Decode",
"elm-lang/core Json.Encode"
],
"package": "elm-lang/virtual-dom"
},
"elm-lang/core Process": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Platform",
"elm-lang/core Task",
"elm-lang/core Time"
],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.Card": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Events",
"mdgriffith/stylish-elephants Element.Font",
"lucamug/style-framework Framework.Color",
"elm-lang/html Html",
"elm-lang/html Html.Attributes"
],
"package": "lucamug/style-framework"
},
"elm-lang/virtual-dom VirtualDom.Metadata": {
"imports": [
"elm-lang/core Array",
"elm-lang/core Dict",
"elm-lang/core Json.Decode",
"elm-lang/core Json.Encode",
"elm-lang/virtual-dom VirtualDom.Report"
],
"package": "elm-lang/virtual-dom"
},
"elm-lang/core Maybe": {
"imports": [],
"package": "elm-lang/core"
},
"elm-lang/virtual-dom VirtualDom.Expando": {
"imports": [
"elm-lang/core Dict",
"elm-lang/core Json.Decode",
"elm-lang/virtual-dom VirtualDom.Helpers"
],
"package": "elm-lang/virtual-dom"
},
"mdgriffith/stylish-elephants Internal.Grid": {
"imports": [
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Internal.Model"
],
"package": "mdgriffith/stylish-elephants"
},
"elm-lang/html Html.Events": {
"imports": [
"elm-lang/html Html",
"elm-lang/core Json.Decode",
"elm-lang/virtual-dom VirtualDom"
],
"package": "elm-lang/html"
},
"danielnarey/elm-toolkit Toolkit.Maybe": {
"imports": [],
"package": "danielnarey/elm-toolkit"
},
"mdgriffith/stylish-elephants Element.Region": {
"imports": [
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Internal.Model"
],
"package": "mdgriffith/stylish-elephants"
},
"mdgriffith/stylish-elephants Internal.Style": {
"imports": [
"elm-lang/html Html"
],
"package": "mdgriffith/stylish-elephants"
},
"elm-lang/html Html": {
"imports": [
"elm-lang/virtual-dom VirtualDom"
],
"package": "elm-lang/html"
},
"mdgriffith/stylish-elephants Element.Input": {
"imports": [
"elm-lang/core Color",
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Background",
"mdgriffith/stylish-elephants Element.Border",
"mdgriffith/stylish-elephants Element.Events",
"mdgriffith/stylish-elephants Element.Font",
"mdgriffith/stylish-elephants Element.Region",
"elm-lang/html Html",
"elm-lang/html Html.Attributes",
"elm-lang/html Html.Events",
"mdgriffith/stylish-elephants Internal.Events",
"mdgriffith/stylish-elephants Internal.Grid",
"mdgriffith/stylish-elephants Internal.Model",
"mdgriffith/stylish-elephants Internal.Style",
"elm-lang/core Json.Decode"
],
"package": "mdgriffith/stylish-elephants"
},
"elm-lang/html Html.Attributes": {
"imports": [
"elm-lang/html Html",
"elm-lang/core Json.Encode",
"elm-lang/virtual-dom VirtualDom"
],
"package": "elm-lang/html"
},
"danielnarey/elm-toolkit Toolkit.Result": {
"imports": [],
"package": "danielnarey/elm-toolkit"
},
"elm-lang/core Array": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Maybe",
"elm-lang/core List"
],
"package": "elm-lang/core"
},
"danielnarey/elm-toolkit Toolkit.List": {
"imports": [
"elm-lang/core Set",
"danielnarey/elm-toolkit Toolkit.Maybe",
"danielnarey/elm-toolkit Toolkit.Function"
],
"package": "danielnarey/elm-toolkit"
},
"lucamug/style-framework Framework.Modifier": {
"imports": [],
"package": "lucamug/style-framework"
},
"elm-lang/core Dict": {
"imports": [
"elm-lang/core Basics",
"elm-lang/core Maybe",
"elm-lang/core List",
"elm-lang/core String"
],
"package": "elm-lang/core"
},
"lucamug/style-framework Framework.StyleElementsInput": {
"imports": [
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Input"
],
"package": "lucamug/style-framework"
},
"lucamug/style-framework Framework.Typography": {
"imports": [
"mdgriffith/stylish-elephants Element",
"mdgriffith/stylish-elephants Element.Font",
"mdgriffith/stylish-elephants Element.Region"
],
"package": "lucamug/style-framework"
},
"elm-lang/core Regex": {
"imports": [
"elm-lang/core Maybe"
],
"package": "elm-lang/core"
},
"elm-lang/svg Svg": {
"imports": [
"elm-lang/html Html",
"elm-lang/virtual-dom VirtualDom",
"elm-lang/core Json.Encode"
],
"package": "elm-lang/svg"
},
"elm-lang/virtual-dom VirtualDom.Report": {
"imports": [],
"package": "elm-lang/virtual-dom"
},
"evancz/url-parser UrlParser": {
"imports": [
"elm-lang/core Dict",
"elm-lang/http Http",
"elm-lang/navigation Navigation"
],
"package": "evancz/url-parser"
},
"elm-lang/virtual-dom VirtualDom.Debug": {
"imports": [
"elm-lang/core Json.Decode",
"elm-lang/core Json.Encode",
"elm-lang/core Task",
"elm-lang/virtual-dom VirtualDom.Expando",
"elm-lang/virtual-dom VirtualDom.Helpers",
"elm-lang/virtual-dom VirtualDom.History",
"elm-lang/virtual-dom VirtualDom.Metadata",
"elm-lang/virtual-dom VirtualDom.Overlay",
"elm-lang/virtual-dom VirtualDom.Report"
],
"package": "elm-lang/virtual-dom"
}
}