{
  "_from": "color@^5.0.2",
  "_id": "color@5.0.3",
  "_inBundle": false,
  "_integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==",
  "_location": "/color",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "color@^5.0.2",
    "name": "color",
    "escapedName": "color",
    "rawSpec": "^5.0.2",
    "saveSpec": null,
    "fetchSpec": "^5.0.2"
  },
  "_requiredBy": [
    "/@so-ric/colorspace"
  ],
  "_resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz",
  "_shasum": "f79390b1b778e222ffbb54304d3dbeaef633f97f",
  "_spec": "color@^5.0.2",
  "_where": "/var/www/backendCherryk/cherry-k-be/node_modules/@so-ric/colorspace",
  "authors": [
    "Josh Junon <josh@junon.me>",
    "Heather Arthur <fayearthur@gmail.com>",
    "Maxime Thirouin"
  ],
  "bugs": {
    "url": "https://github.com/Qix-/color/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "color-convert": "^3.1.3",
    "color-string": "^2.1.3"
  },
  "deprecated": false,
  "description": "Color conversion and manipulation with CSS string support",
  "devDependencies": {
    "mocha": "11.1.0",
    "tsd": "0.31.2",
    "xo": "0.60.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": "./index.js",
  "files": [
    "LICENSE",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/Qix-/color#readme",
  "keywords": [
    "color",
    "colour",
    "css"
  ],
  "license": "MIT",
  "name": "color",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qix-/color.git"
  },
  "scripts": {
    "test": "xo && tsd && mocha"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./index.d.ts",
  "version": "5.0.3",
  "xo": {
    "rules": {
      "no-bitwise": 0,
      "no-cond-assign": 0,
      "new-cap": 0,
      "unicorn/prefer-module": 0,
      "no-mixed-operators": 0,
      "complexity": 0,
      "unicorn/numeric-separators-style": 0
    }
  }
}
