{
  "_args": [
    [
      "@rc-component/color-picker@1.2.0",
      "/data/DATAPROJECTS/playground/daniel/TikTok-Shop-Data-Sync-Services"
    ]
  ],
  "_from": "@rc-component/color-picker@1.2.0",
  "_id": "@rc-component/color-picker@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-IitJ6RWGHs7btI1AqzGPrehr5bueWLGDUyMKwDwvFunfSDo/o8g/95kUG55vC5EYLM0ZJ3SDfw45OrW5KAx3oA==",
  "_location": "/@rc-component/color-picker",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@rc-component/color-picker@1.2.0",
    "name": "@rc-component/color-picker",
    "escapedName": "@rc-component%2fcolor-picker",
    "scope": "@rc-component",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/data/DATAPROJECTS/playground/daniel/TikTok-Shop-Data-Sync-Services",
  "bugs": {
    "url": "http://github.com/react-component/color-picker/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "@ctrl/tinycolor": "^3.6.0",
    "classnames": "^2.2.6",
    "rc-util": "^5.30.0"
  },
  "description": "React Color Picker",
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.0",
    "@rc-component/trigger": "^1.13.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@types/classnames": "^2.2.6",
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^3.0.0",
    "@vitest/coverage-c8": "^0.31.0",
    "dumi": "^2.0.18",
    "eslint": "^7.0.0",
    "father": "^4.0.0",
    "gh-pages": "^4.0.0",
    "husky": "^8.0.3",
    "jsdom": "^22.0.0",
    "lint-staged": "^13.1.0",
    "np": "^7.0.0",
    "prettier": "^2.0.5",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.0.3",
    "vitest": "^0.31.0"
  },
  "files": [
    "assets/*.css",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/color-picker",
  "keywords": [
    "react",
    "react-component",
    "react-mentions",
    "color-picker"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.{js,jsx,tsx,ts,md,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "./lib/index",
  "module": "./es/index",
  "name": "@rc-component/color-picker",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/color-picker.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "vitest run --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .doc",
    "docs:preview": "PREVIEW=true dumi build",
    "gh-pages": "npm run docs:build && npm run docs:deploy",
    "lint": "eslint src/ --ext .tsx,.ts",
    "postpublish": "npm run gh-pages",
    "prepare": "husky install",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "dumi dev",
    "test": "vitest run"
  },
  "version": "1.2.0"
}
