fauxhai-ng 9.2.0 → 9.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fauxhai/platforms/.DS_Store +0 -0
  3. data/lib/fauxhai/platforms/aix/7.1.json +11 -6
  4. data/lib/fauxhai/platforms/aix/7.2.json +11 -6
  5. data/lib/fauxhai/platforms/almalinux/8.json +3812 -3816
  6. data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +21 -11
  7. data/lib/fauxhai/platforms/centos/6.10.json +13 -7
  8. data/lib/fauxhai/platforms/centos/7.7.1908.json +14 -8
  9. data/lib/fauxhai/platforms/centos/7.8.2003.json +13 -7
  10. data/lib/fauxhai/platforms/centos/8.json +15 -8
  11. data/lib/fauxhai/platforms/chefspec/0.6.1.json +1 -1
  12. data/lib/fauxhai/platforms/clearos/7.4.json +19 -10
  13. data/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json +11 -6
  14. data/lib/fauxhai/platforms/fedora/31.json +16 -9
  15. data/lib/fauxhai/platforms/fedora/32.json +15 -8
  16. data/lib/fauxhai/platforms/freebsd/11.2.json +10 -5
  17. data/lib/fauxhai/platforms/freebsd/12.1.json +346 -348
  18. data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +19 -10
  19. data/lib/fauxhai/platforms/linuxmint/19.0.json +13 -7
  20. data/lib/fauxhai/platforms/mac_os_x/10.14.json +11 -6
  21. data/lib/fauxhai/platforms/mac_os_x/10.15.json +11 -6
  22. data/lib/fauxhai/platforms/mac_os_x/11.0.json +13 -628
  23. data/lib/fauxhai/platforms/mac_os_x/11.json +2820 -0
  24. data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
  25. data/lib/fauxhai/platforms/openbsd/6.2.json +11 -6
  26. data/lib/fauxhai/platforms/opensuse/15.2.json +13 -7
  27. data/lib/fauxhai/platforms/oracle/6.10.json +15 -8
  28. data/lib/fauxhai/platforms/oracle/7.5.json +14 -8
  29. data/lib/fauxhai/platforms/oracle/7.6.json +13 -7
  30. data/lib/fauxhai/platforms/raspbian/10.json +15 -8
  31. data/lib/fauxhai/platforms/rocky/8.json +3816 -3820
  32. data/lib/fauxhai/platforms/smartos/5.11.json +6 -4
  33. data/lib/fauxhai/platforms/solaris2/5.11.json +5043 -5048
  34. data/lib/fauxhai/platforms/windows/10.json +431 -423
  35. data/lib/fauxhai/platforms/windows/2012.json +17 -9
  36. data/lib/fauxhai/platforms/windows/2012R2.json +17 -9
  37. data/lib/fauxhai/platforms/windows/2016.json +17 -9
  38. data/lib/fauxhai/platforms/windows/2019.json +17 -9
  39. data/lib/fauxhai/platforms/windows/8.1.json +416 -408
  40. data/lib/fauxhai/version.rb +1 -1
  41. metadata +3 -1
