ua_dict 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/lib/ua_dict.rb +94 -0
- data/lib/ua_dict/dict/Browser.json +1669 -0
- data/lib/ua_dict/dict/Device.json +1161 -0
- data/lib/ua_dict/dict/Manufacturer.json +754 -0
- data/lib/ua_dict/dict/OperatingSystem.json +747 -0
- data/lib/ua_dict/version.rb +3 -0
- data/ua_dict.gemspec +23 -0
- metadata +84 -0
@@ -0,0 +1,747 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"aliases": [
|
4
|
+
"Windows"
|
5
|
+
],
|
6
|
+
"children": [
|
7
|
+
{
|
8
|
+
"aliases": [
|
9
|
+
"Windows NT 6.3"
|
10
|
+
],
|
11
|
+
"children": [],
|
12
|
+
"deviceType": "COMPUTER",
|
13
|
+
"excludeList": null,
|
14
|
+
"manufacturer": "MICROSOFT",
|
15
|
+
"name": "Windows 8.1",
|
16
|
+
"versionId": 2,
|
17
|
+
"versionRegEx": null
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"aliases": [
|
21
|
+
"Windows NT 6.2"
|
22
|
+
],
|
23
|
+
"children": [],
|
24
|
+
"deviceType": "COMPUTER",
|
25
|
+
"excludeList": null,
|
26
|
+
"manufacturer": "MICROSOFT",
|
27
|
+
"name": "Windows 8",
|
28
|
+
"versionId": 3,
|
29
|
+
"versionRegEx": null
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"aliases": [
|
33
|
+
"Windows NT 6.1"
|
34
|
+
],
|
35
|
+
"children": [],
|
36
|
+
"deviceType": "COMPUTER",
|
37
|
+
"excludeList": null,
|
38
|
+
"manufacturer": "MICROSOFT",
|
39
|
+
"name": "Windows 7",
|
40
|
+
"versionId": 4,
|
41
|
+
"versionRegEx": null
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"aliases": [
|
45
|
+
"Windows NT 6"
|
46
|
+
],
|
47
|
+
"children": [],
|
48
|
+
"deviceType": "COMPUTER",
|
49
|
+
"excludeList": null,
|
50
|
+
"manufacturer": "MICROSOFT",
|
51
|
+
"name": "Windows Vista",
|
52
|
+
"versionId": 5,
|
53
|
+
"versionRegEx": null
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"aliases": [
|
57
|
+
"Windows NT 5.0"
|
58
|
+
],
|
59
|
+
"children": [],
|
60
|
+
"deviceType": "COMPUTER",
|
61
|
+
"excludeList": null,
|
62
|
+
"manufacturer": "MICROSOFT",
|
63
|
+
"name": "Windows 2000",
|
64
|
+
"versionId": 6,
|
65
|
+
"versionRegEx": null
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"aliases": [
|
69
|
+
"Windows NT 5"
|
70
|
+
],
|
71
|
+
"children": [],
|
72
|
+
"deviceType": "COMPUTER",
|
73
|
+
"excludeList": null,
|
74
|
+
"manufacturer": "MICROSOFT",
|
75
|
+
"name": "Windows XP",
|
76
|
+
"versionId": 7,
|
77
|
+
"versionRegEx": null
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"aliases": [
|
81
|
+
"Windows Phone 8"
|
82
|
+
],
|
83
|
+
"children": [],
|
84
|
+
"deviceType": "MOBILE",
|
85
|
+
"excludeList": null,
|
86
|
+
"manufacturer": "MICROSOFT",
|
87
|
+
"name": "Windows Phone 8",
|
88
|
+
"versionId": 8,
|
89
|
+
"versionRegEx": null
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"aliases": [
|
93
|
+
"Windows Phone OS 7"
|
94
|
+
],
|
95
|
+
"children": [],
|
96
|
+
"deviceType": "MOBILE",
|
97
|
+
"excludeList": null,
|
98
|
+
"manufacturer": "MICROSOFT",
|
99
|
+
"name": "Windows Phone 7",
|
100
|
+
"versionId": 9,
|
101
|
+
"versionRegEx": null
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"aliases": [
|
105
|
+
"Windows CE"
|
106
|
+
],
|
107
|
+
"children": [],
|
108
|
+
"deviceType": "MOBILE",
|
109
|
+
"excludeList": null,
|
110
|
+
"manufacturer": "MICROSOFT",
|
111
|
+
"name": "Windows Mobile",
|
112
|
+
"versionId": 10,
|
113
|
+
"versionRegEx": null
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"aliases": [
|
117
|
+
"Windows 98",
|
118
|
+
"Win98"
|
119
|
+
],
|
120
|
+
"children": [],
|
121
|
+
"deviceType": "COMPUTER",
|
122
|
+
"excludeList": [
|
123
|
+
"Palm"
|
124
|
+
],
|
125
|
+
"manufacturer": "MICROSOFT",
|
126
|
+
"name": "Windows 98",
|
127
|
+
"versionId": 11,
|
128
|
+
"versionRegEx": null
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"deviceType": "COMPUTER",
|
132
|
+
"excludeList": [
|
133
|
+
"Palm"
|
134
|
+
],
|
135
|
+
"manufacturer": "MICROSOFT",
|
136
|
+
"name": "Windows",
|
137
|
+
"versionId": 1,
|
138
|
+
"versionRegEx": null
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"aliases": [
|
142
|
+
"Android"
|
143
|
+
],
|
144
|
+
"children": [
|
145
|
+
{
|
146
|
+
"aliases": [
|
147
|
+
"Android 4",
|
148
|
+
"Android-4"
|
149
|
+
],
|
150
|
+
"children": [
|
151
|
+
{
|
152
|
+
"aliases": [
|
153
|
+
"Android 4",
|
154
|
+
"Android-4"
|
155
|
+
],
|
156
|
+
"children": [],
|
157
|
+
"deviceType": "TABLET",
|
158
|
+
"excludeList": [
|
159
|
+
"mobile"
|
160
|
+
],
|
161
|
+
"manufacturer": "GOOGLE",
|
162
|
+
"name": "Android 4.x Tablet",
|
163
|
+
"versionId": 97,
|
164
|
+
"versionRegEx": null
|
165
|
+
}
|
166
|
+
],
|
167
|
+
"deviceType": "MOBILE",
|
168
|
+
"excludeList": null,
|
169
|
+
"manufacturer": "GOOGLE",
|
170
|
+
"name": "Android 4.x",
|
171
|
+
"versionId": 96,
|
172
|
+
"versionRegEx": null
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"aliases": [
|
176
|
+
"Android 3"
|
177
|
+
],
|
178
|
+
"children": [],
|
179
|
+
"deviceType": "TABLET",
|
180
|
+
"excludeList": null,
|
181
|
+
"manufacturer": "GOOGLE",
|
182
|
+
"name": "Android 3.x Tablet",
|
183
|
+
"versionId": 81,
|
184
|
+
"versionRegEx": null
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"aliases": [
|
188
|
+
"Android 2"
|
189
|
+
],
|
190
|
+
"children": [
|
191
|
+
{
|
192
|
+
"aliases": [
|
193
|
+
"Kindle Fire",
|
194
|
+
"GT-P1000",
|
195
|
+
"SCH-I800"
|
196
|
+
],
|
197
|
+
"children": [],
|
198
|
+
"deviceType": "TABLET",
|
199
|
+
"excludeList": null,
|
200
|
+
"manufacturer": "GOOGLE",
|
201
|
+
"name": "Android 2.x Tablet",
|
202
|
+
"versionId": 113,
|
203
|
+
"versionRegEx": null
|
204
|
+
}
|
205
|
+
],
|
206
|
+
"deviceType": "MOBILE",
|
207
|
+
"excludeList": null,
|
208
|
+
"manufacturer": "GOOGLE",
|
209
|
+
"name": "Android 2f.x",
|
210
|
+
"versionId": 112,
|
211
|
+
"versionRegEx": null
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"aliases": [
|
215
|
+
"Android 1"
|
216
|
+
],
|
217
|
+
"children": [],
|
218
|
+
"deviceType": "MOBILE",
|
219
|
+
"excludeList": null,
|
220
|
+
"manufacturer": "GOOGLE",
|
221
|
+
"name": "Android 1.x",
|
222
|
+
"versionId": 82,
|
223
|
+
"versionRegEx": null
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"aliases": [
|
227
|
+
"Mobile"
|
228
|
+
],
|
229
|
+
"children": [],
|
230
|
+
"deviceType": "MOBILE",
|
231
|
+
"excludeList": null,
|
232
|
+
"manufacturer": "GOOGLE",
|
233
|
+
"name": "Android Mobile",
|
234
|
+
"versionId": 83,
|
235
|
+
"versionRegEx": null
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"aliases": [
|
239
|
+
"Tablet"
|
240
|
+
],
|
241
|
+
"children": [],
|
242
|
+
"deviceType": "TABLET",
|
243
|
+
"excludeList": null,
|
244
|
+
"manufacturer": "GOOGLE",
|
245
|
+
"name": "Android Tablet",
|
246
|
+
"versionId": 84,
|
247
|
+
"versionRegEx": null
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"deviceType": "MOBILE",
|
251
|
+
"excludeList": null,
|
252
|
+
"manufacturer": "GOOGLE",
|
253
|
+
"name": "Android",
|
254
|
+
"versionId": 80,
|
255
|
+
"versionRegEx": null
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"aliases": [
|
259
|
+
"webOS"
|
260
|
+
],
|
261
|
+
"children": [],
|
262
|
+
"deviceType": "MOBILE",
|
263
|
+
"excludeList": null,
|
264
|
+
"manufacturer": "HP",
|
265
|
+
"name": "WebOS",
|
266
|
+
"versionId": 1,
|
267
|
+
"versionRegEx": null
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"aliases": [
|
271
|
+
"Palm"
|
272
|
+
],
|
273
|
+
"children": [],
|
274
|
+
"deviceType": "MOBILE",
|
275
|
+
"excludeList": null,
|
276
|
+
"manufacturer": "HP",
|
277
|
+
"name": "PalmOS",
|
278
|
+
"versionId": 64,
|
279
|
+
"versionRegEx": null
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"aliases": [
|
283
|
+
"MeeGo"
|
284
|
+
],
|
285
|
+
"children": [],
|
286
|
+
"deviceType": "MOBILE",
|
287
|
+
"excludeList": null,
|
288
|
+
"manufacturer": "NOKIA",
|
289
|
+
"name": "MeeGo",
|
290
|
+
"versionId": 1,
|
291
|
+
"versionRegEx": null
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"aliases": [
|
295
|
+
"iPhone OS",
|
296
|
+
"like Mac OS X"
|
297
|
+
],
|
298
|
+
"children": [
|
299
|
+
{
|
300
|
+
"aliases": [
|
301
|
+
"iPhone OS 7"
|
302
|
+
],
|
303
|
+
"children": [],
|
304
|
+
"deviceType": "MOBILE",
|
305
|
+
"excludeList": null,
|
306
|
+
"manufacturer": "APPLE",
|
307
|
+
"name": "iOS 7 (iPhone)",
|
308
|
+
"versionId": 65,
|
309
|
+
"versionRegEx": null
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"aliases": [
|
313
|
+
"iPhone OS 6"
|
314
|
+
],
|
315
|
+
"children": [],
|
316
|
+
"deviceType": "MOBILE",
|
317
|
+
"excludeList": null,
|
318
|
+
"manufacturer": "APPLE",
|
319
|
+
"name": "iOS 6 (iPhone)",
|
320
|
+
"versionId": 66,
|
321
|
+
"versionRegEx": null
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"aliases": [
|
325
|
+
"iPhone OS 5"
|
326
|
+
],
|
327
|
+
"children": [],
|
328
|
+
"deviceType": "MOBILE",
|
329
|
+
"excludeList": null,
|
330
|
+
"manufacturer": "APPLE",
|
331
|
+
"name": "iOS 5 (iPhone)",
|
332
|
+
"versionId": 67,
|
333
|
+
"versionRegEx": null
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"aliases": [
|
337
|
+
"iPhone OS 4"
|
338
|
+
],
|
339
|
+
"children": [],
|
340
|
+
"deviceType": "MOBILE",
|
341
|
+
"excludeList": null,
|
342
|
+
"manufacturer": "APPLE",
|
343
|
+
"name": "iOS 4 (iPhone)",
|
344
|
+
"versionId": 68,
|
345
|
+
"versionRegEx": null
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"aliases": [
|
349
|
+
"iPad"
|
350
|
+
],
|
351
|
+
"children": [
|
352
|
+
{
|
353
|
+
"aliases": [
|
354
|
+
"OS 7"
|
355
|
+
],
|
356
|
+
"children": [],
|
357
|
+
"deviceType": "TABLET",
|
358
|
+
"excludeList": null,
|
359
|
+
"manufacturer": "APPLE",
|
360
|
+
"name": "iOS 7 (iPad)",
|
361
|
+
"versionId": 72,
|
362
|
+
"versionRegEx": null
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"aliases": [
|
366
|
+
"OS 6"
|
367
|
+
],
|
368
|
+
"children": [],
|
369
|
+
"deviceType": "TABLET",
|
370
|
+
"excludeList": null,
|
371
|
+
"manufacturer": "APPLE",
|
372
|
+
"name": "iOS 6 (iPad)",
|
373
|
+
"versionId": 73,
|
374
|
+
"versionRegEx": null
|
375
|
+
}
|
376
|
+
],
|
377
|
+
"deviceType": "TABLET",
|
378
|
+
"excludeList": null,
|
379
|
+
"manufacturer": "APPLE",
|
380
|
+
"name": "Mac OS X (iPad)",
|
381
|
+
"versionId": 71,
|
382
|
+
"versionRegEx": null
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"aliases": [
|
386
|
+
"iPhone"
|
387
|
+
],
|
388
|
+
"children": [],
|
389
|
+
"deviceType": "MOBILE",
|
390
|
+
"excludeList": null,
|
391
|
+
"manufacturer": "APPLE",
|
392
|
+
"name": "Mac OS X (iPhone)",
|
393
|
+
"versionId": 69,
|
394
|
+
"versionRegEx": null
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"aliases": [
|
398
|
+
"iPod"
|
399
|
+
],
|
400
|
+
"children": [],
|
401
|
+
"deviceType": "MOBILE",
|
402
|
+
"excludeList": null,
|
403
|
+
"manufacturer": "APPLE",
|
404
|
+
"name": "Mac OS X (iPod)",
|
405
|
+
"versionId": 70,
|
406
|
+
"versionRegEx": null
|
407
|
+
}
|
408
|
+
],
|
409
|
+
"deviceType": "MOBILE",
|
410
|
+
"excludeList": null,
|
411
|
+
"manufacturer": "APPLE",
|
412
|
+
"name": "iOS",
|
413
|
+
"versionId": 64,
|
414
|
+
"versionRegEx": null
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"aliases": [
|
418
|
+
"Mac OS X",
|
419
|
+
"CFNetwork"
|
420
|
+
],
|
421
|
+
"children": [],
|
422
|
+
"deviceType": "COMPUTER",
|
423
|
+
"excludeList": null,
|
424
|
+
"manufacturer": "APPLE",
|
425
|
+
"name": "Mac OS X",
|
426
|
+
"versionId": 2,
|
427
|
+
"versionRegEx": null
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"aliases": [
|
431
|
+
"Mac"
|
432
|
+
],
|
433
|
+
"children": [],
|
434
|
+
"deviceType": "COMPUTER",
|
435
|
+
"excludeList": null,
|
436
|
+
"manufacturer": "APPLE",
|
437
|
+
"name": "Mac OS",
|
438
|
+
"versionId": 1,
|
439
|
+
"versionRegEx": null
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"aliases": [
|
443
|
+
"Maemo"
|
444
|
+
],
|
445
|
+
"children": [],
|
446
|
+
"deviceType": "MOBILE",
|
447
|
+
"excludeList": null,
|
448
|
+
"manufacturer": "NOKIA",
|
449
|
+
"name": "Maemo",
|
450
|
+
"versionId": 65,
|
451
|
+
"versionRegEx": null
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"aliases": [
|
455
|
+
"Bada"
|
456
|
+
],
|
457
|
+
"children": [],
|
458
|
+
"deviceType": "MOBILE",
|
459
|
+
"excludeList": null,
|
460
|
+
"manufacturer": "SAMSUNG",
|
461
|
+
"name": "Bada",
|
462
|
+
"versionId": 2,
|
463
|
+
"versionRegEx": null
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"aliases": [
|
467
|
+
"GoogleTV"
|
468
|
+
],
|
469
|
+
"children": [],
|
470
|
+
"deviceType": "DMR",
|
471
|
+
"excludeList": null,
|
472
|
+
"manufacturer": "GOOGLE",
|
473
|
+
"name": "Android (Google TV)",
|
474
|
+
"versionId": 64,
|
475
|
+
"versionRegEx": null
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"aliases": [
|
479
|
+
"Kindle"
|
480
|
+
],
|
481
|
+
"children": [
|
482
|
+
{
|
483
|
+
"aliases": [
|
484
|
+
"Kindle/3"
|
485
|
+
],
|
486
|
+
"children": [],
|
487
|
+
"deviceType": "TABLET",
|
488
|
+
"excludeList": null,
|
489
|
+
"manufacturer": "AMAZON",
|
490
|
+
"name": "Linux (Kindle 3)",
|
491
|
+
"versionId": 2,
|
492
|
+
"versionRegEx": null
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"aliases": [
|
496
|
+
"Kindle/2"
|
497
|
+
],
|
498
|
+
"children": [],
|
499
|
+
"deviceType": "TABLET",
|
500
|
+
"excludeList": null,
|
501
|
+
"manufacturer": "AMAZON",
|
502
|
+
"name": "Linux (Kindle 2)",
|
503
|
+
"versionId": 3,
|
504
|
+
"versionRegEx": null
|
505
|
+
}
|
506
|
+
],
|
507
|
+
"deviceType": "TABLET",
|
508
|
+
"excludeList": null,
|
509
|
+
"manufacturer": "AMAZON",
|
510
|
+
"name": "Linux (Kindle)",
|
511
|
+
"versionId": 1,
|
512
|
+
"versionRegEx": null
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"aliases": [
|
516
|
+
"Linux",
|
517
|
+
"CamelHttpStream"
|
518
|
+
],
|
519
|
+
"children": [],
|
520
|
+
"deviceType": "COMPUTER",
|
521
|
+
"excludeList": null,
|
522
|
+
"manufacturer": "OTHER",
|
523
|
+
"name": "Linux",
|
524
|
+
"versionId": 2,
|
525
|
+
"versionRegEx": null
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"aliases": [
|
529
|
+
"Symbian",
|
530
|
+
"Series60"
|
531
|
+
],
|
532
|
+
"children": [
|
533
|
+
{
|
534
|
+
"aliases": [
|
535
|
+
"SymbianOS/9",
|
536
|
+
"Series60/3"
|
537
|
+
],
|
538
|
+
"children": [],
|
539
|
+
"deviceType": "MOBILE",
|
540
|
+
"excludeList": null,
|
541
|
+
"manufacturer": "SYMBIAN",
|
542
|
+
"name": "Symbian OS 9.x",
|
543
|
+
"versionId": 2,
|
544
|
+
"versionRegEx": null
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"aliases": [
|
548
|
+
"SymbianOS/8",
|
549
|
+
"Series60/2.6",
|
550
|
+
"Series60/2.8"
|
551
|
+
],
|
552
|
+
"children": [],
|
553
|
+
"deviceType": "MOBILE",
|
554
|
+
"excludeList": null,
|
555
|
+
"manufacturer": "SYMBIAN",
|
556
|
+
"name": "Symbian OS 8.x",
|
557
|
+
"versionId": 3,
|
558
|
+
"versionRegEx": null
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"aliases": [
|
562
|
+
"SymbianOS/7"
|
563
|
+
],
|
564
|
+
"children": [],
|
565
|
+
"deviceType": "MOBILE",
|
566
|
+
"excludeList": null,
|
567
|
+
"manufacturer": "SYMBIAN",
|
568
|
+
"name": "Symbian OS 7.x",
|
569
|
+
"versionId": 4,
|
570
|
+
"versionRegEx": null
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"aliases": [
|
574
|
+
"SymbianOS/6"
|
575
|
+
],
|
576
|
+
"children": [],
|
577
|
+
"deviceType": "MOBILE",
|
578
|
+
"excludeList": null,
|
579
|
+
"manufacturer": "SYMBIAN",
|
580
|
+
"name": "Symbian OS 6.x",
|
581
|
+
"versionId": 5,
|
582
|
+
"versionRegEx": null
|
583
|
+
}
|
584
|
+
],
|
585
|
+
"deviceType": "MOBILE",
|
586
|
+
"excludeList": null,
|
587
|
+
"manufacturer": "SYMBIAN",
|
588
|
+
"name": "Symbian OS",
|
589
|
+
"versionId": 1,
|
590
|
+
"versionRegEx": null
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"aliases": [
|
594
|
+
"Nokia6300"
|
595
|
+
],
|
596
|
+
"children": [],
|
597
|
+
"deviceType": "MOBILE",
|
598
|
+
"excludeList": null,
|
599
|
+
"manufacturer": "NOKIA",
|
600
|
+
"name": "Series 40",
|
601
|
+
"versionId": 128,
|
602
|
+
"versionRegEx": null
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"aliases": [
|
606
|
+
"SonyEricsson"
|
607
|
+
],
|
608
|
+
"children": [],
|
609
|
+
"deviceType": "MOBILE",
|
610
|
+
"excludeList": null,
|
611
|
+
"manufacturer": "SONY_ERICSSON",
|
612
|
+
"name": "Sony Ericsson",
|
613
|
+
"versionId": 1,
|
614
|
+
"versionRegEx": null
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"aliases": [
|
618
|
+
"SunOS"
|
619
|
+
],
|
620
|
+
"children": [],
|
621
|
+
"deviceType": "COMPUTER",
|
622
|
+
"excludeList": null,
|
623
|
+
"manufacturer": "SUN",
|
624
|
+
"name": "SunOS",
|
625
|
+
"versionId": 1,
|
626
|
+
"versionRegEx": null
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"aliases": [
|
630
|
+
"Playstation"
|
631
|
+
],
|
632
|
+
"children": [],
|
633
|
+
"deviceType": "GAME_CONSOLE",
|
634
|
+
"excludeList": null,
|
635
|
+
"manufacturer": "SONY",
|
636
|
+
"name": "Sony Playstation",
|
637
|
+
"versionId": 1,
|
638
|
+
"versionRegEx": null
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"aliases": [
|
642
|
+
"Wii"
|
643
|
+
],
|
644
|
+
"children": [],
|
645
|
+
"deviceType": "GAME_CONSOLE",
|
646
|
+
"excludeList": null,
|
647
|
+
"manufacturer": "NINTENDO",
|
648
|
+
"name": "Nintendo Wii",
|
649
|
+
"versionId": 1,
|
650
|
+
"versionRegEx": null
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"aliases": [
|
654
|
+
"BlackBerry"
|
655
|
+
],
|
656
|
+
"children": [
|
657
|
+
{
|
658
|
+
"aliases": [
|
659
|
+
"Version/7"
|
660
|
+
],
|
661
|
+
"children": [],
|
662
|
+
"deviceType": "MOBILE",
|
663
|
+
"excludeList": null,
|
664
|
+
"manufacturer": "BLACKBERRY",
|
665
|
+
"name": "BlackBerry 7",
|
666
|
+
"versionId": 2,
|
667
|
+
"versionRegEx": null
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"aliases": [
|
671
|
+
"Version/6"
|
672
|
+
],
|
673
|
+
"children": [],
|
674
|
+
"deviceType": "MOBILE",
|
675
|
+
"excludeList": null,
|
676
|
+
"manufacturer": "BLACKBERRY",
|
677
|
+
"name": "BlackBerry 6",
|
678
|
+
"versionId": 3,
|
679
|
+
"versionRegEx": null
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"deviceType": "MOBILE",
|
683
|
+
"excludeList": null,
|
684
|
+
"manufacturer": "BLACKBERRY",
|
685
|
+
"name": "BlackBerryOS",
|
686
|
+
"versionId": 1,
|
687
|
+
"versionRegEx": null
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"aliases": [
|
691
|
+
"RIM Tablet OS"
|
692
|
+
],
|
693
|
+
"children": [],
|
694
|
+
"deviceType": "TABLET",
|
695
|
+
"excludeList": null,
|
696
|
+
"manufacturer": "BLACKBERRY",
|
697
|
+
"name": "BlackBerry Tablet OS",
|
698
|
+
"versionId": 65,
|
699
|
+
"versionRegEx": null
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"aliases": [
|
703
|
+
"Roku"
|
704
|
+
],
|
705
|
+
"children": [],
|
706
|
+
"deviceType": "DMR",
|
707
|
+
"excludeList": null,
|
708
|
+
"manufacturer": "ROKU",
|
709
|
+
"name": "Roku OS",
|
710
|
+
"versionId": 1,
|
711
|
+
"versionRegEx": null
|
712
|
+
},
|
713
|
+
{
|
714
|
+
"aliases": [
|
715
|
+
"Mobile"
|
716
|
+
],
|
717
|
+
"children": [],
|
718
|
+
"deviceType": "MOBILE",
|
719
|
+
"excludeList": null,
|
720
|
+
"manufacturer": "OTHER",
|
721
|
+
"name": "Unknown mobile",
|
722
|
+
"versionId": 3,
|
723
|
+
"versionRegEx": null
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"aliases": [
|
727
|
+
"Tablet"
|
728
|
+
],
|
729
|
+
"children": [],
|
730
|
+
"deviceType": "TABLET",
|
731
|
+
"excludeList": null,
|
732
|
+
"manufacturer": "OTHER",
|
733
|
+
"name": "Unknown tablet",
|
734
|
+
"versionId": 4,
|
735
|
+
"versionRegEx": null
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"aliases": [],
|
739
|
+
"children": [],
|
740
|
+
"deviceType": "UNKNOWN",
|
741
|
+
"excludeList": null,
|
742
|
+
"manufacturer": "OTHER",
|
743
|
+
"name": "Unknown",
|
744
|
+
"versionId": 1,
|
745
|
+
"versionRegEx": null
|
746
|
+
}
|
747
|
+
]
|