-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatalist.js
572 lines (572 loc) · 16.4 KB
/
datalist.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
module.exports = {
users: [
{
name: 'Penelope Graves',
company: 'ZILCH',
email: 'penelopegraves@zilch.com',
phone: '+1 (963) 429-3385',
address: '436 Elmwood Avenue, Harold, Montana, 764',
},
{
name: 'Sykes Andrews',
company: 'NIPAZ',
email: 'sykesandrews@nipaz.com',
phone: '+1 (995) 517-2285',
address: '917 Ferry Place, Wattsville, District Of Columbia, 6471',
},
{
name: 'Michele Taylor',
company: 'CENTURIA',
email: 'micheletaylor@centuria.com',
phone: '+1 (964) 418-2632',
address: '783 Greene Avenue, Garfield, Arizona, 3646',
},
{
name: 'Barrett Rush',
company: 'VELOS',
email: 'barrettrush@velos.com',
phone: '+1 (945) 412-3934',
address: '788 Fay Court, Sunwest, South Carolina, 4414',
},
{
name: 'Padilla Carroll',
company: 'EXIAND',
email: 'padillacarroll@exiand.com',
phone: '+1 (948) 544-3344',
address: '737 Ridgewood Place, Dixonville, Mississippi, 7369',
},
{
name: 'Rosanne Morrison',
company: 'INSURETY',
email: 'rosannemorrison@insurety.com',
phone: '+1 (834) 402-2722',
address: '225 Ridgecrest Terrace, Dunbar, Pennsylvania, 2023',
},
{
name: 'Roberta Roach',
company: 'VERTON',
email: 'robertaroach@verton.com',
phone: '+1 (960) 465-2034',
address: '325 Ingraham Street, Norfolk, New Jersey, 8491',
},
{
name: 'Rita Watts',
company: 'FARMAGE',
email: 'ritawatts@farmage.com',
phone: '+1 (859) 452-3635',
address: '903 Village Road, Sexton, Texas, 2684',
},
{
name: 'Dolores Howard',
company: 'FIBRODYNE',
email: 'doloreshoward@fibrodyne.com',
phone: '+1 (973) 485-3460',
address: '678 Argyle Road, Fannett, Utah, 7669',
},
{
name: 'Ballard Rocha',
company: 'OLYMPIX',
email: 'ballardrocha@olympix.com',
phone: '+1 (827) 439-3159',
address: '769 Hendrickson Place, Byrnedale, Vermont, 2308',
},
{
name: 'Ferguson Chandler',
company: 'DATAGENE',
email: 'fergusonchandler@datagene.com',
phone: '+1 (830) 523-2668',
address: '842 Clarkson Avenue, Goodville, Washington, 1974',
},
{
name: 'Ethel Decker',
company: 'ZEDALIS',
email: 'etheldecker@zedalis.com',
phone: '+1 (837) 511-3239',
address: '972 Hancock Street, Bellfountain, Nebraska, 3589',
},
{
name: 'Holcomb Hampton',
company: 'ESSENSIA',
email: 'holcombhampton@essensia.com',
phone: '+1 (928) 452-3624',
address: '588 Prince Street, Caroline, Indiana, 2771',
},
{
name: 'Heather Lewis',
company: 'GEEKULAR',
email: 'heatherlewis@geekular.com',
phone: '+1 (879) 442-3666',
address: '880 Manhattan Avenue, Yonah, Northern Mariana Islands, 2571',
},
{
name: 'Francine Calhoun',
company: 'POSHOME',
email: 'francinecalhoun@poshome.com',
phone: '+1 (995) 553-2213',
address: '690 Court Square, Kipp, Palau, 7702',
},
{
name: 'Tyson Mcbride',
company: 'FLOTONIC',
email: 'tysonmcbride@flotonic.com',
phone: '+1 (973) 560-2781',
address: '950 Legion Street, Wheatfields, Maine, 6981',
},
{
name: 'Knight Schwartz',
company: 'ORBOID',
email: 'knightschwartz@orboid.com',
phone: '+1 (842) 405-2029',
address: '326 Mill Lane, Accoville, New Mexico, 8785',
},
{
name: 'Goldie Jimenez',
company: 'MOMENTIA',
email: 'goldiejimenez@momentia.com',
phone: '+1 (842) 541-3254',
address: '932 Bijou Avenue, Duryea, Michigan, 8974',
},
{
name: 'Hester Vega',
company: 'AMTAS',
email: 'hestervega@amtas.com',
phone: '+1 (963) 432-2184',
address: '725 Lloyd Street, Gadsden, Ohio, 7585',
},
{
name: 'Berg Turner',
company: 'DUFLEX',
email: 'bergturner@duflex.com',
phone: '+1 (819) 491-2114',
address: '489 McKinley Avenue, Rehrersburg, North Carolina, 3911',
},
{
name: 'Hood Holder',
company: 'DADABASE',
email: 'hoodholder@dadabase.com',
phone: '+1 (846) 421-3401',
address: '732 Aster Court, Woodlands, Iowa, 695',
},
{
name: 'Trujillo Johnston',
company: 'GALLAXIA',
email: 'trujillojohnston@gallaxia.com',
phone: '+1 (913) 575-2281',
address: '419 Jardine Place, Crawfordsville, Maryland, 1404',
},
{
name: 'Ava Britt',
company: 'LETPRO',
email: 'avabritt@letpro.com',
phone: '+1 (812) 434-2341',
address: '161 Navy Street, Brule, Louisiana, 1791',
},
{
name: 'Sherry Collins',
company: 'ZILLACON',
email: 'sherrycollins@zillacon.com',
phone: '+1 (999) 574-2843',
address: '285 Jackson Street, Carbonville, Virgin Islands, 7310',
},
{
name: 'Beard Poole',
company: 'SPEEDBOLT',
email: 'beardpoole@speedbolt.com',
phone: '+1 (883) 419-2502',
address: '304 Ocean Avenue, Warren, Oregon, 9152',
},
{
name: 'Smith Kline',
company: 'JUMPSTACK',
email: 'smithkline@jumpstack.com',
phone: '+1 (833) 509-2479',
address: '535 Flatbush Avenue, Tolu, Missouri, 1712',
},
{
name: 'Olsen Christian',
company: 'LUNCHPOD',
email: 'olsenchristian@lunchpod.com',
phone: '+1 (931) 422-2929',
address: '755 Lawn Court, Vienna, Massachusetts, 4324',
},
{
name: 'Ursula Shaffer',
company: 'BOSTONIC',
email: 'ursulashaffer@bostonic.com',
phone: '+1 (947) 448-2195',
address: '892 Prospect Street, Seymour, Illinois, 9579',
},
{
name: 'Nichole Pena',
company: 'BUGSALL',
email: 'nicholepena@bugsall.com',
phone: '+1 (869) 504-2048',
address: '520 Rockaway Parkway, Alamo, Georgia, 3049',
},
{
name: 'Hebert Hamilton',
company: 'VOIPA',
email: 'heberthamilton@voipa.com',
phone: '+1 (868) 539-3677',
address: '207 Brown Street, Tooleville, South Dakota, 1561',
},
{
name: 'Vera Griffith',
company: 'PARAGONIA',
email: 'veragriffith@paragonia.com',
phone: '+1 (802) 482-3114',
address: '992 Sunnyside Court, Shepardsville, Oklahoma, 711',
},
{
name: 'Jennie Sherman',
company: 'ZENSOR',
email: 'jenniesherman@zensor.com',
phone: '+1 (938) 440-3131',
address: '731 Commerce Street, Cucumber, American Samoa, 4367',
},
{
name: 'Mcgee Mcconnell',
company: 'TOURMANIA',
email: 'mcgeemcconnell@tourmania.com',
phone: '+1 (857) 516-2519',
address: '138 Jamison Lane, Greenwich, North Dakota, 7276',
},
{
name: 'Bright Benton',
company: 'PIGZART',
email: 'brightbenton@pigzart.com',
phone: '+1 (958) 555-3221',
address: '145 Herbert Street, Walker, Rhode Island, 2603',
},
{
name: 'Karen Bauer',
company: 'ISOLOGIX',
email: 'karenbauer@isologix.com',
phone: '+1 (917) 555-2927',
address: '623 Meeker Avenue, Eagleville, New York, 2439',
},
{
name: 'Golden Palmer',
company: 'PANZENT',
email: 'goldenpalmer@panzent.com',
phone: '+1 (881) 594-2529',
address: '453 Pulaski Street, Sunriver, Delaware, 7203',
},
{
name: 'Shauna Shannon',
company: 'OPTICOM',
email: 'shaunashannon@opticom.com',
phone: '+1 (998) 594-2958',
address: '999 Overbaugh Place, Salvo, Kansas, 2085',
},
{
name: 'Ramirez Clements',
company: 'GEEKWAGON',
email: 'ramirezclements@geekwagon.com',
phone: '+1 (953) 420-2868',
address: '114 Lake Street, Shaft, Tennessee, 6955',
},
{
name: 'Harmon Saunders',
company: 'EXERTA',
email: 'harmonsaunders@exerta.com',
phone: '+1 (821) 571-2453',
address: '348 Lamont Court, Tibbie, Guam, 4394',
},
{
name: 'Ella Sloan',
company: 'VICON',
email: 'ellasloan@vicon.com',
phone: '+1 (835) 481-2354',
address: '168 Court Street, Bonanza, Alabama, 1776',
},
{
name: 'Whitfield Aguirre',
company: 'EZENTIA',
email: 'whitfieldaguirre@ezentia.com',
phone: '+1 (839) 404-3731',
address: '273 Hendrix Street, Sharon, Kentucky, 9016',
},
{
name: 'Jefferson Coffey',
company: 'ANOCHA',
email: 'jeffersoncoffey@anocha.com',
phone: '+1 (814) 524-3197',
address:
'579 Coleman Street, Lindcove, Federated States Of Micronesia, 4671',
},
{
name: 'Ebony Barton',
company: 'DELPHIDE',
email: 'ebonybarton@delphide.com',
phone: '+1 (908) 536-3860',
address: '104 Frank Court, Osmond, Wyoming, 386',
},
{
name: 'Cleo Haney',
company: 'NIQUENT',
email: 'cleohaney@niquent.com',
phone: '+1 (833) 476-3744',
address: '785 Varanda Place, Elrama, Florida, 464',
},
{
name: 'Hawkins Castillo',
company: 'QUALITEX',
email: 'hawkinscastillo@qualitex.com',
phone: '+1 (874) 476-2319',
address: '476 Dekalb Avenue, Marbury, West Virginia, 1263',
},
{
name: 'Angela Gentry',
company: 'PRINTSPAN',
email: 'angelagentry@printspan.com',
phone: '+1 (823) 499-3447',
address: '802 Karweg Place, Fairacres, Nevada, 1229',
},
{
name: 'Bowers Keller',
company: 'SEALOUD',
email: 'bowerskeller@sealoud.com',
phone: '+1 (847) 454-3681',
address: '225 Anchorage Place, Orviston, Connecticut, 4668',
},
{
name: 'Solomon Neal',
company: 'ZILLADYNE',
email: 'solomonneal@zilladyne.com',
phone: '+1 (910) 596-2760',
address: '669 Grimes Road, Devon, Puerto Rico, 5851',
},
{
name: 'Nell Forbes',
company: 'ROCKLOGIC',
email: 'nellforbes@rocklogic.com',
phone: '+1 (836) 450-3439',
address: '523 Fleet Place, Marshall, California, 5708',
},
{
name: 'Patrick Mcmillan',
company: 'ACCIDENCY',
email: 'patrickmcmillan@accidency.com',
phone: '+1 (872) 540-3834',
address: '680 Grafton Street, Hayden, Virginia, 5025',
},
{
name: 'Elinor Randolph',
company: 'COMTEST',
email: 'elinorrandolph@comtest.com',
phone: '+1 (879) 436-3768',
address: '586 Bennet Court, Cornucopia, Idaho, 1073',
},
{
name: 'Jody Carney',
company: 'NEOCENT',
email: 'jodycarney@neocent.com',
phone: '+1 (885) 436-2431',
address: '425 Reeve Place, Stouchsburg, New Hampshire, 3307',
},
{
name: 'Bishop Clayton',
company: 'ARCTIQ',
email: 'bishopclayton@arctiq.com',
phone: '+1 (818) 532-3959',
address: '821 Bassett Avenue, Cowiche, Colorado, 9564',
},
{
name: 'Booth Olsen',
company: 'YURTURE',
email: 'bootholsen@yurture.com',
phone: '+1 (800) 473-3099',
address: '909 Logan Street, Knowlton, Marshall Islands, 4981',
},
{
name: 'Kate Schneider',
company: 'INRT',
email: 'kateschneider@inrt.com',
phone: '+1 (991) 516-2734',
address: '574 Cambridge Place, Rockingham, Wisconsin, 2831',
},
{
name: 'Parrish Mckenzie',
company: 'ANARCO',
email: 'parrishmckenzie@anarco.com',
phone: '+1 (820) 501-3004',
address: '373 Hillel Place, Nile, Arkansas, 7444',
},
{
name: 'Christina Stark',
company: 'IDETICA',
email: 'christinastark@idetica.com',
phone: '+1 (856) 409-3475',
address: '431 Madison Place, Boyd, Minnesota, 6610',
},
{
name: 'Ratliff Anthony',
company: 'SPLINX',
email: 'ratliffanthony@splinx.com',
phone: '+1 (815) 531-2692',
address: '993 Blake Avenue, Ruckersville, Hawaii, 5925',
},
{
name: 'French Shepherd',
company: 'OULU',
email: 'frenchshepherd@oulu.com',
phone: '+1 (912) 452-3662',
address: '801 Lewis Place, Oretta, Montana, 3294',
},
{
name: 'Marisol Owen',
company: 'BOILICON',
email: 'marisolowen@boilicon.com',
phone: '+1 (857) 562-3234',
address: '154 Sedgwick Place, Villarreal, District Of Columbia, 8311',
},
{
name: 'Vicky Adams',
company: 'GINKLE',
email: 'vickyadams@ginkle.com',
phone: '+1 (910) 438-3941',
address: '739 Voorhies Avenue, Fredericktown, Arizona, 1462',
},
{
name: 'Carolina Harding',
company: 'OMNIGOG',
email: 'carolinaharding@omnigog.com',
phone: '+1 (983) 594-2016',
address: '965 Hicks Street, Klagetoh, South Carolina, 5033',
},
{
name: 'Brittany Rasmussen',
company: 'SNACKTION',
email: 'brittanyrasmussen@snacktion.com',
phone: '+1 (979) 446-2278',
address: '142 Batchelder Street, Alden, Mississippi, 4047',
},
{
name: 'Luisa Beck',
company: 'SPHERIX',
email: 'luisabeck@spherix.com',
phone: '+1 (928) 474-3354',
address: '967 Micieli Place, Cumminsville, Pennsylvania, 8200',
},
{
name: 'Gwendolyn Williams',
company: 'TELEQUIET',
email: 'gwendolynwilliams@telequiet.com',
phone: '+1 (982) 567-3613',
address: '281 Montauk Avenue, Brutus, New Jersey, 2488',
},
{
name: 'Cassie Mcleod',
company: 'CORIANDER',
email: 'cassiemcleod@coriander.com',
phone: '+1 (849) 513-2166',
address: '268 Tompkins Avenue, Ryderwood, Texas, 7553',
},
{
name: 'Everett Brewer',
company: 'JETSILK',
email: 'everettbrewer@jetsilk.com',
phone: '+1 (911) 481-3301',
address: '295 Bridge Street, Sylvanite, Utah, 9607',
},
{
name: 'Whitney Vaughan',
company: 'KOFFEE',
email: 'whitneyvaughan@koffee.com',
phone: '+1 (824) 471-3325',
address: '521 Pineapple Street, Trinway, Vermont, 942',
},
{
name: 'Jeanette Swanson',
company: 'KNEEDLES',
email: 'jeanetteswanson@kneedles.com',
phone: '+1 (923) 554-3340',
address: '212 Stone Avenue, Bagtown, Washington, 7928',
},
{
name: 'Morton Weaver',
company: 'COMVEX',
email: 'mortonweaver@comvex.com',
phone: '+1 (859) 560-3537',
address: '518 Love Lane, Neibert, Nebraska, 1379',
},
{
name: 'Mckenzie Merrill',
company: 'WAZZU',
email: 'mckenziemerrill@wazzu.com',
phone: '+1 (803) 530-3111',
address: '905 Nautilus Avenue, Marne, Indiana, 4634',
},
{
name: 'Margret Ford',
company: 'QUOTEZART',
email: 'margretford@quotezart.com',
phone: '+1 (852) 458-2456',
address: '496 Hale Avenue, Falconaire, Northern Mariana Islands, 2242',
},
{
name: 'Sexton Campos',
company: 'CHORIZON',
email: 'sextoncampos@chorizon.com',
phone: '+1 (844) 411-2425',
address: '270 Madison Street, Cuylerville, Palau, 1183',
},
{
name: 'Soto Jennings',
company: 'DYNO',
email: 'sotojennings@dyno.com',
phone: '+1 (993) 497-3413',
address: '361 Dahill Road, Loma, Maine, 3547',
},
{
name: 'Gloria Hicks',
company: 'BRAINQUIL',
email: 'gloriahicks@brainquil.com',
phone: '+1 (979) 411-3611',
address: '551 Fair Street, Kaka, New Mexico, 3004',
},
{
name: 'Janette Zamora',
company: 'ZILLANET',
email: 'janettezamora@zillanet.com',
phone: '+1 (826) 565-3125',
address: '386 Highlawn Avenue, Noxen, Michigan, 9280',
},
{
name: 'Love Roth',
company: 'UPDAT',
email: 'loveroth@updat.com',
phone: '+1 (954) 571-3778',
address: '195 Lloyd Court, Konterra, Ohio, 5938',
},
{
name: 'Fry Crawford',
company: 'ZILLA',
email: 'frycrawford@zilla.com',
phone: '+1 (963) 447-3159',
address: '602 Highland Avenue, Wanship, North Carolina, 7006',
},
{
name: 'Adrian Bowers',
company: 'ELECTONIC',
email: 'adrianbowers@electonic.com',
phone: '+1 (940) 427-2093',
address: '773 Riverdale Avenue, Dixie, Iowa, 7828',
},
{
name: 'Britney Kane',
company: 'ESCENTA',
email: 'britneykane@escenta.com',
phone: '+1 (959) 600-2039',
address: '189 Centre Street, Zarephath, Maryland, 589',
},
{
name: 'Opal Marshall',
company: 'ZENTURY',
email: 'opalmarshall@zentury.com',
phone: '+1 (880) 519-2089',
address: '421 Joval Court, Rossmore, Louisiana, 4195',
},
],
};