{
  "_from": "emoji-regex@^10.3.0",
  "_id": "emoji-regex@10.6.0",
  "_inBundle": false,
  "_integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  "_location": "/emoji-regex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "emoji-regex@^10.3.0",
    "name": "emoji-regex",
    "escapedName": "emoji-regex",
    "rawSpec": "^10.3.0",
    "saveSpec": null,
    "fetchSpec": "^10.3.0"
  },
  "_requiredBy": [
    "/cliui/string-width",
    "/wrap-ansi/string-width"
  ],
  "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  "_shasum": "bf3d6e8f7f8fd22a65d9703475bc0147357a6b0d",
  "_spec": "emoji-regex@^10.3.0",
  "_where": "/var/www/web-lab/node_modules/cliui/node_modules/string-width",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  "devDependencies": {
    "@unicode/unicode-17.0.0": "^1.6.10",
    "emoji-test-regex-pattern": "^2.4.0",
    "mocha": "^11.7.2"
  },
  "files": [
    "LICENSE-MIT.txt",
    "index.js",
    "index.d.ts",
    "index.mjs"
  ],
  "homepage": "https://mths.be/emoji-regex",
  "keywords": [
    "unicode",
    "regex",
    "regexp",
    "regular expressions",
    "code points",
    "symbols",
    "characters",
    "emoji"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "name": "emoji-regex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  },
  "scripts": {
    "build": "node script/build.js",
    "test": "mocha",
    "test:watch": "npm run test -- --watch"
  },
  "types": "index.d.ts",
  "version": "10.6.0"
}
