{"id":21198616,"url":"https://github.com/natlibfi/sfs-4900","last_synced_at":"2025-10-28T16:10:04.286Z","repository":{"id":144743906,"uuid":"72428267","full_name":"NatLibFi/sfs-4900","owner":"NatLibFi","description":"Transliteration of cyrillic to latin according to Finnish standard SFS 4900","archived":false,"fork":false,"pushed_at":"2024-12-10T10:40:01.000Z","size":320,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-30T06:49:13.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NatLibFi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-31T10:59:07.000Z","updated_at":"2024-12-10T10:40:06.000Z","dependencies_parsed_at":"2024-11-06T04:18:32.070Z","dependency_job_id":"5908f1ac-b956-41e0-b519-5abde7ffe330","html_url":"https://github.com/NatLibFi/sfs-4900","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NatLibFi/sfs-4900","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2Fsfs-4900","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2Fsfs-4900/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2Fsfs-4900/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2Fsfs-4900/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NatLibFi","download_url":"https://codeload.github.com/NatLibFi/sfs-4900/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLibFi%2Fsfs-4900/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264538580,"owners_count":23624436,"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":[],"created_at":"2024-11-20T19:52:40.585Z","updated_at":"2025-10-28T16:09:59.234Z","avatar_url":"https://github.com/NatLibFi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SFS 4900 based transliteration from Russian and Ukranian to Finnish\n\n## Installation\n\n```\nnpm install sfs-4900\n```\n\n## Usage\n\n```\nvar converter = require('sfs-4900');\n\nvar conversion = converter.convertToLatin('Чайковский, Гоголь'); // defaults to russian\n\n// Second argument can be used to specify language code: 'rus' or 'ukr':\nvar ukrainianConversion = converter.convertToLatin('Гоголь', 'ukr');\n\n\n\nconsole.log(conversion);\n/* prints:\n{\n 'from': 'Чайковский, Гоголь',\n 'result': 'Tšaikovski, Gogol',\n 'warnings': []\n}\n*/\n\n\nconsole.log(ukrainianConversion);\n/* prints:\n{\n 'from': 'Гоголь',\n 'result': 'Hohol',\n 'warnings': []\n}\n*/\n```\n\nWarnings include notes on characters that were not converted.\n\n## See also\n\n- https://fi.wikipedia.org/wiki/Ven%C3%A4j%C3%A4n_translitterointi\n\n- https://fi.wikipedia.org/wiki/Ukrainan_translitterointi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlibfi%2Fsfs-4900","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatlibfi%2Fsfs-4900","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlibfi%2Fsfs-4900/lists"}