{
  "_from": "color-string@^2.1.3",
  "_id": "color-string@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==",
  "_location": "/color-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "color-string@^2.1.3",
    "name": "color-string",
    "escapedName": "color-string",
    "rawSpec": "^2.1.3",
    "saveSpec": null,
    "fetchSpec": "^2.1.3"
  },
  "_requiredBy": [
    "/color"
  ],
  "_resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz",
  "_shasum": "9dcf566ff976e23368c8bd673f5c35103ab41058",
  "_spec": "color-string@^2.1.3",
  "_where": "/var/www/backendCherryk/cherry-k-be/node_modules/color",
  "author": {
    "name": "Josh Junon",
    "url": "https://github.com/qix-"
  },
  "bugs": {
    "url": "https://github.com/Qix-/color-string/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Maxime Thirouin"
    },
    {
      "name": "Dyma Ywanov",
      "email": "dfcreative@gmail.com"
    },
    {
      "name": "Heather Arthur",
      "email": "fayearthur@gmail.com"
    },
    {
      "name": "LitoMore",
      "url": "https://github.com/LitoMore"
    }
  ],
  "dependencies": {
    "color-name": "^2.0.0"
  },
  "deprecated": false,
  "description": "Parser and generator for CSS color strings",
  "devDependencies": {
    "tsd": "^0.31.2",
    "xo": "^0.60.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/Qix-/color-string#readme",
  "keywords": [
    "color",
    "colour",
    "rgb",
    "css"
  ],
  "license": "MIT",
  "name": "color-string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qix-/color-string.git"
  },
  "scripts": {
    "test": "xo && tsd && node test.js"
  },
  "type": "module",
  "types": "./index.d.ts",
  "version": "2.1.4",
  "xo": {
    "rules": {
      "no-cond-assign": 0,
      "operator-linebreak": 0,
      "@typescript-eslint/ban-types": 0
    }
  }
}
