{
  "_args": [
    [
      "@ant-design/colors@3.1.0",
      "G:\\dhcc-app-dll"
    ]
  ],
  "_from": "@ant-design/colors@3.1.0",
  "_id": "@ant-design/colors@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Td7g1P53sNFyT4Gya6836e70TrhoVZ+HjZs6mpWIHrxl4/VqsjjOyzj/8ktOuw0lCx+BfYu9UO1CiJ0MoYYfhg==",
  "_location": "/@ant-design/colors",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ant-design/colors@3.1.0",
    "name": "@ant-design/colors",
    "escapedName": "@ant-design%2fcolors",
    "scope": "@ant-design",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "/@ant-design/icons-react"
  ],
  "_resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "G:\\dhcc-app-dll",
  "author": {
    "name": "afc163",
    "email": "afc163@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-colors/issues"
  },
  "dependencies": {
    "tinycolor2": "^1.4.1"
  },
  "description": "Color palettes calculator of Ant Design",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/tinycolor2": "^1.4.1",
    "@typescript-eslint/eslint-plugin": "^1.6.0",
    "@typescript-eslint/parser": "^1.6.0",
    "coveralls": "^3.0.3",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.2.0",
    "eslint-plugin-prettier": "^3.0.1",
    "gulp": "^4.0.2",
    "gulp-typescript": "^5.0.1",
    "jest": "^24.7.1",
    "prettier": "^1.16.4",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/ant-design/ant-design-colors#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "name": "@ant-design/colors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-colors.git"
  },
  "scripts": {
    "compile": "gulp",
    "jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "lint": "eslint src --ext .ts",
    "lint:fix": "prettier --write '{src,tests}/**/*.ts'",
    "prepublishOnly": "npm run compile",
    "test": "npm run tsc && npm run lint && npm run jest",
    "tsc": "tsc"
  },
  "version": "3.1.0"
}
