Socket
Book a DemoInstallSign in
Socket

@qit.tools/unicode-emoji-json-lite

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@qit.tools/unicode-emoji-json-lite

This library provides a lightweight version of the unicode-emoji-json library.

0.1.1
unpublished
Source
npmnpm
Version published
Weekly downloads
16
14.29%
Maintainers
1
Weekly downloads
Β 
Created
Source

Unicode Emoji JSON Lite

This library provides a lightweight version of the unicode-emoji-json library. Essentially, this library simplifies JSON files by using ready-made JSON from the unicode-emoji-json library.

npm i @qit.tools/unicode-emoji-json-lite

Details

Skin tone variations

Emoji's skin tone variations are consolidated into one base entry, with a tone flag on them.

This means one entry of πŸ‘‹ represents its 5 variations– πŸ‘‹πŸ», πŸ‘‹πŸΌ, πŸ‘‹πŸ½, πŸ‘‹πŸΎ, πŸ‘‹πŸΏ; while raw unicode data list them as individual emoji entries.

The tone flag is present where needed; in other cases, it remains undefined to avoid creating a negative flag.

Files

data-by-emoji-lite.json:

{
  "πŸ˜€": {
    "name": "grinning face",
    "group": "SE"
  },
  ...
  "πŸ‘‹": {
    "name": "waving hand",
    "group": "PB",
    "tone": true
  },
}

data-by-group-lite.json:

[
  {
    "name": "SE",
    "emojis": [
      {
        "emoji": "πŸ˜€",
        "name": "grinning face"
      },
    ...
  }
]

data-emoji-components.json:

{
  "light_skin_tone": "🏻",
  "medium_light_skin_tone": "🏼",
  "medium_skin_tone": "🏽",
  "medium_dark_skin_tone": "🏾",
  "dark_skin_tone": "🏿",
  "red_hair": "🦰",
  "curly_hair": "🦱",
  "white_hair": "🦳",
  "bald": "🦲"
}

data-group-shortcuts.json:

{
  "Smileys & Emotion": "SE",
  "People & Body": "PB",
  "Animals & Nature": "AN",
  "Food & Drink": "FD",
  "Travel & Places": "TP",
  "Activities": "A",
  "Objects": "O",
  "Symbols": "S",
  "Flags": "F"
}

data-ordered-emoji.json:

[
  "πŸ˜€",
  "πŸ˜ƒ",
  "πŸ˜„",
  "😁",
  ...
]

Unicode License Agreement

https://www.unicode.org/license.html

Keywords

emoji

FAQs

Package last updated on 11 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.