{
  "_from": "@colordx/core@^5.4.3",
  "_id": "@colordx/core@5.4.3",
  "_inBundle": false,
  "_integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==",
  "_location": "/@colordx/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@colordx/core@^5.4.3",
    "name": "@colordx/core",
    "escapedName": "@colordx%2fcore",
    "scope": "@colordx",
    "rawSpec": "^5.4.3",
    "saveSpec": null,
    "fetchSpec": "^5.4.3"
  },
  "_requiredBy": [
    "/postcss-colormin",
    "/postcss-minify-gradients"
  ],
  "_resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz",
  "_shasum": "35a8d239b324a6cdf9a16de9970a32c8abc24824",
  "_spec": "@colordx/core@^5.4.3",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/postcss-colormin",
  "author": {
    "name": "Dmitrii Kriaklin"
  },
  "bugs": {
    "url": "https://github.com/dkryaklin/colordx/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A high-performance color library with extended support for modern color spaces including OKLCH, OKLAB, Display-P3, and more",
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.80.0",
    "@changesets/cli": "^2.30.0",
    "@stryker-mutator/core": "^9.6.1",
    "@stryker-mutator/vitest-runner": "^9.6.1",
    "@texel/color": "^1.1.11",
    "@trivago/prettier-plugin-sort-imports": "^6.0.2",
    "@types/chroma-js": "^3",
    "@types/culori": "^4.0.1",
    "@types/tinycolor2": "^1",
    "@vitest/coverage-v8": "^4.1.0",
    "chroma-js": "^3.2.0",
    "color": "^5.0.3",
    "colord": "^2.9.3",
    "culori": "^4.0.2",
    "esbuild": "^0.28.0",
    "eslint": "^9.39.0",
    "eslint-config-prettier": "^10.1.8",
    "fast-check": "^4.6.0",
    "husky": "^9.1.7",
    "knip": "^6.7.0",
    "lint-staged": "^16.4.0",
    "mitata": "^1.0.34",
    "prettier": "^3.8.1",
    "publint": "^0.3.18",
    "tinycolor2": "^1.6.0",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.1",
    "vitest": "^4.1.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./plugins/*": {
      "import": {
        "types": "./dist/plugins/*.d.ts",
        "default": "./dist/plugins/*.mjs"
      },
      "require": {
        "types": "./dist/plugins/*.d.cts",
        "default": "./dist/plugins/*.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://colordx.dev",
  "keywords": [
    "color",
    "colour",
    "oklch",
    "oklab",
    "display-p3",
    "wide-gamut",
    "hsl",
    "rgb",
    "hex",
    "hsv",
    "hwb",
    "lab",
    "lch",
    "xyz",
    "cmyk",
    "color-space",
    "color-manipulation",
    "color-conversion",
    "performance"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/**/*.ts": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "@colordx/core",
  "packageManager": "yarn@4.13.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dkryaklin/colordx.git"
  },
  "scripts": {
    "bench": "node --expose-gc --import tsx/esm bench/index.ts",
    "build": "tsup",
    "changeset": "changeset",
    "changeset:ai": "tsx scripts/changeset.ts",
    "check": "tsc --noEmit && yarn test:types && echo 'tsc ok' && yarn lint && yarn format",
    "dev": "tsup --watch",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "knip": "knip",
    "lint": "eslint src",
    "prepare": "node --eval \"if (process.env.CI) process.exit(0)\" && husky || true",
    "release": "yarn build && publint && changeset publish",
    "size": "tsx scripts/size.ts",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:mutate": "stryker run",
    "test:types": "tsc --noEmit -p tsconfig.tests.json",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "version": "changeset version"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "plugins/*": [
        "./dist/plugins/*.d.ts"
      ]
    }
  },
  "version": "5.4.3"
}
