hebrew-transliteration
Version:
a package for transliterating Hebrew
111 lines (110 loc) • 2.45 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);
var sblSimple_exports = {};
__export(sblSimple_exports, {
sblSimple: () => sblSimple
});
module.exports = __toCommonJS(sblSimple_exports);
const sblSimple = {
ALEF: "",
BET: "v",
BET_DAGESH: "b",
GIMEL: "g",
DALET: "d",
HE: "h",
VAV: "v",
ZAYIN: "z",
HET: "kh",
TET: "t",
YOD: "y",
KAF: "kh",
KAF_DAGESH: "k",
FINAL_KAF: "kh",
LAMED: "l",
MEM: "m",
FINAL_MEM: "m",
NUN: "n",
FINAL_NUN: "n",
SAMEKH: "s",
AYIN: "",
PE: "f",
PE_DAGESH: "p",
FINAL_PE: "f",
TSADI: "ts",
FINAL_TSADI: "ts",
QOF: "q",
RESH: "r",
SIN: "s",
SHIN: "sh",
TAV: "t",
DAGESH: "",
DAGESH_CHAZAQ: true,
VOCAL_SHEVA: "e",
PATAH: "a",
HATAF_PATAH: "a",
QAMATS: "a",
HATAF_QAMATS: "o",
SEGOL: "e",
HATAF_SEGOL: "e",
TSERE: "e",
HIRIQ: "i",
HOLAM: "o",
HOLAM_HASER: "o",
QUBUTS: "u",
QAMATS_HE: "ah",
SEGOL_HE: "eh",
TSERE_HE: "eh",
SEGOL_YOD: "e",
HIRIQ_YOD: "i",
TSERE_YOD: "e",
FURTIVE_PATAH: "a",
QAMATS_QATAN: "o",
HOLAM_VAV: "o",
SHUREQ: "u",
MS_SUFX: "ayw",
PASEQ: "",
SOF_PASUQ: "",
MAQAF: "-",
DIVINE_NAME: "yhwh",
ADDITIONAL_FEATURES: [
{
FEATURE: "cluster",
HEBREW: "\u05E9\u05C1\u05BC",
TRANSLITERATION: "sh"
},
{
FEATURE: "cluster",
HEBREW: "\u05E6\u05BC",
TRANSLITERATION: "ts"
}
],
longVowels: true,
shevaAfterMeteg: true,
sqnmlvy: true,
qametsQatan: true,
wawShureq: true,
article: true,
allowNoNiqqud: true,
strict: false,
holemHaser: "remove"
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
sblSimple
});
//# sourceMappingURL=sblSimple.js.map