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