@clregions/data
Version:
Paquete de datos para regiones de Chile, proporcionando acceso a información estructurada en formato JSON, CSV y SQL
149 lines (145 loc) • 3.57 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// ts/array/regions.ts
var regions_exports = {};
__export(regions_exports, {
regions: () => regions
});
module.exports = __toCommonJS(regions_exports);
// json/regions.json
var regions_default = [
{
id: "01",
name: "Regi\xF3n de Tarapac\xE1",
shortName: "Tarapac\xE1",
abbreviation: "TPCA",
isoCode: "CL-TA"
},
{
id: "02",
name: "Regi\xF3n de Antofagasta",
shortName: "Antofagasta",
abbreviation: "ANTOF",
isoCode: "CL-AN"
},
{
id: "03",
name: "Regi\xF3n de Atacama",
shortName: "Atacama",
abbreviation: "ATCMA",
isoCode: "CL-AT"
},
{
id: "04",
name: "Regi\xF3n de Coquimbo",
shortName: "Coquimbo",
abbreviation: "COQ",
isoCode: "CL-CO"
},
{
id: "05",
name: "Regi\xF3n de Valpara\xEDso",
shortName: "Valpara\xEDso",
abbreviation: "VALPO",
isoCode: "CL-VS"
},
{
id: "06",
name: "Regi\xF3n del Libertador General Bernardo O'Higgins",
shortName: "Libertador General Bernardo O'Higgins",
abbreviation: "LGBO",
isoCode: "CL-LI"
},
{
id: "07",
name: "Regi\xF3n del Maule",
shortName: "Maule",
abbreviation: "MAULE",
isoCode: "CL-ML"
},
{
id: "08",
name: "Regi\xF3n del Biob\xEDo",
shortName: "Biob\xEDo",
abbreviation: "BBIO",
isoCode: "CL-BI"
},
{
id: "09",
name: "Regi\xF3n de La Araucan\xEDa",
shortName: "La Araucan\xEDa",
abbreviation: "ARAUC",
isoCode: "CL-AR"
},
{
id: "10",
name: "Regi\xF3n de Los Lagos",
shortName: "Los Lagos",
abbreviation: "LAGOS",
isoCode: "CL-LL"
},
{
id: "11",
name: "Regi\xF3n Ays\xE9n del General Carlos Ib\xE1\xF1ez del Campo",
shortName: "Ays\xE9n del General Carlos Ib\xE1\xF1ez del Campo",
abbreviation: "AYSEN",
isoCode: "CL-AI"
},
{
id: "12",
name: "Regi\xF3n de Magallanes y de la Ant\xE1rtica Chilena",
shortName: "Magallanes y de la Ant\xE1rtica Chilena",
abbreviation: "MAG",
isoCode: "CL-MA"
},
{
id: "13",
name: "Regi\xF3n Metropolitana de Santiago",
shortName: "Metropolitana de Santiago",
abbreviation: "RM",
isoCode: "CL-RM"
},
{
id: "14",
name: "Regi\xF3n de Los R\xEDos",
shortName: "Los R\xEDos",
abbreviation: "RIOS",
isoCode: "CL-LR"
},
{
id: "15",
name: "Regi\xF3n de Arica y Parinacota",
shortName: "Arica y Parinacota",
abbreviation: "AyP",
isoCode: "CL-AP"
},
{
id: "16",
name: "Regi\xF3n de \xD1uble",
shortName: "\xD1uble",
abbreviation: "NUBLE",
isoCode: "CL-NB"
}
];
// ts/array/regions.ts
var regions = regions_default;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
regions
});