{"id":33904915,"url":"https://github.com/jevko/jevko.js","last_synced_at":"2026-06-05T11:31:27.513Z","repository":{"id":64584673,"uuid":"576779174","full_name":"jevko/jevko.js","owner":"jevko","description":"Implementation of Jevko in JavaScript.","archived":false,"fork":false,"pushed_at":"2024-01-03T19:41:42.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T05:29:18.399Z","etag":null,"topics":["easy","format","javascript","jevko","lean","lossless","minimal","parser","quick","runtime-independent","simple","streaming","syntax","tree","trees","universal","versatile"],"latest_commit_sha":null,"homepage":"https://jevko.org","language":"JavaScript","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/jevko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-11T00:12:34.000Z","updated_at":"2023-12-22T13:58:00.000Z","dependencies_parsed_at":"2024-01-15T01:05:20.662Z","dependency_job_id":"6fb9f919-f2ed-401d-a4ac-fa64a148900a","html_url":"https://github.com/jevko/jevko.js","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"60d189fb846b9409d118b35a6003070b37fb3489"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/jevko/jevko.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevko%2Fjevko.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevko%2Fjevko.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevko%2Fjevko.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevko%2Fjevko.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jevko","download_url":"https://codeload.github.com/jevko/jevko.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jevko%2Fjevko.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["easy","format","javascript","jevko","lean","lossless","minimal","parser","quick","runtime-independent","simple","streaming","syntax","tree","trees","universal","versatile"],"created_at":"2025-12-12T01:42:17.366Z","updated_at":"2026-06-05T11:31:27.491Z","avatar_url":"https://github.com/jevko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Jevko logo\" src=\"logo.svg\" width=\"128\" /\u003e\n\n# jevko.js\n\n[![](https://data.jsdelivr.com/v1/package/gh/jevko/jevko.js/badge)](https://www.jsdelivr.com/package/gh/jevko/jevko.js)\n\nImplementation of [Jevko](https://jevko.org) in JavaScript.\n\nIncludes a Jevko parser/decoder (`jevkoFromString`) and a Jevko stringifier/encoder (`jevkoToString`).\n\n\u003c!-- as well as fns that can escape, stringtoheredoc --\u003e\n\u003c!-- supports the heredoc grammar extension --\u003e\n\n## Installation\n\n### Node.js\n\nAn [npm package](https://www.npmjs.com/package/@jevko-org/jevko.js) is available:\n\n```\nnpm install @jevko-org/jevko.js\n```\n\n### Deno and the browser\n\nImport from [jsDelivr](https://www.jsdelivr.com/):\n\n```js\nimport {jevkoFromString} from 'https://cdn.jsdelivr.net/gh/jevko/jevko.js@v0.2.0/mod.js'\n```\n\n## Quickstart\n\n```js\nimport {jevkoFromString} from 'https://cdn.jsdelivr.net/gh/jevko/jevko.js@v0.2.0/mod.js'\n\njevkoFromString(`hello [world]`) \n// -\u003e {\n//   \"subjevkos\": [\n//     {\n//       \"prefix\": \"hello \",\n//       \"jevko\": {\n//         \"subjevkos\": [],\n//         \"suffix\": \"world\"\n//       }\n//     }\n//   ],\n//   \"suffix\": \"\"\n// }\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevko%2Fjevko.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjevko%2Fjevko.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjevko%2Fjevko.js/lists"}