{
	"name": "@ant-design/colors",
	"versions": {
		"2.0.0": {
			"name": "@ant-design/colors",
			"version": "2.0.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "eslint .",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^23.3.10",
				"@types/tinycolor2": "^1.4.1",
				"coveralls": "^3.0.2",
				"eslint": "^5.11.0",
				"eslint-plugin-typescript": "^0.14.0",
				"jest": "^23.6.0",
				"ts-jest": "^23.10.5",
				"typescript": "^3.2.2",
				"typescript-eslint-parser": "^21.0.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "6ce23e454c7a6c5f48d21c9899be52d287e63581",
			"_id": "@ant-design/colors@2.0.0",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-BzkbBp9wIDT452Xsf1d6VS/RANg+weYeYCKSNEEVBqiaYxrDp8D9bi2AqeJl3mJcGMYfQCLh7KiDd2TxJHNNAg==",
				"shasum": "4ff5d94300aed96563e8f55dcdec4e6d43241040",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.0.tgz",
				"fileCount": 11,
				"unpackedSize": 14462,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcH5OFCRA9TVsSAnZWagAACsgQAJgZOrIEfm2J7oAGOMH4\nqQvbriXfbOdafLsv7WabQW6AXwrgx58+s/ffDRqjwDbdVSTbzdLf2QmAX8YZ\nFAq+/3xIzGb04y7AcGzqJHhFqBQWVHbosADg28SM7yXFYh8oGE2pvLnjrBfV\nSxjOAszGn3eqWaPYyKh6t6oA7N0kDbD5avi4lVnHdC0D1I3dNI+UXnHoagTP\niIycn5mEpsgSKAYobcVIdlXvBmYmfg8lLNaECpSYFGCjit1TjQRkXT5u9mCY\nMlFi0I0ik9HGfZx+kIrcYFjc44xgkok3UeOtI5lFrkXuWu+Mp46+edFCOPoh\ngffm0v9y8TXWavuw8/65x9j3JoEiUGkXDiURvN0gTbn5kyWOJ4F9P8KF4MqB\nuQd+Numh3VNl2M5xIuy/rL5Py3hFdIfn7UnWwUL10RlZZidP/xI9/riEOrdV\nFW7d7fTD8aSzjIamGxMwwJWsn8X+OogjB6GG+QYY7FFB92giVEGSD/jOk37a\nURph/D8bqtJE+PCpQCauWvkJ3jnYDab6SysXzqN/8od2MJlLOI5Q+9jjodNX\nNpkpMZSfKXDqEFo3IdOC5VfbR1Bbg7Ix1KDA5uEIwa/4sYoUhB2ndUKisJMG\nZgQ6MpXPsRM6e47Qnb8YvehT/xvyLIWX+wPM2i9JEDAtfiPpAJG+WXt4MxKY\nrtgC\r\n=Domj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "bang88",
					"email": "sqibang@gmail.com"
				},
				{
					"name": "tangjinzhou",
					"email": "415800467@qq.com"
				},
				{
					"name": "wendzhue",
					"email": "wendzhue@gmail.com"
				},
				{
					"name": "vthinkxie",
					"email": "vthinkxie@gmail.com"
				},
				{
					"name": "wilsoncook",
					"email": "jackzcs@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				},
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "heskey",
					"email": "hezhiyu233@foxmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_2.0.0_1545573252655_0.6873181566052557"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "@ant-design/colors",
			"version": "2.0.1",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "tslint **/*.ts",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1",
				"tslint": "^5.12.0"
			},
			"devDependencies": {
				"@types/jest": "^23.3.10",
				"@types/tinycolor2": "^1.4.1",
				"coveralls": "^3.0.2",
				"jest": "^23.6.0",
				"ts-jest": "^23.10.5",
				"tslint": "^5.12.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.2.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "72be5c9ae4bcbb09867d9eb69b7d1c82710659ff",
			"_id": "@ant-design/colors@2.0.1",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-m+oCYUM3I6W1uH9/oTWcbzO/aY6NqiS+KL0eWiPTZbp6rIO8YoUHvPlBNHmNNgGT5iX5xOdRcCohewWPqu5U6Q==",
				"shasum": "a316e478e31a0cb25d699284c44c9272ff289d94",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.1.tgz",
				"fileCount": 12,
				"unpackedSize": 14794,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKhmVCRA9TVsSAnZWagAAPZ0QAI1YYHpzFPB6Hjf4bncc\ng5O46eWAxN3sCkMBk00Hdm7LwdvwwebypxeQQQca7iQWKiky3whyssBxdiXz\nHoq3CgZHEI9XRlBLWT/hm1IUtWgCd7ztRhOiq3szgyCXNyuxkny7nAI09vuO\nhCaBZw/+wcX3tRmt+RcHPbTtpMgzla2WDLixd68q0EZ0qetuVJvoO9h4jUAa\nFLKieFYnGak8WK58caPPtcz5VOD8/6xua3bJILY4tNxVqElOKWu8t4uQUITE\n/0PLMSziCIc49THsD/GvmUgSaVIwzYp8A4T76yWC84O3cNRbvfx/3HFU7t8O\ncDxqrRUt7srl9ae38n6KIR/l2wl7IMyRVrakn/t2DZRCJo0KXuL1OrlohLLO\n0Yd6tuBRMaKNB+UgA7Li6nse4HdbYOH0ZlYQh2SCY+YwJiu0jv7bxsAcFSbA\n0S3ThUvFMI1eAHuUZEEuUqtjuc1dAnsJZHVmKHVGDjxduQ8ZGDVFLQnOb/ao\nUmrbV99usa09dlVQZYdGArP//dFS9ffxz172fePJaujvn9xftmkiAHV6rokc\n/Gn1n35D1tic41M/mQ3xeFyH1TmtQbsQ9FIjq4Omiig31Ecbf3UgIc6mQCDI\n8QtN5pWH2/NPtQL0erXqmndixxGxEzUvPQN0+f5Drcyd0/3Zgz8iCG+bXnSk\nO4LU\r\n=GLjX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "bang88",
					"email": "sqibang@gmail.com"
				},
				{
					"name": "heskey",
					"email": "hezhiyu233@foxmail.com"
				},
				{
					"name": "tangjinzhou",
					"email": "415800467@qq.com"
				},
				{
					"name": "vthinkxie",
					"email": "vthinkxie@gmail.com"
				},
				{
					"name": "wendzhue",
					"email": "wendzhue@gmail.com"
				},
				{
					"name": "wilsoncook",
					"email": "jackzcs@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_2.0.1_1546262933088_0.7908680541481468"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "@ant-design/colors",
			"version": "2.0.2",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "tslint **/*.ts",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1",
				"tslint": "^5.12.0"
			},
			"devDependencies": {
				"@types/jest": "^23.3.10",
				"@types/tinycolor2": "^1.4.1",
				"coveralls": "^3.0.2",
				"jest": "^23.6.0",
				"ts-jest": "^23.10.5",
				"tslint": "^5.12.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.2.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "72be5c9ae4bcbb09867d9eb69b7d1c82710659ff",
			"_id": "@ant-design/colors@2.0.2",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ioyb4wtCn091DTNr0wZCG+rhq3AWDiahwS3WD/CeG3RN+RRPbR2eaT8O0NxUHTg+KsdtpJoAa5cOtSeMmoKtMw==",
				"shasum": "7ae81391c8527b67de90f5d508ee1b3102742054",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.2.tgz",
				"fileCount": 7,
				"unpackedSize": 11030,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKhnTCRA9TVsSAnZWagAA0nkP/3PfBdMWCozNJZcECu3c\n1F1z38ooB47nP8WTQF0lj5Eur8E071sa1uVUAe7IS/3HJUTvIjVxAXdEL0+t\n3C/LXFrBZNJ4n+UfxfAXmSDG7ymIYFXMQLbB14/cczbWlrhBcFf6FxNTVHxm\ne+847qtaWDrwcYl2gE9aLDkSASpf/Gwc3FEifI2m9CpgNYpa8wUVV2nzftbl\n66sHDlvy64/O7fgw24rOYICMwg+QY3ue+3W9KIrmxN7nvN6xmGzdLpzuyT+P\nZTF8Q32Gi91SFx0KBZYMnOE77tvKxV3B/ee0a7PdrkZM0ukc+9HoSvHX9Giz\nCPwBV/J/b7j2ba1X1Y/GLFnHbs2ImSQA/QNsfgKXFtBH8yoPb8Ftj6a2EJVK\n4esM4vpLlAUJIn4kLBIHG5OsTxvCXIq/lOIG30b5jZlqOCJyMhCsehNR8QAU\n2tp7PR04H11/2TMcgziayjbvn4Zo1J/CpSfnyHUQ0nf/yukNlnUSfoczCxcx\nOEbW8uGFBEC0VUETHrLrxt7+cj3eVfq364YtWBylSFo5m5CKftzCRoCoqNOx\ntsRtmGoADIQO9t05sy/9viYI3gkAYxSDJsoUGWwZESHHv0mtgMrwsO4RVf9W\nA2QSO3rRPfzsO5R6IZGlI4iosI/mJY7l76KSAzLrcs7mI3FIvljq6fc1FaY4\nDR3e\r\n=oS37\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "bang88",
					"email": "sqibang@gmail.com"
				},
				{
					"name": "heskey",
					"email": "hezhiyu233@foxmail.com"
				},
				{
					"name": "tangjinzhou",
					"email": "415800467@qq.com"
				},
				{
					"name": "vthinkxie",
					"email": "vthinkxie@gmail.com"
				},
				{
					"name": "wendzhue",
					"email": "wendzhue@gmail.com"
				},
				{
					"name": "wilsoncook",
					"email": "jackzcs@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_2.0.2_1546262994945_0.09119376074154495"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.3": {
			"name": "@ant-design/colors",
			"version": "2.0.3",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "tslint **/*.ts",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1",
				"tslint": "^5.12.0"
			},
			"devDependencies": {
				"@types/jest": "^23.3.10",
				"@types/tinycolor2": "^1.4.1",
				"coveralls": "^3.0.2",
				"jest": "^23.6.0",
				"ts-jest": "^23.10.5",
				"tslint": "^5.12.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.2.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "72be5c9ae4bcbb09867d9eb69b7d1c82710659ff",
			"_id": "@ant-design/colors@2.0.3",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-TP+5R0XX+3QfPr87FISuy2/8Puxk8V26jYbZ8Q8bokPWqu73uR9CixDdhNnKqK2r0C7wBUYQc25lFUV1sTpCjA==",
				"shasum": "50f77e5a0d7f49a9229918c6ee4e2859d6cbae06",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.3.tgz",
				"fileCount": 7,
				"unpackedSize": 11058,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKhp3CRA9TVsSAnZWagAAetEQAIk9K4X/jitD1qc4mYN+\nK+YNkfdt7aDncECYcOaoz2RJEBQzrgF3fNCEz84h7QT4M2YnGu7qYRR3zr5n\nwIXEdd7pvOR8dMc2HP5fyutAXqVdmpVaD+VKYWp1aQ0qrzPSFHhfYuB/PcFK\nFirv/W0f7RGsLTyzoqg59/XOHiG6pP0qsIheBqbBs+bwY0fRBApoD0nAZaDw\nhu8oDm1i4H855ylI2R42BOOjkVO1wyrhABKNCWgdROQtL9eMIGVr2hhgtgiN\nEzc0JrmQh2FxBr67ZU5LH93qz5FJH0uYZpQbrzVRS3dzrDG6u5U72ZSjcRjl\n6iJF+btW03cgP7UFKTnsbxANFp1dFBPNMJnyx1d2fXR58ncNitEMhEo6+mbh\nLaCsWPW7yYDnUFXNTTGzU2U+KtHa9nUFpb1x+S5wo6qsay0JKQLMukY26aDL\nG2f5cDGscjX+GRmA7qmrw7tlV69NWlRTRfa+fPB4v4H5D4rvDoo2/X0qZ+Q5\nNFJSYK7s6QigxgWz06pn17B54WSsakzY+s1cLH27cYwrS4EYRq8ZRk/zR4JV\nWYDc95WZd1d3EWENouiY7KtdsGxYPx5kunW25Dzpw5AgxoW5qsjbQ9Qcvnit\nXod+DkOEKd0DzClkI/Mt3x9kAwR7+OLMDfwV+pqm7e4j6lNQP+PgM/l42nWZ\nws6N\r\n=NScv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "bang88",
					"email": "sqibang@gmail.com"
				},
				{
					"name": "heskey",
					"email": "hezhiyu233@foxmail.com"
				},
				{
					"name": "tangjinzhou",
					"email": "415800467@qq.com"
				},
				{
					"name": "vthinkxie",
					"email": "vthinkxie@gmail.com"
				},
				{
					"name": "wendzhue",
					"email": "wendzhue@gmail.com"
				},
				{
					"name": "wilsoncook",
					"email": "jackzcs@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_2.0.3_1546263158579_0.1283605836295878"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.4": {
			"name": "@ant-design/colors",
			"version": "2.0.4",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "tslint **/*.ts",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^23.3.10",
				"@types/tinycolor2": "^1.4.1",
				"coveralls": "^3.0.2",
				"jest": "^23.6.0",
				"ts-jest": "^23.10.5",
				"tslint": "^5.12.0",
				"tslint-eslint-rules": "^5.4.0",
				"typescript": "^3.2.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "cef9589af56d968e1657599fe0af200fddcd29d2",
			"_id": "@ant-design/colors@2.0.4",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.1.0",
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"dist": {
				"integrity": "sha512-LbqCI95RbOyKTELtbLneEWT0tykWro5436rdy79SlNubaO/wkZ3Wf5BEIsj51l4ImH9iSyqrfyjx7qVL6aq47w==",
				"shasum": "6f3b93c6f947bf01f9d616343950d6e20fb11c41",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.4.tgz",
				"fileCount": 7,
				"unpackedSize": 11033,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOr9ACRA9TVsSAnZWagAAP/YQAJAl8D0/VBRjzLL1hj6E\np3tu0ykCY0D84ZHLkzQae4yG+yP6Eg7kBZAQF6xEV2qf8R1H5VuYH8T5wy5I\nwtPEAQep8VGuAjkw+Oyp6rY5j1Px8Nahe7c+oK7k9r8sqwL2hfswThWIFYha\ntX2UZIwlc/abDPIhBok6U784qgszCWfaNOQE775u7+WvWvsHH17YPL1U1NaA\n2yFdWcZgukHrnLk2bbOB3qB8/ltLMaYLdW2FDLvbUVMtxna3vtNvXnrneM0d\nxmsusEHiv98Qa2Iik5wa0EdisMVEjReGxpJj/lyLydABw/gmihG2wvnkDX7G\nEROzRaFLGIAyMK3yv+HzDib+dAr8j4KPZPc8XvMcMgvMzo47ShLenvmBiGsT\nHiQy9ccKjx8Jtngn9yLWsFrVR84sPtc0arCZK6QSF8uGIeEACYJOZ2mqPW1o\njysaN/WBcd3XYUmGyWdHgSoH7cnIxPj0JgOjx5Jd3ZFQtv+zQty4xr6/y23s\nB7zIzZvFBIRDOowL3OV7wUtqZJPZmryOcn/pN9zjrx40wBncEzgNzLPFdaga\nYeDOd6mGwA9Tnfcai++rBGscnDmA1ondjQsd32fmkyRr1dHpjJoK887Duw84\nnn+1LpnnHfZLIDYrK37O5D3JqvUjypZlId7aHXr3gxZlY//3iJxgwOWESh95\nkdIa\r\n=0wzk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "afc163",
					"email": "afc163@gmail.com"
				},
				{
					"name": "bang88",
					"email": "sqibang@gmail.com"
				},
				{
					"name": "heskey",
					"email": "hezhiyu233@foxmail.com"
				},
				{
					"name": "tangjinzhou",
					"email": "415800467@qq.com"
				},
				{
					"name": "vthinkxie",
					"email": "vthinkxie@gmail.com"
				},
				{
					"name": "wendzhue",
					"email": "wendzhue@gmail.com"
				},
				{
					"name": "wilsoncook",
					"email": "jackzcs@gmail.com"
				},
				{
					"name": "yesmeck",
					"email": "yesmeck@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_2.0.4_1547353919511_0.7891260909849089"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "@ant-design/colors",
			"version": "2.1.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run compile && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^24.0.9",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^1.4.2",
				"@typescript-eslint/parser": "^1.4.2",
				"coveralls": "^3.0.2",
				"eslint": "^5.15.1",
				"eslint-config-prettier": "^4.1.0",
				"eslint-plugin-prettier": "^3.0.1",
				"eslint-plugin-react": "^7.12.4",
				"jest": "^24.1.0",
				"prettier": "^1.16.4",
				"ts-jest": "^24.0.0",
				"typescript": "^3.2.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "c5064353d550ffb21f914f28540963b02c69f426",
			"_id": "@ant-design/colors@2.1.0",
			"_nodeVersion": "10.12.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-y6E8/ZqqD86MeNp7qD8yrrFsCOeYl7wQaZxZYzztK6gZ1IdIZ8FAez9y8MVIH+AZMkc8opZ/hZ0vG2mDryZbeQ==",
				"shasum": "3261ac02b59203cf75711b0c00cc7dc213cbf393",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.1.0.tgz",
				"fileCount": 7,
				"unpackedSize": 11453,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch6CfCRA9TVsSAnZWagAASeUP/ApEuOZaZSUOfjqXTrm3\nozA56oTiQnhqhJlXu3tJcKtV7Pp23joCcNp8iGkww5CNNHR5MBERgtV+kWVo\naR+n1bjzVFLsDrPKCABo46VW9OGY3ThIrfyGDurVVmauCcAsXUQ+jdIKoENt\n4my8Jl/XztF4G0x2K3jAQp76z15w99I23ZiA2CF9agcrygYyAE37gvKrxTO+\noMVxjzf7enJ5PiI1ghlRjGpJ3rBA/liznaEQsoit19IPpXAzC1whIvhSQOBA\noVZwtYlBMzYui/hXLLCLscGDhE9Jub3eQaLFc2Dw+LS/KoqDPR821m1xU3dG\naF14D2svBJmGNBfXg37zuZj5qZLYyKOORkyrY8WxnUdCS7WC48LcK+MKdneK\nfvcbGV1+jvQIrrCWLmsXpGcQKgdoXc67cXuoP4XNdW2MvlyoxQrcN2GlDtT1\nEXeZrzJYuHEIdH2usotDWkP0FQ0vZrYKOfA9mE7PTMrxYlaRtrLSx4k3fzAd\nDmCjf+t4UbTLDNLfngyprsG0KQQycQ1ViwIjQLfAUZ0z49jxZKU26b+OHYHW\nLBoBdlosMX+RajUYJSvAYrluTnbtUaofJkzjP5EgYr0OpFUZS/0nnU0Z6ELb\nJy+eUPFehwS9FoE5NLcn+B2OtpCQokGN1Tz5oxYTL5GlMy/ex/mdqStqyZLX\nW/Te\r\n=+q69\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_2.1.0_1552392351216_0.23639054891901368"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.0": {
			"name": "@ant-design/colors",
			"version": "3.0.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run compile && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"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.1.0",
				"eslint-plugin-prettier": "^3.0.1",
				"jest": "^24.7.1",
				"prettier": "^1.16.4",
				"ts-jest": "^24.0.2",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "b61e6dd72dbff1fac0dbf9d68be1c100a41011f2",
			"_id": "@ant-design/colors@3.0.0",
			"_nodeVersion": "10.12.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-PLc/WwtKY38HRxNvZglNgIMpdmKkgwBngT+bM6EEsM9b6T091FZhwk3Hwk3vIvXwt/HW5WyDXfIm55gT+0nl9g==",
				"shasum": "a7afa274efe699fe0d79c112eda7496ebbd6a3fe",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 13201,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqz+6CRA9TVsSAnZWagAARlkP/A0oWMCR9Qb7gWbFfdJi\nvELoDj1wROMN7+PkQUxo6HqDthbghkVrvT9+pEly3K9OW4uZqwh+6ITK41iR\nFlPGh7abfQW4g3NLfmtqxVzMIADYcJvOvO8BBRlF9Flan4QYt6MDwy9gbbs4\nR/MGjP6F6VULIWNjdQUBJH+u7BY9F9unswiitYLH0iq8HfM3fenKruHkkc0D\nHQN2OsRD7vYm5rgf3C2Mr3zpHlbSMHCa3WvE+90KgLHwGg8hTcHn+Ir0O5L6\nsQ/gweu6yH7wMvTkiWy5i3LJBNj3y1IUBt0N6mxixeL9Nh1mV32IE7GLbrEL\nSBc9pCPhnjZEgqqrIHdtfykngrmlewVO12419pWMgVupfK8Yxe50291z19AS\nmKU9++Zg3E+fRZGVuCqDog7Qr5or2bnaSOteiqdftWnxnRNEbmnohKUNtiGW\nnaty7TmPJSK7fYPCXMRC3TAuivDrhTcD7tIo0ImTPfyWW1IEwkYsdhCX9hE7\n8RWawk2qFtCjtVwe379eu0JPkyrv8+40sWbr+sNsizgmZoaA7FPiAk4W88F4\nPwqiV/EnZ3s4qmsC9v1kQBXImlvApdKz11SQX/yfNOXSSsgNDO9a04b6LwdA\nUoNBRjBwBx35Ad5Q9KSWbK7D5+oof3kREUFRQQ4JDhk7SAkPenpTBRfqfa1i\nN2bG\r\n=CLm8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_3.0.0_1554726841759_0.22311194811678714"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.0.1": {
			"name": "@ant-design/colors",
			"version": "3.0.1",
			"description": "Color palettes calculator of Ant Design",
			"main": "src/index.js",
			"module": "src/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"compile": "tsc",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run compile && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"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.1.0",
				"eslint-plugin-prettier": "^3.0.1",
				"jest": "^24.7.1",
				"prettier": "^1.16.4",
				"ts-jest": "^24.0.2",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "d9e915375a5b3c7e1c66c7f9026170a0f734def3",
			"_id": "@ant-design/colors@3.0.1",
			"_nodeVersion": "10.12.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-VmFxjS185QZLnPfOyUdAC+DGgEeQakSAs2bY3zPb3TZyLGLCGwxjtyTz6ZF8+3WpZIKy/F7+lR5via92NnpU4A==",
				"shasum": "4bedd9faf73a8eda734a3e74f1476707282f6ec2",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 13240,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrvVuCRA9TVsSAnZWagAAZ2sP/RAq5KaQaaskB4bQu6fV\nEVJ1R52ni2aJfFOTxoUfJxzgD1Xk5sxIKTc45nk2NHGl8YI/YiZqHqXFMr0D\nKkxBLTxulijisVILj3Gy5qclZMfWDfQH9h0E6uiptyPF9D0vUyHcJX/r0WaS\nqVrlR8vM4klQovlqunUg4aO4nrWDjqpDmmRs4Uaa+/wdiDUKWP15DMHOnCeQ\neqHcZiUAcNDuJdCn/jm6tpuzJ0xQhHAyxRfjE+zTc5ZZHOmPEk1zAn2LEQhW\nntzy/TOXM8zSKbJRUhokVUqTPQabu2WpldicBhgbwe9rcWVT5sHGqK1K4lFk\nMSE0lbnevzzXuyVuwaOf+vNLqF7SOFHqHZhD41Aj2HgG7eZXq9cOfF9z0NOX\nj5MbDoXggeW5B2XlT1NhaVpOxhTMwZJVwgUNA2dURZW5loLsjdkm6cDWg9i9\nk/wJfWhsWXfu/AIzW0yTINgHX0E3x+3galPzymeILqEZZZ2dXu9arMoXV06f\naAAgQ5cDPE2LfULKchX03QtyipKxU+g37g0llee9kExl5w9kSF7LsO1Bc+ax\nuZETobeHp3nl3/YqnlDFjlGw+GCOxHk5AhR5O6Rfs5RSHEczvIaln5AXNW9D\nlM9AjQciC54bZ2SpVd53Pn8FIjuh8pUm2q0ZYn840n0993SJUB6tBEveT++N\ndWfp\r\n=p21t\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_3.0.1_1554969966219_0.12064177488703431"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.1.0": {
			"name": "@ant-design/colors",
			"version": "3.1.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"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"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "057087534649de08cdfc71a9c59b9126f220e13e",
			"_id": "@ant-design/colors@3.1.0",
			"_nodeVersion": "10.12.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-Td7g1P53sNFyT4Gya6836e70TrhoVZ+HjZs6mpWIHrxl4/VqsjjOyzj/8ktOuw0lCx+BfYu9UO1CiJ0MoYYfhg==",
				"shasum": "b7e2cc61a4e86d3d109494034acfb1222dacaa3c",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.1.0.tgz",
				"fileCount": 7,
				"unpackedSize": 10711,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0lEoCRA9TVsSAnZWagAAkngP/AkgE/dS+Cfsg4eV8cFt\n0Css0VlpigdA5QJ+AR+EDDgH4LRTM2WmMNN1ZtNJo+LgTMu0Nu1svMw/EkDy\nz4yPS5ZCE4TRpKExLh96Jbvq8UA/OrMfdiVt7HtVgFk+S/k5J4X21/xn9M/8\nVuF/lgaJ/atfSrQ75ykeh19qCujKIkcMT/Fc/Bq8HNYzmnGVuD2PSpYDBgZp\npUpx576KH3bW9EQuMmWXWvT9VIEN5Xj9NAdVhpLhsalJArZYFnKfLvv7TBMo\n1M8V2azjdxNstLX0t/9onl9VHn2OgdGCxfEArHNoIRF3xAC+A0P0FxynJRu1\nuEscoZLfHG1aZ9G3KeLkxUBVGN8ZImNF8VjNirThtK3AknWCyhRLseXlT7BR\nRZAF0lkFPRl4U/uzOVAYm1yBtkAS6S8WMPGuwMcImAKOyNuclr2CDm6GdORx\n3VJ4JO32gz0R/Aa82HORLeB/8sU2sq9Eelj2ghZbeuRJp22nEpJTmTilO5iL\n7u8S9Gdw6CCvHlWFPR58j5FaPWuBicPwlVg9YpDi6fNDelYYbKOuug7T9iLx\nxTIVO4qkMuMAWdFgWvui1q7/l7FCOnzP97Cs/WjRScahq8FlNMvaC/9ojWdg\nushqXiKoFy3/4UAMbyv6sSbEXY7kGj1iwyXLfzIX9ku9UcHlnswwu+gsLVxP\ngp61\r\n=QQfH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_3.1.0_1557287207844_0.08795559430906486"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.0": {
			"name": "@ant-design/colors",
			"version": "3.2.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^24.0.11",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^2.0.0",
				"@typescript-eslint/parser": "^2.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^6.0.0",
				"eslint-config-prettier": "^6.0.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"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "aebf49c5eaf10b8262f03c433e1a025e3d3b988c",
			"_id": "@ant-design/colors@3.2.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-EHqKv0TEVwEAc9J0qi5sbix2LXOg3wq2ZrmnUPLuH2ue+L307A8PrhXjJ30knWzedzm/KOX+YxsXGwESid39AA==",
				"shasum": "2b170942ee8b007186a883451317d8cee3a72be8",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.0.tgz",
				"fileCount": 7,
				"unpackedSize": 10710,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZezxCRA9TVsSAnZWagAAkZMP/j3QNB26PEI5rIZonBDB\nJin48vsyTaI5K238sLWW+Air3GZ9Y0H+v6UkI9HeAK0H3ORww8NHilpgq0jx\nPTJJ7l1pG6sRlZQHguv+aC5X0riOJh+UkWZA+IQYjhk/3JluZvqEzFbsi2cY\nra01fUsodZrDYl4RD7ZLLOVqrpDJvAi31njod2g84pwlZIaaEw8VLjL3hRrC\nA0dv3DZPxlqTc0qk78zsnE8kPmoKKCguwz6j37bf9gAdRi2PuPP4Q6pSqOic\n5jJkXTctoTVPIzMGVpPqtgiyNglmGzfViQPFpT4dh4IA9lLB3Ikm7TI/KVh1\nuyyVYPrD3vaSPl4AXRqRo2sbIi8nNMz33DCvINcb6yW9uUrFTLNvHV3QpAHe\nLYR6dsfSeOF/p5hTqaVN052bWir4bDnppi4PzMSfZ4xfLWUg/usMMm8nmyot\nLqZidbhlx9I5zPXnLDdZ941EfUF6k2h5qLjNcrqCFSTXH/fBIVtsXF4zq2at\n93df37JiNHuC8pdB7uuMjHFhHPzhjW8BymfLI1RCylFJHUhLSe2wtwItm4IP\nYN5nejwss7Zk9B2nksgHtHQnt/jPsuR8KvfkfpdzV7q5KciB68eEPXjasqqa\njgqJxuAI4MroL9dF63BzB5YOkOOEMH0v+g34P1/0RX1jh1eK4bxwovORh4V5\nZg14\r\n=AOzg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_3.2.0_1566960881048_0.1743673545666018"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.1": {
			"name": "@ant-design/colors",
			"version": "3.2.1",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^24.0.11",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^2.0.0",
				"@typescript-eslint/parser": "^2.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^6.0.0",
				"eslint-config-prettier": "^6.0.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"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "62a18339de4d9bd73400d980235f7907cc72a5b6",
			"_id": "@ant-design/colors@3.2.1",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-ibJybOcR1+h2IEr0Yxx4y/Wcz8obEtKvl2EYvxh8ugMkYniGSItpLKGzKNyyqzOaum5jb6fVCyH1aR9VkdpFRA==",
				"shasum": "ad86cbf2d1a0039d01586aa73a7ea8a7ce0455a2",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.1.tgz",
				"fileCount": 7,
				"unpackedSize": 10851,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZe1ACRA9TVsSAnZWagAArssQAI85Xqvcjpf3fTChO4dl\npoKsZJWQRCb148hMo6HeDw7ZoU4U/UBuk0Qemw7/GQe1ecJQL2MKg6W/rAPw\nQX2LMAdAN0EszWdFmwF19AREtPorKjYEoeNtT0xFP6Z6yuzUcGqJMn2uHmmg\ngaoDm2up9axFd4IRA69c7ckXpOAAtiOOY47xo7MJqrAvcVWWKkMEXGRO9Q0c\nJaZAKQcvSR/JWNnVaz7TXeODaAQTYz3tevwQwgAAPqzx0qSSYVz0T81At/yV\nQI6RL1h8TtSnQ567o7FiED8/w9PC+g1YPcroxX6dSnilcbH7JOJzlRds+nDY\n6TM+q/TFAbXWo9YBUUrWD/pY0eJsgWYzR9u3EUaQSH3T3j650yrTrS647+VO\nknV6xGgUvzLdrhNG5U3ykqagyhUzTwK5lqtl2FMA8bl3w8l7MGsTKm+tklXB\n0Ee/y791qXJtLDmAJSwxb/70eZxd0Rf6TSRFxddvl6XHumzo7PCFEVkQRLQJ\nRAhfnc1rXzn9Abu7HO7KC26shfUvwtfiYK7EYPaUrMhkUx9xvNzSZwUZZNO0\n666hItfPje59ApLz21DauJHfv33S6n1AQxGeufqZ0pZZkWornB90VFutLN0e\nj+AAG0rY6ofp2YLFGd91+pCktnQLHWpLTChtpYTnSct9WqQ152gwhpwwFksY\ntkAr\r\n=LKG8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_3.2.1_1566960960232_0.07239517765431325"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"3.2.2": {
			"name": "@ant-design/colors",
			"version": "3.2.2",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^24.0.11",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^2.0.0",
				"@typescript-eslint/parser": "^2.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^6.0.0",
				"eslint-config-prettier": "^6.0.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"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "992c0c4cbb9dc4f764e6909e394fdee365c8396b",
			"_id": "@ant-design/colors@3.2.2",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-YKgNbG2dlzqMhA9NtI3/pbY16m3Yl/EeWBRa+lB1X1YaYxHrxNexiQYCLTWO/uDvAjLFMEDU+zR901waBtMtjQ==",
				"shasum": "5ad43d619e911f3488ebac303d606e66a8423903",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.2.tgz",
				"fileCount": 7,
				"unpackedSize": 10851,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgx6QCRA9TVsSAnZWagAA0VMP/je2hn9shpqKWzjWxjyU\nINROA3RAxylMknXP3z5Fi2C3RUPj1BkcKRr6/OL71epEZ+8nxRq8h9RMWMHh\nIN48AH21reFjP/wx2OxsU/ckvPYYP8MTPKIhAFgWOgakE8UHpstqnA/ZCcU+\n93LXy8vP+UI6lJcHuQYMbgT2TepeP1zl77sW0skmiUT1Y3bJU32dQFYE07ti\nAFlLKSLI1xZtcN/DRooi1IJJW+nfCaNZx36QfU5oJOsKqRqA8ZY0CJ7yjfGb\nDFXAUxjbgKFewTw15t3n0tinryua5H66Hzcajx6ffMa4ENyEyD+U8VP6UjEM\ncBiYqSfdFcwDZXnyNK9PMiAUe6xLMSO1lIOIqKZjfdDlF/QJS7sdeHWSGYA5\nin5WZpxiOARt89x5ekEu+nF6MSj3WftCWJuoecV+pP8qdyjR1IU5+tdNr/Dl\nCNNOT9X47To1YLwu6UjTilBpBpKyRjXPNfpTbxeFLWYPND/Et8CdYpwezuH7\nBUP6VYLS50weJVN6rF0+GX/P5HReshXTX+eEzqk5YR3aQHVFG4G+ntAzY76k\nrA/jNghJkYezxP38ZbQsljo/RlY5ZbVq0uEfPg3eISlbIxZdcSUqeYlE7mxb\nIVuO/iw+n+CvRvOuQ3ne3eB3nU6GU6a26MBAz+jwlZ4jkp99iQz6y+/IFfhR\n4xA0\r\n=5CJl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendzhue@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_3.2.2_1568874127581_0.22168837405164332"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.0": {
			"name": "@ant-design/colors",
			"version": "4.0.0-alpha.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^24.0.11",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^2.0.0",
				"@typescript-eslint/parser": "^2.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^6.0.0",
				"eslint-config-prettier": "^6.0.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"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"licenseText": "MIT LICENSE\n\nCopyright (c) 2018-present Ant UED, https://xtech.antfin.com/\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
			"_id": "@ant-design/colors@4.0.0-alpha.0",
			"dist": {
				"shasum": "43cc67e9f266e31a199856cab61443c98191dc23",
				"integrity": "sha512-su3H6TQd2d/OgkEtS+qoY4lYrA9Lp0tUxeU+qIHfDl9MftmQlbCeXiR17p9V0Z4bU1PNIYkAdqieVMdhD0cc3A==",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.0-alpha.0.tgz",
				"fileCount": 9,
				"unpackedSize": 12801,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeA0AGCRA9TVsSAnZWagAAlhgP+QEUa5OXmw/ZDcs6FIZC\nh/F9GCLdneWVrwj9qtTn1fSlJ6s028Wx4ikyYUNrl/+AYVKC4G+WTf23JyXu\nP9Rk6TeozhD0gRjLS/KKRVBooWes3luA+DC73uiXDX9uZvimUXZUcpZIT22E\nDjAOOVTJQW8ELiQDRCe61eVo4j1mtGJj/KtrQe+JOE7d/K0T5aga5Oc5uy58\nsX7L7AjZD046yg3rmoRurtTcP++H8kDlskI7QdDzv2CjZVHUXTrCH85wsD/f\nf8urdqCJBSe6P0/zAgpZTlTdznpe6n8qE1Q/axsbjtHiE0MvMxEHsf5zGEia\nUd4qbJ86RYo7DfrmMqiXnFv8mebkJaUDASZcZSbcmSiEbIRIe+reoEy1QQ29\n4OwEOLdvlSmd+mJYY/Si2eBQgnj+u9QbFEIHhdyY1g3i/FZZVQNu5tBa9MHR\nUjzVKFWK1eO40WNu5oODnR/zt99Bzo+EphIkGyU+djp1c72q2eXYLOY4Pnrd\niXWEt7r031Vti3C9BoHx+OwnTPtMrG0oMNfHB8HZS/S4v0TzqUmopo/12FLM\nu3CwOWU+It3iEy8npJAFxnFgHsalpm2+FozZX7iV+kYbBj7T9EhUDBg4NJe6\nE6vqfbrpy4GQsZfnrkhSHH0pdR4eCUuP5ax9MAzckiObffCoaeIfZdnPQOO6\ndXba\r\n=vWCQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "ycjcl868",
				"email": "45808948@qq.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.0-alpha.0_1577271301614_0.9987176278915859"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0-alpha.1": {
			"name": "@ant-design/colors",
			"version": "4.0.0-alpha.1",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^25.1.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^2.0.0",
				"@typescript-eslint/parser": "^2.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^6.0.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"gulp": "^4.0.2",
				"gulp-typescript": "^5.0.1",
				"jest": "^25.1.0",
				"prettier": "^1.16.4",
				"ts-jest": "^25.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "d09ee22b0ffa63958f19a8028617cedec937e2fd",
			"_id": "@ant-design/colors@4.0.0-alpha.1",
			"_nodeVersion": "10.18.1",
			"_npmVersion": "6.13.4",
			"dist": {
				"integrity": "sha512-eh/EUOGpqyaHZtZ0Fx+mDmTIIMSCvypfFmbhxNgP0QeEBFL48lxUCQNYdYfNHdDrIK1Z1OP/DBlx8hc515CpmA==",
				"shasum": "1b0287c936c786cb3a95b55eba40586a13ba5f59",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.0-alpha.1.tgz",
				"fileCount": 7,
				"unpackedSize": 12764,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQlq5CRA9TVsSAnZWagAAvv4P/RlFSmnHGWd7M4RyY6up\nueCY26cGNfpm1c44LINMsMCx2ae3DdrbCPIkf3HwWAbSiP3tzJ/ImbVivWBS\nKrj/I5BwR+ngDU7fgTsZF0cvsyH/67Ss+4f688CHZsF8pENGgw1NjKDd6PXQ\n5AFLbsNaTuBStyZnhzDVhXXXtKZkjAXsbhpGET5584bhhliVOJAbI3vhhFx2\ngMR6645QuP6achzlLNdhPpivsyKhNKFe3QqRVP0BeZBJBZaYt9rfKU3PR7KA\nr128iTIoElcd1c9w8Guo0lTWpM2mXprB+w1pnZcRSVSZhExxJqJ7kdlGgM/b\n9CV+rwlIYe4icylGKfyigGT/GkOjUYqsnohCImztQscyhqTGLmt75vf33CTW\n7XOfWSncbgOZFiwRs5aNuRhJGvEWBvvJW7lT2J8Knd5ECskeJTaanp550/wq\nUwqKQfyCjSH4ewNPTKu2WyxpO0FwLO6yBofiuYM16qZMjGMNCB4jOM0TE91q\nvRtU0NHyHDOBd7xgJTr+E70ovsRelcf3ViQvoqJmvhP0iOzcZQDnJaDlPUvj\n0NEnwYv4CWywz8krSooClPER/HMmXc+OQBZZAV4U6QksgHFnWCUqgM90ObDQ\ny+XNBJyxuRT0FJqhqD5Du4y6o1fHWc8Izq5OPKTsH1W30nax4ZElFDzl0fYb\nkTKW\r\n=4qHo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "ycjcl868",
				"email": "45808948@qq.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.0-alpha.1_1581406904820_0.23769836377595976"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.0": {
			"name": "@ant-design/colors",
			"version": "4.0.0",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^25.1.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^2.0.0",
				"@typescript-eslint/parser": "^2.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^6.0.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"gulp": "^4.0.2",
				"gulp-typescript": "^5.0.1",
				"jest": "^25.1.0",
				"prettier": "^1.16.4",
				"ts-jest": "^25.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "3089a2ccc6b4f0bd9abfb5c71ae8b598baf36600",
			"_id": "@ant-design/colors@4.0.0",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.1",
			"dist": {
				"integrity": "sha512-XDb3Yc70UylZiSIGhQ+y05BJk2XXCCtxLY1UHESZ/5tGT5hlYfJBJik7CSZOyg+sbs5UHdVZpywk+LJDEXyqew==",
				"shasum": "bcc1183b1fdfd1587d4e655035b3fc47bf3a4ab6",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.0.tgz",
				"fileCount": 7,
				"unpackedSize": 12756,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWRU7CRA9TVsSAnZWagAA3C4P/0cGmjQv621g1KNWSyBx\ngppRvc7pzkUA5VchvYF+IvyBmdeozoCRN/RqrAuD7NNKWwEMeGqchHBcy3jQ\nKLNGyzSahkYTDgvDT8RJG/RsrsbkQ23CnMTsWi6JavX7aa8wugPo1ji4fXC6\nqSzqBEiwpt9s1CfVo7ZdlM6W3XflG46IJJbug8XT354G8FN2ZYz7fvgbF83V\nxIDm8Eso4Rdy3RmtU+02mY0jI9+PTm1VAniDUPvcbkVqxQt7SEaqk8c1JD9F\nglZItFWIKvotq21gtM4U/I4LI9AaURjXizUOodKOQ4wt2XXRNejAHaXQURRl\npL9aIWhmWJ1gtwhl5FsVcPppZvkDVk2t4kKpv99Ny9NXwEfXaPzYIUHS1QA7\nYUDcLZseFtZ8BMS6Rta2V6MF7Y9JOSBA6lb0QWeocVWShKx/4qFtpRfgESTb\nNFwSMpWp+7K8gHSrIa3yKO+5afKa+iV6k3oJdJzAwfqszHz86pNbToU6GFDd\n2AgEheBk7Ej/xsAA4zoW9KVLsbJe9SxFk/YdVtptvo12cKjv5b6D970YcNXk\n6Mtc/ZMh85kUnVshDgPRYHBb5+9E7hAcIBPImJLg/nBceIibazSTOXvOwSKs\n3SZFBFpKnaZyCWI1BlXT19EoN6ruA8o3nBIJPu+qJe7QEZ/vYF7SsfHDBBo2\nctiK\r\n=rmUd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.0_1582896443319_0.5567745978286154"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.1": {
			"name": "@ant-design/colors",
			"version": "4.0.1",
			"description": "Color palettes calculator of Ant Design",
			"main": "lib/index.js",
			"module": "lib/index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc",
				"compile": "gulp",
				"prepublishOnly": "npm run compile",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^26.0.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^3.0.0",
				"@typescript-eslint/parser": "^3.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^7.1.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"gulp": "^4.0.2",
				"gulp-typescript": "^5.0.1",
				"jest": "^26.0.1",
				"prettier": "^2.0.0",
				"ts-jest": "^26.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "17fa5ecd04b2a88be4228b1b5ada7769d286898e",
			"_id": "@ant-design/colors@4.0.1",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-7+kmbxCHw0l7JAKCxtUdaR7WxdeGX5i51EAds1eYfSPHi5f+RbIl45tglnCnjPlrFY5o0sekda6BrTDphjajUQ==",
				"shasum": "6edab85c6d1ba51accaed4ae64fa934dd5ebb498",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.1.tgz",
				"fileCount": 7,
				"unpackedSize": 12823,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6tcVCRA9TVsSAnZWagAAGMkP/0WBjsvUu6ps0OrJjG2P\n/2wGu3RnsQBNbHORN76fdrlu9vHD8YnZHrteNDoIpPU8IAfIiMD28ooq2fCD\nqgB251CJF5jk8EECCcm73W2+J5vhPN2rAipl0D+iNRduuHGd27RP2BW/EkAM\nHtwvwxeg1V0EKX09HTzLWNEKmMr6misgDB7wLycNOSa9kkhqz81TsHzh3FDE\nQSot4keH4UOwtAWRMwvHoseAxyl1qU5m8k2In7jCwsvSXFC8kY9Uf90f8VC/\nUNgNQ8/+x9/rwmuY6yT7F1nHeEQdu34YN9oxOygzDcNXD9WDWipzc/hoPgSP\n0AkU0b47PAv1t0j4UYhZ0RA46lOA9uRfaB3Uh6YXdjKGbOKdkiAD5PwmgOKZ\nYds8G4OlPaiPCTuBQ8pzrOudvhn0fQmXDKCg8GBODDIlvwd8j7AmSQEG2tBX\nz+rbuNn8xccPjZUK1FR2ZMhuXoIWlFGeP92hYiqjBGuRdjPQS6tWkijI3wzj\nwx0g2upOwiKAyltgIDfiTyJp825vIJhaO+5HfmVu81HM8nfzIt1L+hDJFIiO\nBwABD8lfOpeUAvIIpuiBC5z7bJH0VEk88vXM0xKuYgeyg4nArz+W2GzzfNoD\nvhe1mmjkZOIBEBF47RkOTB8/sBkZDaGvF5xyKJ2I8+cDi85uxQB3+y4T7Hb5\nw6hA\r\n=7D1H\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "tygyh2012@gmail.com",
					"name": "esora"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "1175863618@qq.com",
					"name": "kn9117"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.1_1592448789183_0.8208464941280187"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.2": {
			"name": "@ant-design/colors",
			"version": "4.0.2",
			"description": "Color palettes calculator of Ant Design",
			"main": "dist/index.js",
			"module": "dist/index.esm.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc --noEmit",
				"compile": "father build --esm --cjs",
				"prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest",
				"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^26.0.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^3.0.0",
				"@typescript-eslint/parser": "^3.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^7.1.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"father": "^2.29.5",
				"jest": "^26.0.1",
				"np": "^6.3.2",
				"prettier": "^2.0.0",
				"ts-jest": "^26.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "3887d81132bb41ba10c372261d44bf4417a0d7eb",
			"_id": "@ant-design/colors@4.0.2",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-vxFzw50wNkrwVNWqHkRY4BAyFk3DQmcT2jXjdb4GDSRra5oZ4/pyIhwLUs6e2FeuU8ZsoxoUMlMBp6MgOEbohQ==",
				"shasum": "e26ebc6dda05d7401d7aafc4a62da3061555d121",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.2.tgz",
				"fileCount": 4,
				"unpackedSize": 10695,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFr/OCRA9TVsSAnZWagAA1dYP/R35Q4Vq4S8VMLW/ebvt\njirdrWsHqtAjjhetXLW8qrT2TizWjYf+YeJFRSOxm+iLOMigx3v/5aHWi3/T\n0KDjohVqx1SN7aoLNVBezcaultN8z7e9kmvkQJVNYsoMtX9yE1dpT0pgedxt\nyCTupJJpvH8tURRGJcvbWbQyvYC1MdL+6qAXwR5cXrVu4FcU/ARC35BichRA\nO60X+MMF3Ye0YxJse8ZTrYHc4U5QHpBQiN5feCE4cmloJj4XplSVRu95GfWM\nFXOh0PUTb1kKfRrr26wQROt07tDTFQ2IqWXerLoex5PTk/486cnfUIB1PJGb\nradIad51jreRyalPOscQ73CQ7G1xdx1HJzKuBdLNRo323l4DR19xwJlq3nhD\nidqS6bBilmCqWDgZm3KdkC3DxWIyA+x4qJCqV1fxb7EWEC87HPxLXG7XDdM+\niVAhxnCQFlb21nmprkCyv4+zRn0WSTuRp7NNa6AsCPNVgtX5064UJF1CfVkZ\n/UXU9B6ZgivgKgKF2hhIYF+YD6f+NrV0IjCcVYEeLseCO7FnUeKTcRohDqq1\ndhStLiRuapl6u6cSRnRICwtFqky7OXo9UKKyajHQVg1AxGL+u7wtCcF2ozrq\n556ymcXvf04F5DTuDiUzXTNA7VIsdGfkQ75+f2GIsH26iDs3rocBWByw1SUb\n2wI4\r\n=Hi23\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "tygyh2012@gmail.com",
					"name": "esora"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "1175863618@qq.com",
					"name": "kn9117"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "wynterding@gmail.com",
					"name": "wynterding"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yutingzhao1991@sina.com",
					"name": "yutingzhao1991"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.2_1595326414463_0.38232655551546624"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.3": {
			"name": "@ant-design/colors",
			"version": "4.0.3",
			"description": "Color palettes calculator of Ant Design",
			"main": "dist/index.js",
			"module": "dist/index.esm.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc --noEmit",
				"compile": "father build --esm --cjs",
				"prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest",
				"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^26.0.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^3.0.0",
				"@typescript-eslint/parser": "^3.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^7.1.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"father": "^2.29.5",
				"jest": "^26.0.1",
				"np": "^6.3.2",
				"prettier": "^2.0.0",
				"ts-jest": "^26.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "d4223ff6df686db278a514617c48fb860e9ddd4f",
			"_id": "@ant-design/colors@4.0.3",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-N+L9Femz0afCwnd48fTGcGX7jYfxIdUfYUVqEJh/4uYdYzW0j8nw+irqHfTAaxVhjBVKdIGdrmh2uhpHR6UmZA==",
				"shasum": "d5f5edd4669e8e9464277d53174b754cea139e1b",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.3.tgz",
				"fileCount": 5,
				"unpackedSize": 15338,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFsCdCRA9TVsSAnZWagAAVYkP/jqJBHvsGDcOxgpntIPF\nyvKnt7EqwOW/MJz7X/+d7a3fQuHBYsjqJm+IicTtM9JMZZfASqYPReQeProI\nQopzMco//mGNh062z5ieEICIqLrX+xXeqRu8Kmalh5nqsR9KP86T+cBGVzmd\nytpKLLaO1BrXkqpntEbwc4Nh/tJHxuUfHzbYGyDk7gJmWPaiCqw6KhppHBZR\n964CzAMB6NkmXdo4meoYC8fS5XGM+Nk8pD0sGgvOPOtdS8iGyE1Bhs7XTuUg\nGtjAwLCoBTmzJleraH5xE5hoiKYir41B53sJ0xE3+xXxFgqEmRe5/LPc9jkF\nWjpwx2oahZJ5qClyJliUhriv1j1R54u8mh/9eikS0s4YuFwcYzYisp/xh6n3\nfqo7m4+o2CQLHidE/e+pqwXCbhCZaT9G4Ltc0yM/g101pnt2+KHSnWJj2bxP\nVGE+HB1R7Y40GorBFVL52OzZkFZndz2w+L+S8laCo4BXWe3bxkLTdRH/QgG+\n4T1zxv1pytLdROk0aHqvxWGyLsfpxeNLSgNV4tjg1EYDr3IQ1kig1mtGxXMb\ndDeK8HxEVK0uqgyb8amuDIfmsxx6bF4ORKuJt4PSQgo85B6ZUIyYceJ+I3t2\nuAHuq0sFrqSMfkoD+/UzqHpufFiOTZRO7mga0VgC0YQAZCtN777BTsQPF1RC\nIsac\r\n=Uaih\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "tygyh2012@gmail.com",
					"name": "esora"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "1175863618@qq.com",
					"name": "kn9117"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "wynterding@gmail.com",
					"name": "wynterding"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yutingzhao1991@sina.com",
					"name": "yutingzhao1991"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.3_1595326620757_0.5713911669097742"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.4": {
			"name": "@ant-design/colors",
			"version": "4.0.4",
			"description": "Color palettes calculator of Ant Design",
			"main": "dist/index.js",
			"module": "dist/index.esm.js",
			"typings": "dist/src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc --noEmit",
				"compile": "father build --esm --cjs",
				"prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest",
				"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^26.0.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^3.0.0",
				"@typescript-eslint/parser": "^3.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^7.1.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"father": "^2.29.5",
				"jest": "^26.0.1",
				"np": "^6.3.2",
				"prettier": "^2.0.0",
				"ts-jest": "^26.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "b1b1cc03f82d73cd2db783bfdb1c3dbaf61b9b5f",
			"_id": "@ant-design/colors@4.0.4",
			"_nodeVersion": "12.14.1",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-RBwNDlAFqkts8cg7jh3olBdX+mIEZng3JyESMjfX4guFoAyfD254tJJOU/LgxT7n9BPikmNyMTp/d/88INOR9Q==",
				"shasum": "f3c494ad089ff62741bc8f424175db97c6fb0fa2",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.4.tgz",
				"fileCount": 6,
				"unpackedSize": 16847,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFucICRA9TVsSAnZWagAA5LQQAIMlE8TSndB9OT6HUIlh\nXjit7mzU0M8QAFSCjKrm9Q5PvuBkORGKL1VL16ipQwmThBQWAdaPpYu3Cgrl\nKLbybnwsY9jr86pvsw4z9WlG/LmDYvwcay0cWCDFtNGNStX1qYfxdZyzzPNR\ncoUIxkywTXWu0WK+864oOZjo5ppB6zWt69bJZXLUCKVqrcsdsmPZCv1rbSie\nUgAiMBFUxTY6Oodqjp3MnKqNTLZzh5pNmyBBInAfF9yB8Z9yQUvToM0EwWJg\nFNqRDuDpvRf937AhWLbOHVJ9MyrXs+m9g8WfSPDg1pLriGFTBASYYGp/iDiQ\noyi9jnGFlWua/KWuOP2IBHQSpgoN8RxpSSbQkjh/sQ1tv5eayecE/p+uRDUc\nY4/Fj7kVXUy2d+fCZcYO/bOm8DDTkNpsHH9v94JgZcL3PnboYUpHi5a9u+tr\n5reFjlJtoD/GQRMbm7MHnTpawnFrk3ukRrqYtK//zBwUzIw2RFTTueAWiFZy\nVlLpxwBjXvPqWrN4Ykel/LeZjBrzoqPOcrbz9aT+CTfmu5n+l5GUxbzR+O8I\nqmv3sr7jy0/h7yp+bHZUjk4ZhGbwG1I2o8X6N8LoAH/SiceLQGvnvfNTu4tx\n5KYISm8f3ycSQQbv9TBpueI+qMI1lJ2NMsJOF2/afbwwDoQU3r+CYWMYkAOE\nAjKT\r\n=X5MK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "tygyh2012@gmail.com",
					"name": "esora"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "1175863618@qq.com",
					"name": "kn9117"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "wynterding@gmail.com",
					"name": "wynterding"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yutingzhao1991@sina.com",
					"name": "yutingzhao1991"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.4_1595336455896_0.5091539978094106"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"4.0.5": {
			"name": "@ant-design/colors",
			"version": "4.0.5",
			"description": "Color palettes calculator of Ant Design",
			"main": "dist/index.js",
			"module": "dist/index.esm.js",
			"typings": "dist/src/index.d.ts",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ant-design/ant-design-colors.git"
			},
			"bugs": {
				"url": "https://github.com/ant-design/ant-design-colors/issues"
			},
			"scripts": {
				"tsc": "tsc --noEmit",
				"compile": "father build --esm --cjs",
				"prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
				"lint": "eslint src --ext .ts",
				"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
				"jest": "jest",
				"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
				"test": "npm run tsc && npm run lint && npm run jest"
			},
			"author": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"tinycolor2": "^1.4.1"
			},
			"devDependencies": {
				"@types/jest": "^26.0.0",
				"@types/tinycolor2": "^1.4.1",
				"@typescript-eslint/eslint-plugin": "^3.0.0",
				"@typescript-eslint/parser": "^3.0.0",
				"coveralls": "^3.0.3",
				"eslint": "^7.1.0",
				"eslint-config-prettier": "^6.0.0",
				"eslint-plugin-prettier": "^3.0.1",
				"father": "^2.29.5",
				"jest": "^26.0.1",
				"np": "^6.3.2",
				"prettier": "^2.0.0",
				"ts-jest": "^26.0.0",
				"typescript": "^3.4.2"
			},
			"homepage": "https://github.com/ant-design/ant-design-colors#readme",
			"gitHead": "029e690c7ec0df4080ee2557ed5642e3f99beade",
			"_id": "@ant-design/colors@4.0.5",
			"_nodeVersion": "14.6.0",
			"_npmVersion": "6.14.6",
			"dist": {
				"integrity": "sha512-3mnuX2prnWOWvpFTS2WH2LoouWlOgtnIpc6IarWN6GOzzLF8dW/U8UctuvIPhoboETehZfJ61XP+CGakBEPJ3Q==",
				"shasum": "d7d100d7545cca8f624954604a6892fc48ba5aae",
				"tarball": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.5.tgz",
				"fileCount": 7,
				"unpackedSize": 17047,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKlrcCRA9TVsSAnZWagAAOPMP/2nDqRIqd0XiCVwGBL3I\n6bflBZZAOkJ4rDrWOJZhS6zatIixYtS7V0JSz3DHSuCnwurst0JP3bwmpvCm\n23nqJuOHvY+ba3RNz9OZIr88vUtuxb9CRJ04eXdZEyNcUiuBBjFDvY86TaYh\nPvv7tgg65bAilGCCxeN/WryN59QfVbmzl8ChzKeTAhAkOXeJIfmsdhZ468Ml\nluikiLd3HHqmFxxgQ3XxpgaOOfjUzwGU1LlTpmxTZEkJh51wndFL0f4gD2+m\njkr7hLEEEpQGD005o1NnqccbkdlcL/oCa47SGZ5yT3SJPkzzk+0cmy04DRBL\nTBCRXzvHk52dESnJh9F8gGETArsjW0LsX12dfNuA806keBIPS131kbTahOW3\n5NyN1SNVu0vZ3mSBUSpOTgVmaxNlyjr5IsNehivDFYPhgIvN2ZMlXemPRLur\nNpVn/tELAzBLNaiuIl6HFgpBDi6T2AVl20Z7OsnIQyxTlBZh6kLp8P8h3Khw\n8WOqgFjIAe04W18u2VOGAdVoE9qnbohdI8pBgtrtBcWc7wsKUhAAc0UYT+vl\nznuNvbHvxw563rTvEmMc/mTijjYDWRcTo2aRRFSC7LjOA1+bhOfbjlKj9N2X\nVX9pCetrdeBGO2JOw6r8x2zoEIQcJ/p63e//rZgjqIBpV2GSOOERN9mFFzYj\nV41s\r\n=7jNe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "afc163@gmail.com",
					"name": "afc163"
				},
				{
					"email": "sqibang@gmail.com",
					"name": "bang88"
				},
				{
					"email": "wasd2144@hotmail.com",
					"name": "chenshuai2144"
				},
				{
					"email": "darryshaw@gmail.com",
					"name": "dahong"
				},
				{
					"email": "tygyh2012@gmail.com",
					"name": "esora"
				},
				{
					"email": "gongzhen1027@hotmail.com",
					"name": "gongzhen"
				},
				{
					"email": "hezhiyu233@foxmail.com",
					"name": "heskey"
				},
				{
					"email": "1175863618@qq.com",
					"name": "kn9117"
				},
				{
					"email": "415800467@qq.com",
					"name": "tangjinzhou"
				},
				{
					"email": "onlylae@sina.com",
					"name": "vagusx"
				},
				{
					"email": "vthinkxie@gmail.com",
					"name": "vthinkxie"
				},
				{
					"email": "wendellhu95@gmail.com",
					"name": "wendzhue"
				},
				{
					"email": "jackzcs@gmail.com",
					"name": "wilsoncook"
				},
				{
					"email": "wynterding@gmail.com",
					"name": "wynterding"
				},
				{
					"email": "45808948@qq.com",
					"name": "ycjcl868"
				},
				{
					"email": "yesmeck@gmail.com",
					"name": "yesmeck"
				},
				{
					"email": "yutingzhao1991@sina.com",
					"name": "yutingzhao1991"
				},
				{
					"email": "smith3816@gmail.com",
					"name": "zombiej"
				}
			],
			"_npmUser": {
				"name": "afc163",
				"email": "afc163@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/colors_4.0.5_1596611292314_0.9797388451529268"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-12-23T13:54:12.552Z",
		"2.0.0": "2018-12-23T13:54:12.800Z",
		"modified": "2020-09-09T12:06:33.512Z",
		"2.0.1": "2018-12-31T13:28:53.217Z",
		"2.0.2": "2018-12-31T13:29:55.064Z",
		"2.0.3": "2018-12-31T13:32:38.678Z",
		"2.0.4": "2019-01-13T04:31:59.677Z",
		"2.1.0": "2019-03-12T12:05:51.357Z",
		"3.0.0": "2019-04-08T12:34:01.883Z",
		"3.0.1": "2019-04-11T08:06:06.338Z",
		"3.1.0": "2019-05-08T03:46:47.963Z",
		"3.2.0": "2019-08-28T02:54:41.202Z",
		"3.2.1": "2019-08-28T02:56:00.428Z",
		"3.2.2": "2019-09-19T06:22:07.727Z",
		"4.0.0-alpha.0": "2019-12-25T10:55:01.797Z",
		"4.0.0-alpha.1": "2020-02-11T07:41:44.988Z",
		"4.0.0": "2020-02-28T13:27:23.462Z",
		"4.0.1": "2020-06-18T02:53:09.363Z",
		"4.0.2": "2020-07-21T10:13:34.613Z",
		"4.0.3": "2020-07-21T10:17:00.852Z",
		"4.0.4": "2020-07-21T13:00:56.023Z",
		"4.0.5": "2020-08-05T07:08:12.437Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "4.0.5",
		"next": "4.0.0-alpha.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"4808fe3a93680eda3faf63ddc63030c0\"",
			"fetched": 1600326163844
		}
	},
	"_distfiles": {
		"colors-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.0.tgz",
			"sha": "4ff5d94300aed96563e8f55dcdec4e6d43241040",
			"registry": "npmjs"
		},
		"colors-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.1.tgz",
			"sha": "a316e478e31a0cb25d699284c44c9272ff289d94",
			"registry": "npmjs"
		},
		"colors-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.2.tgz",
			"sha": "7ae81391c8527b67de90f5d508ee1b3102742054",
			"registry": "npmjs"
		},
		"colors-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.3.tgz",
			"sha": "50f77e5a0d7f49a9229918c6ee4e2859d6cbae06",
			"registry": "npmjs"
		},
		"colors-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.0.4.tgz",
			"sha": "6f3b93c6f947bf01f9d616343950d6e20fb11c41",
			"registry": "npmjs"
		},
		"colors-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-2.1.0.tgz",
			"sha": "3261ac02b59203cf75711b0c00cc7dc213cbf393",
			"registry": "npmjs"
		},
		"colors-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.0.0.tgz",
			"sha": "a7afa274efe699fe0d79c112eda7496ebbd6a3fe",
			"registry": "npmjs"
		},
		"colors-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.0.1.tgz",
			"sha": "4bedd9faf73a8eda734a3e74f1476707282f6ec2",
			"registry": "npmjs"
		},
		"colors-3.1.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.1.0.tgz",
			"sha": "b7e2cc61a4e86d3d109494034acfb1222dacaa3c",
			"registry": "npmjs"
		},
		"colors-3.2.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.0.tgz",
			"sha": "2b170942ee8b007186a883451317d8cee3a72be8",
			"registry": "npmjs"
		},
		"colors-3.2.1.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.1.tgz",
			"sha": "ad86cbf2d1a0039d01586aa73a7ea8a7ce0455a2",
			"registry": "npmjs"
		},
		"colors-3.2.2.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.2.tgz",
			"sha": "5ad43d619e911f3488ebac303d606e66a8423903",
			"registry": "npmjs"
		},
		"colors-4.0.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.0-alpha.0.tgz",
			"sha": "43cc67e9f266e31a199856cab61443c98191dc23",
			"registry": "npmjs"
		},
		"colors-4.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.0-alpha.1.tgz",
			"sha": "1b0287c936c786cb3a95b55eba40586a13ba5f59",
			"registry": "npmjs"
		},
		"colors-4.0.0.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.0.tgz",
			"sha": "bcc1183b1fdfd1587d4e655035b3fc47bf3a4ab6",
			"registry": "npmjs"
		},
		"colors-4.0.1.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.1.tgz",
			"sha": "6edab85c6d1ba51accaed4ae64fa934dd5ebb498",
			"registry": "npmjs"
		},
		"colors-4.0.2.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.2.tgz",
			"sha": "e26ebc6dda05d7401d7aafc4a62da3061555d121",
			"registry": "npmjs"
		},
		"colors-4.0.3.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.3.tgz",
			"sha": "d5f5edd4669e8e9464277d53174b754cea139e1b",
			"registry": "npmjs"
		},
		"colors-4.0.4.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.4.tgz",
			"sha": "f3c494ad089ff62741bc8f424175db97c6fb0fa2",
			"registry": "npmjs"
		},
		"colors-4.0.5.tgz": {
			"url": "https://registry.npmjs.org/@ant-design/colors/-/colors-4.0.5.tgz",
			"sha": "d7d100d7545cca8f624954604a6892fc48ba5aae",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"colors-3.2.2.tgz": {
			"shasum": "5ad43d619e911f3488ebac303d606e66a8423903"
		}
	},
	"_rev": "2-d074f366c263c322",
	"_id": "@ant-design/colors",
	"readme": "<h1 align=\"center\">Ant Design Colors</h1>\n\n<div align=\"center\">\n\n:art: Color palettes calculator of [Ant Design](https://ant.design/docs/spec/colors).\n\n[![Travis](https://img.shields.io/travis/ant-design/ant-design-colors/master.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-colors)\n[![Test coverage](https://img.shields.io/coveralls/ant-design/ant-design-colors.svg?style=flat-square)](https://coveralls.io/r/ant-design/ant-design-colors?branch=master)\n[![npm package](https://img.shields.io/npm/v/@ant-design/colors.svg?style=flat-square)](https://www.npmjs.org/package/@ant-design/colors)\n[![NPM downloads](http://img.shields.io/npm/dm/@ant-design/colors.svg?style=flat-square)](http://npmjs.com/@ant-design/colors)\n\n[![Dependencies](https://img.shields.io/david/ant-design/ant-design-colors.svg?style=flat-square)](https://david-dm.org/ant-design/ant-design-colors)\n[![DevDependencies](https://img.shields.io/david/dev/ant-design/ant-design-colors.svg?style=flat-square)](https://david-dm.org/ant-design/ant-design-colors?type=dev) [![Greenkeeper badge](https://badges.greenkeeper.io/ant-design/ant-design-colors.svg)](https://greenkeeper.io/)\n</div>\n\n![](https://user-images.githubusercontent.com/507615/55726820-43e68400-5a43-11e9-8541-b0fc28b78f37.png)\n\n## Install\n\n```bash\n$ npm install @ant-design/colors\n// or\n$ yarn add @ant-design/colors\n```\n\n## Usage\n\n```bash\n$ npm install @ant-design/colors --save\n```\n\n```js\nimport { red, volcano, gold, yellow, lime, green, cyan, blue, geekblue, purple, magenta, grey } from '@ant-design/colors';\n\nconsole.log(blue); // ['#E6F7FF', '#BAE7FF', '#91D5FF', ''#69C0FF', '#40A9FF', '#1890FF', '#096DD9', '#0050B3', '#003A8C', '#002766']\nconsole.log(blue.primary); // '#1890FF'\n```\n\n```js\nimport { generate, presetPalettes } from '@ant-design/colors';\n\n// Generate color palettes by a given color\nconst colors = generate('#1890ff');\nconsole.log(colors); // ['#E6F7FF', '#BAE7FF', '#91D5FF', ''#69C0FF', '#40A9FF', '#1890FF', '#096DD9', '#0050B3', '#003A8C', '#002766']\nconsole.log(presetPalettes);\n/*\n{\n  red: [...],\n  volcano: [...],\n  orange: [...],\n  gold: [...],\n  yellow: [...],\n  lime: [...],\n  green: [...],\n  cyan: [...],\n  blue: [...],\n  geekblue: [...],\n  purple: [...],\n  magenta: [...],\n}\n*/\n```\n\n```js\nimport { generate, presetDarkPalettes } from '@ant-design/colors';\n\n// Generate dark color palettes by a given color\nconst colors = generate('#1890ff', {\n  theme: 'dark',\n  backgroundColor: '#141414'\n});\nconsole.log(colors); // [\"#111d2c\", \"#112a45\", \"#15395b\", \"#164c7e\", \"#1765ad\", \"#177ddc\", \"#3993dc\", \"#65b7f3\", \"#8bcbf3\", \"#b2dcf3\"]\nconsole.log(presetDarkPalettes);\n/*\n{\n  red: [...],\n  volcano: [...],\n  orange: [...],\n  gold: [...],\n  yellow: [...],\n  lime: [...],\n  green: [...],\n  cyan: [...],\n  blue: [...],\n  geekblue: [...],\n  purple: [...],\n  magenta: [...],\n}\n*/\n```\n\n## Articles\n\n- [Ant Design Colors](https://ant.design/docs/spec/colors)\n- [Ant Design 色板生成算法演进之路](https://zhuanlan.zhihu.com/p/32422584)"
}