@@ -0,0 +1,2820 @@
1
+ {
2
+ "chef_packages": {
3
+ "chef": {
4
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.7.61/lib",
5
+ "version": "16.7.61"
6
+ },
7
+ "ohai": {
8
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.7.37/lib/ohai",
9
+ "version": "16.7.37"
10
+ }
11
+ },
12
+ "command": {
13
+ "ps": "ps -ef"
14
+ },
15
+ "counters": {
16
+ "network": {
17
+ "interfaces": {
18
+ "en0": {
19
+ "rx": {
20
+ "bytes": 0,
21
+ "compressed": 0,
22
+ "drop": 0,
23
+ "errors": 0,
24
+ "frame": 0,
25
+ "multicast": 0,
26
+ "overrun": 0,
27
+ "packets": 0
28
+ },
29
+ "tx": {
30
+ "bytes": 0,
31
+ "carrier": 0,
32
+ "collisions": 0,
33
+ "compressed": 0,
34
+ "drop": 0,
35
+ "errors": 0,
36
+ "overrun": 0,
37
+ "packets": 0
38
+ }
39
+ },
40
+ "lo": {
41
+ "rx": {
42
+ "bytes": 0,
43
+ "drop": 0,
44
+ "errors": 0,
45
+ "overrun": 0,
46
+ "packets": 0
47
+ },
48
+ "tx": {
49
+ "bytes": 0,
50
+ "carrier": 0,
51
+ "collisions": 0,
52
+ "drop": 0,
53
+ "errors": 0,
54
+ "packets": 0,
55
+ "queuelen": "1"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ },
61
+ "cpu": {
62
+ "cores": 1,
63
+ "real": 1,
64
+ "total": 1
65
+ },
66
+ "current_user": "fauxhai",
67
+ "dmi": {
68
+ },
69
+ "domain": "local",
70
+ "filesystem": {
71
+ "by_device": {
72
+ "/dev/disk1s1": {
73
+ "block_size": 512,
74
+ "fs_type": "apfs",
75
+ "inodes_available": "9760779400",
76
+ "inodes_percent_used": "0%",
77
+ "inodes_used": "7198760",
78
+ "kb_available": "67834964",
79
+ "kb_size": "976797816",
80
+ "kb_used": "883627812",
81
+ "mount_options": [
82
+ "local",
83
+ "journaled",
84
+ "nobrowse"
85
+ ],
86
+ "mounts": [
87
+ "/System/Volumes/Data"
88
+ ],
89
+ "percent_used": "93%",
90
+ "total_inodes": "9767978160"
91
+ },
92
+ "/dev/disk1s2": {
93
+ "block_size": 512,
94
+ "fs_type": "apfs",
95
+ "inodes_available": "9767977321",
96
+ "inodes_percent_used": "0%",
97
+ "inodes_used": "839",
98
+ "kb_available": "67834964",
99
+ "kb_size": "976797816",
100
+ "kb_used": "297092",
101
+ "mount_options": [
102
+ "local",
103
+ "journaled",
104
+ "nobrowse"
105
+ ],
106
+ "mounts": [
107
+ "/System/Volumes/Preboot"
108
+ ],
109
+ "percent_used": "1%",
110
+ "total_inodes": "9767978160"
111
+ },
112
+ "/dev/disk1s3": {
113
+ "block_size": 512,
114
+ "fs_type": "apfs",
115
+ "inodes_available": "9767978079",
116
+ "inodes_percent_used": "0%",
117
+ "inodes_used": "81",
118
+ "kb_available": "67834964",
119
+ "kb_size": "976797816",
120
+ "kb_used": "640140",
121
+ "mount_options": [
122
+ "local",
123
+ "journaled",
124
+ "nobrowse"
125
+ ],
126
+ "mounts": [
127
+ "/Volumes/Recovery"
128
+ ],
129
+ "percent_used": "1%",
130
+ "total_inodes": "9767978160"
131
+ },
132
+ "/dev/disk1s4": {
133
+ "block_size": 512,
134
+ "fs_type": "apfs",
135
+ "inodes_available": "9767978158",
136
+ "inodes_percent_used": "0%",
137
+ "inodes_used": "2",
138
+ "kb_available": "67834964",
139
+ "kb_size": "976797816",
140
+ "kb_used": "2097204",
141
+ "mount_options": [
142
+ "local",
143
+ "noexec",
144
+ "journaled",
145
+ "noatime",
146
+ "nobrowse"
147
+ ],
148
+ "mounts": [
149
+ "/System/Volumes/VM"
150
+ ],
151
+ "percent_used": "3%",
152
+ "total_inodes": "9767978160"
153
+ },
154
+ "/dev/disk1s5": {
155
+ "block_size": 512,
156
+ "fs_type": "apfs",
157
+ "inodes_available": "9767410777",
158
+ "inodes_percent_used": "0%",
159
+ "inodes_used": "567383",
160
+ "kb_available": "67834964",
161
+ "kb_size": "976797816",
162
+ "kb_used": "21988712",
163
+ "mount_options": [
164
+ "sealed",
165
+ "local",
166
+ "journaled",
167
+ "nobrowse"
168
+ ],
169
+ "mounts": [
170
+ "/System/Volumes/Update/mnt1"
171
+ ],
172
+ "percent_used": "25%",
173
+ "total_inodes": "9767978160"
174
+ },
175
+ "/dev/disk1s5s1": {
176
+ "block_size": 512,
177
+ "fs_type": "apfs",
178
+ "inodes_available": "9767414228",
179
+ "inodes_percent_used": "0%",
180
+ "inodes_used": "563932",
181
+ "kb_available": "67834964",
182
+ "kb_size": "976797816",
183
+ "kb_used": "21988712",
184
+ "mount_options": [
185
+ "sealed",
186
+ "local",
187
+ "read-only",
188
+ "journaled"
189
+ ],
190
+ "mounts": [
191
+ "/"
192
+ ],
193
+ "percent_used": "25%",
194
+ "total_inodes": "9767978160"
195
+ },
196
+ "/dev/disk1s6": {
197
+ "block_size": 512,
198
+ "fs_type": "apfs",
199
+ "inodes_available": "9767977762",
200
+ "inodes_percent_used": "0%",
201
+ "inodes_used": "398",
202
+ "kb_available": "67834964",
203
+ "kb_size": "976797816",
204
+ "kb_used": "108864",
205
+ "mount_options": [
206
+ "local",
207
+ "journaled",
208
+ "nobrowse"
209
+ ],
210
+ "mounts": [
211
+ "/System/Volumes/Update"
212
+ ],
213
+ "percent_used": "1%",
214
+ "total_inodes": "9767978160"
215
+ },
216
+ "/dev/disk3s1": {
217
+ "block_size": 512,
218
+ "fs_type": "apfs",
219
+ "inodes_available": "104475113195",
220
+ "inodes_percent_used": "0%",
221
+ "inodes_used": "2303845",
222
+ "kb_available": "5294952576",
223
+ "kb_size": "10447741704",
224
+ "kb_used": "208851000",
225
+ "mount_options": [
226
+ "local",
227
+ "nodev",
228
+ "nosuid",
229
+ "journaled",
230
+ "nobrowse"
231
+ ],
232
+ "mounts": [
233
+ "/Volumes/Backups of MacBook Pro"
234
+ ],
235
+ "percent_used": "4%",
236
+ "total_inodes": "104477417040"
237
+ },
238
+ "devfs": {
239
+ "block_size": 512,
240
+ "fs_type": "devfs",
241
+ "inodes_available": "0",
242
+ "inodes_percent_used": "100%",
243
+ "inodes_used": "698",
244
+ "kb_available": "0",
245
+ "kb_size": "201",
246
+ "kb_used": "201",
247
+ "mount_options": [
248
+ "local",
249
+ "nobrowse"
250
+ ],
251
+ "mounts": [
252
+ "/dev"
253
+ ],
254
+ "percent_used": "100%",
255
+ "total_inodes": "698"
256
+ },
257
+ "map auto_home": {
258
+ "block_size": 512,
259
+ "fs_type": "autofs",
260
+ "inodes_available": "0",
261
+ "inodes_percent_used": "100%",
262
+ "inodes_used": "0",
263
+ "kb_available": "0",
264
+ "kb_size": "0",
265
+ "kb_used": "0",
266
+ "mount_options": [
267
+ "automounted",
268
+ "nobrowse"
269
+ ],
270
+ "mounts": [
271
+ "/System/Volumes/Data/home"
272
+ ],
273
+ "percent_used": "100%",
274
+ "total_inodes": "0"
275
+ }
276
+ },
277
+ "by_mountpoint": {
278
+ "/": {
279
+ "block_size": 512,
280
+ "devices": [
281
+ "/dev/disk1s5s1"
282
+ ],
283
+ "fs_type": "apfs",
284
+ "inodes_available": "9767414228",
285
+ "inodes_percent_used": "0%",
286
+ "inodes_used": "563932",
287
+ "kb_available": "67834964",
288
+ "kb_size": "976797816",
289
+ "kb_used": "21988712",
290
+ "mount_options": [
291
+ "sealed",
292
+ "local",
293
+ "read-only",
294
+ "journaled"
295
+ ],
296
+ "percent_used": "25%",
297
+ "total_inodes": "9767978160"
298
+ },
299
+ "/System/Volumes/Data": {
300
+ "block_size": 512,
301
+ "devices": [
302
+ "/dev/disk1s1"
303
+ ],
304
+ "fs_type": "apfs",
305
+ "inodes_available": "9760779400",
306
+ "inodes_percent_used": "0%",
307
+ "inodes_used": "7198760",
308
+ "kb_available": "67834964",
309
+ "kb_size": "976797816",
310
+ "kb_used": "883627812",
311
+ "mount_options": [
312
+ "local",
313
+ "journaled",
314
+ "nobrowse"
315
+ ],
316
+ "percent_used": "93%",
317
+ "total_inodes": "9767978160"
318
+ },
319
+ "/System/Volumes/Data/home": {
320
+ "block_size": 512,
321
+ "devices": [
322
+ "map auto_home"
323
+ ],
324
+ "fs_type": "autofs",
325
+ "inodes_available": "0",
326
+ "inodes_percent_used": "100%",
327
+ "inodes_used": "0",
328
+ "kb_available": "0",
329
+ "kb_size": "0",
330
+ "kb_used": "0",
331
+ "mount_options": [
332
+ "automounted",
333
+ "nobrowse"
334
+ ],
335
+ "percent_used": "100%",
336
+ "total_inodes": "0"
337
+ },
338
+ "/System/Volumes/Preboot": {
339
+ "block_size": 512,
340
+ "devices": [
341
+ "/dev/disk1s2"
342
+ ],
343
+ "fs_type": "apfs",
344
+ "inodes_available": "9767977321",
345
+ "inodes_percent_used": "0%",
346
+ "inodes_used": "839",
347
+ "kb_available": "67834964",
348
+ "kb_size": "976797816",
349
+ "kb_used": "297092",
350
+ "mount_options": [
351
+ "local",
352
+ "journaled",
353
+ "nobrowse"
354
+ ],
355
+ "percent_used": "1%",
356
+ "total_inodes": "9767978160"
357
+ },
358
+ "/System/Volumes/Update": {
359
+ "block_size": 512,
360
+ "devices": [
361
+ "/dev/disk1s6"
362
+ ],
363
+ "fs_type": "apfs",
364
+ "inodes_available": "9767977762",
365
+ "inodes_percent_used": "0%",
366
+ "inodes_used": "398",
367
+ "kb_available": "67834964",
368
+ "kb_size": "976797816",
369
+ "kb_used": "108864",
370
+ "mount_options": [
371
+ "local",
372
+ "journaled",
373
+ "nobrowse"
374
+ ],
375
+ "percent_used": "1%",
376
+ "total_inodes": "9767978160"
377
+ },
378
+ "/System/Volumes/Update/mnt1": {
379
+ "block_size": 512,
380
+ "devices": [
381
+ "/dev/disk1s5"
382
+ ],
383
+ "fs_type": "apfs",
384
+ "inodes_available": "9767410777",
385
+ "inodes_percent_used": "0%",
386
+ "inodes_used": "567383",
387
+ "kb_available": "67834964",
388
+ "kb_size": "976797816",
389
+ "kb_used": "21988712",
390
+ "mount_options": [
391
+ "sealed",
392
+ "local",
393
+ "journaled",
394
+ "nobrowse"
395
+ ],
396
+ "percent_used": "25%",
397
+ "total_inodes": "9767978160"
398
+ },
399
+ "/System/Volumes/VM": {
400
+ "block_size": 512,
401
+ "devices": [
402
+ "/dev/disk1s4"
403
+ ],
404
+ "fs_type": "apfs",
405
+ "inodes_available": "9767978158",
406
+ "inodes_percent_used": "0%",
407
+ "inodes_used": "2",
408
+ "kb_available": "67834964",
409
+ "kb_size": "976797816",
410
+ "kb_used": "2097204",
411
+ "mount_options": [
412
+ "local",
413
+ "noexec",
414
+ "journaled",
415
+ "noatime",
416
+ "nobrowse"
417
+ ],
418
+ "percent_used": "3%",
419
+ "total_inodes": "9767978160"
420
+ },
421
+ "/Volumes/Recovery": {
422
+ "block_size": 512,
423
+ "devices": [
424
+ "/dev/disk1s3"
425
+ ],
426
+ "fs_type": "apfs",
427
+ "inodes_available": "9767978079",
428
+ "inodes_percent_used": "0%",
429
+ "inodes_used": "81",
430
+ "kb_available": "67834964",
431
+ "kb_size": "976797816",
432
+ "kb_used": "640140",
433
+ "mount_options": [
434
+ "local",
435
+ "journaled",
436
+ "nobrowse"
437
+ ],
438
+ "percent_used": "1%",
439
+ "total_inodes": "9767978160"
440
+ },
441
+ "/dev": {
442
+ "block_size": 512,
443
+ "devices": [
444
+ "devfs"
445
+ ],
446
+ "fs_type": "devfs",
447
+ "inodes_available": "0",
448
+ "inodes_percent_used": "100%",
449
+ "inodes_used": "698",
450
+ "kb_available": "0",
451
+ "kb_size": "201",
452
+ "kb_used": "201",
453
+ "mount_options": [
454
+ "local",
455
+ "nobrowse"
456
+ ],
457
+ "percent_used": "100%",
458
+ "total_inodes": "698"
459
+ }
460
+ },
461
+ "by_pair": {
462
+ "/dev/disk1s2,/System/Volumes/Preboot": {
463
+ "block_size": 512,
464
+ "device": "/dev/disk1s2",
465
+ "fs_type": "apfs",
466
+ "inodes_available": "9767977321",
467
+ "inodes_percent_used": "0%",
468
+ "inodes_used": "839",
469
+ "kb_available": "67834964",
470
+ "kb_size": "976797816",
471
+ "kb_used": "297092",
472
+ "mount": "/System/Volumes/Preboot",
473
+ "mount_options": [
474
+ "local",
475
+ "journaled",
476
+ "nobrowse"
477
+ ],
478
+ "percent_used": "1%",
479
+ "total_inodes": "9767978160"
480
+ },
481
+ "/dev/disk1s3,/Volumes/Recovery": {
482
+ "block_size": 512,
483
+ "device": "/dev/disk1s3",
484
+ "fs_type": "apfs",
485
+ "inodes_available": "9767978079",
486
+ "inodes_percent_used": "0%",
487
+ "inodes_used": "81",
488
+ "kb_available": "67834964",
489
+ "kb_size": "976797816",
490
+ "kb_used": "640140",
491
+ "mount": "/Volumes/Recovery",
492
+ "mount_options": [
493
+ "local",
494
+ "journaled",
495
+ "nobrowse"
496
+ ],
497
+ "percent_used": "1%",
498
+ "total_inodes": "9767978160"
499
+ },
500
+ "/dev/disk1s4,/System/Volumes/VM": {
501
+ "block_size": 512,
502
+ "device": "/dev/disk1s4",
503
+ "fs_type": "apfs",
504
+ "inodes_available": "9767978158",
505
+ "inodes_percent_used": "0%",
506
+ "inodes_used": "2",
507
+ "kb_available": "67834964",
508
+ "kb_size": "976797816",
509
+ "kb_used": "2097204",
510
+ "mount": "/System/Volumes/VM",
511
+ "mount_options": [
512
+ "local",
513
+ "noexec",
514
+ "journaled",
515
+ "noatime",
516
+ "nobrowse"
517
+ ],
518
+ "percent_used": "3%",
519
+ "total_inodes": "9767978160"
520
+ },
521
+ "/dev/disk1s5,/System/Volumes/Update/mnt1": {
522
+ "block_size": 512,
523
+ "device": "/dev/disk1s5",
524
+ "fs_type": "apfs",
525
+ "inodes_available": "9767410777",
526
+ "inodes_percent_used": "0%",
527
+ "inodes_used": "567383",
528
+ "kb_available": "67834964",
529
+ "kb_size": "976797816",
530
+ "kb_used": "21988712",
531
+ "mount": "/System/Volumes/Update/mnt1",
532
+ "mount_options": [
533
+ "sealed",
534
+ "local",
535
+ "journaled",
536
+ "nobrowse"
537
+ ],
538
+ "percent_used": "25%",
539
+ "total_inodes": "9767978160"
540
+ },
541
+ "/dev/disk1s5s1,/": {
542
+ "block_size": 512,
543
+ "device": "/dev/disk1s5s1",
544
+ "fs_type": "apfs",
545
+ "inodes_available": "9767414228",
546
+ "inodes_percent_used": "0%",
547
+ "inodes_used": "563932",
548
+ "kb_available": "67834964",
549
+ "kb_size": "976797816",
550
+ "kb_used": "21988712",
551
+ "mount": "/",
552
+ "mount_options": [
553
+ "sealed",
554
+ "local",
555
+ "read-only",
556
+ "journaled"
557
+ ],
558
+ "percent_used": "25%",
559
+ "total_inodes": "9767978160"
560
+ },
561
+ "/dev/disk1s6,/System/Volumes/Update": {
562
+ "block_size": 512,
563
+ "device": "/dev/disk1s6",
564
+ "fs_type": "apfs",
565
+ "inodes_available": "9767977762",
566
+ "inodes_percent_used": "0%",
567
+ "inodes_used": "398",
568
+ "kb_available": "67834964",
569
+ "kb_size": "976797816",
570
+ "kb_used": "108864",
571
+ "mount": "/System/Volumes/Update",
572
+ "mount_options": [
573
+ "local",
574
+ "journaled",
575
+ "nobrowse"
576
+ ],
577
+ "percent_used": "1%",
578
+ "total_inodes": "9767978160"
579
+ },
580
+ "devfs,/dev": {
581
+ "block_size": 512,
582
+ "device": "devfs",
583
+ "fs_type": "devfs",
584
+ "inodes_available": "0",
585
+ "inodes_percent_used": "100%",
586
+ "inodes_used": "698",
587
+ "kb_available": "0",
588
+ "kb_size": "201",
589
+ "kb_used": "201",
590
+ "mount": "/dev",
591
+ "mount_options": [
592
+ "local",
593
+ "nobrowse"
594
+ ],
595
+ "percent_used": "100%",
596
+ "total_inodes": "698"
597
+ },
598
+ "map auto_home,/System/Volumes/Data/home": {
599
+ "block_size": 512,
600
+ "device": "map auto_home",
601
+ "fs_type": "autofs",
602
+ "inodes_available": "0",
603
+ "inodes_percent_used": "100%",
604
+ "inodes_used": "0",
605
+ "kb_available": "0",
606
+ "kb_size": "0",
607
+ "kb_used": "0",
608
+ "mount": "/System/Volumes/Data/home",
609
+ "mount_options": [
610
+ "automounted",
611
+ "nobrowse"
612
+ ],
613
+ "percent_used": "100%",
614
+ "total_inodes": "0"
615
+ }
616
+ }
617
+ },
618
+ "fqdn": "fauxhai.local",
619
+ "hostname": "Fauxhai",
620
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
621
+ "idletime_seconds": 2646450,
622
+ "ipaddress": "10.0.0.2",
623
+ "kernel": {
624
+ "machine": "x86_64",
625
+ "modules": {
626
+ "com.apple.AGDCPluginDisplayMetrics": {
627
+ "index": "162",
628
+ "refcount": "0",
629
+ "size": 8192,
630
+ "version": "6.1.27"
631
+ },
632
+ "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
633
+ "index": "87",
634
+ "refcount": "0",
635
+ "size": 36864,
636
+ "version": "1.0.0"
637
+ },
638
+ "com.apple.AppleGPUWrangler": {
639
+ "index": "131",
640
+ "refcount": "0",
641
+ "size": 28672,
642
+ "version": "6.1.27"
643
+ },
644
+ "com.apple.AppleGraphicsDeviceControl": {
645
+ "index": "119",
646
+ "refcount": "9",
647
+ "size": 16384,
648
+ "version": "6.1.27"
649
+ },
650
+ "com.apple.AppleSystemPolicy": {
651
+ "index": "50",
652
+ "refcount": "0",
653
+ "size": 57344,
654
+ "version": "2.0.0"
655
+ },
656
+ "com.apple.BootCache": {
657
+ "index": "88",
658
+ "refcount": "0",
659
+ "size": 49152,
660
+ "version": "40"
661
+ },
662
+ "com.apple.driver.AGDCBacklightControl": {
663
+ "index": "144",
664
+ "refcount": "0",
665
+ "size": 12288,
666
+ "version": "6.1.27"
667
+ },
668
+ "com.apple.driver.AGPM": {
669
+ "index": "195",
670
+ "refcount": "0",
671
+ "size": 118784,
672
+ "version": "119"
673
+ },
674
+ "com.apple.driver.AppleACPIButtons": {
675
+ "index": "57",
676
+ "refcount": "0",
677
+ "size": 8192,
678
+ "version": "6.1"
679
+ },
680
+ "com.apple.driver.AppleACPIEC": {
681
+ "index": "54",
682
+ "refcount": "0",
683
+ "size": 20480,
684
+ "version": "6.1"
685
+ },
686
+ "com.apple.driver.AppleACPIPlatform": {
687
+ "index": "16",
688
+ "refcount": "2",
689
+ "size": 487424,
690
+ "version": "6.1"
691
+ },
692
+ "com.apple.driver.AppleAPIC": {
693
+ "index": "51",
694
+ "refcount": "0",
695
+ "size": 8192,
696
+ "version": "1.7"
697
+ },
698
+ "com.apple.driver.AppleAVEBridge": {
699
+ "index": "160",
700
+ "refcount": "0",
701
+ "size": 12288,
702
+ "version": "6.1"
703
+ },
704
+ "com.apple.driver.AppleActuatorDriver": {
705
+ "index": "190",
706
+ "refcount": "0",
707
+ "size": 28672,
708
+ "version": "4400.28"
709
+ },
710
+ "com.apple.driver.AppleBCMWLANBusInterfacePCIeMac": {
711
+ "index": "85",
712
+ "refcount": "0",
713
+ "size": 323584,
714
+ "version": "1"
715
+ },
716
+ "com.apple.driver.AppleBCMWLANCoreMac": {
717
+ "index": "84",
718
+ "refcount": "1",
719
+ "size": 1785856,
720
+ "version": "1.0.0"
721
+ },
722
+ "com.apple.driver.AppleBSDKextStarter": {
723
+ "index": "92",
724
+ "refcount": "0",
725
+ "size": 4096,
726
+ "version": "3"
727
+ },
728
+ "com.apple.driver.AppleBacklightExpert": {
729
+ "index": "142",
730
+ "refcount": "1",
731
+ "size": 8192,
732
+ "version": "1.1.0"
733
+ },
734
+ "com.apple.driver.AppleBridgeAudioController": {
735
+ "index": "147",
736
+ "refcount": "0",
737
+ "size": 36864,
738
+ "version": "100.2"
739
+ },
740
+ "com.apple.driver.AppleBusPowerController": {
741
+ "index": "19",
742
+ "refcount": "1",
743
+ "size": 16384,
744
+ "version": "1.0"
745
+ },
746
+ "com.apple.driver.AppleCredentialManager": {
747
+ "index": "24",
748
+ "refcount": "1",
749
+ "size": 327680,
750
+ "version": "1.0"
751
+ },
752
+ "com.apple.driver.AppleDiskImages2": {
753
+ "index": "149",
754
+ "refcount": "0",
755
+ "size": 49152,
756
+ "version": "1"
757
+ },
758
+ "com.apple.driver.AppleEFINVRAM": {
759
+ "index": "59",
760
+ "refcount": "2",
761
+ "size": 40960,
762
+ "version": "2.1"
763
+ },
764
+ "com.apple.driver.AppleEFIRuntime": {
765
+ "index": "58",
766
+ "refcount": "1",
767
+ "size": 8192,
768
+ "version": "2.1"
769
+ },
770
+ "com.apple.driver.AppleEffaceableNOR": {
771
+ "index": "69",
772
+ "refcount": "0",
773
+ "size": 16384,
774
+ "version": "1.0"
775
+ },
776
+ "com.apple.driver.AppleEffaceableStorage": {
777
+ "index": "25",
778
+ "refcount": "3",
779
+ "size": 24576,
780
+ "version": "1.0"
781
+ },
782
+ "com.apple.driver.AppleFDEKeyStore": {
783
+ "index": "26",
784
+ "refcount": "0",
785
+ "size": 24576,
786
+ "version": "28.30"
787
+ },
788
+ "com.apple.driver.AppleGFXHDA": {
789
+ "index": "137",
790
+ "refcount": "0",
791
+ "size": 385024,
792
+ "version": "100.1.431"
793
+ },
794
+ "com.apple.driver.AppleGraphicsControl": {
795
+ "index": "128",
796
+ "refcount": "2",
797
+ "size": 4096,
798
+ "version": "6.1.27"
799
+ },
800
+ "com.apple.driver.AppleGraphicsDevicePolicy": {
801
+ "index": "171",
802
+ "refcount": "0",
803
+ "size": 36864,
804
+ "version": "6.1.27"
805
+ },
806
+ "com.apple.driver.AppleHIDALSService": {
807
+ "index": "184",
808
+ "refcount": "0",
809
+ "size": 4096,
810
+ "version": "1"
811
+ },
812
+ "com.apple.driver.AppleHIDKeyboard": {
813
+ "index": "191",
814
+ "refcount": "0",
815
+ "size": 16384,
816
+ "version": "222"
817
+ },
818
+ "com.apple.driver.AppleHPM": {
819
+ "index": "98",
820
+ "refcount": "0",
821
+ "size": 24576,
822
+ "version": "3.4.4"
823
+ },
824
+ "com.apple.driver.AppleHSBluetoothDriver": {
825
+ "index": "186",
826
+ "refcount": "1",
827
+ "size": 24576,
828
+ "version": "4000.27"
829
+ },
830
+ "com.apple.driver.AppleHV": {
831
+ "index": "150",
832
+ "refcount": "0",
833
+ "size": 40960,
834
+ "version": "1"
835
+ },
836
+ "com.apple.driver.AppleInputDeviceSupport": {
837
+ "index": "187",
838
+ "refcount": "2",
839
+ "size": 53248,
840
+ "version": "4400.35"
841
+ },
842
+ "com.apple.driver.AppleIntelCFLGraphicsFramebuffer": {
843
+ "index": "121",
844
+ "refcount": "0",
845
+ "size": 778240,
846
+ "version": "16.0.0"
847
+ },
848
+ "com.apple.driver.AppleIntelKBLGraphics": {
849
+ "index": "174",
850
+ "refcount": "0",
851
+ "size": 749568,
852
+ "version": "16.0.0"
853
+ },
854
+ "com.apple.driver.AppleIntelLpssDmac": {
855
+ "index": "95",
856
+ "refcount": "1",
857
+ "size": 20480,
858
+ "version": "3.0.60"
859
+ },
860
+ "com.apple.driver.AppleIntelLpssI2C": {
861
+ "index": "96",
862
+ "refcount": "1",
863
+ "size": 28672,
864
+ "version": "3.0.60"
865
+ },
866
+ "com.apple.driver.AppleIntelLpssI2CController": {
867
+ "index": "97",
868
+ "refcount": "1",
869
+ "size": 53248,
870
+ "version": "3.0.60"
871
+ },
872
+ "com.apple.driver.AppleIntelLpssUARTCommon": {
873
+ "index": "166",
874
+ "refcount": "1",
875
+ "size": 4096,
876
+ "version": "3.0.60"
877
+ },
878
+ "com.apple.driver.AppleIntelLpssUARTv1": {
879
+ "index": "167",
880
+ "refcount": "0",
881
+ "size": 4096,
882
+ "version": "3.0.60"
883
+ },
884
+ "com.apple.driver.AppleIntelPCHPMC": {
885
+ "index": "148",
886
+ "refcount": "0",
887
+ "size": 12288,
888
+ "version": "2.0.1"
889
+ },
890
+ "com.apple.driver.AppleIntelSlowAdaptiveClocking": {
891
+ "index": "117",
892
+ "refcount": "0",
893
+ "size": 4096,
894
+ "version": "4.0.0"
895
+ },
896
+ "com.apple.driver.AppleKeyStore": {
897
+ "index": "34",
898
+ "refcount": "0",
899
+ "size": 524288,
900
+ "version": "2"
901
+ },
902
+ "com.apple.driver.AppleMCCSControl": {
903
+ "index": "141",
904
+ "refcount": "0",
905
+ "size": 45056,
906
+ "version": "1.14"
907
+ },
908
+ "com.apple.driver.AppleMobileFileIntegrity": {
909
+ "index": "28",
910
+ "refcount": "9",
911
+ "size": 86016,
912
+ "version": "1.0.5"
913
+ },
914
+ "com.apple.driver.AppleMultitouchDriver": {
915
+ "index": "188",
916
+ "refcount": "2",
917
+ "size": 81920,
918
+ "version": "4400.28"
919
+ },
920
+ "com.apple.driver.AppleMuxControl2": {
921
+ "index": "129",
922
+ "refcount": "0",
923
+ "size": 77824,
924
+ "version": "6.1.27"
925
+ },
926
+ "com.apple.driver.AppleOnboardSerial": {
927
+ "index": "165",
928
+ "refcount": "2",
929
+ "size": 65536,
930
+ "version": "1.0"
931
+ },
932
+ "com.apple.driver.AppleSEPManager": {
933
+ "index": "18",
934
+ "refcount": "3",
935
+ "size": 65536,
936
+ "version": "1.0.1"
937
+ },
938
+ "com.apple.driver.AppleSMBIOS": {
939
+ "index": "55",
940
+ "refcount": "0",
941
+ "size": 12288,
942
+ "version": "2.1"
943
+ },
944
+ "com.apple.driver.AppleSMC": {
945
+ "index": "15",
946
+ "refcount": "13",
947
+ "size": 102400,
948
+ "version": "3.1.9"
949
+ },
950
+ "com.apple.driver.AppleSMCRTC": {
951
+ "index": "56",
952
+ "refcount": "0",
953
+ "size": 16384,
954
+ "version": "1.0"
955
+ },
956
+ "com.apple.driver.AppleSSE": {
957
+ "index": "35",
958
+ "refcount": "0",
959
+ "size": 28672,
960
+ "version": "1.0"
961
+ },
962
+ "com.apple.driver.AppleSmartBatteryManager": {
963
+ "index": "60",
964
+ "refcount": "0",
965
+ "size": 65536,
966
+ "version": "161.0.0"
967
+ },
968
+ "com.apple.driver.AppleThunderboltDPAdapterFamily": {
969
+ "index": "99",
970
+ "refcount": "1",
971
+ "size": 94208,
972
+ "version": "8.1.4"
973
+ },
974
+ "com.apple.driver.AppleThunderboltDPInAdapter": {
975
+ "index": "100",
976
+ "refcount": "0",
977
+ "size": 40960,
978
+ "version": "8.1.4"
979
+ },
980
+ "com.apple.driver.AppleThunderboltIP": {
981
+ "index": "126",
982
+ "refcount": "0",
983
+ "size": 249856,
984
+ "version": "4.0.3"
985
+ },
986
+ "com.apple.driver.AppleThunderboltNHI": {
987
+ "index": "75",
988
+ "refcount": "0",
989
+ "size": 196608,
990
+ "version": "7.2.8"
991
+ },
992
+ "com.apple.driver.AppleThunderboltPCIDownAdapter": {
993
+ "index": "101",
994
+ "refcount": "0",
995
+ "size": 16384,
996
+ "version": "4.1.1"
997
+ },
998
+ "com.apple.driver.AppleTopCaseHIDEventDriver": {
999
+ "index": "189",
1000
+ "refcount": "0",
1001
+ "size": 28672,
1002
+ "version": "4000.27"
1003
+ },
1004
+ "com.apple.driver.AppleUSBAudio": {
1005
+ "index": "238",
1006
+ "refcount": "0",
1007
+ "size": 307200,
1008
+ "version": "401.4"
1009
+ },
1010
+ "com.apple.driver.AppleUSBHostMergeProperties": {
1011
+ "index": "21",
1012
+ "refcount": "4",
1013
+ "size": 4096,
1014
+ "version": "1.2"
1015
+ },
1016
+ "com.apple.driver.AppleUSBTDM": {
1017
+ "index": "33",
1018
+ "refcount": "2",
1019
+ "size": 32768,
1020
+ "version": "511.40.9"
1021
+ },
1022
+ "com.apple.driver.AppleUpstreamUserClient": {
1023
+ "index": "178",
1024
+ "refcount": "0",
1025
+ "size": 12288,
1026
+ "version": "3.6.8"
1027
+ },
1028
+ "com.apple.driver.AppleXsanScheme": {
1029
+ "index": "206",
1030
+ "refcount": "0",
1031
+ "size": 12288,
1032
+ "version": "3"
1033
+ },
1034
+ "com.apple.driver.AudioAUUC": {
1035
+ "index": "228",
1036
+ "refcount": "0",
1037
+ "size": 12288,
1038
+ "version": "1.70"
1039
+ },
1040
+ "com.apple.driver.BCMWLANFirmware4355.Hashstore": {
1041
+ "index": "102",
1042
+ "refcount": "0",
1043
+ "size": 8192,
1044
+ "version": "1"
1045
+ },
1046
+ "com.apple.driver.BCMWLANFirmware4364.Hashstore": {
1047
+ "index": "103",
1048
+ "refcount": "0",
1049
+ "size": 28672,
1050
+ "version": "1"
1051
+ },
1052
+ "com.apple.driver.BCMWLANFirmware4377.Hashstore": {
1053
+ "index": "104",
1054
+ "refcount": "0",
1055
+ "size": 16384,
1056
+ "version": "1"
1057
+ },
1058
+ "com.apple.driver.BCMWLANFirmware4378.Hashstore": {
1059
+ "index": "105",
1060
+ "refcount": "0",
1061
+ "size": 16384,
1062
+ "version": "1"
1063
+ },
1064
+ "com.apple.driver.BridgeAudioCommunication": {
1065
+ "index": "161",
1066
+ "refcount": "0",
1067
+ "size": 40960,
1068
+ "version": "100.2"
1069
+ },
1070
+ "com.apple.driver.DiskImages": {
1071
+ "index": "44",
1072
+ "refcount": "0",
1073
+ "size": 49152,
1074
+ "version": "493.0.0"
1075
+ },
1076
+ "com.apple.driver.IOImageLoader": {
1077
+ "index": "79",
1078
+ "refcount": "6",
1079
+ "size": 69632,
1080
+ "version": "1.0.0"
1081
+ },
1082
+ "com.apple.driver.IOSlaveProcessor": {
1083
+ "index": "17",
1084
+ "refcount": "5",
1085
+ "size": 8192,
1086
+ "version": "1"
1087
+ },
1088
+ "com.apple.driver.KernelRelayHost": {
1089
+ "index": "23",
1090
+ "refcount": "3",
1091
+ "size": 61440,
1092
+ "version": "1"
1093
+ },
1094
+ "com.apple.driver.LuaHardwareAccess": {
1095
+ "index": "158",
1096
+ "refcount": "0",
1097
+ "size": 12288,
1098
+ "version": "1.0.16"
1099
+ },
1100
+ "com.apple.driver.X86PlatformPlugin": {
1101
+ "index": "133",
1102
+ "refcount": "1",
1103
+ "size": 81920,
1104
+ "version": "1.0.0"
1105
+ },
1106
+ "com.apple.driver.X86PlatformShim": {
1107
+ "index": "193",
1108
+ "refcount": "1",
1109
+ "size": 24576,
1110
+ "version": "1.0.0"
1111
+ },
1112
+ "com.apple.driver.corecapture": {
1113
+ "index": "78",
1114
+ "refcount": "8",
1115
+ "size": 94208,
1116
+ "version": "1.0.4"
1117
+ },
1118
+ "com.apple.driver.pmtelemetry": {
1119
+ "index": "159",
1120
+ "refcount": "0",
1121
+ "size": 32768,
1122
+ "version": "1"
1123
+ },
1124
+ "com.apple.driver.usb.AppleUSBCommon": {
1125
+ "index": "20",
1126
+ "refcount": "13",
1127
+ "size": 16384,
1128
+ "version": "1.0"
1129
+ },
1130
+ "com.apple.driver.usb.AppleUSBHostBillboardDevice": {
1131
+ "index": "236",
1132
+ "refcount": "0",
1133
+ "size": 8192,
1134
+ "version": "1.0"
1135
+ },
1136
+ "com.apple.driver.usb.AppleUSBHostCompositeDevice": {
1137
+ "index": "106",
1138
+ "refcount": "4",
1139
+ "size": 12288,
1140
+ "version": "1.2"
1141
+ },
1142
+ "com.apple.driver.usb.AppleUSBHub": {
1143
+ "index": "109",
1144
+ "refcount": "0",
1145
+ "size": 176128,
1146
+ "version": "1.2"
1147
+ },
1148
+ "com.apple.driver.usb.AppleUSBUserHCI": {
1149
+ "index": "237",
1150
+ "refcount": "0",
1151
+ "size": 98304,
1152
+ "version": "1"
1153
+ },
1154
+ "com.apple.driver.usb.AppleUSBVHCI": {
1155
+ "index": "71",
1156
+ "refcount": "1",
1157
+ "size": 122880,
1158
+ "version": "1.2"
1159
+ },
1160
+ "com.apple.driver.usb.AppleUSBVHCIBCE": {
1161
+ "index": "73",
1162
+ "refcount": "0",
1163
+ "size": 4096,
1164
+ "version": "1.2"
1165
+ },
1166
+ "com.apple.driver.usb.AppleUSBVHCICommon": {
1167
+ "index": "70",
1168
+ "refcount": "3",
1169
+ "size": 24576,
1170
+ "version": "1.0"
1171
+ },
1172
+ "com.apple.driver.usb.AppleUSBVHCICommonBCE": {
1173
+ "index": "72",
1174
+ "refcount": "1",
1175
+ "size": 45056,
1176
+ "version": "1.0"
1177
+ },
1178
+ "com.apple.driver.usb.AppleUSBXHCI": {
1179
+ "index": "62",
1180
+ "refcount": "1",
1181
+ "size": 319488,
1182
+ "version": "1.2"
1183
+ },
1184
+ "com.apple.driver.usb.AppleUSBXHCIPCI": {
1185
+ "index": "63",
1186
+ "refcount": "0",
1187
+ "size": 163840,
1188
+ "version": "1.2"
1189
+ },
1190
+ "com.apple.driver.usb.IOUSBHostHIDDevice": {
1191
+ "index": "243",
1192
+ "refcount": "0",
1193
+ "size": 40960,
1194
+ "version": "1.2"
1195
+ },
1196
+ "com.apple.driver.usb.cdc": {
1197
+ "index": "108",
1198
+ "refcount": "3",
1199
+ "size": 8192,
1200
+ "version": "5.0.0"
1201
+ },
1202
+ "com.apple.driver.usb.cdc.acm": {
1203
+ "index": "241",
1204
+ "refcount": "0",
1205
+ "size": 8192,
1206
+ "version": "5.0.0"
1207
+ },
1208
+ "com.apple.driver.usb.cdc.ecm": {
1209
+ "index": "239",
1210
+ "refcount": "0",
1211
+ "size": 12288,
1212
+ "version": "5.0.0"
1213
+ },
1214
+ "com.apple.driver.usb.cdc.ncm": {
1215
+ "index": "110",
1216
+ "refcount": "0",
1217
+ "size": 28672,
1218
+ "version": "5.0.0"
1219
+ },
1220
+ "com.apple.driver.usb.networking": {
1221
+ "index": "107",
1222
+ "refcount": "4",
1223
+ "size": 8192,
1224
+ "version": "5.0.0"
1225
+ },
1226
+ "com.apple.driver.usb.realtek8153patcher": {
1227
+ "index": "229",
1228
+ "refcount": "0",
1229
+ "size": 12288,
1230
+ "version": "5.0.0"
1231
+ },
1232
+ "com.apple.driver.usb.serial": {
1233
+ "index": "240",
1234
+ "refcount": "1",
1235
+ "size": 12288,
1236
+ "version": "6.0.0"
1237
+ },
1238
+ "com.apple.driver.watchdog": {
1239
+ "index": "12",
1240
+ "refcount": "1",
1241
+ "size": 8192,
1242
+ "version": "1"
1243
+ },
1244
+ "com.apple.filesystems.apfs": {
1245
+ "index": "77",
1246
+ "refcount": "2",
1247
+ "size": 1454080,
1248
+ "version": "1677.50.1"
1249
+ },
1250
+ "com.apple.filesystems.autofs": {
1251
+ "index": "183",
1252
+ "refcount": "0",
1253
+ "size": 32768,
1254
+ "version": "3.0"
1255
+ },
1256
+ "com.apple.filesystems.hfs.encodings.kext": {
1257
+ "index": "89",
1258
+ "refcount": "1",
1259
+ "size": 8192,
1260
+ "version": "1"
1261
+ },
1262
+ "com.apple.filesystems.hfs.kext": {
1263
+ "index": "90",
1264
+ "refcount": "0",
1265
+ "size": 405504,
1266
+ "version": "556.41.1"
1267
+ },
1268
+ "com.apple.filesystems.smbfs": {
1269
+ "index": "201",
1270
+ "refcount": "0",
1271
+ "size": 434176,
1272
+ "version": "3.4.1"
1273
+ },
1274
+ "com.apple.filesystems.tmpfs": {
1275
+ "index": "93",
1276
+ "refcount": "0",
1277
+ "size": 49152,
1278
+ "version": "1"
1279
+ },
1280
+ "com.apple.fileutil": {
1281
+ "index": "180",
1282
+ "refcount": "0",
1283
+ "size": 94208,
1284
+ "version": "20.036.15"
1285
+ },
1286
+ "com.apple.iokit.CoreAnalyticsFamily": {
1287
+ "index": "36",
1288
+ "refcount": "4",
1289
+ "size": 28672,
1290
+ "version": "1"
1291
+ },
1292
+ "com.apple.iokit.EndpointSecurity": {
1293
+ "index": "40",
1294
+ "refcount": "0",
1295
+ "size": 311296,
1296
+ "version": "1"
1297
+ },
1298
+ "com.apple.iokit.IOACPIFamily": {
1299
+ "index": "13",
1300
+ "refcount": "38",
1301
+ "size": 8192,
1302
+ "version": "1.4"
1303
+ },
1304
+ "com.apple.iokit.IOAVBFamily": {
1305
+ "index": "154",
1306
+ "refcount": "0",
1307
+ "size": 77824,
1308
+ "version": "900.12"
1309
+ },
1310
+ "com.apple.iokit.IOAcceleratorFamily2": {
1311
+ "index": "120",
1312
+ "refcount": "3",
1313
+ "size": 434176,
1314
+ "version": "439.35.4"
1315
+ },
1316
+ "com.apple.iokit.IOAudioFamily": {
1317
+ "index": "135",
1318
+ "refcount": "3",
1319
+ "size": 122880,
1320
+ "version": "300.6.1"
1321
+ },
1322
+ "com.apple.iokit.IOBufferCopyController": {
1323
+ "index": "68",
1324
+ "refcount": "0",
1325
+ "size": 16384,
1326
+ "version": "1.1.0"
1327
+ },
1328
+ "com.apple.iokit.IOBufferCopyEngineFamily": {
1329
+ "index": "67",
1330
+ "refcount": "6",
1331
+ "size": 28672,
1332
+ "version": "1"
1333
+ },
1334
+ "com.apple.iokit.IOEthernetAVBController": {
1335
+ "index": "152",
1336
+ "refcount": "2",
1337
+ "size": 8192,
1338
+ "version": "1.1.0"
1339
+ },
1340
+ "com.apple.iokit.IOGraphicsFamily": {
1341
+ "index": "118",
1342
+ "refcount": "20",
1343
+ "size": 192512,
1344
+ "version": "585"
1345
+ },
1346
+ "com.apple.iokit.IOHIDFamily": {
1347
+ "index": "52",
1348
+ "refcount": "10",
1349
+ "size": 380928,
1350
+ "version": "2.0.0"
1351
+ },
1352
+ "com.apple.iokit.IOKitRegistryCompatibility": {
1353
+ "index": "45",
1354
+ "refcount": "0",
1355
+ "size": 4096,
1356
+ "version": "1"
1357
+ },
1358
+ "com.apple.iokit.IONDRVSupport": {
1359
+ "index": "136",
1360
+ "refcount": "3",
1361
+ "size": 36864,
1362
+ "version": "585"
1363
+ },
1364
+ "com.apple.iokit.IONVMeFamily": {
1365
+ "index": "66",
1366
+ "refcount": "0",
1367
+ "size": 172032,
1368
+ "version": "2.1.0"
1369
+ },
1370
+ "com.apple.iokit.IONetworkingFamily": {
1371
+ "index": "46",
1372
+ "refcount": "13",
1373
+ "size": 94208,
1374
+ "version": "3.4"
1375
+ },
1376
+ "com.apple.iokit.IOPCIFamily": {
1377
+ "index": "14",
1378
+ "refcount": "45",
1379
+ "size": 163840,
1380
+ "version": "2.9"
1381
+ },
1382
+ "com.apple.iokit.IOReportFamily": {
1383
+ "index": "42",
1384
+ "refcount": "10",
1385
+ "size": 12288,
1386
+ "version": "47"
1387
+ },
1388
+ "com.apple.iokit.IOSCSIArchitectureModelFamily": {
1389
+ "index": "29",
1390
+ "refcount": "4",
1391
+ "size": 81920,
1392
+ "version": "436.40.6"
1393
+ },
1394
+ "com.apple.iokit.IOSCSIBlockCommandsDevice": {
1395
+ "index": "31",
1396
+ "refcount": "1",
1397
+ "size": 57344,
1398
+ "version": "436.40.6"
1399
+ },
1400
+ "com.apple.iokit.IOSMBusFamily": {
1401
+ "index": "53",
1402
+ "refcount": "3",
1403
+ "size": 4096,
1404
+ "version": "1.1"
1405
+ },
1406
+ "com.apple.iokit.IOSerialFamily": {
1407
+ "index": "83",
1408
+ "refcount": "8",
1409
+ "size": 24576,
1410
+ "version": "11"
1411
+ },
1412
+ "com.apple.iokit.IOSkywalkFamily": {
1413
+ "index": "81",
1414
+ "refcount": "5",
1415
+ "size": 253952,
1416
+ "version": "1"
1417
+ },
1418
+ "com.apple.iokit.IOSlowAdaptiveClockingFamily": {
1419
+ "index": "116",
1420
+ "refcount": "1",
1421
+ "size": 8192,
1422
+ "version": "1.0.0"
1423
+ },
1424
+ "com.apple.iokit.IOStorageFamily": {
1425
+ "index": "30",
1426
+ "refcount": "10",
1427
+ "size": 73728,
1428
+ "version": "2.1"
1429
+ },
1430
+ "com.apple.iokit.IOSurface": {
1431
+ "index": "91",
1432
+ "refcount": "3",
1433
+ "size": 114688,
1434
+ "version": "289.3"
1435
+ },
1436
+ "com.apple.iokit.IOThunderboltFamily": {
1437
+ "index": "74",
1438
+ "refcount": "6",
1439
+ "size": 884736,
1440
+ "version": "9.3.2"
1441
+ },
1442
+ "com.apple.iokit.IOTimeSyncFamily": {
1443
+ "index": "47",
1444
+ "refcount": "3",
1445
+ "size": 110592,
1446
+ "version": "900.11"
1447
+ },
1448
+ "com.apple.iokit.IOUSBFamily": {
1449
+ "index": "64",
1450
+ "refcount": "2",
1451
+ "size": 405504,
1452
+ "version": "900.4.2"
1453
+ },
1454
+ "com.apple.iokit.IOUSBHostFamily": {
1455
+ "index": "22",
1456
+ "refcount": "26",
1457
+ "size": 577536,
1458
+ "version": "1.2"
1459
+ },
1460
+ "com.apple.iokit.IOUSBMassStorageDriver": {
1461
+ "index": "32",
1462
+ "refcount": "1",
1463
+ "size": 106496,
1464
+ "version": "184.40.6"
1465
+ },
1466
+ "com.apple.iokit.IOUSBUserClient": {
1467
+ "index": "196",
1468
+ "refcount": "1",
1469
+ "size": 4096,
1470
+ "version": "900.4.2"
1471
+ },
1472
+ "com.apple.iokit.IOUserEthernet": {
1473
+ "index": "157",
1474
+ "refcount": "0",
1475
+ "size": 12288,
1476
+ "version": "1.0.1"
1477
+ },
1478
+ "com.apple.iokit.SCSITaskUserClient": {
1479
+ "index": "242",
1480
+ "refcount": "0",
1481
+ "size": 20480,
1482
+ "version": "436.40.6"
1483
+ },
1484
+ "com.apple.kec.Libm": {
1485
+ "index": "9",
1486
+ "refcount": "2",
1487
+ "size": 57344,
1488
+ "version": "1"
1489
+ },
1490
+ "com.apple.kec.corecrypto": {
1491
+ "index": "10",
1492
+ "refcount": "13",
1493
+ "size": 577536,
1494
+ "version": "1.0"
1495
+ },
1496
+ "com.apple.kec.pthread": {
1497
+ "index": "11",
1498
+ "refcount": "0",
1499
+ "size": 32768,
1500
+ "version": "1"
1501
+ },
1502
+ "com.apple.kext.AMD9500Controller": {
1503
+ "index": "170",
1504
+ "refcount": "0",
1505
+ "size": 413696,
1506
+ "version": "4.0.0"
1507
+ },
1508
+ "com.apple.kext.AMDFramebuffer": {
1509
+ "index": "181",
1510
+ "refcount": "0",
1511
+ "size": 159744,
1512
+ "version": "4.0.0"
1513
+ },
1514
+ "com.apple.kext.AMDRadeonServiceManager": {
1515
+ "index": "175",
1516
+ "refcount": "0",
1517
+ "size": 12288,
1518
+ "version": "4.0.0"
1519
+ },
1520
+ "com.apple.kext.AMDRadeonX4000": {
1521
+ "index": "177",
1522
+ "refcount": "0",
1523
+ "size": 4435968,
1524
+ "version": "4.0.0"
1525
+ },
1526
+ "com.apple.kext.AMDRadeonX4000HWServices": {
1527
+ "index": "176",
1528
+ "refcount": "0",
1529
+ "size": 12288,
1530
+ "version": "4.0.0"
1531
+ },
1532
+ "com.apple.kext.AMDRadeonX4100HWLibs": {
1533
+ "index": "179",
1534
+ "refcount": "0",
1535
+ "size": 1347584,
1536
+ "version": "1.0"
1537
+ },
1538
+ "com.apple.kext.AMDSupport": {
1539
+ "index": "169",
1540
+ "refcount": "2",
1541
+ "size": 815104,
1542
+ "version": "4.0.0"
1543
+ },
1544
+ "com.apple.kext.CoreTrust": {
1545
+ "index": "27",
1546
+ "refcount": "2",
1547
+ "size": 28672,
1548
+ "version": "1"
1549
+ },
1550
+ "com.apple.kext.triggers": {
1551
+ "index": "182",
1552
+ "refcount": "2",
1553
+ "size": 12288,
1554
+ "version": "1.0"
1555
+ },
1556
+ "com.apple.nke.applicationfirewall": {
1557
+ "index": "48",
1558
+ "refcount": "0",
1559
+ "size": 36864,
1560
+ "version": "310"
1561
+ },
1562
+ "com.apple.plugin.IOgPTPPlugin": {
1563
+ "index": "153",
1564
+ "refcount": "1",
1565
+ "size": 425984,
1566
+ "version": "900.11"
1567
+ },
1568
+ "com.apple.private.KextAudit": {
1569
+ "index": "61",
1570
+ "refcount": "0",
1571
+ "size": 4096,
1572
+ "version": "1.0"
1573
+ },
1574
+ "com.apple.security.AppleImage4": {
1575
+ "index": "49",
1576
+ "refcount": "1",
1577
+ "size": 65536,
1578
+ "version": "3.0.0"
1579
+ },
1580
+ "com.apple.security.quarantine": {
1581
+ "index": "39",
1582
+ "refcount": "2",
1583
+ "size": 32768,
1584
+ "version": "4"
1585
+ },
1586
+ "com.apple.security.sandbox": {
1587
+ "index": "38",
1588
+ "refcount": "3",
1589
+ "size": 278528,
1590
+ "version": "300.0"
1591
+ },
1592
+ "com.apple.vecLib.kext": {
1593
+ "index": "134",
1594
+ "refcount": "1",
1595
+ "size": 700416,
1596
+ "version": "1.2.0"
1597
+ },
1598
+ "org.virtualbox.kext.VBoxDrv": {
1599
+ "index": "192",
1600
+ "refcount": "3",
1601
+ "size": 729088,
1602
+ "version": "6.1.16"
1603
+ },
1604
+ "org.virtualbox.kext.VBoxNetAdp": {
1605
+ "index": "200",
1606
+ "refcount": "0",
1607
+ "size": 8192,
1608
+ "version": "6.1.16"
1609
+ },
1610
+ "org.virtualbox.kext.VBoxNetFlt": {
1611
+ "index": "199",
1612
+ "refcount": "0",
1613
+ "size": 16384,
1614
+ "version": "6.1.16"
1615
+ },
1616
+ "org.virtualbox.kext.VBoxUSB": {
1617
+ "index": "197",
1618
+ "refcount": "0",
1619
+ "size": 20480,
1620
+ "version": "6.1.16"
1621
+ }
1622
+ },
1623
+ "name": "Darwin",
1624
+ "os": "Darwin",
1625
+ "processor": "i386",
1626
+ "release": "20.1.0",
1627
+ "version": "Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64"
1628
+ },
1629
+ "keys": {
1630
+ "ssh": {
1631
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1632
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1633
+ }
1634
+ },
1635
+ "languages": {
1636
+ "powershell": null,
1637
+ "ruby": {
1638
+ "bin_dir": "/usr/local/bin",
1639
+ "gem_bin": "/usr/local/bin/gem",
1640
+ "gems_dir": "/usr/local/gems",
1641
+ "host": "x86_64-apple-darwin17.7.0",
1642
+ "host_cpu": "x86_64",
1643
+ "host_os": "darwin17.7.0",
1644
+ "host_vendor": "apple",
1645
+ "platform": "x86_64-darwin17",
1646
+ "release_date": "2020-10-01",
1647
+ "ruby_bin": "/usr/local/bin/ruby",
1648
+ "target": "x86_64-apple-darwin17",
1649
+ "target_cpu": "x86_64",
1650
+ "target_os": "darwin17",
1651
+ "target_vendor": "apple",
1652
+ "version": "2.7.2"
1653
+ }
1654
+ },
1655
+ "macaddress": "11:11:11:11:11:11",
1656
+ "machinename": "Fauxhai",
1657
+ "memory": {
1658
+ "total": "1048576kB"
1659
+ },
1660
+ "network": {
1661
+ "default_gateway": "10.0.0.1",
1662
+ "default_interface": "en0",
1663
+ "interfaces": {
1664
+ "en0": {
1665
+ "addresses": {
1666
+ "10.0.0.2": {
1667
+ "broadcast": "10.0.0.255",
1668
+ "family": "inet",
1669
+ "ip_scope": "RFC1918 PRIVATE",
1670
+ "netmask": "255.255.255.0",
1671
+ "prefixlen": "24",
1672
+ "scope": "Global"
1673
+ },
1674
+ "11:11:11:11:11:11": {
1675
+ "family": "lladdr"
1676
+ },
1677
+ "fe80::11:1111:1111:1111": {
1678
+ "family": "inet6",
1679
+ "ip_scope": "LINK LOCAL UNICAST",
1680
+ "prefixlen": "64",
1681
+ "scope": "Link",
1682
+ "tags": [
1683
+ ]
1684
+ }
1685
+ },
1686
+ "arp": {
1687
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1688
+ },
1689
+ "encapsulation": "Ethernet",
1690
+ "flags": [
1691
+ "BROADCAST",
1692
+ "MULTICAST",
1693
+ "UP",
1694
+ "LOWER_UP"
1695
+ ],
1696
+ "mtu": "1500",
1697
+ "number": "0",
1698
+ "ring_params": {
1699
+ },
1700
+ "routes": [
1701
+ {
1702
+ "destination": "default",
1703
+ "family": "inet",
1704
+ "via": "10.0.0.1"
1705
+ },
1706
+ {
1707
+ "destination": "10.0.0.0/24",
1708
+ "family": "inet",
1709
+ "proto": "kernel",
1710
+ "scope": "link",
1711
+ "src": "10.0.0.2"
1712
+ },
1713
+ {
1714
+ "destination": "fe80::/64",
1715
+ "family": "inet6",
1716
+ "metric": "256",
1717
+ "proto": "kernel"
1718
+ }
1719
+ ],
1720
+ "state": "up",
1721
+ "type": "en"
1722
+ },
1723
+ "lo": {
1724
+ "addresses": {
1725
+ "127.0.0.1": {
1726
+ "family": "inet",
1727
+ "ip_scope": "LOOPBACK",
1728
+ "netmask": "255.0.0.0",
1729
+ "prefixlen": "8",
1730
+ "scope": "Node"
1731
+ },
1732
+ "::1": {
1733
+ "family": "inet6",
1734
+ "ip_scope": "LINK LOCAL LOOPBACK",
1735
+ "prefixlen": "128",
1736
+ "scope": "Node",
1737
+ "tags": [
1738
+ ]
1739
+ }
1740
+ },
1741
+ "encapsulation": "Loopback",
1742
+ "flags": [
1743
+ "LOOPBACK",
1744
+ "UP",
1745
+ "LOWER_UP"
1746
+ ],
1747
+ "mtu": "65536",
1748
+ "state": "unknown"
1749
+ }
1750
+ }
1751
+ },
1752
+ "ohai_time": 1606367956.306448,
1753
+ "os": "darwin",
1754
+ "os_version": "20.1.0",
1755
+ "packages": {
1756
+ "50onPaletteServer": {
1757
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1758
+ "source": "apple",
1759
+ "version": "1.1.0"
1760
+ },
1761
+ "ARDAgent": {
1762
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1763
+ "source": "apple",
1764
+ "version": "3.9.8"
1765
+ },
1766
+ "AVB Audio Configuration": {
1767
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1768
+ "source": "apple",
1769
+ "version": "900.12"
1770
+ },
1771
+ "About This Mac": {
1772
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1773
+ "source": "apple",
1774
+ "version": "1.0"
1775
+ },
1776
+ "Accessibility Inspector": {
1777
+ "lastmodified": "2020-11-14T04:36:50+00:00",
1778
+ "source": "apple",
1779
+ "version": "5.0"
1780
+ },
1781
+ "Activity Monitor": {
1782
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1783
+ "source": "apple",
1784
+ "version": "10.14"
1785
+ },
1786
+ "AddPrinter": {
1787
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1788
+ "source": "apple",
1789
+ "version": "16"
1790
+ },
1791
+ "AddressBookUrlForwarder": {
1792
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1793
+ "source": "apple",
1794
+ "version": "11.0"
1795
+ },
1796
+ "AinuIM": {
1797
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1798
+ "source": "apple",
1799
+ "version": "1.0"
1800
+ },
1801
+ "AirDrop": {
1802
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1803
+ "source": "apple",
1804
+ "version": "1.0"
1805
+ },
1806
+ "AirPlayUIAgent": {
1807
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1808
+ "source": "apple",
1809
+ "version": "2.0"
1810
+ },
1811
+ "AirPort Base Station Agent": {
1812
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1813
+ "source": "apple",
1814
+ "version": "2.2.1"
1815
+ },
1816
+ "AirPort Utility": {
1817
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1818
+ "source": "apple",
1819
+ "version": "6.3.9"
1820
+ },
1821
+ "AirScanLegacyDiscovery": {
1822
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1823
+ "source": "apple",
1824
+ "version": "16"
1825
+ },
1826
+ "AirScanScanner": {
1827
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1828
+ "source": "apple",
1829
+ "version": "16"
1830
+ },
1831
+ "App Store": {
1832
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1833
+ "source": "apple",
1834
+ "version": "3.0"
1835
+ },
1836
+ "AppleScript Utility": {
1837
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1838
+ "source": "apple",
1839
+ "version": "1.1.2"
1840
+ },
1841
+ "Archive Utility": {
1842
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1843
+ "source": "apple",
1844
+ "version": "10.15"
1845
+ },
1846
+ "Assistant": {
1847
+ "lastmodified": "2020-09-04T03:48:35+00:00",
1848
+ "source": "unknown",
1849
+ "version": null
1850
+ },
1851
+ "Assistive Control": {
1852
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1853
+ "source": "apple",
1854
+ "version": "2.0"
1855
+ },
1856
+ "Audio MIDI Setup": {
1857
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1858
+ "source": "apple",
1859
+ "version": "3.5"
1860
+ },
1861
+ "Automator": {
1862
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1863
+ "source": "apple",
1864
+ "version": "2.10"
1865
+ },
1866
+ "Automator Application Stub": {
1867
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1868
+ "source": "unknown",
1869
+ "version": "1.3"
1870
+ },
1871
+ "Automator Installer": {
1872
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1873
+ "source": "apple",
1874
+ "version": "2.10"
1875
+ },
1876
+ "Bluetooth File Exchange": {
1877
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1878
+ "source": "apple",
1879
+ "version": "8.0.1"
1880
+ },
1881
+ "Bluetooth Setup Assistant": {
1882
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1883
+ "source": "apple",
1884
+ "version": "8.0.1"
1885
+ },
1886
+ "BluetoothUIServer": {
1887
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1888
+ "source": "apple",
1889
+ "version": "8.0.1"
1890
+ },
1891
+ "Books": {
1892
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1893
+ "source": "apple",
1894
+ "version": "3.0"
1895
+ },
1896
+ "Boot Camp Assistant": {
1897
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1898
+ "source": "apple",
1899
+ "version": "6.1.0"
1900
+ },
1901
+ "Build Web Page": {
1902
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1903
+ "source": "apple",
1904
+ "version": "10.1"
1905
+ },
1906
+ "Calculator": {
1907
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1908
+ "source": "apple",
1909
+ "version": "10.16"
1910
+ },
1911
+ "Calendar": {
1912
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1913
+ "source": "apple",
1914
+ "version": "11.0"
1915
+ },
1916
+ "CalendarFileHandler": {
1917
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1918
+ "source": "apple",
1919
+ "version": "8.0"
1920
+ },
1921
+ "Captive Network Assistant": {
1922
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1923
+ "source": "apple",
1924
+ "version": "5.0"
1925
+ },
1926
+ "Certificate Assistant": {
1927
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1928
+ "source": "apple",
1929
+ "version": "5.0"
1930
+ },
1931
+ "CharacterPalette": {
1932
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1933
+ "source": "apple",
1934
+ "version": "2.0.1"
1935
+ },
1936
+ "Chess": {
1937
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1938
+ "source": "apple",
1939
+ "version": "3.18"
1940
+ },
1941
+ "ChineseTextConverterService": {
1942
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1943
+ "source": "apple",
1944
+ "version": "2.1"
1945
+ },
1946
+ "Clock": {
1947
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1948
+ "source": "apple",
1949
+ "version": "1.0"
1950
+ },
1951
+ "Cocoa-AppleScript Applet": {
1952
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1953
+ "source": "unknown",
1954
+ "version": "1.0"
1955
+ },
1956
+ "ColorSync Utility": {
1957
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1958
+ "source": "apple",
1959
+ "version": "4.14.0"
1960
+ },
1961
+ "Computer": {
1962
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1963
+ "source": "apple",
1964
+ "version": "1.0"
1965
+ },
1966
+ "Console": {
1967
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1968
+ "source": "apple",
1969
+ "version": "1.1"
1970
+ },
1971
+ "Contacts": {
1972
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1973
+ "source": "apple",
1974
+ "version": "13.0"
1975
+ },
1976
+ "ControlCenter": {
1977
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1978
+ "source": "apple",
1979
+ "version": "1.0"
1980
+ },
1981
+ "ControlStrip": {
1982
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1983
+ "source": "apple",
1984
+ "version": "1.0"
1985
+ },
1986
+ "CoreLocationAgent": {
1987
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1988
+ "source": "apple",
1989
+ "version": "2420.8.10.3.1"
1990
+ },
1991
+ "CoreServicesUIAgent": {
1992
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1993
+ "source": "apple",
1994
+ "version": "358.3"
1995
+ },
1996
+ "Create ML": {
1997
+ "lastmodified": "2020-11-14T04:36:50+00:00",
1998
+ "source": "apple",
1999
+ "version": "2.0"
2000
+ },
2001
+ "DVD Player": {
2002
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2003
+ "source": "apple",
2004
+ "version": "6.0"
2005
+ },
2006
+ "Database Events": {
2007
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2008
+ "source": "apple",
2009
+ "version": "1.0.6"
2010
+ },
2011
+ "Designer": {
2012
+ "lastmodified": "2020-09-04T03:48:35+00:00",
2013
+ "source": "unknown",
2014
+ "version": null
2015
+ },
2016
+ "Dictation": {
2017
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2018
+ "source": "apple",
2019
+ "version": "6.0.87.1"
2020
+ },
2021
+ "Dictionary": {
2022
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2023
+ "source": "apple",
2024
+ "version": "2.3.0"
2025
+ },
2026
+ "Digital Color Meter": {
2027
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2028
+ "source": "apple",
2029
+ "version": "5.22"
2030
+ },
2031
+ "Directory Utility": {
2032
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2033
+ "source": "apple",
2034
+ "version": "6.0"
2035
+ },
2036
+ "DiscHelper": {
2037
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2038
+ "source": "apple",
2039
+ "version": "1.0"
2040
+ },
2041
+ "Disk Utility": {
2042
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2043
+ "source": "apple",
2044
+ "version": "20.0"
2045
+ },
2046
+ "DiskImageMounter": {
2047
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2048
+ "source": "apple",
2049
+ "version": "595.40.1"
2050
+ },
2051
+ "Display Calibrator": {
2052
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2053
+ "source": "apple",
2054
+ "version": "4.12.0"
2055
+ },
2056
+ "Dock": {
2057
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2058
+ "source": "apple",
2059
+ "version": "1.8"
2060
+ },
2061
+ "Dwell Control": {
2062
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2063
+ "source": "apple",
2064
+ "version": "1.0"
2065
+ },
2066
+ "EmojiFunctionRowIM": {
2067
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2068
+ "source": "apple",
2069
+ "version": "1.0"
2070
+ },
2071
+ "EscrowSecurityAlert": {
2072
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2073
+ "source": "apple",
2074
+ "version": "1.0"
2075
+ },
2076
+ "Expansion Slot Utility": {
2077
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2078
+ "source": "apple",
2079
+ "version": "2.0"
2080
+ },
2081
+ "FaceTime": {
2082
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2083
+ "source": "apple",
2084
+ "version": "5.0"
2085
+ },
2086
+ "Family (OSX)": {
2087
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2088
+ "source": "apple",
2089
+ "version": "1.0"
2090
+ },
2091
+ "Feedback Assistant": {
2092
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2093
+ "source": "apple",
2094
+ "version": "5.0"
2095
+ },
2096
+ "FileMerge": {
2097
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2098
+ "source": "apple",
2099
+ "version": "2.11"
2100
+ },
2101
+ "Find My": {
2102
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2103
+ "source": "apple",
2104
+ "version": "2.0"
2105
+ },
2106
+ "Finder": {
2107
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2108
+ "source": "apple",
2109
+ "version": "11.0.1"
2110
+ },
2111
+ "Folder Actions Setup": {
2112
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2113
+ "source": "apple",
2114
+ "version": "1.2"
2115
+ },
2116
+ "FolderActionsDispatcher": {
2117
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2118
+ "source": "apple",
2119
+ "version": "1.0"
2120
+ },
2121
+ "Font Book": {
2122
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2123
+ "source": "apple",
2124
+ "version": "10.0"
2125
+ },
2126
+ "Games": {
2127
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2128
+ "source": "apple",
2129
+ "version": "1.0"
2130
+ },
2131
+ "Grapher": {
2132
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2133
+ "source": "apple",
2134
+ "version": "2.7"
2135
+ },
2136
+ "HindiIM": {
2137
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2138
+ "source": "apple",
2139
+ "version": "1.0"
2140
+ },
2141
+ "Home": {
2142
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2143
+ "source": "apple",
2144
+ "version": "5.0"
2145
+ },
2146
+ "Image Capture": {
2147
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2148
+ "source": "apple",
2149
+ "version": "8.0"
2150
+ },
2151
+ "Image Events": {
2152
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2153
+ "source": "apple",
2154
+ "version": "1.1.6"
2155
+ },
2156
+ "Install Command Line Developer Tools": {
2157
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2158
+ "source": "apple",
2159
+ "version": "2384"
2160
+ },
2161
+ "Install in Progress": {
2162
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2163
+ "source": "apple",
2164
+ "version": "3.0"
2165
+ },
2166
+ "Installer": {
2167
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2168
+ "source": "apple",
2169
+ "version": "6.2.0"
2170
+ },
2171
+ "Installer Progress": {
2172
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2173
+ "source": "apple",
2174
+ "version": "1.0"
2175
+ },
2176
+ "Instruments": {
2177
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2178
+ "source": "apple",
2179
+ "version": "12.2"
2180
+ },
2181
+ "JapaneseIM-KanaTyping": {
2182
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2183
+ "source": "apple",
2184
+ "version": "6.3"
2185
+ },
2186
+ "JapaneseIM-RomajiTyping": {
2187
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2188
+ "source": "apple",
2189
+ "version": "6.3"
2190
+ },
2191
+ "JavaLauncher": {
2192
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2193
+ "source": "apple",
2194
+ "version": "316"
2195
+ },
2196
+ "KeyboardAccessAgent": {
2197
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2198
+ "source": "apple",
2199
+ "version": "1.0"
2200
+ },
2201
+ "KeyboardSetupAssistant": {
2202
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2203
+ "source": "apple",
2204
+ "version": "10.7"
2205
+ },
2206
+ "Keychain Access": {
2207
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2208
+ "source": "apple",
2209
+ "version": "11.0"
2210
+ },
2211
+ "Keychain Circle Notification": {
2212
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2213
+ "source": "apple",
2214
+ "version": "1.0"
2215
+ },
2216
+ "Keynote": {
2217
+ "lastmodified": "2020-11-14T03:05:01+00:00",
2218
+ "source": "mac_app_store",
2219
+ "version": "10.3.5"
2220
+ },
2221
+ "KoreanIM": {
2222
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2223
+ "source": "apple",
2224
+ "version": "1.0"
2225
+ },
2226
+ "Language Chooser": {
2227
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2228
+ "source": "apple",
2229
+ "version": "1.0"
2230
+ },
2231
+ "Launchpad": {
2232
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2233
+ "source": "apple",
2234
+ "version": "1.0"
2235
+ },
2236
+ "Linguist": {
2237
+ "lastmodified": "2020-09-04T03:48:35+00:00",
2238
+ "source": "unknown",
2239
+ "version": null
2240
+ },
2241
+ "LocationMenu": {
2242
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2243
+ "source": "apple",
2244
+ "version": "1.0"
2245
+ },
2246
+ "MRT": {
2247
+ "lastmodified": "2020-11-14T03:35:19+00:00",
2248
+ "source": "apple",
2249
+ "version": "1.72"
2250
+ },
2251
+ "Mail": {
2252
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2253
+ "source": "apple",
2254
+ "version": "14.0"
2255
+ },
2256
+ "MakePDF": {
2257
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2258
+ "source": "apple",
2259
+ "version": "10.1"
2260
+ },
2261
+ "ManagedClient": {
2262
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2263
+ "source": "apple",
2264
+ "version": "13.0"
2265
+ },
2266
+ "Maps": {
2267
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2268
+ "source": "apple",
2269
+ "version": "3.0"
2270
+ },
2271
+ "MassStorageCamera": {
2272
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2273
+ "source": "apple",
2274
+ "version": "1707"
2275
+ },
2276
+ "Memory Slot Utility": {
2277
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2278
+ "source": "apple",
2279
+ "version": "1.5.3"
2280
+ },
2281
+ "Messages": {
2282
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2283
+ "source": "apple",
2284
+ "version": "14.0"
2285
+ },
2286
+ "Migration Assistant": {
2287
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2288
+ "source": "apple",
2289
+ "version": "11.0"
2290
+ },
2291
+ "Mission Control": {
2292
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2293
+ "source": "apple",
2294
+ "version": "1.2"
2295
+ },
2296
+ "Music": {
2297
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2298
+ "source": "apple",
2299
+ "version": "1.1.1"
2300
+ },
2301
+ "NetAuthAgent": {
2302
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2303
+ "source": "apple",
2304
+ "version": "6.2"
2305
+ },
2306
+ "Network": {
2307
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2308
+ "source": "apple",
2309
+ "version": "1.0"
2310
+ },
2311
+ "Network Utility": {
2312
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2313
+ "source": "apple",
2314
+ "version": "1.9.2"
2315
+ },
2316
+ "News": {
2317
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2318
+ "source": "apple",
2319
+ "version": "6.1"
2320
+ },
2321
+ "Notes": {
2322
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2323
+ "source": "apple",
2324
+ "version": "4.8"
2325
+ },
2326
+ "Notification Center": {
2327
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2328
+ "source": "apple",
2329
+ "version": "1.0"
2330
+ },
2331
+ "NowPlayingTouchUI": {
2332
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2333
+ "source": "apple",
2334
+ "version": "1.0"
2335
+ },
2336
+ "Numbers": {
2337
+ "lastmodified": "2020-11-14T03:08:32+00:00",
2338
+ "source": "mac_app_store",
2339
+ "version": "10.3.5"
2340
+ },
2341
+ "OBEXAgent": {
2342
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2343
+ "source": "apple",
2344
+ "version": "8.0.1"
2345
+ },
2346
+ "ODSAgent": {
2347
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2348
+ "source": "apple",
2349
+ "version": "1.8"
2350
+ },
2351
+ "OSDUIHelper": {
2352
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2353
+ "source": "apple",
2354
+ "version": "1.0"
2355
+ },
2356
+ "OpenSpell": {
2357
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2358
+ "source": "apple",
2359
+ "version": "1.0"
2360
+ },
2361
+ "PIPAgent": {
2362
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2363
+ "source": "apple",
2364
+ "version": "1.0"
2365
+ },
2366
+ "PTPCamera": {
2367
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2368
+ "source": "apple",
2369
+ "version": "1707"
2370
+ },
2371
+ "Pages": {
2372
+ "lastmodified": "2020-11-14T03:07:55+00:00",
2373
+ "source": "mac_app_store",
2374
+ "version": "10.3.5"
2375
+ },
2376
+ "Paired Devices": {
2377
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2378
+ "source": "apple",
2379
+ "version": "2.1.0"
2380
+ },
2381
+ "Pass Viewer": {
2382
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2383
+ "source": "apple",
2384
+ "version": "1.0"
2385
+ },
2386
+ "Photo Booth": {
2387
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2388
+ "source": "apple",
2389
+ "version": "11.0"
2390
+ },
2391
+ "Photo Library Migration Utility": {
2392
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2393
+ "source": "apple",
2394
+ "version": "2.0"
2395
+ },
2396
+ "Photos": {
2397
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2398
+ "source": "apple",
2399
+ "version": "6.0"
2400
+ },
2401
+ "PluginIM": {
2402
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2403
+ "source": "apple",
2404
+ "version": "24"
2405
+ },
2406
+ "Podcasts": {
2407
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2408
+ "source": "apple",
2409
+ "version": "1.1.0"
2410
+ },
2411
+ "PodcastsAuthAgent": {
2412
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2413
+ "source": "apple",
2414
+ "version": "1.0"
2415
+ },
2416
+ "PowerChime": {
2417
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2418
+ "source": "apple",
2419
+ "version": "1.0"
2420
+ },
2421
+ "PressAndHold": {
2422
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2423
+ "source": "apple",
2424
+ "version": "1.0"
2425
+ },
2426
+ "Preview": {
2427
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2428
+ "source": "apple",
2429
+ "version": "11.0"
2430
+ },
2431
+ "Problem Reporter": {
2432
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2433
+ "source": "apple",
2434
+ "version": "10.13"
2435
+ },
2436
+ "ProfileHelper": {
2437
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2438
+ "source": "apple",
2439
+ "version": "1.0"
2440
+ },
2441
+ "Python": {
2442
+ "lastmodified": "2020-03-30T18:24:38+00:00",
2443
+ "source": "apple",
2444
+ "version": "3.7.3"
2445
+ },
2446
+ "QuickTime Player": {
2447
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2448
+ "source": "apple",
2449
+ "version": "10.5"
2450
+ },
2451
+ "RapportUIAgent": {
2452
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2453
+ "source": "apple",
2454
+ "version": "2.1.0"
2455
+ },
2456
+ "Reality Composer": {
2457
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2458
+ "source": "apple",
2459
+ "version": "1.5"
2460
+ },
2461
+ "Recents": {
2462
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2463
+ "source": "apple",
2464
+ "version": "1.0"
2465
+ },
2466
+ "RegisterPluginIMApp": {
2467
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2468
+ "source": "apple",
2469
+ "version": "24"
2470
+ },
2471
+ "Reminders": {
2472
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2473
+ "source": "apple",
2474
+ "version": "7.0"
2475
+ },
2476
+ "ReportPanic": {
2477
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2478
+ "source": "apple",
2479
+ "version": "10.13"
2480
+ },
2481
+ "Rosetta 2 Updater": {
2482
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2483
+ "source": "apple",
2484
+ "version": "1.0"
2485
+ },
2486
+ "SCIM": {
2487
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2488
+ "source": "apple",
2489
+ "version": "1.0"
2490
+ },
2491
+ "SSMenuAgent": {
2492
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2493
+ "source": "apple",
2494
+ "version": "3.9.8"
2495
+ },
2496
+ "Safari": {
2497
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2498
+ "source": "apple",
2499
+ "version": "14.0.1"
2500
+ },
2501
+ "Screen Sharing": {
2502
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2503
+ "source": "apple",
2504
+ "version": "550.19"
2505
+ },
2506
+ "Screen Time": {
2507
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2508
+ "source": "apple",
2509
+ "version": "3.0"
2510
+ },
2511
+ "ScreenSaverEngine": {
2512
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2513
+ "source": "apple",
2514
+ "version": "5.0"
2515
+ },
2516
+ "Screenshot": {
2517
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2518
+ "source": "apple",
2519
+ "version": "1.0"
2520
+ },
2521
+ "Script Editor": {
2522
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2523
+ "source": "apple",
2524
+ "version": "2.11"
2525
+ },
2526
+ "Script Menu": {
2527
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2528
+ "source": "apple",
2529
+ "version": "1"
2530
+ },
2531
+ "ScriptMonitor": {
2532
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2533
+ "source": "apple",
2534
+ "version": "1.0.1"
2535
+ },
2536
+ "Setup Assistant": {
2537
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2538
+ "source": "apple",
2539
+ "version": "10.10"
2540
+ },
2541
+ "Simulator": {
2542
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2543
+ "source": "apple",
2544
+ "version": "12.2"
2545
+ },
2546
+ "Siri": {
2547
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2548
+ "source": "apple",
2549
+ "version": "201.1.13"
2550
+ },
2551
+ "Software Update": {
2552
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2553
+ "source": "apple",
2554
+ "version": "6"
2555
+ },
2556
+ "SpacesTouchBarAgent": {
2557
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2558
+ "source": "apple",
2559
+ "version": "1.0"
2560
+ },
2561
+ "SpeechService": {
2562
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2563
+ "source": "apple",
2564
+ "version": "9.0.48.1"
2565
+ },
2566
+ "Spotlight": {
2567
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2568
+ "source": "apple",
2569
+ "version": "3.0"
2570
+ },
2571
+ "Stickies": {
2572
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2573
+ "source": "apple",
2574
+ "version": "10.2"
2575
+ },
2576
+ "Stocks": {
2577
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2578
+ "source": "apple",
2579
+ "version": "3.1"
2580
+ },
2581
+ "Storage Management": {
2582
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2583
+ "source": "apple",
2584
+ "version": "1.0"
2585
+ },
2586
+ "Summary Service": {
2587
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2588
+ "source": "apple",
2589
+ "version": "2.0"
2590
+ },
2591
+ "System Events": {
2592
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2593
+ "source": "apple",
2594
+ "version": "1.3.6"
2595
+ },
2596
+ "System Information": {
2597
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2598
+ "source": "apple",
2599
+ "version": "11.0"
2600
+ },
2601
+ "System Preferences": {
2602
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2603
+ "source": "apple",
2604
+ "version": "14.0"
2605
+ },
2606
+ "SystemUIServer": {
2607
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2608
+ "source": "apple",
2609
+ "version": "1.7"
2610
+ },
2611
+ "TCIM": {
2612
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2613
+ "source": "apple",
2614
+ "version": "1.0"
2615
+ },
2616
+ "TV": {
2617
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2618
+ "source": "apple",
2619
+ "version": "1.1.1"
2620
+ },
2621
+ "TYIM": {
2622
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2623
+ "source": "apple",
2624
+ "version": "1.0"
2625
+ },
2626
+ "TamilIM": {
2627
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2628
+ "source": "apple",
2629
+ "version": "1.6"
2630
+ },
2631
+ "Terminal": {
2632
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2633
+ "source": "apple",
2634
+ "version": "2.11"
2635
+ },
2636
+ "TextEdit": {
2637
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2638
+ "source": "apple",
2639
+ "version": "1.16"
2640
+ },
2641
+ "TextInputMenuAgent": {
2642
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2643
+ "source": "apple",
2644
+ "version": "1.0"
2645
+ },
2646
+ "TextInputSwitcher": {
2647
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2648
+ "source": "apple",
2649
+ "version": "1.1"
2650
+ },
2651
+ "ThermalTrap": {
2652
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2653
+ "source": "apple",
2654
+ "version": "1.0"
2655
+ },
2656
+ "Ticket Viewer": {
2657
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2658
+ "source": "apple",
2659
+ "version": "4.1"
2660
+ },
2661
+ "Time Machine": {
2662
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2663
+ "source": "apple",
2664
+ "version": "1.3"
2665
+ },
2666
+ "TrackpadIM": {
2667
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2668
+ "source": "apple",
2669
+ "version": "1.0"
2670
+ },
2671
+ "UIKitSystem": {
2672
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2673
+ "source": "apple",
2674
+ "version": "1.0"
2675
+ },
2676
+ "UniversalAccessControl": {
2677
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2678
+ "source": "apple",
2679
+ "version": "7.0"
2680
+ },
2681
+ "UnmountAssistantAgent": {
2682
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2683
+ "source": "apple",
2684
+ "version": "5.0"
2685
+ },
2686
+ "UserNotificationCenter": {
2687
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2688
+ "source": "apple",
2689
+ "version": "64.101"
2690
+ },
2691
+ "VietnameseIM": {
2692
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2693
+ "source": "apple",
2694
+ "version": "1.0"
2695
+ },
2696
+ "VirtualScanner": {
2697
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2698
+ "source": "apple",
2699
+ "version": "1707"
2700
+ },
2701
+ "Voice Memos": {
2702
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2703
+ "source": "apple",
2704
+ "version": "2.2"
2705
+ },
2706
+ "VoiceOver": {
2707
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2708
+ "source": "apple",
2709
+ "version": "10"
2710
+ },
2711
+ "VoiceOver Utility": {
2712
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2713
+ "source": "apple",
2714
+ "version": "10"
2715
+ },
2716
+ "Watch Face Help": {
2717
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2718
+ "source": "apple",
2719
+ "version": "1.0"
2720
+ },
2721
+ "Weather": {
2722
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2723
+ "source": "apple",
2724
+ "version": "1.2"
2725
+ },
2726
+ "WebKitPluginHost": {
2727
+ "lastmodified": "2020-03-30T18:24:38+00:00",
2728
+ "source": "unknown",
2729
+ "version": null
2730
+ },
2731
+ "WiFiAgent": {
2732
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2733
+ "source": "apple",
2734
+ "version": "17.0"
2735
+ },
2736
+ "WidgetKit Simulator": {
2737
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2738
+ "source": "apple",
2739
+ "version": "1.0"
2740
+ },
2741
+ "Wireless Diagnostics": {
2742
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2743
+ "source": "apple",
2744
+ "version": "11.0"
2745
+ },
2746
+ "Xcode": {
2747
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2748
+ "source": "mac_app_store",
2749
+ "version": "12.2"
2750
+ },
2751
+ "Xcode Server Builder": {
2752
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2753
+ "source": "apple",
2754
+ "version": "1.0"
2755
+ },
2756
+ "check_afp": {
2757
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2758
+ "source": "apple",
2759
+ "version": "4.0"
2760
+ },
2761
+ "iCloud": {
2762
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2763
+ "source": "apple",
2764
+ "version": "1.0"
2765
+ },
2766
+ "iCloud Drive": {
2767
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2768
+ "source": "apple",
2769
+ "version": "1.0"
2770
+ },
2771
+ "iMovie": {
2772
+ "lastmodified": "2020-11-14T03:07:09+00:00",
2773
+ "source": "mac_app_store",
2774
+ "version": "10.2.1"
2775
+ },
2776
+ "iOS App Installer": {
2777
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2778
+ "source": "apple",
2779
+ "version": "1.0"
2780
+ },
2781
+ "loginwindow": {
2782
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2783
+ "source": "apple",
2784
+ "version": "9.0"
2785
+ },
2786
+ "rcd": {
2787
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2788
+ "source": "apple",
2789
+ "version": "360"
2790
+ },
2791
+ "screencaptureui": {
2792
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2793
+ "source": "apple",
2794
+ "version": "1.0"
2795
+ }
2796
+ },
2797
+ "platform": "mac_os_x",
2798
+ "platform_build": "20B29",
2799
+ "platform_family": "mac_os_x",
2800
+ "platform_version": "11.0.1",
2801
+ "root_group": "wheel",
2802
+ "shard_seed": 194742951,
2803
+ "shells": [
2804
+ "/bin/bash",
2805
+ "/bin/csh",
2806
+ "/bin/ksh",
2807
+ "/bin/sh",
2808
+ "/bin/tcsh",
2809
+ "/bin/zsh"
2810
+ ],
2811
+ "time": {
2812
+ "timezone": "GMT"
2813
+ },
2814
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
2815
+ "uptime_seconds": 2646450,
2816
+ "virtualization": {
2817
+ "systems": {
2818
+ }
2819
+ }
2820
+ }