{
  "_from": "color@^4.0.1",
  "_id": "color@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-o2rkkxyLGgYoeUy1OodXpbPAQNmlNBrirQ8ODO8QutzDiDMNdezSOZLNnusQ6pUpCQJUsaJIo9DZJKqa2HgH7A==",
  "_location": "/color",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "color@^4.0.1",
    "name": "color",
    "escapedName": "color",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/tailwindcss"
  ],
  "_resolved": "https://registry.npmjs.org/color/-/color-4.1.0.tgz",
  "_shasum": "9502e6a2dcacb26adf4c60910a27628d010b3de3",
  "_spec": "color@^4.0.1",
  "_where": "C:\\xampp\\htdocs\\centromedicoorl\\node_modules\\tailwindcss",
  "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": "^2.0.1",
    "color-string": "^1.9.0"
  },
  "deprecated": false,
  "description": "Color conversion and manipulation with CSS string support",
  "devDependencies": {
    "mocha": "9.0.2",
    "xo": "0.42.0"
  },
  "files": [
    "LICENSE",
    "index.js"
  ],
  "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": {
    "pretest": "xo",
    "test": "mocha"
  },
  "version": "4.1.0",
  "xo": {
    "rules": {
      "no-cond-assign": 0,
      "new-cap": 0,
      "unicorn/prefer-module": 0,
      "no-mixed-operators": 0,
      "complexity": 0
    }
  }
}
