{"id":22021606,"url":"https://github.com/lamansky/hebrew","last_synced_at":"2026-03-14T03:34:04.535Z","repository":{"id":57262256,"uuid":"144866000","full_name":"lamansky/hebrew","owner":"lamansky","description":"A JSON file of Hebrew character names and Unicode points.","archived":false,"fork":false,"pushed_at":"2018-08-15T15:09:54.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T16:19:18.293Z","etag":null,"topics":["characters","hebrew","json","node-module","unicode"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lamansky.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-15T14:48:49.000Z","updated_at":"2023-07-08T20:10:24.000Z","dependencies_parsed_at":"2022-08-26T23:01:21.379Z","dependency_job_id":null,"html_url":"https://github.com/lamansky/hebrew","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Fhebrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Fhebrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Fhebrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Fhebrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamansky","download_url":"https://codeload.github.com/lamansky/hebrew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252831069,"owners_count":21810775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["characters","hebrew","json","node-module","unicode"],"created_at":"2024-11-30T06:13:12.723Z","updated_at":"2026-03-14T03:33:59.482Z","avatar_url":"https://github.com/lamansky.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# hebrew\n\nA JSON file of Hebrew character names and Unicode points.\n\n## Rationale\n\nProgramming with Hebrew can be tricky. Code editors can have difficulty working with right-to-left characters in the midst of left-to-right code, and combining characters (which pointed Hebrew uses constantly) are almost impossible to work with by themselves in a code editor without rendering them as obscure codes like `\\u05b0`.\n\nThis JSON file gives you named Hebrew character variables to work with, so you can, for example, type `holam` instead of `'\\u05b9'`.\n\n## Important Notes\n\n* There are many different ways to spell English transliterations of Hebrew character names. This library uses the same spellings as those found in [the Unicode standard](https://www.unicode.org/charts/PDF/U0590.pdf).\n\n* In the JSON object, the characters are subdivided by seven keys corresponding to the Hebrew character category name prefixes in the Unicode standard (`letters`, `points`, `accents`, `punctuation`, `marks`, `signs`, `yiddishLigatures`).\n\n* Those consonants which have a final form (kaf, mem, nun, pe, and tsadi) will have both forms in an array, the final form being last.\n\n## Installation\n\nUsing [Node.js](https://nodejs.org/):\n\n```bash\nnpm i hebrew\n```\n\n## Examples\n\n```javascript\nconst {letters: {dalet, vav}, points: {dagesh, hiriq, qamats}} = require('hebrew')\n\ndalet + dagesh + qamats + vav + hiriq + dalet // 'דָּוִד'\n```\n\n```javascript\nconst {letters: {kaf: [kaf, finalKaf]}} = require('hebrew')\n\nkaf // 'כ'\nfinalKaf // 'ך'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamansky%2Fhebrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamansky%2Fhebrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamansky%2Fhebrew/lists"}