{
  "_from": "@csstools/color-helpers@^5.1.0",
  "_id": "@csstools/color-helpers@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
  "_location": "/@csstools/color-helpers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/color-helpers@^5.1.0",
    "name": "@csstools/color-helpers",
    "escapedName": "@csstools%2fcolor-helpers",
    "scope": "@csstools",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/@csstools/css-color-parser"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
  "_shasum": "106c54c808cabfd1ab4c602d8505ee584c2996ef",
  "_spec": "@csstools/color-helpers@^5.1.0",
  "_where": "/home/easypc6/backend/node_modules/@csstools/css-color-parser",
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Antonio Laguna",
      "email": "antonio@laguna.es",
      "url": "https://antonio.laguna.es"
    },
    {
      "name": "Romain Menke",
      "email": "romainmenke@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Color helpers to ease transformation between formats, gamut, etc",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/csstools"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/csstools"
    }
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers#readme",
  "keywords": [
    "colors",
    "css"
  ],
  "license": "MIT-0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/color-helpers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "packages/color-helpers"
  },
  "scripts": {},
  "type": "module",
  "version": "5.1.0"
}
