{
  "_from": "@ant-design/colors@^7.1.0",
  "_id": "@ant-design/colors@7.1.0",
  "_inBundle": false,
  "_integrity": "sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==",
  "_location": "/@ant-design/colors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ant-design/colors@^7.1.0",
    "name": "@ant-design/colors",
    "escapedName": "@ant-design%2fcolors",
    "scope": "@ant-design",
    "rawSpec": "^7.1.0",
    "saveSpec": null,
    "fetchSpec": "^7.1.0"
  },
  "_requiredBy": [
    "/@ant-design/icons",
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.1.0.tgz",
  "_shasum": "60eadfa2e21871d8948dac5d50b9f056062f8af3",
  "_spec": "@ant-design/colors@^7.1.0",
  "_where": "/var/www/html/frontend-new/node_modules/antd",
  "author": {
    "name": "afc163",
    "email": "afc163@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-colors/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@ctrl/tinycolor": "^3.6.1"
  },
  "deprecated": false,
  "description": "Color palettes calculator of Ant Design",
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/node": "^20.14.9",
    "@umijs/fabric": "^3.0.0",
    "eslint": "^7.32.0",
    "father": "^4.4.4",
    "jest": "^26.6.3",
    "np": "^7.7.0",
    "prettier": "^2.8.8",
    "ts-jest": "^26.5.6",
    "tsx": "^4.16.0",
    "typescript": "^4.9.5",
    "vitest": "^1.6.0"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "https://github.com/ant-design/ant-design-colors#readme",
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "@ant-design/colors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-colors.git"
  },
  "scripts": {
    "bench": "vitest bench",
    "compile": "father build",
    "coverage": "npm test -- --coverage",
    "lint": "eslint src --ext .ts",
    "prepare": "tsx generate-presets",
    "prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "test": "jest"
  },
  "typings": "es/index.d.ts",
  "version": "7.1.0"
}
