forked from vadymmarkov/Fakery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-TEST.json
114 lines (114 loc) · 3.23 KB
/
en-TEST.json
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
{
"en-TEST": {
"faker": {
"separator": " & ",
"address": {
"city_prefix": ["North"],
"city_suffix": ["town"],
"county": ["Autauga County"],
"country": ["United States of America"],
"country_code": ["US"],
"building_number": ["#####"],
"street_suffix": ["Avenue"],
"secondary_address": ["Apt. ###"],
"postcode": ["#####-####"],
"postcode_by_state": {
"CA": "900##"
},
"state": ["California"],
"state_abbr": ["CA"],
"time_zone": ["America/Los_Angeles"],
"city": ["#{city_prefix} #{Name.first_name}#{city_suffix}"],
"street_name": ["#{Name.first_name} #{street_suffix}"],
"street_address": ["#{building_number} #{street_name}"],
"default_country": ["United States of America"]
},
"credit_card": {
"visa": ["/4###########L/"],
"mastercard": ["/5[1-5]##-####-####-###L/"],
"discover": ["/6011-####-####-###L/"],
"american_express": ["/34##-######-####L/"],
"diners_club": ["/30[0-5]#-######-###L/"],
"jcb": ["/3528-####-####-###L/"],
"switch": ["/6759-####-####-###L/"],
"solo": ["/6767-####-####-###L/"],
"dankort": "/5019-####-####-###L/",
"maestro": ["/50#{9,16}L/"],
"forbrugsforeningen": "/6007-22##-####-###L/",
"laser": ["/6304###########L/"]
},
"company": {
"suffix": ["Inc"],
"buzzwords": [
["Universal"],
["24 hour"],
["software"]
],
"bs": [
["implement"],
["innovative"],
["methodologies"]
],
"name": ["#{Name.last_name} #{suffix}"]
},
"internet": {
"free_email": ["gmail.com"],
"domain_suffix": ["com"]
},
"lorem": {
"words": ["alias"],
"supplemental": ["abbas"]
},
"name": {
"first_name": ["Vadym"],
"last_name": ["Markov"],
"prefix": ["Mr."],
"suffix": ["I"],
"title": {
"descriptor": ["Lead"],
"level": ["Mobility"],
"job": ["Engineer"]
},
"name": ["#{prefix} #{first_name} #{last_name}"]
},
"phone_number": {
"area_code": ["201"],
"exchange_code": ["201"],
"formats": ["###-###-####"]
},
"cell_phone": {
"formats": ["(###) ###-####"]
},
"business": {
"credit_card_numbers": ["1234-2121-1221-1211"],
"credit_card_expiry_dates": ["2020-10-12"],
"credit_card_types": ["visa"]
},
"commerce": {
"color": ["black"],
"department": ["Music", "Video", "Development"],
"product_name": {
"adjective": ["Awesome"],
"material": ["Wooden"],
"product": ["Hat"]
}
},
"team": {
"creature": ["owls"],
"name": ["#{Address.state} #{creature}"]
},
"hacker": {
"abbreviation": ["TCP"],
"adjective": ["open-source"],
"noun": ["matrix"],
"verb": ["hack"],
"ingverb": ["bypassing"]
},
"app": {
"name": ["Namfix"],
"version": ["0.#.#"],
"author": ["#{Name.name}"]
}
}
}
}