{
  "_from": "@ant-design/colors@^6.0.0",
  "_id": "@ant-design/colors@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
  "_location": "/@ant-design/colors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ant-design/colors@^6.0.0",
    "name": "@ant-design/colors",
    "escapedName": "@ant-design%2fcolors",
    "scope": "@ant-design",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/@ant-design/icons",
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-6.0.0.tgz",
  "_shasum": "9b9366257cffcc47db42b9d0203bb592c13c0298",
  "_spec": "@ant-design/colors@^6.0.0",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/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.4.0"
  },
  "deprecated": false,
  "description": "Color palettes calculator of Ant Design",
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "@typescript-eslint/parser": "^4.7.0",
    "coveralls": "^3.0.3",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.0.1",
    "father": "^2.29.5",
    "jest": "^26.0.1",
    "np": "^7.0.0",
    "prettier": "^2.0.0",
    "ts-jest": "^26.0.0",
    "typescript": "^4.0.2"
  },
  "files": [
    "lib",
    "dist/index.js",
    "dist/index.esm.js",
    "dist/src/index.d.ts",
    "dist/src/generate.d.ts"
  ],
  "homepage": "https://github.com/ant-design/ant-design-colors#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "name": "@ant-design/colors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-colors.git"
  },
  "scripts": {
    "compile": "father build --esm --cjs",
    "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "jest": "jest",
    "lint": "eslint src --ext .ts",
    "lint:fix": "prettier --write '{src,tests}/**/*.ts'",
    "prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
    "test": "npm run tsc && npm run lint && npm run jest",
    "tsc": "tsc --noEmit"
  },
  "typings": "dist/src/index.d.ts",
  "version": "6.0.0"
}
