{"id":13688516,"url":"https://github.com/denosaurs/emoji","last_synced_at":"2025-10-31T10:15:35.742Z","repository":{"id":37933336,"uuid":"292420981","full_name":"denosaurs/emoji","owner":"denosaurs","description":"🦄 Emojis for dinosaurs","archived":false,"fork":false,"pushed_at":"2024-09-09T08:39:43.000Z","size":72,"stargazers_count":25,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-07T09:38:31.700Z","etag":null,"topics":["deno","emoji","hacktoberfest","unicode","utils"],"latest_commit_sha":null,"homepage":"https://deno.land/x/emoji","language":"TypeScript","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/denosaurs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"denosaurs","github":"denosaurs"}},"created_at":"2020-09-03T00:00:16.000Z","updated_at":"2025-04-26T22:17:36.000Z","dependencies_parsed_at":"2023-01-31T02:46:00.942Z","dependency_job_id":"442a4390-c595-4fe4-815a-a172801854ab","html_url":"https://github.com/denosaurs/emoji","commit_stats":{"total_commits":21,"total_committers":7,"mean_commits":3.0,"dds":0.7142857142857143,"last_synced_commit":"7debcd7822293f11c250ed913713a7976264635d"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/denosaurs/emoji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Femoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Femoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Femoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Femoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","download_url":"https://codeload.github.com/denosaurs/emoji/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Femoji/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264890328,"owners_count":23678886,"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":["deno","emoji","hacktoberfest","unicode","utils"],"created_at":"2024-08-02T15:01:15.760Z","updated_at":"2025-10-31T10:15:35.675Z","avatar_url":"https://github.com/denosaurs.png","language":"TypeScript","funding_links":["https://opencollective.com/denosaurs","https://github.com/sponsors/denosaurs"],"categories":["emoji"],"sub_categories":[],"readme":"# emoji\n\n[![Tags](https://img.shields.io/github/release/denosaurs/emoji)](https://github.com/denosaurs/emoji/releases)\n[![CI Status](https://img.shields.io/github/actions/workflow/status/denosaurs/emoji/checks.yml?branch=main)](https://github.com/denosaurs/emoji/actions)\n[![License](https://img.shields.io/github/license/denosaurs/emoji)](https://github.com/denosaurs/emoji/blob/master/LICENSE)\n\n## Usage\n\n```typescript\nimport * as emoji from \"https://deno.land/x/emoji/mod.ts\";\n\n// returns the emoji code for coffee\nemoji.get(\"coffee\");\n\n// `.get` also supports github flavored markdown emoji\nemoji.get(\":fast_forward:\");\n\n// returns the alias \"coffee\"\nemoji.alias(emoji.get(\"coffee\"));\n\n// replaces all :emoji: with the actual emoji, in this case: returns \"I ❤️ ☕️!\"\nemoji.emojify(\"I :heart: :coffee:!\");\n\n// replaces the actual emoji with :emoji:, in this case: returns \"I :heart: :pizza:\"\nemoji.unemojify(\"I ❤️ 🍕\");\n\n// returns a random emoji + key, e.g. `{ emoji: '❤️', key: 'heart' }`\nemoji.random();\n\n// Strips the string from emoji's, in this case returns: \"low disk space\".\nemoji.strip(\"⚠️ 〰️ 〰️ low disk space\");\n\n// Replace emoji's by callback method: \"warning wavy_dash wavy_dash low disk space\"\nemoji.replace(\"⚠️ 〰️ 〰️ low disk space\", (emoji) =\u003e `${emoji.aliases[0]}`);\n```\n\n## Other\n\n### Related\n\n- [node-emoji](https://github.com/omnidan/node-emoji) - simple emoji support for\n  node.js projects\n\n### Contribution\n\nPull request, issues and feedback are very welcome. Code style is formatted with\ndeno fmt and commit messages are done following Conventional Commits spec.\n\n### Licence\n\nCopyright 2020-2022, the denosaurs team. All rights reserved. MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Femoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenosaurs%2Femoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Femoji/lists"}