You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
3.5 KiB

{
"_from": "@ant-design/icons@^4.0.0",
"_id": "@ant-design/icons@4.2.2",
"_inBundle": false,
"_integrity": "sha1-ZTPFoCrsSSOOxHSAdIRa19haT14=",
"_location": "/@ant-design/icons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ant-design/icons@^4.0.0",
"name": "@ant-design/icons",
"escapedName": "@ant-design%2ficons",
"scope": "@ant-design",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/",
"/@ant-design/pro-form",
"/@ant-design/pro-layout",
"/@ant-design/pro-table",
"/@umijs/plugin-locale",
"/antd",
"/umi-plugin-antd-icon-config"
],
"_resolved": "https://registry.npm.taobao.org/@ant-design/icons/download/@ant-design/icons-4.2.2.tgz?cache=0&sync_timestamp=1596527611576&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40ant-design%2Ficons%2Fdownload%2F%40ant-design%2Ficons-4.2.2.tgz",
"_shasum": "6533c5a02aec49238ec4748074845ad7d85a4f5e",
"_spec": "@ant-design/icons@^4.0.0",
"_where": "/Users/zq/Desktop/hngs",
"bundleDependencies": false,
"contributors": [
{
"name": "HeskeyBaozi",
"email": "hezhiyu233@foxmail.com"
},
{
"name": "vagusX",
"email": "vagusxl@gmail.com"
}
],
"dependencies": {
"@ant-design/colors": "^3.1.0",
"@ant-design/icons-svg": "^4.0.0",
"@babel/runtime": "^7.10.4",
"classnames": "^2.2.6",
"insert-css": "^2.0.0",
"rc-util": "^5.0.1"
},
"deprecated": false,
"description": "<h1 align=\"center\"> Ant Design Icons for React </h1>",
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/insert-css": "^2.0.0",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.136",
"@types/node": "^13.9.3",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@umijs/fabric": "^2.2.2",
"antd": "^3.20.7",
"cross-env": "^5.2.0",
"enzyme": "^3.10.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^7.1.0",
"father": "^2.16.0",
"lodash": "^4.17.15",
"mobx": "^5.1.0",
"mobx-react": "^6.1.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rimraf": "^3.0.0",
"styled-components": "^3.3.3",
"ts-node": "^8.3.0",
"typescript": "^3.0.3"
},
"engines": {
"node": ">=8"
},
"gitHead": "225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc",
"license": "MIT",
"main": "./lib/index.js",
"module": "./es/index.js",
"name": "@ant-design/icons",
"peerDependencies": {
"react": "16.x"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-react"
},
"scripts": {
"ci": "NODE_ENV=ci npm run prepublishOnly",
"clean": "./scripts/cleanup.sh",
"compile": "father build",
"generate": "rimraf src/icons && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
"lint": "eslint src/ --ext .tsx,.ts",
"postcompile": "npm run clean && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry",
"prepublishOnly": "npm run generate && npm run compile && npm run lint && npm run test",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test",
"test:local": "npm run generate && npm run compile && npm run test"
},
"sideEffects": false,
"unpkg": "./dist/index.umd.js",
"version": "4.2.2"
}