fauxhai-ng 8.5.0 → 8.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 853abeb947d5e0f214066abc93f78c8a639529249edb33c60366bc6872f6968e
4
- data.tar.gz: 58a7ffe453a4e8d4b0f794870ca79bd370ba161ca70eab9a54540fdf613b24a8
3
+ metadata.gz: f7b7478eb52162c5f7b72aeb8f84952d9732853c7639e2036eba16615979eab6
4
+ data.tar.gz: ebb49e738ae0ed9dda333d4a57296272776fb0b00041058bc3da54eab0bb29ee
5
5
  SHA512:
6
- metadata.gz: 1835d7ab98ad059c4baeaabe6b83fa3e085f9661ca930b5f1b63bce82a1e1dc3ce76dde77179c55558ed8c3634cd5c8babe33690c6f7c75e190f1d6498cc848f
7
- data.tar.gz: c3146e2a609b79bf89959045a830c7c88c696b581f4a10f9ef62dee7ceaed2ec4bb8c130926f0eb9d99f8e56ff9d3926dc792d08fc6275876b5a266df3c18dc0
6
+ metadata.gz: 787b9226d2167950aa2fa0ae67220ae9c2a1f38a790a8fbd91ba630ed129f48588c93b8e1db3925a7f4b28e3e5fd113bb855764653d56ea1f398b59f01aec490
7
+ data.tar.gz: 8cc9f30f5c758762e73232583c62d73d970fe6ae2e9c21adfd940605fad8a81c39da985e2b49c3851fb24a0b7bae86c3af22f399657531563d8dbcd7ca962910
Binary file
@@ -64,6 +64,7 @@
64
64
  "total": 1
65
65
  },
66
66
  "current_user": "fauxhai",
67
+ "deprecated": true,
67
68
  "dmi": {},
68
69
  "domain": "local",
