{
  "name": "chalk",
  "version": "4.1.2",
  "description": "Terminal string styling done right",
  "license": "MIT",
  "repository": "chalk/chalk",
  "funding": "https://github.com/chalk/chalk?sponsor=1",
  "main": "source",
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "string",
    "str",
    "ansi",
    "style",
    "styles",
    "tty",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "xo": {
    "rules": {
      "unicorn/prefer-string-slice": "off",
      "unicorn/prefer-includes": "off",
      "@typescript-eslint/member-ordering": "off",
      "no-redeclare": "off",
      "unicorn/string-content": "off",
      "unicorn/better-regex": "off"
    }
  }
}
