forked from zuriby/Faker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
IORTREGA
committed
Jul 11, 2015
1 parent
eaf5c65
commit c2296e4
Showing
51 changed files
with
3,674 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
module["exports"] = [ | ||
" s/n.", | ||
", #", | ||
", ##", | ||
" #", | ||
" ##", | ||
" ###", | ||
" ####" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module["exports"] = [ | ||
"#{city_prefix}" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
module["exports"] = [ | ||
"Aguascalientes", | ||
"Apodaca", | ||
"Buenavista", | ||
"Campeche", | ||
"Cancún", | ||
"Cárdenas", | ||
"Celaya", | ||
"Chalco", | ||
"Chetumal", | ||
"Chicoloapan", | ||
"Chignahuapan", | ||
"Chihuahua", | ||
"Chilpancingo", | ||
"Chimalhuacán", | ||
"Ciudad Acuña", | ||
"Ciudad de México", | ||
"Ciudad del Carmen", | ||
"Ciudad López Mateos", | ||
"Ciudad Madero", | ||
"Ciudad Obregón", | ||
"Ciudad Valles", | ||
"Ciudad Victoria", | ||
"Coatzacoalcos", | ||
"Colima-Villa de Álvarez", | ||
"Comitán de Dominguez", | ||
"Córdoba", | ||
"Cuautitlán Izcalli", | ||
"Cuautla", | ||
"Cuernavaca", | ||
"Culiacán", | ||
"Delicias", | ||
"Durango", | ||
"Ensenada", | ||
"Fresnillo", | ||
"General Escobedo", | ||
"Gómez Palacio", | ||
"Guadalajara", | ||
"Guadalupe", | ||
"Guanajuato", | ||
"Guaymas", | ||
"Hermosillo", | ||
"Hidalgo del Parral", | ||
"Iguala", | ||
"Irapuato", | ||
"Ixtapaluca", | ||
"Jiutepec", | ||
"Juárez", | ||
"La Laguna", | ||
"La Paz", | ||
"La Piedad-Pénjamo", | ||
"León", | ||
"Los Cabos", | ||
"Los Mochis", | ||
"Manzanillo", | ||
"Matamoros", | ||
"Mazatlán", | ||
"Mérida", | ||
"Mexicali", | ||
"Minatitlán", | ||
"Miramar", | ||
"Monclova", | ||
"Monclova-Frontera", | ||
"Monterrey", | ||
"Morelia", | ||
"Naucalpan de Juárez", | ||
"Navojoa", | ||
"Nezahualcóyotl", | ||
"Nogales", | ||
"Nuevo Laredo", | ||
"Oaxaca", | ||
"Ocotlán", | ||
"Ojo de agua", | ||
"Orizaba", | ||
"Pachuca", | ||
"Piedras Negras", | ||
"Poza Rica", | ||
"Puebla", | ||
"Puerto Vallarta", | ||
"Querétaro", | ||
"Reynosa-Río Bravo", | ||
"Rioverde-Ciudad Fernández", | ||
"Salamanca", | ||
"Saltillo", | ||
"San Cristobal de las Casas", | ||
"San Francisco Coacalco", | ||
"San Francisco del Rincón", | ||
"San Juan Bautista Tuxtepec", | ||
"San Juan del Río", | ||
"San Luis Potosí-Soledad", | ||
"San Luis Río Colorado", | ||
"San Nicolás de los Garza", | ||
"San Pablo de las Salinas", | ||
"San Pedro Garza García", | ||
"Santa Catarina", | ||
"Soledad de Graciano Sánchez", | ||
"Tampico-Pánuco", | ||
"Tapachula", | ||
"Tecomán", | ||
"Tehuacán", | ||
"Tehuacán", | ||
"Tehuantepec-Salina Cruz", | ||
"Tepexpan", | ||
"Tepic", | ||
"Tetela de Ocampo", | ||
"Texcoco de Mora", | ||
"Tijuana", | ||
"Tlalnepantla", | ||
"Tlaquepaque", | ||
"Tlaxcala-Apizaco", | ||
"Toluca", | ||
"Tonalá", | ||
"Torreón", | ||
"Tula", | ||
"Tulancingo", | ||
"Tulancingo de Bravo", | ||
"Tuxtla Gutiérrez", | ||
"Uruapan", | ||
"Uruapan del Progreso", | ||
"Valle de México", | ||
"Veracruz", | ||
"Villa de Álvarez", | ||
"Villa Nicolás Romero", | ||
"Villahermosa", | ||
"Xalapa", | ||
"Zacatecas-Guadalupe", | ||
"Zacatlan", | ||
"Zacatzingo", | ||
"Zamora-Jacona", | ||
"Zapopan", | ||
"Zitacuaro" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module["exports"] = [ | ||
"town", | ||
"ton", | ||
"land", | ||
"ville", | ||
"berg", | ||
"burgh", | ||
"borough", | ||
"bury", | ||
"view", | ||
"port", | ||
"mouth", | ||
"stad", | ||
"furt", | ||
"chester", | ||
"mouth", | ||
"fort", | ||
"haven", | ||
"side", | ||
"shire" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
module["exports"] = [ | ||
"Afganistán", | ||
"Albania", | ||
"Argelia", | ||
"Andorra", | ||
"Angola", | ||
"Argentina", | ||
"Armenia", | ||
"Aruba", | ||
"Australia", | ||
"Austria", | ||
"Azerbayán", | ||
"Bahamas", | ||
"Barein", | ||
"Bangladesh", | ||
"Barbados", | ||
"Bielorusia", | ||
"Bélgica", | ||
"Belice", | ||
"Bermuda", | ||
"Bután", | ||
"Bolivia", | ||
"Bosnia Herzegovina", | ||
"Botswana", | ||
"Brasil", | ||
"Bulgaria", | ||
"Burkina Faso", | ||
"Burundi", | ||
"Camboya", | ||
"Camerún", | ||
"Canada", | ||
"Cabo Verde", | ||
"Islas Caimán", | ||
"Chad", | ||
"Chile", | ||
"China", | ||
"Isla de Navidad", | ||
"Colombia", | ||
"Comodos", | ||
"Congo", | ||
"Costa Rica", | ||
"Costa de Marfil", | ||
"Croacia", | ||
"Cuba", | ||
"Chipre", | ||
"República Checa", | ||
"Dinamarca", | ||
"Dominica", | ||
"República Dominicana", | ||
"Ecuador", | ||
"Egipto", | ||
"El Salvador", | ||
"Guinea Ecuatorial", | ||
"Eritrea", | ||
"Estonia", | ||
"Etiopía", | ||
"Islas Faro", | ||
"Fiji", | ||
"Finlandia", | ||
"Francia", | ||
"Gabón", | ||
"Gambia", | ||
"Georgia", | ||
"Alemania", | ||
"Ghana", | ||
"Grecia", | ||
"Groenlandia", | ||
"Granada", | ||
"Guadalupe", | ||
"Guam", | ||
"Guatemala", | ||
"Guinea", | ||
"Guinea-Bisau", | ||
"Guayana", | ||
"Haiti", | ||
"Honduras", | ||
"Hong Kong", | ||
"Hungria", | ||
"Islandia", | ||
"India", | ||
"Indonesia", | ||
"Iran", | ||
"Irak", | ||
"Irlanda", | ||
"Italia", | ||
"Jamaica", | ||
"Japón", | ||
"Jordania", | ||
"Kazajistan", | ||
"Kenia", | ||
"Kiribati", | ||
"Corea", | ||
"Kuwait", | ||
"Letonia", | ||
"Líbano", | ||
"Liberia", | ||
"Liechtenstein", | ||
"Lituania", | ||
"Luxemburgo", | ||
"Macao", | ||
"Macedonia", | ||
"Madagascar", | ||
"Malawi", | ||
"Malasia", | ||
"Maldivas", | ||
"Mali", | ||
"Malta", | ||
"Martinica", | ||
"Mauritania", | ||
"México", | ||
"Micronesia", | ||
"Moldavia", | ||
"Mónaco", | ||
"Mongolia", | ||
"Montenegro", | ||
"Montserrat", | ||
"Marruecos", | ||
"Mozambique", | ||
"Namibia", | ||
"Nauru", | ||
"Nepal", | ||
"Holanda", | ||
"Nueva Zelanda", | ||
"Nicaragua", | ||
"Niger", | ||
"Nigeria", | ||
"Noruega", | ||
"Omán", | ||
"Pakistan", | ||
"Panamá", | ||
"Papúa Nueva Guinea", | ||
"Paraguay", | ||
"Perú", | ||
"Filipinas", | ||
"Poland", | ||
"Portugal", | ||
"Puerto Rico", | ||
"Rusia", | ||
"Ruanda", | ||
"Samoa", | ||
"San Marino", | ||
"Santo Tomé y Principe", | ||
"Arabia Saudí", | ||
"Senegal", | ||
"Serbia", | ||
"Seychelles", | ||
"Sierra Leona", | ||
"Singapur", | ||
"Eslovaquia", | ||
"Eslovenia", | ||
"Somalia", | ||
"España", | ||
"Sri Lanka", | ||
"Sudán", | ||
"Suriname", | ||
"Suecia", | ||
"Suiza", | ||
"Siria", | ||
"Taiwan", | ||
"Tajikistan", | ||
"Tanzania", | ||
"Tailandia", | ||
"Timor-Leste", | ||
"Togo", | ||
"Tonga", | ||
"Trinidad y Tobago", | ||
"Tunez", | ||
"Turquia", | ||
"Uganda", | ||
"Ucrania", | ||
"Emiratos Árabes Unidos", | ||
"Reino Unido", | ||
"Estados Unidos de América", | ||
"Uruguay", | ||
"Uzbekistan", | ||
"Vanuatu", | ||
"Venezuela", | ||
"Vietnam", | ||
"Yemen", | ||
"Zambia", | ||
"Zimbabwe" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module["exports"] = [ | ||
"México" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
var address = {}; | ||
module['exports'] = address; | ||
address.city_prefix = require("./city_prefix"); | ||
address.city_suffix = require("./city_suffix"); | ||
address.country = require("./country"); | ||
address.building_number = require("./building_number"); | ||
address.street_suffix = require("./street_suffix"); | ||
address.secondary_address = require("./secondary_address"); | ||
address.postcode = require("./postcode"); | ||
address.state = require("./state"); | ||
address.state_abbr = require("./state_abbr"); | ||
address.time_zone = require("./time_zone"); | ||
address.city = require("./city"); | ||
address.street = require("./street"); | ||
address.street_name = require("./street_name"); | ||
address.street_address = require("./street_address"); | ||
address.default_country = require("./default_country"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module["exports"] = [ | ||
"#####" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module["exports"] = [ | ||
"Esc. ###", | ||
"Puerta ###", | ||
"Edificio #" | ||
]; |
Oops, something went wrong.