69
70
  "filesystem": {
@@ -0,0 +1,3436 @@
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
+ "domain": "local",
69
+ "filesystem": {
70
+ "by_device": {
71
+ "/dev/disk1s1": {
72
+ "block_size": 512,
73
+ "fs_type": "apfs",
74
+ "inodes_available": "9760779400",
75
+ "inodes_percent_used": "0%",
76
+ "inodes_used": "7198760",
77
+ "kb_available": "67834964",
78
+ "kb_size": "976797816",
79
+ "kb_used": "883627812",
80
+ "mount_options": [
81
+ "local",
82
+ "journaled",
83
+ "nobrowse"
84
+ ],
85
+ "mounts": [
86
+ "/System/Volumes/Data"
87
+ ],
88
+ "percent_used": "93%",
89
+ "total_inodes": "9767978160"
90
+ },
91
+ "/dev/disk1s2": {
92
+ "block_size": 512,
93
+ "fs_type": "apfs",
94
+ "inodes_available": "9767977321",
95
+ "inodes_percent_used": "0%",
96
+ "inodes_used": "839",
97
+ "kb_available": "67834964",
98
+ "kb_size": "976797816",
99
+ "kb_used": "297092",
100
+ "mount_options": [
101
+ "local",
102
+ "journaled",
103
+ "nobrowse"
104
+ ],
105
+ "mounts": [
106
+ "/System/Volumes/Preboot"
107
+ ],
108
+ "percent_used": "1%",
109
+ "total_inodes": "9767978160"
110
+ },
111
+ "/dev/disk1s3": {
112
+ "block_size": 512,
113
+ "fs_type": "apfs",
114
+ "inodes_available": "9767978079",
115
+ "inodes_percent_used": "0%",
116
+ "inodes_used": "81",
117
+ "kb_available": "67834964",
118
+ "kb_size": "976797816",
119
+ "kb_used": "640140",
120
+ "mount_options": [
121
+ "local",
122
+ "journaled",
123
+ "nobrowse"
124
+ ],
125
+ "mounts": [
126
+ "/Volumes/Recovery"
127
+ ],
128
+ "percent_used": "1%",
129
+ "total_inodes": "9767978160"
130
+ },
131
+ "/dev/disk1s4": {
132
+ "block_size": 512,
133
+ "fs_type": "apfs",
134
+ "inodes_available": "9767978158",
135
+ "inodes_percent_used": "0%",
136
+ "inodes_used": "2",
137
+ "kb_available": "67834964",
138
+ "kb_size": "976797816",
139
+ "kb_used": "2097204",
140
+ "mount_options": [
141
+ "local",
142
+ "noexec",
143
+ "journaled",
144
+ "noatime",
145
+ "nobrowse"
146
+ ],
147
+ "mounts": [
148
+ "/System/Volumes/VM"
149
+ ],
150
+ "percent_used": "3%",
151
+ "total_inodes": "9767978160"
152
+ },
153
+ "/dev/disk1s5": {
154
+ "block_size": 512,
155
+ "fs_type": "apfs",
156
+ "inodes_available": "9767410777",
157
+ "inodes_percent_used": "0%",
158
+ "inodes_used": "567383",
159
+ "kb_available": "67834964",
160
+ "kb_size": "976797816",
161
+ "kb_used": "21988712",
162
+ "mount_options": [
163
+ "sealed",
164
+ "local",
165
+ "journaled",
166
+ "nobrowse"
167
+ ],
168
+ "mounts": [
169
+ "/System/Volumes/Update/mnt1"
170
+ ],
171
+ "percent_used": "25%",
172
+ "total_inodes": "9767978160"
173
+ },
174
+ "/dev/disk1s5s1": {
175
+ "block_size": 512,
176
+ "fs_type": "apfs",
177
+ "inodes_available": "9767414228",
178
+ "inodes_percent_used": "0%",
179
+ "inodes_used": "563932",
180
+ "kb_available": "67834964",
181
+ "kb_size": "976797816",
182
+ "kb_used": "21988712",
183
+ "mount_options": [
184
+ "sealed",
185
+ "local",
186
+ "read-only",
187
+ "journaled"
188
+ ],
189
+ "mounts": [
190
+ "/"
191
+ ],
192
+ "percent_used": "25%",
193
+ "total_inodes": "9767978160"
194
+ },
195
+ "/dev/disk1s6": {
196
+ "block_size": 512,
197
+ "fs_type": "apfs",
198
+ "inodes_available": "9767977762",
199
+ "inodes_percent_used": "0%",
200
+ "inodes_used": "398",
201
+ "kb_available": "67834964",
202
+ "kb_size": "976797816",
203
+ "kb_used": "108864",
204
+ "mount_options": [
205
+ "local",
206
+ "journaled",
207
+ "nobrowse"
208
+ ],
209
+ "mounts": [
210
+ "/System/Volumes/Update"
211
+ ],
212
+ "percent_used": "1%",
213
+ "total_inodes": "9767978160"
214
+ },
215
+ "/dev/disk3s1": {
216
+ "block_size": 512,
217
+ "fs_type": "apfs",
218
+ "inodes_available": "104475113195",
219
+ "inodes_percent_used": "0%",
220
+ "inodes_used": "2303845",
221
+ "kb_available": "5294952576",
222
+ "kb_size": "10447741704",
223
+ "kb_used": "208851000",
224
+ "mount_options": [
225
+ "local",
226
+ "nodev",
227
+ "nosuid",
228
+ "journaled",
229
+ "nobrowse"
230
+ ],
231
+ "mounts": [
232
+ "/Volumes/Backups of MacBook Pro"
233
+ ],
234
+ "percent_used": "4%",
235
+ "total_inodes": "104477417040"
236
+ },
237
+ "devfs": {
238
+ "block_size": 512,
239
+ "fs_type": "devfs",
240
+ "inodes_available": "0",
241
+ "inodes_percent_used": "100%",
242
+ "inodes_used": "698",
243
+ "kb_available": "0",
244
+ "kb_size": "201",
245
+ "kb_used": "201",
246
+ "mount_options": [
247
+ "local",
248
+ "nobrowse"
249
+ ],
250
+ "mounts": [
251
+ "/dev"
252
+ ],
253
+ "percent_used": "100%",
254
+ "total_inodes": "698"
255
+ },
256
+ "map auto_home": {
257
+ "block_size": 512,
258
+ "fs_type": "autofs",
259
+ "inodes_available": "0",
260
+ "inodes_percent_used": "100%",
261
+ "inodes_used": "0",
262
+ "kb_available": "0",
263
+ "kb_size": "0",
264
+ "kb_used": "0",
265
+ "mount_options": [
266
+ "automounted",
267
+ "nobrowse"
268
+ ],
269
+ "mounts": [
270
+ "/System/Volumes/Data/home"
271
+ ],
272
+ "percent_used": "100%",
273
+ "total_inodes": "0"
274
+ }
275
+ },
276
+ "by_mountpoint": {
277
+ "/": {
278
+ "block_size": 512,
279
+ "devices": [
280
+ "/dev/disk1s5s1"
281
+ ],
282
+ "fs_type": "apfs",
283
+ "inodes_available": "9767414228",
284
+ "inodes_percent_used": "0%",
285
+ "inodes_used": "563932",
286
+ "kb_available": "67834964",
287
+ "kb_size": "976797816",
288
+ "kb_used": "21988712",
289
+ "mount_options": [
290
+ "sealed",
291
+ "local",
292
+ "read-only",
293
+ "journaled"
294
+ ],
295
+ "percent_used": "25%",
296
+ "total_inodes": "9767978160"
297
+ },
298
+ "/System/Volumes/Data": {
299
+ "block_size": 512,
300
+ "devices": [
301
+ "/dev/disk1s1"
302
+ ],
303
+ "fs_type": "apfs",
304
+ "inodes_available": "9760779400",
305
+ "inodes_percent_used": "0%",
306
+ "inodes_used": "7198760",
307
+ "kb_available": "67834964",
308
+ "kb_size": "976797816",
309
+ "kb_used": "883627812",
310
+ "mount_options": [
311
+ "local",
312
+ "journaled",
313
+ "nobrowse"
314
+ ],
315
+ "percent_used": "93%",
316
+ "total_inodes": "9767978160"
317
+ },
318
+ "/System/Volumes/Data/home": {
319
+ "block_size": 512,
320
+ "devices": [
321
+ "map auto_home"
322
+ ],
323
+ "fs_type": "autofs",
324
+ "inodes_available": "0",
325
+ "inodes_percent_used": "100%",
326
+ "inodes_used": "0",
327
+ "kb_available": "0",
328
+ "kb_size": "0",
329
+ "kb_used": "0",
330
+ "mount_options": [
331
+ "automounted",
332
+ "nobrowse"
333
+ ],
334
+ "percent_used": "100%",
335
+ "total_inodes": "0"
336
+ },
337
+ "/System/Volumes/Preboot": {
338
+ "block_size": 512,
339
+ "devices": [
340
+ "/dev/disk1s2"
341
+ ],
342
+ "fs_type": "apfs",
343
+ "inodes_available": "9767977321",
344
+ "inodes_percent_used": "0%",
345
+ "inodes_used": "839",
346
+ "kb_available": "67834964",
347
+ "kb_size": "976797816",
348
+ "kb_used": "297092",
349
+ "mount_options": [
350
+ "local",
351
+ "journaled",
352
+ "nobrowse"
353
+ ],
354
+ "percent_used": "1%",
355
+ "total_inodes": "9767978160"
356
+ },
357
+ "/System/Volumes/Update": {
358
+ "block_size": 512,
359
+ "devices": [
360
+ "/dev/disk1s6"
361
+ ],
362
+ "fs_type": "apfs",
363
+ "inodes_available": "9767977762",
364
+ "inodes_percent_used": "0%",
365
+ "inodes_used": "398",
366
+ "kb_available": "67834964",
367
+ "kb_size": "976797816",
368
+ "kb_used": "108864",
369
+ "mount_options": [
370
+ "local",
371
+ "journaled",
372
+ "nobrowse"
373
+ ],
374
+ "percent_used": "1%",
375
+ "total_inodes": "9767978160"
376
+ },
377
+ "/System/Volumes/Update/mnt1": {
378
+ "block_size": 512,
379
+ "devices": [
380
+ "/dev/disk1s5"
381
+ ],
382
+ "fs_type": "apfs",
383
+ "inodes_available": "9767410777",
384
+ "inodes_percent_used": "0%",
385
+ "inodes_used": "567383",
386
+ "kb_available": "67834964",
387
+ "kb_size": "976797816",
388
+ "kb_used": "21988712",
389
+ "mount_options": [
390
+ "sealed",
391
+ "local",
392
+ "journaled",
393
+ "nobrowse"
394
+ ],
395
+ "percent_used": "25%",
396
+ "total_inodes": "9767978160"
397
+ },
398
+ "/System/Volumes/VM": {
399
+ "block_size": 512,
400
+ "devices": [
401
+ "/dev/disk1s4"
402
+ ],
403
+ "fs_type": "apfs",
404
+ "inodes_available": "9767978158",
405
+ "inodes_percent_used": "0%",
406
+ "inodes_used": "2",
407
+ "kb_available": "67834964",
408
+ "kb_size": "976797816",
409
+ "kb_used": "2097204",
410
+ "mount_options": [
411
+ "local",
412
+ "noexec",
413
+ "journaled",
414
+ "noatime",
415
+ "nobrowse"
416
+ ],
417
+ "percent_used": "3%",
418
+ "total_inodes": "9767978160"
419
+ },
420
+ "/Volumes/Recovery": {
421
+ "block_size": 512,
422
+ "devices": [
423
+ "/dev/disk1s3"
424
+ ],
425
+ "fs_type": "apfs",
426
+ "inodes_available": "9767978079",
427
+ "inodes_percent_used": "0%",
428
+ "inodes_used": "81",
429
+ "kb_available": "67834964",
430
+ "kb_size": "976797816",
431
+ "kb_used": "640140",
432
+ "mount_options": [
433
+ "local",
434
+ "journaled",
435
+ "nobrowse"
436
+ ],
437
+ "percent_used": "1%",
438
+ "total_inodes": "9767978160"
439
+ },
440
+ "/dev": {
441
+ "block_size": 512,
442
+ "devices": [
443
+ "devfs"
444
+ ],
445
+ "fs_type": "devfs",
446
+ "inodes_available": "0",
447
+ "inodes_percent_used": "100%",
448
+ "inodes_used": "698",
449
+ "kb_available": "0",
450
+ "kb_size": "201",
451
+ "kb_used": "201",
452
+ "mount_options": [
453
+ "local",
454
+ "nobrowse"
455
+ ],
456
+ "percent_used": "100%",
457
+ "total_inodes": "698"
458
+ }
459
+ },
460
+ "by_pair": {
461
+ "/dev/disk1s2,/System/Volumes/Preboot": {
462
+ "block_size": 512,
463
+ "device": "/dev/disk1s2",
464
+ "fs_type": "apfs",
465
+ "inodes_available": "9767977321",
466
+ "inodes_percent_used": "0%",
467
+ "inodes_used": "839",
468
+ "kb_available": "67834964",
469
+ "kb_size": "976797816",
470
+ "kb_used": "297092",
471
+ "mount": "/System/Volumes/Preboot",
472
+ "mount_options": [
473
+ "local",
474
+ "journaled",
475
+ "nobrowse"
476
+ ],
477
+ "percent_used": "1%",
478
+ "total_inodes": "9767978160"
479
+ },
480
+ "/dev/disk1s3,/Volumes/Recovery": {
481
+ "block_size": 512,
482
+ "device": "/dev/disk1s3",
483
+ "fs_type": "apfs",
484
+ "inodes_available": "9767978079",
485
+ "inodes_percent_used": "0%",
486
+ "inodes_used": "81",
487
+ "kb_available": "67834964",
488
+ "kb_size": "976797816",
489
+ "kb_used": "640140",
490
+ "mount": "/Volumes/Recovery",
491
+ "mount_options": [
492
+ "local",
493
+ "journaled",
494
+ "nobrowse"
495
+ ],
496
+ "percent_used": "1%",
497
+ "total_inodes": "9767978160"
498
+ },
499
+ "/dev/disk1s4,/System/Volumes/VM": {
500
+ "block_size": 512,
501
+ "device": "/dev/disk1s4",
502
+ "fs_type": "apfs",
503
+ "inodes_available": "9767978158",
504
+ "inodes_percent_used": "0%",
505
+ "inodes_used": "2",
506
+ "kb_available": "67834964",
507
+ "kb_size": "976797816",
508
+ "kb_used": "2097204",
509
+ "mount": "/System/Volumes/VM",
510
+ "mount_options": [
511
+ "local",
512
+ "noexec",
513
+ "journaled",
514
+ "noatime",
515
+ "nobrowse"
516
+ ],
517
+ "percent_used": "3%",
518
+ "total_inodes": "9767978160"
519
+ },
520
+ "/dev/disk1s5,/System/Volumes/Update/mnt1": {
521
+ "block_size": 512,
522
+ "device": "/dev/disk1s5",
523
+ "fs_type": "apfs",
524
+ "inodes_available": "9767410777",
525
+ "inodes_percent_used": "0%",
526
+ "inodes_used": "567383",
527
+ "kb_available": "67834964",
528
+ "kb_size": "976797816",
529
+ "kb_used": "21988712",
530
+ "mount": "/System/Volumes/Update/mnt1",
531
+ "mount_options": [
532
+ "sealed",
533
+ "local",
534
+ "journaled",
535
+ "nobrowse"
536
+ ],
537
+ "percent_used": "25%",
538
+ "total_inodes": "9767978160"
539
+ },
540
+ "/dev/disk1s5s1,/": {
541
+ "block_size": 512,
542
+ "device": "/dev/disk1s5s1",
543
+ "fs_type": "apfs",
544
+ "inodes_available": "9767414228",
545
+ "inodes_percent_used": "0%",
546
+ "inodes_used": "563932",
547
+ "kb_available": "67834964",
548
+ "kb_size": "976797816",
549
+ "kb_used": "21988712",
550
+ "mount": "/",
551
+ "mount_options": [
552
+ "sealed",
553
+ "local",
554
+ "read-only",
555
+ "journaled"
556
+ ],
557
+ "percent_used": "25%",
558
+ "total_inodes": "9767978160"
559
+ },
560
+ "/dev/disk1s6,/System/Volumes/Update": {
561
+ "block_size": 512,
562
+ "device": "/dev/disk1s6",
563
+ "fs_type": "apfs",
564
+ "inodes_available": "9767977762",
565
+ "inodes_percent_used": "0%",
566
+ "inodes_used": "398",
567
+ "kb_available": "67834964",
568
+ "kb_size": "976797816",
569
+ "kb_used": "108864",
570
+ "mount": "/System/Volumes/Update",
571
+ "mount_options": [
572
+ "local",
573
+ "journaled",
574
+ "nobrowse"
575
+ ],
576
+ "percent_used": "1%",
577
+ "total_inodes": "9767978160"
578
+ },
579
+ "devfs,/dev": {
580
+ "block_size": 512,
581
+ "device": "devfs",
582
+ "fs_type": "devfs",
583
+ "inodes_available": "0",
584
+ "inodes_percent_used": "100%",
585
+ "inodes_used": "698",
586
+ "kb_available": "0",
587
+ "kb_size": "201",
588
+ "kb_used": "201",
589
+ "mount": "/dev",
590
+ "mount_options": [
591
+ "local",
592
+ "nobrowse"
593
+ ],
594
+ "percent_used": "100%",
595
+ "total_inodes": "698"
596
+ },
597
+ "map auto_home,/System/Volumes/Data/home": {
598
+ "block_size": 512,
599
+ "device": "map auto_home",
600
+ "fs_type": "autofs",
601
+ "inodes_available": "0",
602
+ "inodes_percent_used": "100%",
603
+ "inodes_used": "0",
604
+ "kb_available": "0",
605
+ "kb_size": "0",
606
+ "kb_used": "0",
607
+ "mount": "/System/Volumes/Data/home",
608
+ "mount_options": [
609
+ "automounted",
610
+ "nobrowse"
611
+ ],
612
+ "percent_used": "100%",
613
+ "total_inodes": "0"
614
+ }
615
+ }
616
+ },
617
+ "fqdn": "fauxhai.local",
618
+ "hostname": "Fauxhai",
619
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
620
+ "idletime_seconds": 2646450,
621
+ "ipaddress": "10.0.0.2",
622
+ "kernel": {
623
+ "machine": "x86_64",
624
+ "modules": {
625
+ "com.apple.AGDCPluginDisplayMetrics": {
626
+ "index": "162",
627
+ "refcount": "0",
628
+ "size": 8192,
629
+ "version": "6.1.27"
630
+ },
631
+ "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
632
+ "index": "87",
633
+ "refcount": "0",
634
+ "size": 36864,
635
+ "version": "1.0.0"
636
+ },
637
+ "com.apple.AppleGPUWrangler": {
638
+ "index": "131",
639
+ "refcount": "0",
640
+ "size": 28672,
641
+ "version": "6.1.27"
642
+ },
643
+ "com.apple.AppleGraphicsDeviceControl": {
644
+ "index": "119",
645
+ "refcount": "9",
646
+ "size": 16384,
647
+ "version": "6.1.27"
648
+ },
649
+ "com.apple.AppleSystemPolicy": {
650
+ "index": "50",
651
+ "refcount": "0",
652
+ "size": 57344,
653
+ "version": "2.0.0"
654
+ },
655
+ "com.apple.BootCache": {
656
+ "index": "88",
657
+ "refcount": "0",
658
+ "size": 49152,
659
+ "version": "40"
660
+ },
661
+ "com.apple.driver.AGDCBacklightControl": {
662
+ "index": "144",
663
+ "refcount": "0",
664
+ "size": 12288,
665
+ "version": "6.1.27"
666
+ },
667
+ "com.apple.driver.AGPM": {
668
+ "index": "195",
669
+ "refcount": "0",
670
+ "size": 118784,
671
+ "version": "119"
672
+ },
673
+ "com.apple.driver.AppleACPIButtons": {
674
+ "index": "57",
675
+ "refcount": "0",
676
+ "size": 8192,
677
+ "version": "6.1"
678
+ },
679
+ "com.apple.driver.AppleACPIEC": {
680
+ "index": "54",
681
+ "refcount": "0",
682
+ "size": 20480,
683
+ "version": "6.1"
684
+ },
685
+ "com.apple.driver.AppleACPIPlatform": {
686
+ "index": "16",
687
+ "refcount": "2",
688
+ "size": 487424,
689
+ "version": "6.1"
690
+ },
691
+ "com.apple.driver.AppleAPIC": {
692
+ "index": "51",
693
+ "refcount": "0",
694
+ "size": 8192,
695
+ "version": "1.7"
696
+ },
697
+ "com.apple.driver.AppleAVEBridge": {
698
+ "index": "160",
699
+ "refcount": "0",
700
+ "size": 12288,
701
+ "version": "6.1"
702
+ },
703
+ "com.apple.driver.AppleActuatorDriver": {
704
+ "index": "190",
705
+ "refcount": "0",
706
+ "size": 28672,
707
+ "version": "4400.28"
708
+ },
709
+ "com.apple.driver.AppleBCMWLANBusInterfacePCIeMac": {
710
+ "index": "85",
711
+ "refcount": "0",
712
+ "size": 323584,
713
+ "version": "1"
714
+ },
715
+ "com.apple.driver.AppleBCMWLANCoreMac": {
716
+ "index": "84",
717
+ "refcount": "1",
718
+ "size": 1785856,
719
+ "version": "1.0.0"
720
+ },
721
+ "com.apple.driver.AppleBSDKextStarter": {
722
+ "index": "92",
723
+ "refcount": "0",
724
+ "size": 4096,
725
+ "version": "3"
726
+ },
727
+ "com.apple.driver.AppleBacklightExpert": {
728
+ "index": "142",
729
+ "refcount": "1",
730
+ "size": 8192,
731
+ "version": "1.1.0"
732
+ },
733
+ "com.apple.driver.AppleBridgeAudioController": {
734
+ "index": "147",
735
+ "refcount": "0",
736
+ "size": 36864,
737
+ "version": "100.2"
738
+ },
739
+ "com.apple.driver.AppleBusPowerController": {
740
+ "index": "19",
741
+ "refcount": "1",
742
+ "size": 16384,
743
+ "version": "1.0"
744
+ },
745
+ "com.apple.driver.AppleCredentialManager": {
746
+ "index": "24",
747
+ "refcount": "1",
748
+ "size": 327680,
749
+ "version": "1.0"
750
+ },
751
+ "com.apple.driver.AppleDiskImages2": {
752
+ "index": "149",
753
+ "refcount": "0",
754
+ "size": 49152,
755
+ "version": "1"
756
+ },
757
+ "com.apple.driver.AppleEFINVRAM": {
758
+ "index": "59",
759
+ "refcount": "2",
760
+ "size": 40960,
761
+ "version": "2.1"
762
+ },
763
+ "com.apple.driver.AppleEFIRuntime": {
764
+ "index": "58",
765
+ "refcount": "1",
766
+ "size": 8192,
767
+ "version": "2.1"
768
+ },
769
+ "com.apple.driver.AppleEffaceableNOR": {
770
+ "index": "69",
771
+ "refcount": "0",
772
+ "size": 16384,
773
+ "version": "1.0"
774
+ },
775
+ "com.apple.driver.AppleEffaceableStorage": {
776
+ "index": "25",
777
+ "refcount": "3",
778
+ "size": 24576,
779
+ "version": "1.0"
780
+ },
781
+ "com.apple.driver.AppleFDEKeyStore": {
782
+ "index": "26",
783
+ "refcount": "0",
784
+ "size": 24576,
785
+ "version": "28.30"
786
+ },
787
+ "com.apple.driver.AppleGFXHDA": {
788
+ "index": "137",
789
+ "refcount": "0",
790
+ "size": 385024,
791
+ "version": "100.1.431"
792
+ },
793
+ "com.apple.driver.AppleGraphicsControl": {
794
+ "index": "128",
795
+ "refcount": "2",
796
+ "size": 4096,
797
+ "version": "6.1.27"
798
+ },
799
+ "com.apple.driver.AppleGraphicsDevicePolicy": {
800
+ "index": "171",
801
+ "refcount": "0",
802
+ "size": 36864,
803
+ "version": "6.1.27"
804
+ },
805
+ "com.apple.driver.AppleHIDALSService": {
806
+ "index": "184",
807
+ "refcount": "0",
808
+ "size": 4096,
809
+ "version": "1"
810
+ },
811
+ "com.apple.driver.AppleHIDKeyboard": {
812
+ "index": "191",
813
+ "refcount": "0",
814
+ "size": 16384,
815
+ "version": "222"
816
+ },
817
+ "com.apple.driver.AppleHPM": {
818
+ "index": "98",
819
+ "refcount": "0",
820
+ "size": 24576,
821
+ "version": "3.4.4"
822
+ },
823
+ "com.apple.driver.AppleHSBluetoothDriver": {
824
+ "index": "186",
825
+ "refcount": "1",
826
+ "size": 24576,
827
+ "version": "4000.27"
828
+ },
829
+ "com.apple.driver.AppleHV": {
830
+ "index": "150",
831
+ "refcount": "0",
832
+ "size": 40960,
833
+ "version": "1"
834
+ },
835
+ "com.apple.driver.AppleInputDeviceSupport": {
836
+ "index": "187",
837
+ "refcount": "2",
838
+ "size": 53248,
839
+ "version": "4400.35"
840
+ },
841
+ "com.apple.driver.AppleIntelCFLGraphicsFramebuffer": {
842
+ "index": "121",
843
+ "refcount": "0",
844
+ "size": 778240,
845
+ "version": "16.0.0"
846
+ },
847
+ "com.apple.driver.AppleIntelKBLGraphics": {
848
+ "index": "174",
849
+ "refcount": "0",
850
+ "size": 749568,
851
+ "version": "16.0.0"
852
+ },
853
+ "com.apple.driver.AppleIntelLpssDmac": {
854
+ "index": "95",
855
+ "refcount": "1",
856
+ "size": 20480,
857
+ "version": "3.0.60"
858
+ },
859
+ "com.apple.driver.AppleIntelLpssI2C": {
860
+ "index": "96",
861
+ "refcount": "1",
862
+ "size": 28672,
863
+ "version": "3.0.60"
864
+ },
865
+ "com.apple.driver.AppleIntelLpssI2CController": {
866
+ "index": "97",
867
+ "refcount": "1",
868
+ "size": 53248,
869
+ "version": "3.0.60"
870
+ },
871
+ "com.apple.driver.AppleIntelLpssUARTCommon": {
872
+ "index": "166",
873
+ "refcount": "1",
874
+ "size": 4096,
875
+ "version": "3.0.60"
876
+ },
877
+ "com.apple.driver.AppleIntelLpssUARTv1": {
878
+ "index": "167",
879
+ "refcount": "0",
880
+ "size": 4096,
881
+ "version": "3.0.60"
882
+ },
883
+ "com.apple.driver.AppleIntelPCHPMC": {
884
+ "index": "148",
885
+ "refcount": "0",
886
+ "size": 12288,
887
+ "version": "2.0.1"
888
+ },
889
+ "com.apple.driver.AppleIntelSlowAdaptiveClocking": {
890
+ "index": "117",
891
+ "refcount": "0",
892
+ "size": 4096,
893
+ "version": "4.0.0"
894
+ },
895
+ "com.apple.driver.AppleKeyStore": {
896
+ "index": "34",
897
+ "refcount": "0",
898
+ "size": 524288,
899
+ "version": "2"
900
+ },
901
+ "com.apple.driver.AppleMCCSControl": {
902
+ "index": "141",
903
+ "refcount": "0",
904
+ "size": 45056,
905
+ "version": "1.14"
906
+ },
907
+ "com.apple.driver.AppleMobileFileIntegrity": {
908
+ "index": "28",
909
+ "refcount": "9",
910
+ "size": 86016,
911
+ "version": "1.0.5"
912
+ },
913
+ "com.apple.driver.AppleMultitouchDriver": {
914
+ "index": "188",
915
+ "refcount": "2",
916
+ "size": 81920,
917
+ "version": "4400.28"
918
+ },
919
+ "com.apple.driver.AppleMuxControl2": {
920
+ "index": "129",
921
+ "refcount": "0",
922
+ "size": 77824,
923
+ "version": "6.1.27"
924
+ },
925
+ "com.apple.driver.AppleOnboardSerial": {
926
+ "index": "165",
927
+ "refcount": "2",
928
+ "size": 65536,
929
+ "version": "1.0"
930
+ },
931
+ "com.apple.driver.AppleSEPManager": {
932
+ "index": "18",
933
+ "refcount": "3",
934
+ "size": 65536,
935
+ "version": "1.0.1"
936
+ },
937
+ "com.apple.driver.AppleSMBIOS": {
938
+ "index": "55",
939
+ "refcount": "0",
940
+ "size": 12288,
941
+ "version": "2.1"
942
+ },
943
+ "com.apple.driver.AppleSMC": {
944
+ "index": "15",
945
+ "refcount": "13",
946
+ "size": 102400,
947
+ "version": "3.1.9"
948
+ },
949
+ "com.apple.driver.AppleSMCRTC": {
950
+ "index": "56",
951
+ "refcount": "0",
952
+ "size": 16384,
953
+ "version": "1.0"
954
+ },
955
+ "com.apple.driver.AppleSSE": {
956
+ "index": "35",
957
+ "refcount": "0",
958
+ "size": 28672,
959
+ "version": "1.0"
960
+ },
961
+ "com.apple.driver.AppleSmartBatteryManager": {
962
+ "index": "60",
963
+ "refcount": "0",
964
+ "size": 65536,
965
+ "version": "161.0.0"
966
+ },
967
+ "com.apple.driver.AppleThunderboltDPAdapterFamily": {
968
+ "index": "99",
969
+ "refcount": "1",
970
+ "size": 94208,
971
+ "version": "8.1.4"
972
+ },
973
+ "com.apple.driver.AppleThunderboltDPInAdapter": {
974
+ "index": "100",
975
+ "refcount": "0",
976
+ "size": 40960,
977
+ "version": "8.1.4"
978
+ },
979
+ "com.apple.driver.AppleThunderboltIP": {
980
+ "index": "126",
981
+ "refcount": "0",
982
+ "size": 249856,
983
+ "version": "4.0.3"
984
+ },
985
+ "com.apple.driver.AppleThunderboltNHI": {
986
+ "index": "75",
987
+ "refcount": "0",
988
+ "size": 196608,
989
+ "version": "7.2.8"
990
+ },
991
+ "com.apple.driver.AppleThunderboltPCIDownAdapter": {
992
+ "index": "101",
993
+ "refcount": "0",
994
+ "size": 16384,
995
+ "version": "4.1.1"
996
+ },
997
+ "com.apple.driver.AppleTopCaseHIDEventDriver": {
998
+ "index": "189",
999
+ "refcount": "0",
1000
+ "size": 28672,
1001
+ "version": "4000.27"
1002
+ },
1003
+ "com.apple.driver.AppleUSBAudio": {
1004
+ "index": "238",
1005
+ "refcount": "0",
1006
+ "size": 307200,
1007
+ "version": "401.4"
1008
+ },
1009
+ "com.apple.driver.AppleUSBHostMergeProperties": {
1010
+ "index": "21",
1011
+ "refcount": "4",
1012
+ "size": 4096,
1013
+ "version": "1.2"
1014
+ },
1015
+ "com.apple.driver.AppleUSBTDM": {
1016
+ "index": "33",
1017
+ "refcount": "2",
1018
+ "size": 32768,
1019
+ "version": "511.40.9"
1020
+ },
1021
+ "com.apple.driver.AppleUpstreamUserClient": {
1022
+ "index": "178",
1023
+ "refcount": "0",
1024
+ "size": 12288,
1025
+ "version": "3.6.8"
1026
+ },
1027
+ "com.apple.driver.AppleXsanScheme": {
1028
+ "index": "206",
1029
+ "refcount": "0",
1030
+ "size": 12288,
1031
+ "version": "3"
1032
+ },
1033
+ "com.apple.driver.AudioAUUC": {
1034
+ "index": "228",
1035
+ "refcount": "0",
1036
+ "size": 12288,
1037
+ "version": "1.70"
1038
+ },
1039
+ "com.apple.driver.BCMWLANFirmware4355.Hashstore": {
1040
+ "index": "102",
1041
+ "refcount": "0",
1042
+ "size": 8192,
1043
+ "version": "1"
1044
+ },
1045
+ "com.apple.driver.BCMWLANFirmware4364.Hashstore": {
1046
+ "index": "103",
1047
+ "refcount": "0",
1048
+ "size": 28672,
1049
+ "version": "1"
1050
+ },
1051
+ "com.apple.driver.BCMWLANFirmware4377.Hashstore": {
1052
+ "index": "104",
1053
+ "refcount": "0",
1054
+ "size": 16384,
1055
+ "version": "1"
1056
+ },
1057
+ "com.apple.driver.BCMWLANFirmware4378.Hashstore": {
1058
+ "index": "105",
1059
+ "refcount": "0",
1060
+ "size": 16384,
1061
+ "version": "1"
1062
+ },
1063
+ "com.apple.driver.BridgeAudioCommunication": {
1064
+ "index": "161",
1065
+ "refcount": "0",
1066
+ "size": 40960,
1067
+ "version": "100.2"
1068
+ },
1069
+ "com.apple.driver.DiskImages": {
1070
+ "index": "44",
1071
+ "refcount": "0",
1072
+ "size": 49152,
1073
+ "version": "493.0.0"
1074
+ },
1075
+ "com.apple.driver.IOImageLoader": {
1076
+ "index": "79",
1077
+ "refcount": "6",
1078
+ "size": 69632,
1079
+ "version": "1.0.0"
1080
+ },
1081
+ "com.apple.driver.IOSlaveProcessor": {
1082
+ "index": "17",
1083
+ "refcount": "5",
1084
+ "size": 8192,
1085
+ "version": "1"
1086
+ },
1087
+ "com.apple.driver.KernelRelayHost": {
1088
+ "index": "23",
1089
+ "refcount": "3",
1090
+ "size": 61440,
1091
+ "version": "1"
1092
+ },
1093
+ "com.apple.driver.LuaHardwareAccess": {
1094
+ "index": "158",
1095
+ "refcount": "0",
1096
+ "size": 12288,
1097
+ "version": "1.0.16"
1098
+ },
1099
+ "com.apple.driver.X86PlatformPlugin": {
1100
+ "index": "133",
1101
+ "refcount": "1",
1102
+ "size": 81920,
1103
+ "version": "1.0.0"
1104
+ },
1105
+ "com.apple.driver.X86PlatformShim": {
1106
+ "index": "193",
1107
+ "refcount": "1",
1108
+ "size": 24576,
1109
+ "version": "1.0.0"
1110
+ },
1111
+ "com.apple.driver.corecapture": {
1112
+ "index": "78",
1113
+ "refcount": "8",
1114
+ "size": 94208,
1115
+ "version": "1.0.4"
1116
+ },
1117
+ "com.apple.driver.pmtelemetry": {
1118
+ "index": "159",
1119
+ "refcount": "0",
1120
+ "size": 32768,
1121
+ "version": "1"
1122
+ },
1123
+ "com.apple.driver.usb.AppleUSBCommon": {
1124
+ "index": "20",
1125
+ "refcount": "13",
1126
+ "size": 16384,
1127
+ "version": "1.0"
1128
+ },
1129
+ "com.apple.driver.usb.AppleUSBHostBillboardDevice": {
1130
+ "index": "236",
1131
+ "refcount": "0",
1132
+ "size": 8192,
1133
+ "version": "1.0"
1134
+ },
1135
+ "com.apple.driver.usb.AppleUSBHostCompositeDevice": {
1136
+ "index": "106",
1137
+ "refcount": "4",
1138
+ "size": 12288,
1139
+ "version": "1.2"
1140
+ },
1141
+ "com.apple.driver.usb.AppleUSBHub": {
1142
+ "index": "109",
1143
+ "refcount": "0",
1144
+ "size": 176128,
1145
+ "version": "1.2"
1146
+ },
1147
+ "com.apple.driver.usb.AppleUSBUserHCI": {
1148
+ "index": "237",
1149
+ "refcount": "0",
1150
+ "size": 98304,
1151
+ "version": "1"
1152
+ },
1153
+ "com.apple.driver.usb.AppleUSBVHCI": {
1154
+ "index": "71",
1155
+ "refcount": "1",
1156
+ "size": 122880,
1157
+ "version": "1.2"
1158
+ },
1159
+ "com.apple.driver.usb.AppleUSBVHCIBCE": {
1160
+ "index": "73",
1161
+ "refcount": "0",
1162
+ "size": 4096,
1163
+ "version": "1.2"
1164
+ },
1165
+ "com.apple.driver.usb.AppleUSBVHCICommon": {
1166
+ "index": "70",
1167
+ "refcount": "3",
1168
+ "size": 24576,
1169
+ "version": "1.0"
1170
+ },
1171
+ "com.apple.driver.usb.AppleUSBVHCICommonBCE": {
1172
+ "index": "72",
1173
+ "refcount": "1",
1174
+ "size": 45056,
1175
+ "version": "1.0"
1176
+ },
1177
+ "com.apple.driver.usb.AppleUSBXHCI": {
1178
+ "index": "62",
1179
+ "refcount": "1",
1180
+ "size": 319488,
1181
+ "version": "1.2"
1182
+ },
1183
+ "com.apple.driver.usb.AppleUSBXHCIPCI": {
1184
+ "index": "63",
1185
+ "refcount": "0",
1186
+ "size": 163840,
1187
+ "version": "1.2"
1188
+ },
1189
+ "com.apple.driver.usb.IOUSBHostHIDDevice": {
1190
+ "index": "243",
1191
+ "refcount": "0",
1192
+ "size": 40960,
1193
+ "version": "1.2"
1194
+ },
1195
+ "com.apple.driver.usb.cdc": {
1196
+ "index": "108",
1197
+ "refcount": "3",
1198
+ "size": 8192,
1199
+ "version": "5.0.0"
1200
+ },
1201
+ "com.apple.driver.usb.cdc.acm": {
1202
+ "index": "241",
1203
+ "refcount": "0",
1204
+ "size": 8192,
1205
+ "version": "5.0.0"
1206
+ },
1207
+ "com.apple.driver.usb.cdc.ecm": {
1208
+ "index": "239",
1209
+ "refcount": "0",
1210
+ "size": 12288,
1211
+ "version": "5.0.0"
1212
+ },
1213
+ "com.apple.driver.usb.cdc.ncm": {
1214
+ "index": "110",
1215
+ "refcount": "0",
1216
+ "size": 28672,
1217
+ "version": "5.0.0"
1218
+ },
1219
+ "com.apple.driver.usb.networking": {
1220
+ "index": "107",
1221
+ "refcount": "4",
1222
+ "size": 8192,
1223
+ "version": "5.0.0"
1224
+ },
1225
+ "com.apple.driver.usb.realtek8153patcher": {
1226
+ "index": "229",
1227
+ "refcount": "0",
1228
+ "size": 12288,
1229
+ "version": "5.0.0"
1230
+ },
1231
+ "com.apple.driver.usb.serial": {
1232
+ "index": "240",
1233
+ "refcount": "1",
1234
+ "size": 12288,
1235
+ "version": "6.0.0"
1236
+ },
1237
+ "com.apple.driver.watchdog": {
1238
+ "index": "12",
1239
+ "refcount": "1",
1240
+ "size": 8192,
1241
+ "version": "1"
1242
+ },
1243
+ "com.apple.filesystems.apfs": {
1244
+ "index": "77",
1245
+ "refcount": "2",
1246
+ "size": 1454080,
1247
+ "version": "1677.50.1"
1248
+ },
1249
+ "com.apple.filesystems.autofs": {
1250
+ "index": "183",
1251
+ "refcount": "0",
1252
+ "size": 32768,
1253
+ "version": "3.0"
1254
+ },
1255
+ "com.apple.filesystems.hfs.encodings.kext": {
1256
+ "index": "89",
1257
+ "refcount": "1",
1258
+ "size": 8192,
1259
+ "version": "1"
1260
+ },
1261
+ "com.apple.filesystems.hfs.kext": {
1262
+ "index": "90",
1263
+ "refcount": "0",
1264
+ "size": 405504,
1265
+ "version": "556.41.1"
1266
+ },
1267
+ "com.apple.filesystems.smbfs": {
1268
+ "index": "201",
1269
+ "refcount": "0",
1270
+ "size": 434176,
1271
+ "version": "3.4.1"
1272
+ },
1273
+ "com.apple.filesystems.tmpfs": {
1274
+ "index": "93",
1275
+ "refcount": "0",
1276
+ "size": 49152,
1277
+ "version": "1"
1278
+ },
1279
+ "com.apple.fileutil": {
1280
+ "index": "180",
1281
+ "refcount": "0",
1282
+ "size": 94208,
1283
+ "version": "20.036.15"
1284
+ },
1285
+ "com.apple.iokit.CoreAnalyticsFamily": {
1286
+ "index": "36",
1287
+ "refcount": "4",
1288
+ "size": 28672,
1289
+ "version": "1"
1290
+ },
1291
+ "com.apple.iokit.EndpointSecurity": {
1292
+ "index": "40",
1293
+ "refcount": "0",
1294
+ "size": 311296,
1295
+ "version": "1"
1296
+ },
1297
+ "com.apple.iokit.IOACPIFamily": {
1298
+ "index": "13",
1299
+ "refcount": "38",
1300
+ "size": 8192,
1301
+ "version": "1.4"
1302
+ },
1303
+ "com.apple.iokit.IOAVBFamily": {
1304
+ "index": "154",
1305
+ "refcount": "0",
1306
+ "size": 77824,
1307
+ "version": "900.12"
1308
+ },
1309
+ "com.apple.iokit.IOAcceleratorFamily2": {
1310
+ "index": "120",
1311
+ "refcount": "3",
1312
+ "size": 434176,
1313
+ "version": "439.35.4"
1314
+ },
1315
+ "com.apple.iokit.IOAudioFamily": {
1316
+ "index": "135",
1317
+ "refcount": "3",
1318
+ "size": 122880,
1319
+ "version": "300.6.1"
1320
+ },
1321
+ "com.apple.iokit.IOBufferCopyController": {
1322
+ "index": "68",
1323
+ "refcount": "0",
1324
+ "size": 16384,
1325
+ "version": "1.1.0"
1326
+ },
1327
+ "com.apple.iokit.IOBufferCopyEngineFamily": {
1328
+ "index": "67",
1329
+ "refcount": "6",
1330
+ "size": 28672,
1331
+ "version": "1"
1332
+ },
1333
+ "com.apple.iokit.IOEthernetAVBController": {
1334
+ "index": "152",
1335
+ "refcount": "2",
1336
+ "size": 8192,
1337
+ "version": "1.1.0"
1338
+ },
1339
+ "com.apple.iokit.IOGraphicsFamily": {
1340
+ "index": "118",
1341
+ "refcount": "20",
1342
+ "size": 192512,
1343
+ "version": "585"
1344
+ },
1345
+ "com.apple.iokit.IOHIDFamily": {
1346
+ "index": "52",
1347
+ "refcount": "10",
1348
+ "size": 380928,
1349
+ "version": "2.0.0"
1350
+ },
1351
+ "com.apple.iokit.IOKitRegistryCompatibility": {
1352
+ "index": "45",
1353
+ "refcount": "0",
1354
+ "size": 4096,
1355
+ "version": "1"
1356
+ },
1357
+ "com.apple.iokit.IONDRVSupport": {
1358
+ "index": "136",
1359
+ "refcount": "3",
1360
+ "size": 36864,
1361
+ "version": "585"
1362
+ },
1363
+ "com.apple.iokit.IONVMeFamily": {
1364
+ "index": "66",
1365
+ "refcount": "0",
1366
+ "size": 172032,
1367
+ "version": "2.1.0"
1368
+ },
1369
+ "com.apple.iokit.IONetworkingFamily": {
1370
+ "index": "46",
1371
+ "refcount": "13",
1372
+ "size": 94208,
1373
+ "version": "3.4"
1374
+ },
1375
+ "com.apple.iokit.IOPCIFamily": {
1376
+ "index": "14",
1377
+ "refcount": "45",
1378
+ "size": 163840,
1379
+ "version": "2.9"
1380
+ },
1381
+ "com.apple.iokit.IOReportFamily": {
1382
+ "index": "42",
1383
+ "refcount": "10",
1384
+ "size": 12288,
1385
+ "version": "47"
1386
+ },
1387
+ "com.apple.iokit.IOSCSIArchitectureModelFamily": {
1388
+ "index": "29",
1389
+ "refcount": "4",
1390
+ "size": 81920,
1391
+ "version": "436.40.6"
1392
+ },
1393
+ "com.apple.iokit.IOSCSIBlockCommandsDevice": {
1394
+ "index": "31",
1395
+ "refcount": "1",
1396
+ "size": 57344,
1397
+ "version": "436.40.6"
1398
+ },
1399
+ "com.apple.iokit.IOSMBusFamily": {
1400
+ "index": "53",
1401
+ "refcount": "3",
1402
+ "size": 4096,
1403
+ "version": "1.1"
1404
+ },
1405
+ "com.apple.iokit.IOSerialFamily": {
1406
+ "index": "83",
1407
+ "refcount": "8",
1408
+ "size": 24576,
1409
+ "version": "11"
1410
+ },
1411
+ "com.apple.iokit.IOSkywalkFamily": {
1412
+ "index": "81",
1413
+ "refcount": "5",
1414
+ "size": 253952,
1415
+ "version": "1"
1416
+ },
1417
+ "com.apple.iokit.IOSlowAdaptiveClockingFamily": {
1418
+ "index": "116",
1419
+ "refcount": "1",
1420
+ "size": 8192,
1421
+ "version": "1.0.0"
1422
+ },
1423
+ "com.apple.iokit.IOStorageFamily": {
1424
+ "index": "30",
1425
+ "refcount": "10",
1426
+ "size": 73728,
1427
+ "version": "2.1"
1428
+ },
1429
+ "com.apple.iokit.IOSurface": {
1430
+ "index": "91",
1431
+ "refcount": "3",
1432
+ "size": 114688,
1433
+ "version": "289.3"
1434
+ },
1435
+ "com.apple.iokit.IOThunderboltFamily": {
1436
+ "index": "74",
1437
+ "refcount": "6",
1438
+ "size": 884736,
1439
+ "version": "9.3.2"
1440
+ },
1441
+ "com.apple.iokit.IOTimeSyncFamily": {
1442
+ "index": "47",
1443
+ "refcount": "3",
1444
+ "size": 110592,
1445
+ "version": "900.11"
1446
+ },
1447
+ "com.apple.iokit.IOUSBFamily": {
1448
+ "index": "64",
1449
+ "refcount": "2",
1450
+ "size": 405504,
1451
+ "version": "900.4.2"
1452
+ },
1453
+ "com.apple.iokit.IOUSBHostFamily": {
1454
+ "index": "22",
1455
+ "refcount": "26",
1456
+ "size": 577536,
1457
+ "version": "1.2"
1458
+ },
1459
+ "com.apple.iokit.IOUSBMassStorageDriver": {
1460
+ "index": "32",
1461
+ "refcount": "1",
1462
+ "size": 106496,
1463
+ "version": "184.40.6"
1464
+ },
1465
+ "com.apple.iokit.IOUSBUserClient": {
1466
+ "index": "196",
1467
+ "refcount": "1",
1468
+ "size": 4096,
1469
+ "version": "900.4.2"
1470
+ },
1471
+ "com.apple.iokit.IOUserEthernet": {
1472
+ "index": "157",
1473
+ "refcount": "0",
1474
+ "size": 12288,
1475
+ "version": "1.0.1"
1476
+ },
1477
+ "com.apple.iokit.SCSITaskUserClient": {
1478
+ "index": "242",
1479
+ "refcount": "0",
1480
+ "size": 20480,
1481
+ "version": "436.40.6"
1482
+ },
1483
+ "com.apple.kec.Libm": {
1484
+ "index": "9",
1485
+ "refcount": "2",
1486
+ "size": 57344,
1487
+ "version": "1"
1488
+ },
1489
+ "com.apple.kec.corecrypto": {
1490
+ "index": "10",
1491
+ "refcount": "13",
1492
+ "size": 577536,
1493
+ "version": "1.0"
1494
+ },
1495
+ "com.apple.kec.pthread": {
1496
+ "index": "11",
1497
+ "refcount": "0",
1498
+ "size": 32768,
1499
+ "version": "1"
1500
+ },
1501
+ "com.apple.kext.AMD9500Controller": {
1502
+ "index": "170",
1503
+ "refcount": "0",
1504
+ "size": 413696,
1505
+ "version": "4.0.0"
1506
+ },
1507
+ "com.apple.kext.AMDFramebuffer": {
1508
+ "index": "181",
1509
+ "refcount": "0",
1510
+ "size": 159744,
1511
+ "version": "4.0.0"
1512
+ },
1513
+ "com.apple.kext.AMDRadeonServiceManager": {
1514
+ "index": "175",
1515
+ "refcount": "0",
1516
+ "size": 12288,
1517
+ "version": "4.0.0"
1518
+ },
1519
+ "com.apple.kext.AMDRadeonX4000": {
1520
+ "index": "177",
1521
+ "refcount": "0",
1522
+ "size": 4435968,
1523
+ "version": "4.0.0"
1524
+ },
1525
+ "com.apple.kext.AMDRadeonX4000HWServices": {
1526
+ "index": "176",
1527
+ "refcount": "0",
1528
+ "size": 12288,
1529
+ "version": "4.0.0"
1530
+ },
1531
+ "com.apple.kext.AMDRadeonX4100HWLibs": {
1532
+ "index": "179",
1533
+ "refcount": "0",
1534
+ "size": 1347584,
1535
+ "version": "1.0"
1536
+ },
1537
+ "com.apple.kext.AMDSupport": {
1538
+ "index": "169",
1539
+ "refcount": "2",
1540
+ "size": 815104,
1541
+ "version": "4.0.0"
1542
+ },
1543
+ "com.apple.kext.CoreTrust": {
1544
+ "index": "27",
1545
+ "refcount": "2",
1546
+ "size": 28672,
1547
+ "version": "1"
1548
+ },
1549
+ "com.apple.kext.triggers": {
1550
+ "index": "182",
1551
+ "refcount": "2",
1552
+ "size": 12288,
1553
+ "version": "1.0"
1554
+ },
1555
+ "com.apple.nke.applicationfirewall": {
1556
+ "index": "48",
1557
+ "refcount": "0",
1558
+ "size": 36864,
1559
+ "version": "310"
1560
+ },
1561
+ "com.apple.plugin.IOgPTPPlugin": {
1562
+ "index": "153",
1563
+ "refcount": "1",
1564
+ "size": 425984,
1565
+ "version": "900.11"
1566
+ },
1567
+ "com.apple.private.KextAudit": {
1568
+ "index": "61",
1569
+ "refcount": "0",
1570
+ "size": 4096,
1571
+ "version": "1.0"
1572
+ },
1573
+ "com.apple.security.AppleImage4": {
1574
+ "index": "49",
1575
+ "refcount": "1",
1576
+ "size": 65536,
1577
+ "version": "3.0.0"
1578
+ },
1579
+ "com.apple.security.quarantine": {
1580
+ "index": "39",
1581
+ "refcount": "2",
1582
+ "size": 32768,
1583
+ "version": "4"
1584
+ },
1585
+ "com.apple.security.sandbox": {
1586
+ "index": "38",
1587
+ "refcount": "3",
1588
+ "size": 278528,
1589
+ "version": "300.0"
1590
+ },
1591
+ "com.apple.vecLib.kext": {
1592
+ "index": "134",
1593
+ "refcount": "1",
1594
+ "size": 700416,
1595
+ "version": "1.2.0"
1596
+ },
1597
+ "org.virtualbox.kext.VBoxDrv": {
1598
+ "index": "192",
1599
+ "refcount": "3",
1600
+ "size": 729088,
1601
+ "version": "6.1.16"
1602
+ },
1603
+ "org.virtualbox.kext.VBoxNetAdp": {
1604
+ "index": "200",
1605
+ "refcount": "0",
1606
+ "size": 8192,
1607
+ "version": "6.1.16"
1608
+ },
1609
+ "org.virtualbox.kext.VBoxNetFlt": {
1610
+ "index": "199",
1611
+ "refcount": "0",
1612
+ "size": 16384,
1613
+ "version": "6.1.16"
1614
+ },
1615
+ "org.virtualbox.kext.VBoxUSB": {
1616
+ "index": "197",
1617
+ "refcount": "0",
1618
+ "size": 20480,
1619
+ "version": "6.1.16"
1620
+ }
1621
+ },
1622
+ "name": "Darwin",
1623
+ "os": "Darwin",
1624
+ "processor": "i386",
1625
+ "release": "20.1.0",
1626
+ "version": "Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64"
1627
+ },
1628
+ "keys": {
1629
+ "ssh": {
1630
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1631
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1632
+ }
1633
+ },
1634
+ "languages": {
1635
+ "powershell": null,
1636
+ "ruby": {
1637
+ "bin_dir": "/usr/local/bin",
1638
+ "gem_bin": "/usr/local/bin/gem",
1639
+ "gems_dir": "/usr/local/gems",
1640
+ "host": "x86_64-apple-darwin17.7.0",
1641
+ "host_cpu": "x86_64",
1642
+ "host_os": "darwin17.7.0",
1643
+ "host_vendor": "apple",
1644
+ "platform": "x86_64-darwin17",
1645
+ "release_date": "2020-10-01",
1646
+ "ruby_bin": "/usr/local/bin/ruby",
1647
+ "target": "x86_64-apple-darwin17",
1648
+ "target_cpu": "x86_64",
1649
+ "target_os": "darwin17",
1650
+ "target_vendor": "apple",
1651
+ "version": "2.7.2"
1652
+ }
1653
+ },
1654
+ "macaddress": "11:11:11:11:11:11",
1655
+ "machinename": "Fauxhai",
1656
+ "memory": {
1657
+ "total": "1048576kB"
1658
+ },
1659
+ "network": {
1660
+ "default_gateway": "10.0.0.1",
1661
+ "default_interface": "en0",
1662
+ "interfaces": {
1663
+ "en0": {
1664
+ "addresses": {
1665
+ "10.0.0.2": {
1666
+ "broadcast": "10.0.0.255",
1667
+ "family": "inet",
1668
+ "ip_scope": "RFC1918 PRIVATE",
1669
+ "netmask": "255.255.255.0",
1670
+ "prefixlen": "24",
1671
+ "scope": "Global"
1672
+ },
1673
+ "11:11:11:11:11:11": {
1674
+ "family": "lladdr"
1675
+ },
1676
+ "fe80::11:1111:1111:1111": {
1677
+ "family": "inet6",
1678
+ "ip_scope": "LINK LOCAL UNICAST",
1679
+ "prefixlen": "64",
1680
+ "scope": "Link",
1681
+ "tags": []
1682
+ }
1683
+ },
1684
+ "arp": {
1685
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1686
+ },
1687
+ "encapsulation": "Ethernet",
1688
+ "flags": [
1689
+ "BROADCAST",
1690
+ "MULTICAST",
1691
+ "UP",
1692
+ "LOWER_UP"
1693
+ ],
1694
+ "mtu": "1500",
1695
+ "number": "0",
1696
+ "ring_params": {},
1697
+ "routes": [
1698
+ {
1699
+ "destination": "default",
1700
+ "family": "inet",
1701
+ "via": "10.0.0.1"
1702
+ },
1703
+ {
1704
+ "destination": "10.0.0.0/24",
1705
+ "family": "inet",
1706
+ "proto": "kernel",
1707
+ "scope": "link",
1708
+ "src": "10.0.0.2"
1709
+ },
1710
+ {
1711
+ "destination": "fe80::/64",
1712
+ "family": "inet6",
1713
+ "metric": "256",
1714
+ "proto": "kernel"
1715
+ }
1716
+ ],
1717
+ "state": "up",
1718
+ "type": "en"
1719
+ },
1720
+ "lo": {
1721
+ "addresses": {
1722
+ "127.0.0.1": {
1723
+ "family": "inet",
1724
+ "ip_scope": "LOOPBACK",
1725
+ "netmask": "255.0.0.0",
1726
+ "prefixlen": "8",
1727
+ "scope": "Node"
1728
+ },
1729
+ "::1": {
1730
+ "family": "inet6",
1731
+ "ip_scope": "LINK LOCAL LOOPBACK",
1732
+ "prefixlen": "128",
1733
+ "scope": "Node",
1734
+ "tags": []
1735
+ }
1736
+ },
1737
+ "encapsulation": "Loopback",
1738
+ "flags": [
1739
+ "LOOPBACK",
1740
+ "UP",
1741
+ "LOWER_UP"
1742
+ ],
1743
+ "mtu": "65536",
1744
+ "state": "unknown"
1745
+ }
1746
+ }
1747
+ },
1748
+ "ohai_time": 1606367956.306448,
1749
+ "os": "darwin",
1750
+ "os_version": "20.1.0",
1751
+ "packages": {
1752
+ "1Password 7": {
1753
+ "lastmodified": "2020-11-16T20:38:39+00:00",
1754
+ "source": "identified_developer",
1755
+ "version": "7.7"
1756
+ },
1757
+ "50onPaletteServer": {
1758
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1759
+ "source": "apple",
1760
+ "version": "1.1.0"
1761
+ },
1762
+ "ARDAgent": {
1763
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1764
+ "source": "apple",
1765
+ "version": "3.9.8"
1766
+ },
1767
+ "AVB Audio Configuration": {
1768
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1769
+ "source": "apple",
1770
+ "version": "900.12"
1771
+ },
1772
+ "About This Mac": {
1773
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1774
+ "source": "apple",
1775
+ "version": "1.0"
1776
+ },
1777
+ "Accessibility Inspector": {
1778
+ "lastmodified": "2020-11-14T04:36:50+00:00",
1779
+ "source": "apple",
1780
+ "version": "5.0"
1781
+ },
1782
+ "Activity Monitor": {
1783
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1784
+ "source": "apple",
1785
+ "version": "10.14"
1786
+ },
1787
+ "AddPrinter": {
1788
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1789
+ "source": "apple",
1790
+ "version": "16"
1791
+ },
1792
+ "AddressBookUrlForwarder": {
1793
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1794
+ "source": "apple",
1795
+ "version": "11.0"
1796
+ },
1797
+ "AinuIM": {
1798
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1799
+ "source": "apple",
1800
+ "version": "1.0"
1801
+ },
1802
+ "AirDrop": {
1803
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1804
+ "source": "apple",
1805
+ "version": "1.0"
1806
+ },
1807
+ "AirPlayUIAgent": {
1808
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1809
+ "source": "apple",
1810
+ "version": "2.0"
1811
+ },
1812
+ "AirPort Base Station Agent": {
1813
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1814
+ "source": "apple",
1815
+ "version": "2.2.1"
1816
+ },
1817
+ "AirPort Utility": {
1818
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1819
+ "source": "apple",
1820
+ "version": "6.3.9"
1821
+ },
1822
+ "AirScanLegacyDiscovery": {
1823
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1824
+ "source": "apple",
1825
+ "version": "16"
1826
+ },
1827
+ "AirScanScanner": {
1828
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1829
+ "source": "apple",
1830
+ "version": "16"
1831
+ },
1832
+ "Alfred 4": {
1833
+ "lastmodified": "2020-11-14T03:48:54+00:00",
1834
+ "source": "identified_developer",
1835
+ "version": "4.2.1"
1836
+ },
1837
+ "AltTab": {
1838
+ "lastmodified": "2020-11-17T19:31:13+00:00",
1839
+ "source": "identified_developer",
1840
+ "version": "6.12.0"
1841
+ },
1842
+ "App Store": {
1843
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1844
+ "source": "apple",
1845
+ "version": "3.0"
1846
+ },
1847
+ "AppleScript Utility": {
1848
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1849
+ "source": "apple",
1850
+ "version": "1.1.2"
1851
+ },
1852
+ "Archive Utility": {
1853
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1854
+ "source": "apple",
1855
+ "version": "10.15"
1856
+ },
1857
+ "Assistant": {
1858
+ "lastmodified": "2020-09-04T03:48:35+00:00",
1859
+ "source": "unknown",
1860
+ "version": null
1861
+ },
1862
+ "Assistive Control": {
1863
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1864
+ "source": "apple",
1865
+ "version": "2.0"
1866
+ },
1867
+ "Audio MIDI Setup": {
1868
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1869
+ "source": "apple",
1870
+ "version": "3.5"
1871
+ },
1872
+ "Automator": {
1873
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1874
+ "source": "apple",
1875
+ "version": "2.10"
1876
+ },
1877
+ "Automator Application Stub": {
1878
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1879
+ "source": "unknown",
1880
+ "version": "1.3"
1881
+ },
1882
+ "Automator Installer": {
1883
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1884
+ "source": "apple",
1885
+ "version": "2.10"
1886
+ },
1887
+ "BeerSmith3": {
1888
+ "lastmodified": "2020-07-14T01:58:21+00:00",
1889
+ "source": "identified_developer",
1890
+ "version": "3.1.07"
1891
+ },
1892
+ "Beyond Compare": {
1893
+ "lastmodified": "2020-09-24T20:23:17+00:00",
1894
+ "source": "identified_developer",
1895
+ "version": "4.3.7.25118"
1896
+ },
1897
+ "Bluetooth File Exchange": {
1898
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1899
+ "source": "apple",
1900
+ "version": "8.0.1"
1901
+ },
1902
+ "Bluetooth Setup Assistant": {
1903
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1904
+ "source": "apple",
1905
+ "version": "8.0.1"
1906
+ },
1907
+ "BluetoothUIServer": {
1908
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1909
+ "source": "apple",
1910
+ "version": "8.0.1"
1911
+ },
1912
+ "Books": {
1913
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1914
+ "source": "apple",
1915
+ "version": "3.0"
1916
+ },
1917
+ "Boot Camp Assistant": {
1918
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1919
+ "source": "apple",
1920
+ "version": "6.1.0"
1921
+ },
1922
+ "Boxy SVG": {
1923
+ "lastmodified": "2020-08-02T20:35:26+00:00",
1924
+ "source": "mac_app_store",
1925
+ "version": "3.42.2"
1926
+ },
1927
+ "Build Web Page": {
1928
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1929
+ "source": "apple",
1930
+ "version": "10.1"
1931
+ },
1932
+ "Calculator": {
1933
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1934
+ "source": "apple",
1935
+ "version": "10.16"
1936
+ },
1937
+ "Calendar": {
1938
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1939
+ "source": "apple",
1940
+ "version": "11.0"
1941
+ },
1942
+ "CalendarFileHandler": {
1943
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1944
+ "source": "apple",
1945
+ "version": "8.0"
1946
+ },
1947
+ "CameraSurveyProgram": {
1948
+ "lastmodified": "2019-07-11T16:47:30+00:00",
1949
+ "source": "identified_developer",
1950
+ "version": "2.5.0.3"
1951
+ },
1952
+ "Canon IJScanner2": {
1953
+ "lastmodified": "2014-06-26T03:00:00+00:00",
1954
+ "source": "identified_developer",
1955
+ "version": "4.0.0"
1956
+ },
1957
+ "Canon IJScanner4": {
1958
+ "lastmodified": "2014-06-26T03:00:00+00:00",
1959
+ "source": "identified_developer",
1960
+ "version": "4.0.0"
1961
+ },
1962
+ "Canon IJScanner6": {
1963
+ "lastmodified": "2014-06-26T03:00:00+00:00",
1964
+ "source": "identified_developer",
1965
+ "version": "4.0.0"
1966
+ },
1967
+ "Captive Network Assistant": {
1968
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1969
+ "source": "apple",
1970
+ "version": "5.0"
1971
+ },
1972
+ "Certificate Assistant": {
1973
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1974
+ "source": "apple",
1975
+ "version": "5.0"
1976
+ },
1977
+ "CharacterPalette": {
1978
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1979
+ "source": "apple",
1980
+ "version": "2.0.1"
1981
+ },
1982
+ "Chef Workstation App": {
1983
+ "lastmodified": "2020-11-15T04:05:10+00:00",
1984
+ "source": "unknown",
1985
+ "version": "0.1.91"
1986
+ },
1987
+ "Chess": {
1988
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1989
+ "source": "apple",
1990
+ "version": "3.18"
1991
+ },
1992
+ "ChineseTextConverterService": {
1993
+ "lastmodified": "2020-01-01T08:00:00+00:00",
1994
+ "source": "apple",
1995
+ "version": "2.1"
1996
+ },
1997
+ "CleanMyMac X": {
1998
+ "lastmodified": "2020-11-20T20:46:19+00:00",
1999
+ "source": "identified_developer",
2000
+ "version": "4.7.1"
2001
+ },
2002
+ "CleanMyMac X Updater": {
2003
+ "lastmodified": "2020-11-13T13:47:06+00:00",
2004
+ "source": "identified_developer",
2005
+ "version": "1.1.1"
2006
+ },
2007
+ "Clock": {
2008
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2009
+ "source": "apple",
2010
+ "version": "1.0"
2011
+ },
2012
+ "Clocks": {
2013
+ "lastmodified": "2019-06-18T09:43:18+00:00",
2014
+ "source": "mac_app_store",
2015
+ "version": "1.2.6"
2016
+ },
2017
+ "Cocoa-AppleScript Applet": {
2018
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2019
+ "source": "unknown",
2020
+ "version": "1.0"
2021
+ },
2022
+ "ColorSync Utility": {
2023
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2024
+ "source": "apple",
2025
+ "version": "4.14.0"
2026
+ },
2027
+ "Computer": {
2028
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2029
+ "source": "apple",
2030
+ "version": "1.0"
2031
+ },
2032
+ "Console": {
2033
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2034
+ "source": "apple",
2035
+ "version": "1.1"
2036
+ },
2037
+ "Contacts": {
2038
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2039
+ "source": "apple",
2040
+ "version": "13.0"
2041
+ },
2042
+ "ControlCenter": {
2043
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2044
+ "source": "apple",
2045
+ "version": "1.0"
2046
+ },
2047
+ "ControlStrip": {
2048
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2049
+ "source": "apple",
2050
+ "version": "1.0"
2051
+ },
2052
+ "CoreLocationAgent": {
2053
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2054
+ "source": "apple",
2055
+ "version": "2420.8.10.3.1"
2056
+ },
2057
+ "CoreServicesUIAgent": {
2058
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2059
+ "source": "apple",
2060
+ "version": "358.3"
2061
+ },
2062
+ "Create ML": {
2063
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2064
+ "source": "apple",
2065
+ "version": "2.0"
2066
+ },
2067
+ "Cyberduck": {
2068
+ "lastmodified": "2020-11-20T19:33:40+00:00",
2069
+ "source": "mac_app_store",
2070
+ "version": "7.7.1"
2071
+ },
2072
+ "DEPNotify": {
2073
+ "lastmodified": "2020-11-03T00:00:23+00:00",
2074
+ "source": "identified_developer",
2075
+ "version": "1.1.5"
2076
+ },
2077
+ "DVD Player": {
2078
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2079
+ "source": "apple",
2080
+ "version": "6.0"
2081
+ },
2082
+ "Dash": {
2083
+ "lastmodified": "2019-11-14T19:10:31+00:00",
2084
+ "source": "identified_developer",
2085
+ "version": "4.6.7"
2086
+ },
2087
+ "Database Events": {
2088
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2089
+ "source": "apple",
2090
+ "version": "1.0.6"
2091
+ },
2092
+ "Designer": {
2093
+ "lastmodified": "2020-09-04T03:48:35+00:00",
2094
+ "source": "unknown",
2095
+ "version": null
2096
+ },
2097
+ "Developer": {
2098
+ "lastmodified": "2020-11-12T04:58:24+00:00",
2099
+ "source": "mac_app_store",
2100
+ "version": "8.3.2"
2101
+ },
2102
+ "Dictation": {
2103
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2104
+ "source": "apple",
2105
+ "version": "6.0.87.1"
2106
+ },
2107
+ "Dictionary": {
2108
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2109
+ "source": "apple",
2110
+ "version": "2.3.0"
2111
+ },
2112
+ "Digital Color Meter": {
2113
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2114
+ "source": "apple",
2115
+ "version": "5.22"
2116
+ },
2117
+ "Directory Utility": {
2118
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2119
+ "source": "apple",
2120
+ "version": "6.0"
2121
+ },
2122
+ "DiscHelper": {
2123
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2124
+ "source": "apple",
2125
+ "version": "1.0"
2126
+ },
2127
+ "Disk Utility": {
2128
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2129
+ "source": "apple",
2130
+ "version": "20.0"
2131
+ },
2132
+ "DiskImageMounter": {
2133
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2134
+ "source": "apple",
2135
+ "version": "595.40.1"
2136
+ },
2137
+ "Display Calibrator": {
2138
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2139
+ "source": "apple",
2140
+ "version": "4.12.0"
2141
+ },
2142
+ "Dock": {
2143
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2144
+ "source": "apple",
2145
+ "version": "1.8"
2146
+ },
2147
+ "Docker": {
2148
+ "lastmodified": "2020-11-09T13:50:41+00:00",
2149
+ "source": "identified_developer",
2150
+ "version": "2.5.0.1"
2151
+ },
2152
+ "Dropbox": {
2153
+ "lastmodified": "2019-01-08T13:02:04+00:00",
2154
+ "source": "identified_developer",
2155
+ "version": "64.4.141"
2156
+ },
2157
+ "Droplet with Settable Properties": {
2158
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2159
+ "source": "unknown",
2160
+ "version": "1.0"
2161
+ },
2162
+ "Dwell Control": {
2163
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2164
+ "source": "apple",
2165
+ "version": "1.0"
2166
+ },
2167
+ "EOS Lens Registration Tool": {
2168
+ "lastmodified": "2020-03-17T05:41:36+00:00",
2169
+ "source": "identified_developer",
2170
+ "version": "1.12.30"
2171
+ },
2172
+ "EOS Network Setting Tool": {
2173
+ "lastmodified": "2020-03-24T00:24:23+00:00",
2174
+ "source": "identified_developer",
2175
+ "version": "1.1.0"
2176
+ },
2177
+ "EOS Utility": {
2178
+ "lastmodified": "2020-05-13T04:48:17+00:00",
2179
+ "source": "identified_developer",
2180
+ "version": "0.1.24"
2181
+ },
2182
+ "EOS Utility 3": {
2183
+ "lastmodified": "2020-07-06T06:01:53+00:00",
2184
+ "source": "identified_developer",
2185
+ "version": "3.12.30"
2186
+ },
2187
+ "EOS Web Service Registration Tool": {
2188
+ "lastmodified": "2020-05-13T04:48:21+00:00",
2189
+ "source": "identified_developer",
2190
+ "version": "1.9.10"
2191
+ },
2192
+ "EOS Webcam Utility Beta Uninstaller": {
2193
+ "lastmodified": "2020-09-26T21:25:54+00:00",
2194
+ "source": "identified_developer",
2195
+ "version": "1.0"
2196
+ },
2197
+ "EPFaxAutoSetupTool": {
2198
+ "lastmodified": "2015-08-19T15:00:00+00:00",
2199
+ "source": "identified_developer",
2200
+ "version": "1.71"
2201
+ },
2202
+ "EPSON Scanner": {
2203
+ "lastmodified": "2015-10-06T00:23:28+00:00",
2204
+ "source": "identified_developer",
2205
+ "version": "5.7.24"
2206
+ },
2207
+ "Electron": {
2208
+ "lastmodified": "2020-06-13T17:59:20+00:00",
2209
+ "source": "unknown",
2210
+ "version": "6.1.12"
2211
+ },
2212
+ "Element": {
2213
+ "lastmodified": "2020-11-24T01:29:08+00:00",
2214
+ "source": "identified_developer",
2215
+ "version": "1.7.14"
2216
+ },
2217
+ "EmojiFunctionRowIM": {
2218
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2219
+ "source": "apple",
2220
+ "version": "1.0"
2221
+ },
2222
+ "EnvironTemp": {
2223
+ "lastmodified": "2019-06-11T22:39:37+00:00",
2224
+ "source": "mac_app_store",
2225
+ "version": "2.1.1"
2226
+ },
2227
+ "EscrowSecurityAlert": {
2228
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2229
+ "source": "apple",
2230
+ "version": "1.0"
2231
+ },
2232
+ "Evernote": {
2233
+ "lastmodified": "2020-11-14T04:37:17+00:00",
2234
+ "source": "mac_app_store",
2235
+ "version": "10.3.7"
2236
+ },
2237
+ "Expansion Slot Utility": {
2238
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2239
+ "source": "apple",
2240
+ "version": "2.0"
2241
+ },
2242
+ "FAX Utility": {
2243
+ "lastmodified": "2015-08-19T15:00:00+00:00",
2244
+ "source": "identified_developer",
2245
+ "version": "1.73"
2246
+ },
2247
+ "FaceTime": {
2248
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2249
+ "source": "apple",
2250
+ "version": "5.0"
2251
+ },
2252
+ "Family (OSX)": {
2253
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2254
+ "source": "apple",
2255
+ "version": "1.0"
2256
+ },
2257
+ "Fax Receive Monitor": {
2258
+ "lastmodified": "2015-08-19T15:00:00+00:00",
2259
+ "source": "identified_developer",
2260
+ "version": "1.71"
2261
+ },
2262
+ "Feedback Assistant": {
2263
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2264
+ "source": "apple",
2265
+ "version": "5.0"
2266
+ },
2267
+ "FileBot": {
2268
+ "lastmodified": "2020-11-07T03:44:25+00:00",
2269
+ "source": "identified_developer",
2270
+ "version": "4.9.2"
2271
+ },
2272
+ "FileMerge": {
2273
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2274
+ "source": "apple",
2275
+ "version": "2.11"
2276
+ },
2277
+ "Find My": {
2278
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2279
+ "source": "apple",
2280
+ "version": "2.0"
2281
+ },
2282
+ "Finder": {
2283
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2284
+ "source": "apple",
2285
+ "version": "11.0.1"
2286
+ },
2287
+ "Firefox": {
2288
+ "lastmodified": "2020-11-13T20:09:08+00:00",
2289
+ "source": "identified_developer",
2290
+ "version": "83.0"
2291
+ },
2292
+ "Folder Actions Setup": {
2293
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2294
+ "source": "apple",
2295
+ "version": "1.2"
2296
+ },
2297
+ "FolderActionsDispatcher": {
2298
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2299
+ "source": "apple",
2300
+ "version": "1.0"
2301
+ },
2302
+ "Font Book": {
2303
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2304
+ "source": "apple",
2305
+ "version": "10.0"
2306
+ },
2307
+ "Fusion Studio 1": {
2308
+ "lastmodified": "2020-01-21T01:02:54+00:00",
2309
+ "source": "unknown",
2310
+ "version": "1.4"
2311
+ },
2312
+ "Games": {
2313
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2314
+ "source": "apple",
2315
+ "version": "1.0"
2316
+ },
2317
+ "GoPro Player": {
2318
+ "lastmodified": "2020-11-05T05:20:38+00:00",
2319
+ "source": "mac_app_store",
2320
+ "version": "1.3.1"
2321
+ },
2322
+ "GoPro Quik": {
2323
+ "lastmodified": "2019-12-09T03:51:43+00:00",
2324
+ "source": "identified_developer",
2325
+ "version": "2.7.0"
2326
+ },
2327
+ "GoPro VR Player 3": {
2328
+ "lastmodified": "2019-12-08T19:09:23+00:00",
2329
+ "source": "unknown",
2330
+ "version": "3.0"
2331
+ },
2332
+ "Google Chrome": {
2333
+ "lastmodified": "2020-11-18T05:26:26+00:00",
2334
+ "source": "identified_developer",
2335
+ "version": "87.0.4280.67"
2336
+ },
2337
+ "Grapher": {
2338
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2339
+ "source": "apple",
2340
+ "version": "2.7"
2341
+ },
2342
+ "Graphic": {
2343
+ "lastmodified": "2019-04-03T19:23:05+00:00",
2344
+ "source": "mac_app_store",
2345
+ "version": "3.1"
2346
+ },
2347
+ "GraphicConverter 11": {
2348
+ "lastmodified": "2020-11-17T19:31:42+00:00",
2349
+ "source": "identified_developer",
2350
+ "version": "11.3.2"
2351
+ },
2352
+ "HP Alerts": {
2353
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2354
+ "source": "identified_developer",
2355
+ "version": "5.46.0"
2356
+ },
2357
+ "HP Device Monitor Manager": {
2358
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2359
+ "source": "identified_developer",
2360
+ "version": "5.46.0"
2361
+ },
2362
+ "HP Easy Scan": {
2363
+ "lastmodified": "2020-09-23T17:31:14+00:00",
2364
+ "source": "identified_developer",
2365
+ "version": "1.9.3"
2366
+ },
2367
+ "HP Easy Start": {
2368
+ "lastmodified": "2020-05-05T16:02:24+00:00",
2369
+ "source": "identified_developer",
2370
+ "version": "2.9.3"
2371
+ },
2372
+ "HP Email Alerts": {
2373
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2374
+ "source": "identified_developer",
2375
+ "version": "5.46.0"
2376
+ },
2377
+ "HP Event Status": {
2378
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2379
+ "source": "identified_developer",
2380
+ "version": "5.46.0"
2381
+ },
2382
+ "HP Fax Archive": {
2383
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2384
+ "source": "identified_developer",
2385
+ "version": "5.46.0"
2386
+ },
2387
+ "HP Product Research Manager": {
2388
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2389
+ "source": "identified_developer",
2390
+ "version": "10.46.0"
2391
+ },
2392
+ "HP Scanner 3": {
2393
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2394
+ "source": "identified_developer",
2395
+ "version": "4.25.0"
2396
+ },
2397
+ "HP Uninstaller": {
2398
+ "lastmodified": "2020-05-05T16:02:24+00:00",
2399
+ "source": "identified_developer",
2400
+ "version": "5.13.0"
2401
+ },
2402
+ "HP Utility": {
2403
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2404
+ "source": "identified_developer",
2405
+ "version": "5.46.0"
2406
+ },
2407
+ "HelpViewer": {
2408
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2409
+ "source": "apple",
2410
+ "version": "6.0"
2411
+ },
2412
+ "HindiIM": {
2413
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2414
+ "source": "apple",
2415
+ "version": "1.0"
2416
+ },
2417
+ "Home": {
2418
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2419
+ "source": "apple",
2420
+ "version": "5.0"
2421
+ },
2422
+ "IDLE 3": {
2423
+ "lastmodified": "2020-09-23T13:54:27+00:00",
2424
+ "source": "unknown",
2425
+ "version": "3.8.6"
2426
+ },
2427
+ "Image Capture": {
2428
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2429
+ "source": "apple",
2430
+ "version": "8.0"
2431
+ },
2432
+ "Image Events": {
2433
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2434
+ "source": "apple",
2435
+ "version": "1.1.6"
2436
+ },
2437
+ "Install Command Line Developer Tools": {
2438
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2439
+ "source": "apple",
2440
+ "version": "2384"
2441
+ },
2442
+ "Install in Progress": {
2443
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2444
+ "source": "apple",
2445
+ "version": "3.0"
2446
+ },
2447
+ "Installer": {
2448
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2449
+ "source": "apple",
2450
+ "version": "6.2.0"
2451
+ },
2452
+ "Installer Progress": {
2453
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2454
+ "source": "apple",
2455
+ "version": "1.0"
2456
+ },
2457
+ "Instruments": {
2458
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2459
+ "source": "apple",
2460
+ "version": "12.2"
2461
+ },
2462
+ "JapaneseIM-KanaTyping": {
2463
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2464
+ "source": "apple",
2465
+ "version": "6.3"
2466
+ },
2467
+ "JapaneseIM-RomajiTyping": {
2468
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2469
+ "source": "apple",
2470
+ "version": "6.3"
2471
+ },
2472
+ "JavaLauncher": {
2473
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2474
+ "source": "apple",
2475
+ "version": "316"
2476
+ },
2477
+ "KeyboardAccessAgent": {
2478
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2479
+ "source": "apple",
2480
+ "version": "1.0"
2481
+ },
2482
+ "KeyboardSetupAssistant": {
2483
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2484
+ "source": "apple",
2485
+ "version": "10.7"
2486
+ },
2487
+ "Keychain Access": {
2488
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2489
+ "source": "apple",
2490
+ "version": "11.0"
2491
+ },
2492
+ "Keychain Circle Notification": {
2493
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2494
+ "source": "apple",
2495
+ "version": "1.0"
2496
+ },
2497
+ "Keynote": {
2498
+ "lastmodified": "2020-11-14T03:05:01+00:00",
2499
+ "source": "mac_app_store",
2500
+ "version": "10.3.5"
2501
+ },
2502
+ "Kindle": {
2503
+ "lastmodified": "2020-10-08T21:35:07+00:00",
2504
+ "source": "identified_developer",
2505
+ "version": "1.30.0"
2506
+ },
2507
+ "KoreanIM": {
2508
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2509
+ "source": "apple",
2510
+ "version": "1.0"
2511
+ },
2512
+ "Language Chooser": {
2513
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2514
+ "source": "apple",
2515
+ "version": "1.0"
2516
+ },
2517
+ "LaunchControl": {
2518
+ "lastmodified": "2020-06-05T09:42:34+00:00",
2519
+ "source": "identified_developer",
2520
+ "version": "1.50.1"
2521
+ },
2522
+ "Launchpad": {
2523
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2524
+ "source": "apple",
2525
+ "version": "1.0"
2526
+ },
2527
+ "LegacyScanEventHandler": {
2528
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2529
+ "source": "identified_developer",
2530
+ "version": "5.46.0"
2531
+ },
2532
+ "Linguist": {
2533
+ "lastmodified": "2020-09-04T03:48:35+00:00",
2534
+ "source": "unknown",
2535
+ "version": null
2536
+ },
2537
+ "LittleSecrets": {
2538
+ "lastmodified": "2019-09-05T11:01:46+00:00",
2539
+ "source": "identified_developer",
2540
+ "version": "1.9.4"
2541
+ },
2542
+ "LocationMenu": {
2543
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2544
+ "source": "apple",
2545
+ "version": "1.0"
2546
+ },
2547
+ "MRT": {
2548
+ "lastmodified": "2020-11-14T03:35:19+00:00",
2549
+ "source": "apple",
2550
+ "version": "1.72"
2551
+ },
2552
+ "MTMR": {
2553
+ "lastmodified": "2020-11-20T23:00:15+00:00",
2554
+ "source": "identified_developer",
2555
+ "version": "0.27"
2556
+ },
2557
+ "Mail": {
2558
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2559
+ "source": "apple",
2560
+ "version": "14.0"
2561
+ },
2562
+ "MakePDF": {
2563
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2564
+ "source": "apple",
2565
+ "version": "10.1"
2566
+ },
2567
+ "Managed Software Center": {
2568
+ "lastmodified": "2019-08-13T02:48:05+00:00",
2569
+ "source": "unknown",
2570
+ "version": "5.1.0.3774"
2571
+ },
2572
+ "ManagedClient": {
2573
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2574
+ "source": "apple",
2575
+ "version": "13.0"
2576
+ },
2577
+ "Mapillary Uploader": {
2578
+ "lastmodified": "2020-01-08T17:55:24+00:00",
2579
+ "source": "identified_developer",
2580
+ "version": "1.2.3"
2581
+ },
2582
+ "Maps": {
2583
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2584
+ "source": "apple",
2585
+ "version": "3.0"
2586
+ },
2587
+ "MassStorageCamera": {
2588
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2589
+ "source": "apple",
2590
+ "version": "1707"
2591
+ },
2592
+ "Memory Slot Utility": {
2593
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2594
+ "source": "apple",
2595
+ "version": "1.5.3"
2596
+ },
2597
+ "Messages": {
2598
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2599
+ "source": "apple",
2600
+ "version": "14.0"
2601
+ },
2602
+ "Microsoft AutoUpdate": {
2603
+ "lastmodified": "2020-11-11T01:20:59+00:00",
2604
+ "source": "identified_developer",
2605
+ "version": "4.29"
2606
+ },
2607
+ "Microsoft OneNote": {
2608
+ "lastmodified": "2020-11-11T01:24:06+00:00",
2609
+ "source": "identified_developer",
2610
+ "version": "16.43"
2611
+ },
2612
+ "Microsoft Outlook": {
2613
+ "lastmodified": "2020-11-11T01:23:20+00:00",
2614
+ "source": "identified_developer",
2615
+ "version": "16.43"
2616
+ },
2617
+ "Microsoft Remote Desktop Beta": {
2618
+ "lastmodified": "2020-11-17T19:31:18+00:00",
2619
+ "source": "identified_developer",
2620
+ "version": "10.5.0"
2621
+ },
2622
+ "Microsoft Teams": {
2623
+ "lastmodified": "2020-11-18T19:12:56+00:00",
2624
+ "source": "identified_developer",
2625
+ "version": "1.00.328778"
2626
+ },
2627
+ "Microsoft.NETCore.App": {
2628
+ "lastmodified": "2020-10-29T22:08:47+00:00",
2629
+ "source": "unknown",
2630
+ "version": null
2631
+ },
2632
+ "Migration Assistant": {
2633
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2634
+ "source": "apple",
2635
+ "version": "11.0"
2636
+ },
2637
+ "Mission Control": {
2638
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2639
+ "source": "apple",
2640
+ "version": "1.2"
2641
+ },
2642
+ "Music": {
2643
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2644
+ "source": "apple",
2645
+ "version": "1.1.1"
2646
+ },
2647
+ "NetAuthAgent": {
2648
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2649
+ "source": "apple",
2650
+ "version": "6.2"
2651
+ },
2652
+ "Network": {
2653
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2654
+ "source": "apple",
2655
+ "version": "1.0"
2656
+ },
2657
+ "Network Utility": {
2658
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2659
+ "source": "apple",
2660
+ "version": "1.9.2"
2661
+ },
2662
+ "News": {
2663
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2664
+ "source": "apple",
2665
+ "version": "6.1"
2666
+ },
2667
+ "Notes": {
2668
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2669
+ "source": "apple",
2670
+ "version": "4.8"
2671
+ },
2672
+ "Notification Center": {
2673
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2674
+ "source": "apple",
2675
+ "version": "1.0"
2676
+ },
2677
+ "Notify": {
2678
+ "lastmodified": "2020-04-13T19:31:08+00:00",
2679
+ "source": "unknown",
2680
+ "version": "1.0"
2681
+ },
2682
+ "NowPlayingTouchUI": {
2683
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2684
+ "source": "apple",
2685
+ "version": "1.0"
2686
+ },
2687
+ "Numbers": {
2688
+ "lastmodified": "2020-11-14T03:08:32+00:00",
2689
+ "source": "mac_app_store",
2690
+ "version": "10.3.5"
2691
+ },
2692
+ "OBEXAgent": {
2693
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2694
+ "source": "apple",
2695
+ "version": "8.0.1"
2696
+ },
2697
+ "OBS": {
2698
+ "lastmodified": "2020-10-13T20:53:04+00:00",
2699
+ "source": "identified_developer",
2700
+ "version": "26.0.2"
2701
+ },
2702
+ "ODSAgent": {
2703
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2704
+ "source": "apple",
2705
+ "version": "1.8"
2706
+ },
2707
+ "OSDUIHelper": {
2708
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2709
+ "source": "apple",
2710
+ "version": "1.0"
2711
+ },
2712
+ "OmniGraffle": {
2713
+ "lastmodified": "2020-06-02T03:05:16+00:00",
2714
+ "source": "identified_developer",
2715
+ "version": "7.16"
2716
+ },
2717
+ "OnyX": {
2718
+ "lastmodified": "2020-10-21T12:27:27+00:00",
2719
+ "source": "identified_developer",
2720
+ "version": "3.8.7"
2721
+ },
2722
+ "OpenSpell": {
2723
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2724
+ "source": "apple",
2725
+ "version": "1.0"
2726
+ },
2727
+ "OpenVPN Connect": {
2728
+ "lastmodified": "2020-05-06T00:09:31+00:00",
2729
+ "source": "identified_developer",
2730
+ "version": "3.1.1"
2731
+ },
2732
+ "PIPAgent": {
2733
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2734
+ "source": "apple",
2735
+ "version": "1.0"
2736
+ },
2737
+ "PTPCamera": {
2738
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2739
+ "source": "apple",
2740
+ "version": "1707"
2741
+ },
2742
+ "Pages": {
2743
+ "lastmodified": "2020-11-14T03:07:55+00:00",
2744
+ "source": "mac_app_store",
2745
+ "version": "10.3.5"
2746
+ },
2747
+ "Paired Devices": {
2748
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2749
+ "source": "apple",
2750
+ "version": "2.1.0"
2751
+ },
2752
+ "Parallels Desktop": {
2753
+ "lastmodified": "2020-11-03T00:00:17+00:00",
2754
+ "source": "unknown",
2755
+ "version": null
2756
+ },
2757
+ "Parallels Link": {
2758
+ "lastmodified": "2020-11-06T20:48:17+00:00",
2759
+ "source": "identified_developer",
2760
+ "version": "16.1.1"
2761
+ },
2762
+ "Parallels Mounter": {
2763
+ "lastmodified": "2020-11-06T20:48:18+00:00",
2764
+ "source": "identified_developer",
2765
+ "version": "16.1.1"
2766
+ },
2767
+ "Parallels Technical Data Reporter": {
2768
+ "lastmodified": "2020-11-06T20:48:17+00:00",
2769
+ "source": "identified_developer",
2770
+ "version": "16.1.1"
2771
+ },
2772
+ "Pass Viewer": {
2773
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2774
+ "source": "apple",
2775
+ "version": "1.0"
2776
+ },
2777
+ "Photo Booth": {
2778
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2779
+ "source": "apple",
2780
+ "version": "11.0"
2781
+ },
2782
+ "Photo Library Migration Utility": {
2783
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2784
+ "source": "apple",
2785
+ "version": "2.0"
2786
+ },
2787
+ "Photos": {
2788
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2789
+ "source": "apple",
2790
+ "version": "6.0"
2791
+ },
2792
+ "Plex": {
2793
+ "lastmodified": "1969-12-31T23:51:05+00:00",
2794
+ "source": "identified_developer",
2795
+ "version": "1.6.5"
2796
+ },
2797
+ "PluginIM": {
2798
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2799
+ "source": "apple",
2800
+ "version": "24"
2801
+ },
2802
+ "Podcasts": {
2803
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2804
+ "source": "apple",
2805
+ "version": "1.1.0"
2806
+ },
2807
+ "PodcastsAuthAgent": {
2808
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2809
+ "source": "apple",
2810
+ "version": "1.0"
2811
+ },
2812
+ "PowerChime": {
2813
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2814
+ "source": "apple",
2815
+ "version": "1.0"
2816
+ },
2817
+ "PressAndHold": {
2818
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2819
+ "source": "apple",
2820
+ "version": "1.0"
2821
+ },
2822
+ "Preview": {
2823
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2824
+ "source": "apple",
2825
+ "version": "11.0"
2826
+ },
2827
+ "Private Internet Access": {
2828
+ "lastmodified": "2020-11-03T18:55:22+00:00",
2829
+ "source": "identified_developer",
2830
+ "version": "2.5.1"
2831
+ },
2832
+ "Problem Reporter": {
2833
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2834
+ "source": "apple",
2835
+ "version": "10.13"
2836
+ },
2837
+ "ProfileHelper": {
2838
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2839
+ "source": "apple",
2840
+ "version": "1.0"
2841
+ },
2842
+ "Python": {
2843
+ "lastmodified": "2020-03-30T18:24:38+00:00",
2844
+ "source": "apple",
2845
+ "version": "3.7.3"
2846
+ },
2847
+ "Python Launcher 3": {
2848
+ "lastmodified": "2020-09-23T13:54:27+00:00",
2849
+ "source": "unknown",
2850
+ "version": "3.8.6"
2851
+ },
2852
+ "QtWebEngineProcess": {
2853
+ "lastmodified": "2020-09-04T03:48:35+00:00",
2854
+ "source": "unknown",
2855
+ "version": null
2856
+ },
2857
+ "QuickTime Player": {
2858
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2859
+ "source": "apple",
2860
+ "version": "10.5"
2861
+ },
2862
+ "RapportUIAgent": {
2863
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2864
+ "source": "apple",
2865
+ "version": "2.1.0"
2866
+ },
2867
+ "ReadMe(EOS Utility)": {
2868
+ "lastmodified": "2020-07-06T06:59:34+00:00",
2869
+ "source": "identified_developer",
2870
+ "version": "2.0.2.3"
2871
+ },
2872
+ "ReadmeLicense(EOS Utility)": {
2873
+ "lastmodified": "2019-04-23T03:45:02+00:00",
2874
+ "source": "identified_developer",
2875
+ "version": "3.0.0.2"
2876
+ },
2877
+ "Reality Composer": {
2878
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2879
+ "source": "apple",
2880
+ "version": "1.5"
2881
+ },
2882
+ "Recents": {
2883
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2884
+ "source": "apple",
2885
+ "version": "1.0"
2886
+ },
2887
+ "Recursive File Processing Droplet": {
2888
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2889
+ "source": "unknown",
2890
+ "version": "1.0"
2891
+ },
2892
+ "Recursive Image File Processing Droplet": {
2893
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2894
+ "source": "unknown",
2895
+ "version": "1.0"
2896
+ },
2897
+ "RegisterPluginIMApp": {
2898
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2899
+ "source": "apple",
2900
+ "version": "24"
2901
+ },
2902
+ "Reminders": {
2903
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2904
+ "source": "apple",
2905
+ "version": "7.0"
2906
+ },
2907
+ "ReportPanic": {
2908
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2909
+ "source": "apple",
2910
+ "version": "10.13"
2911
+ },
2912
+ "Rosetta 2 Updater": {
2913
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2914
+ "source": "apple",
2915
+ "version": "1.0"
2916
+ },
2917
+ "SCIM": {
2918
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2919
+ "source": "apple",
2920
+ "version": "1.0"
2921
+ },
2922
+ "SSMenuAgent": {
2923
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2924
+ "source": "apple",
2925
+ "version": "3.9.8"
2926
+ },
2927
+ "Safari": {
2928
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2929
+ "source": "apple",
2930
+ "version": "14.0.1"
2931
+ },
2932
+ "Sally's Printer": {
2933
+ "lastmodified": "2020-05-13T00:10:05+00:00",
2934
+ "source": "unknown",
2935
+ "version": "15"
2936
+ },
2937
+ "Sally's Printer (when in Napa)": {
2938
+ "lastmodified": "2020-06-22T02:34:25+00:00",
2939
+ "source": "unknown",
2940
+ "version": "15"
2941
+ },
2942
+ "ScanEventHandler": {
2943
+ "lastmodified": "2020-09-23T17:30:24+00:00",
2944
+ "source": "identified_developer",
2945
+ "version": "1.6.0"
2946
+ },
2947
+ "Screen Sharing": {
2948
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2949
+ "source": "apple",
2950
+ "version": "550.19"
2951
+ },
2952
+ "Screen Time": {
2953
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2954
+ "source": "apple",
2955
+ "version": "3.0"
2956
+ },
2957
+ "ScreenSaverEngine": {
2958
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2959
+ "source": "apple",
2960
+ "version": "5.0"
2961
+ },
2962
+ "Screenshot": {
2963
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2964
+ "source": "apple",
2965
+ "version": "1.0"
2966
+ },
2967
+ "Script Editor": {
2968
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2969
+ "source": "apple",
2970
+ "version": "2.11"
2971
+ },
2972
+ "Script Menu": {
2973
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2974
+ "source": "apple",
2975
+ "version": "1"
2976
+ },
2977
+ "ScriptMonitor": {
2978
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2979
+ "source": "apple",
2980
+ "version": "1.0.1"
2981
+ },
2982
+ "Setup Assistant": {
2983
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2984
+ "source": "apple",
2985
+ "version": "10.10"
2986
+ },
2987
+ "Simulator": {
2988
+ "lastmodified": "2020-11-14T04:36:50+00:00",
2989
+ "source": "apple",
2990
+ "version": "12.2"
2991
+ },
2992
+ "Siri": {
2993
+ "lastmodified": "2020-01-01T08:00:00+00:00",
2994
+ "source": "apple",
2995
+ "version": "201.1.13"
2996
+ },
2997
+ "Slack": {
2998
+ "lastmodified": "2020-11-13T14:11:32+00:00",
2999
+ "source": "identified_developer",
3000
+ "version": "4.11.2"
3001
+ },
3002
+ "Smith HP LaserJet MFP M426fdw (0F0E6E)": {
3003
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3004
+ "source": "unknown",
3005
+ "version": "16"
3006
+ },
3007
+ "Software Update": {
3008
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3009
+ "source": "apple",
3010
+ "version": "6"
3011
+ },
3012
+ "Sourcetree": {
3013
+ "lastmodified": "2020-08-25T21:14:35+00:00",
3014
+ "source": "identified_developer",
3015
+ "version": "4.0.2"
3016
+ },
3017
+ "SpacesTouchBarAgent": {
3018
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3019
+ "source": "apple",
3020
+ "version": "1.0"
3021
+ },
3022
+ "SpeechService": {
3023
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3024
+ "source": "apple",
3025
+ "version": "9.0.48.1"
3026
+ },
3027
+ "Spotify": {
3028
+ "lastmodified": "2020-11-17T16:10:27+00:00",
3029
+ "source": "identified_developer",
3030
+ "version": "1.1.46.916.g416cacf1"
3031
+ },
3032
+ "Spotlight": {
3033
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3034
+ "source": "apple",
3035
+ "version": "3.0"
3036
+ },
3037
+ "Stickies": {
3038
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3039
+ "source": "apple",
3040
+ "version": "10.2"
3041
+ },
3042
+ "Stocks": {
3043
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3044
+ "source": "apple",
3045
+ "version": "3.1"
3046
+ },
3047
+ "Storage Management": {
3048
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3049
+ "source": "apple",
3050
+ "version": "1.0"
3051
+ },
3052
+ "Sublime Text": {
3053
+ "lastmodified": "2019-10-01T06:22:39+00:00",
3054
+ "source": "identified_developer",
3055
+ "version": "Build 3211"
3056
+ },
3057
+ "Summary Service": {
3058
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3059
+ "source": "apple",
3060
+ "version": "2.0"
3061
+ },
3062
+ "System Events": {
3063
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3064
+ "source": "apple",
3065
+ "version": "1.3.6"
3066
+ },
3067
+ "System Information": {
3068
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3069
+ "source": "apple",
3070
+ "version": "11.0"
3071
+ },
3072
+ "System Preferences": {
3073
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3074
+ "source": "apple",
3075
+ "version": "14.0"
3076
+ },
3077
+ "SystemUIServer": {
3078
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3079
+ "source": "apple",
3080
+ "version": "1.7"
3081
+ },
3082
+ "TCIM": {
3083
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3084
+ "source": "apple",
3085
+ "version": "1.0"
3086
+ },
3087
+ "TV": {
3088
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3089
+ "source": "apple",
3090
+ "version": "1.1.1"
3091
+ },
3092
+ "TYIM": {
3093
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3094
+ "source": "apple",
3095
+ "version": "1.0"
3096
+ },
3097
+ "TamilIM": {
3098
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3099
+ "source": "apple",
3100
+ "version": "1.6"
3101
+ },
3102
+ "Terminal": {
3103
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3104
+ "source": "apple",
3105
+ "version": "2.11"
3106
+ },
3107
+ "TextEdit": {
3108
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3109
+ "source": "apple",
3110
+ "version": "1.16"
3111
+ },
3112
+ "TextInputMenuAgent": {
3113
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3114
+ "source": "apple",
3115
+ "version": "1.0"
3116
+ },
3117
+ "TextInputSwitcher": {
3118
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3119
+ "source": "apple",
3120
+ "version": "1.1"
3121
+ },
3122
+ "ThermalTrap": {
3123
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3124
+ "source": "apple",
3125
+ "version": "1.0"
3126
+ },
3127
+ "Ticket Viewer": {
3128
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3129
+ "source": "apple",
3130
+ "version": "4.1"
3131
+ },
3132
+ "Time Machine": {
3133
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3134
+ "source": "apple",
3135
+ "version": "1.3"
3136
+ },
3137
+ "TrackpadIM": {
3138
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3139
+ "source": "apple",
3140
+ "version": "1.0"
3141
+ },
3142
+ "Transmission": {
3143
+ "lastmodified": "2020-05-16T00:06:45+00:00",
3144
+ "source": "identified_developer",
3145
+ "version": "3.00"
3146
+ },
3147
+ "TreeSize": {
3148
+ "lastmodified": "2020-04-27T22:07:08+00:00",
3149
+ "source": "mac_app_store",
3150
+ "version": "2.22"
3151
+ },
3152
+ "Twitter": {
3153
+ "lastmodified": "2020-11-20T19:33:56+00:00",
3154
+ "source": "mac_app_store",
3155
+ "version": "8.44.1"
3156
+ },
3157
+ "UIKitSystem": {
3158
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3159
+ "source": "apple",
3160
+ "version": "1.0"
3161
+ },
3162
+ "Ubiquiti Device Discovery Tool": {
3163
+ "lastmodified": "2020-10-23T00:51:04+00:00",
3164
+ "source": "identified_developer",
3165
+ "version": "0.2.48"
3166
+ },
3167
+ "Uninstall OpenVPN Connect": {
3168
+ "lastmodified": "2020-04-13T19:31:08+00:00",
3169
+ "source": "unknown",
3170
+ "version": "0.1"
3171
+ },
3172
+ "UniversalAccessControl": {
3173
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3174
+ "source": "apple",
3175
+ "version": "7.0"
3176
+ },
3177
+ "UniversalInstaller": {
3178
+ "lastmodified": "2020-02-04T05:22:05+00:00",
3179
+ "source": "identified_developer",
3180
+ "version": "2.8.0.1"
3181
+ },
3182
+ "UniversalUninstaller": {
3183
+ "lastmodified": "2020-02-04T05:22:05+00:00",
3184
+ "source": "identified_developer",
3185
+ "version": "2.8.0.1"
3186
+ },
3187
+ "UnmountAssistantAgent": {
3188
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3189
+ "source": "apple",
3190
+ "version": "5.0"
3191
+ },
3192
+ "UserNotificationCenter": {
3193
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3194
+ "source": "apple",
3195
+ "version": "64.101"
3196
+ },
3197
+ "VLC": {
3198
+ "lastmodified": "2020-11-17T19:32:37+00:00",
3199
+ "source": "identified_developer",
3200
+ "version": "3.0.11.1"
3201
+ },
3202
+ "VMware Fusion": {
3203
+ "lastmodified": "2020-09-11T06:56:09+00:00",
3204
+ "source": "identified_developer",
3205
+ "version": "12.0.0"
3206
+ },
3207
+ "VietnameseIM": {
3208
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3209
+ "source": "apple",
3210
+ "version": "1.0"
3211
+ },
3212
+ "VirtualBox": {
3213
+ "lastmodified": "2020-10-20T22:56:23+00:00",
3214
+ "source": "identified_developer",
3215
+ "version": "6.1.16"
3216
+ },
3217
+ "VirtualScanner": {
3218
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3219
+ "source": "apple",
3220
+ "version": "1707"
3221
+ },
3222
+ "Visual Studio Code": {
3223
+ "lastmodified": "2020-10-27T09:37:38+00:00",
3224
+ "source": "identified_developer",
3225
+ "version": "1.51.1"
3226
+ },
3227
+ "Voice Memos": {
3228
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3229
+ "source": "apple",
3230
+ "version": "2.2"
3231
+ },
3232
+ "VoiceOver": {
3233
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3234
+ "source": "apple",
3235
+ "version": "10"
3236
+ },
3237
+ "VoiceOver Utility": {
3238
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3239
+ "source": "apple",
3240
+ "version": "10"
3241
+ },
3242
+ "Watch Face Help": {
3243
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3244
+ "source": "apple",
3245
+ "version": "1.0"
3246
+ },
3247
+ "Weather": {
3248
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3249
+ "source": "apple",
3250
+ "version": "1.2"
3251
+ },
3252
+ "WebKitPluginHost": {
3253
+ "lastmodified": "2020-03-30T18:24:38+00:00",
3254
+ "source": "unknown",
3255
+ "version": null
3256
+ },
3257
+ "WiFiAgent": {
3258
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3259
+ "source": "apple",
3260
+ "version": "17.0"
3261
+ },
3262
+ "WidgetKit Simulator": {
3263
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3264
+ "source": "apple",
3265
+ "version": "1.0"
3266
+ },
3267
+ "Wireless Diagnostics": {
3268
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3269
+ "source": "apple",
3270
+ "version": "11.0"
3271
+ },
3272
+ "Xcode": {
3273
+ "lastmodified": "2020-11-14T04:36:50+00:00",
3274
+ "source": "mac_app_store",
3275
+ "version": "12.2"
3276
+ },
3277
+ "Xcode Server Builder": {
3278
+ "lastmodified": "2020-11-14T04:36:50+00:00",
3279
+ "source": "apple",
3280
+ "version": "1.0"
3281
+ },
3282
+ "check_afp": {
3283
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3284
+ "source": "apple",
3285
+ "version": "4.0"
3286
+ },
3287
+ "commandFilter": {
3288
+ "lastmodified": "2015-08-19T15:00:00+00:00",
3289
+ "source": "identified_developer",
3290
+ "version": "1.71"
3291
+ },
3292
+ "commandtohp": {
3293
+ "lastmodified": "2019-07-31T16:13:08+00:00",
3294
+ "source": "identified_developer",
3295
+ "version": "2.4.2"
3296
+ },
3297
+ "epsonfax": {
3298
+ "lastmodified": "2015-08-19T15:00:00+00:00",
3299
+ "source": "identified_developer",
3300
+ "version": "1.71"
3301
+ },
3302
+ "fax": {
3303
+ "lastmodified": "2019-08-26T07:28:21+00:00",
3304
+ "source": "identified_developer",
3305
+ "version": "5.31.0"
3306
+ },
3307
+ "hpPreProcessing": {
3308
+ "lastmodified": "2019-07-25T05:56:31+00:00",
3309
+ "source": "identified_developer",
3310
+ "version": "2.5.3"
3311
+ },
3312
+ "hpdot4d": {
3313
+ "lastmodified": "2020-09-23T17:30:24+00:00",
3314
+ "source": "identified_developer",
3315
+ "version": "5.11.0"
3316
+ },
3317
+ "https+++ideditor": {
3318
+ "lastmodified": "2020-11-04T00:10:49+00:00",
3319
+ "source": "unknown",
3320
+ "version": null
3321
+ },
3322
+ "https+++ideditor-release": {
3323
+ "lastmodified": "2020-10-06T00:16:51+00:00",
3324
+ "source": "unknown",
3325
+ "version": null
3326
+ },
3327
+ "https+++shop": {
3328
+ "lastmodified": "2020-11-04T00:10:49+00:00",
3329
+ "source": "unknown",
3330
+ "version": null
3331
+ },
3332
+ "iCloud": {
3333
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3334
+ "source": "apple",
3335
+ "version": "1.0"
3336
+ },
3337
+ "iCloud Drive": {
3338
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3339
+ "source": "apple",
3340
+ "version": "1.0"
3341
+ },
3342
+ "iMovie": {
3343
+ "lastmodified": "2020-11-14T03:07:09+00:00",
3344
+ "source": "mac_app_store",
3345
+ "version": "10.2.1"
3346
+ },
3347
+ "iOS App Installer": {
3348
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3349
+ "source": "apple",
3350
+ "version": "1.0"
3351
+ },
3352
+ "iTerm": {
3353
+ "lastmodified": "2020-11-25T08:21:15+00:00",
3354
+ "source": "identified_developer",
3355
+ "version": "3.4.2"
3356
+ },
3357
+ "iVMS-4200": {
3358
+ "lastmodified": "2020-04-26T05:51:14+00:00",
3359
+ "source": "unknown",
3360
+ "version": null
3361
+ },
3362
+ "loginwindow": {
3363
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3364
+ "source": "apple",
3365
+ "version": "9.0"
3366
+ },
3367
+ "pixeltool": {
3368
+ "lastmodified": "2020-09-04T03:48:35+00:00",
3369
+ "source": "unknown",
3370
+ "version": null
3371
+ },
3372
+ "qcachegrind": {
3373
+ "lastmodified": "2019-11-05T04:11:55+00:00",
3374
+ "source": "unknown",
3375
+ "version": null
3376
+ },
3377
+ "qdbusviewer": {
3378
+ "lastmodified": "2020-09-04T03:48:35+00:00",
3379
+ "source": "unknown",
3380
+ "version": null
3381
+ },
3382
+ "qml": {
3383
+ "lastmodified": "2020-09-04T03:48:35+00:00",
3384
+ "source": "unknown",
3385
+ "version": null
3386
+ },
3387
+ "rastertoepfax": {
3388
+ "lastmodified": "2015-08-19T15:00:00+00:00",
3389
+ "source": "identified_developer",
3390
+ "version": "1.71"
3391
+ },
3392
+ "rastertofax": {
3393
+ "lastmodified": "2019-08-26T07:28:21+00:00",
3394
+ "source": "identified_developer",
3395
+ "version": "5.31.0"
3396
+ },
3397
+ "rcd": {
3398
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3399
+ "source": "apple",
3400
+ "version": "360"
3401
+ },
3402
+ "screencaptureui": {
3403
+ "lastmodified": "2020-01-01T08:00:00+00:00",
3404
+ "source": "apple",
3405
+ "version": "1.0"
3406
+ },
3407
+ "zoom": {
3408
+ "lastmodified": "2020-11-23T20:07:51+00:00",
3409
+ "source": "identified_developer",
3410
+ "version": "5.4.4 (58903.1122)"
3411
+ }
3412
+ },
3413
+ "platform": "mac_os_x",
3414
+ "platform_build": "20B29",
3415
+ "platform_family": "mac_os_x",
3416
+ "platform_version": "11.0.1",
3417
+ "root_group": "wheel",
3418
+ "shard_seed": 194742951,
3419
+ "shells": [
3420
+ "/bin/bash",
3421
+ "/bin/csh",
3422
+ "/bin/ksh",
3423
+ "/bin/sh",
3424
+ "/bin/tcsh",
3425
+ "/bin/zsh",
3426
+ "/usr/local/bin/fish"
3427
+ ],
3428
+ "time": {
3429
+ "timezone": "GMT"
3430
+ },
3431
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
3432
+ "uptime_seconds": 2646450,
3433
+ "virtualization": {
3434
+ "systems": {}
3435
+ }
3436
+ }