{"id":51895827,"url":"https://github.com/stamat/marked-github-emoji","last_synced_at":"2026-07-26T09:30:38.592Z","repository":{"id":370775256,"uuid":"1296906897","full_name":"stamat/marked-github-emoji","owner":"stamat","description":"marked extension to parse GitHub-style shortcodes into native system emojis","archived":false,"fork":false,"pushed_at":"2026-07-10T21:39:00.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-10T23:09:36.342Z","etag":null,"topics":["emoji","gemoji","github","markdown","marked","marked-extension","shortcode"],"latest_commit_sha":null,"homepage":"","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/stamat.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-10T21:14:34.000Z","updated_at":"2026-07-10T21:39:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stamat/marked-github-emoji","commit_stats":null,"previous_names":["stamat/marked-github-emoji"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stamat/marked-github-emoji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fmarked-github-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fmarked-github-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fmarked-github-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fmarked-github-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stamat","download_url":"https://codeload.github.com/stamat/marked-github-emoji/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fmarked-github-emoji/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35910592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-26T02:00:06.503Z","response_time":89,"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":["emoji","gemoji","github","markdown","marked","marked-extension","shortcode"],"created_at":"2026-07-26T09:30:38.190Z","updated_at":"2026-07-26T09:30:38.584Z","avatar_url":"https://github.com/stamat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marked-github-emoji [![npm version](https://img.shields.io/npm/v/marked-github-emoji)](https://www.npmjs.com/package/marked-github-emoji)\n\nA lightweight, zero-dependency `marked` extension to parse GitHub-style shortcodes into native system emojis.\n\nCause I just want emoji shortcodes that I'm used to in my MDs...\n\n`emojis.json` emoji dictionary is generated directly from `https://api.github.com/emojis` and `https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json` using the `npm run generate-dict` script.\n\nSupport for legendary :shipit:, :suspect:, :trollface:, :octocat:, :atom: (my good old friend 😢), :electron:, etc... that get rendered as an image.\n\n## Installation\n\n```bash\nnpm install marked-github-emoji\n```\n\n## Usage\n\n```javascript\nimport { marked } from \"marked\";\nimport { markedGithubEmoji } from \"marked-github-emoji\";\n\nmarked.use(markedGithubEmoji());\n\nconst html = marked.parse(\"Hello :rocket: :+1:\");\n// \u003cp\u003eHello 🚀 👍\u003c/p\u003e\n```\n\nHi! :wave: Bye! :wave:\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstamat%2Fmarked-github-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstamat%2Fmarked-github-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstamat%2Fmarked-github-emoji/lists"}