{
  "_from": "@ant-design/icons@~2.1.1",
  "_id": "@ant-design/icons@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-jCH+k2Vjlno4YWl6g535nHR09PwCEmTBKAG6VqF+rhkrSPRLfgpU2maagwbZPLjaHuU5Jd1DFQ2KJpQuI6uG8w==",
  "_location": "/@ant-design/icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ant-design/icons@~2.1.1",
    "name": "@ant-design/icons",
    "escapedName": "@ant-design%2ficons",
    "scope": "@ant-design",
    "rawSpec": "~2.1.1",
    "saveSpec": null,
    "fetchSpec": "~2.1.1"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-2.1.1.tgz",
  "_shasum": "7b9c08dffd4f5d41db667d9dbe5e0107d0bd9a4a",
  "_spec": "@ant-design/icons@~2.1.1",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/antd",
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-icons/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "HeskeyBaozi",
      "email": "hezhiyu233@foxmail.com"
    }
  ],
  "deprecated": false,
  "description": "Ant Design Icons",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "@svgr/core": "^2.1.1",
    "@types/fs-extra": "^5.0.4",
    "@types/globby": "^8.0.0",
    "@types/history": "^4.7.0",
    "@types/jest": "^23.3.1",
    "@types/lodash": "^4.14.115",
    "@types/node": "^10.5.5",
    "@types/parse5": "^5.0.0",
    "@types/prettier": "^1.13.2",
    "@types/react": "^16.4.7",
    "@types/react-router": "3.0.20",
    "@types/rimraf": "^2.0.2",
    "@types/svgo": "^1.0.1",
    "antd": "^3.8.2",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.4.2",
    "babel-plugin-macros": "^2.4.0",
    "chalk": "^2.4.1",
    "cross-env": "^5.2.0",
    "fs-extra": "^7.0.0",
    "gatsby": "^2.4.2",
    "gatsby-plugin-page-creator": "^2.0.12",
    "gatsby-plugin-typescript": "^2.0.13",
    "globby": "^8.0.1",
    "jest": "^23.4.2",
    "lodash": "^4.17.10",
    "mobx": "^5.0.4",
    "mobx-react": "^5.2.5",
    "parse5": "^5.1.0",
    "prettier": "1.14.2",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "rimraf": "^2.6.2",
    "rxjs": "^6.2.2",
    "styled-components": "^3.4.4",
    "svgo": "^1.0.5",
    "ts-jest": "^23.1.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1",
    "webpack-cli": "^3.1.0",
    "webpackbar": "^2.6.1"
  },
  "files": [
    "lib",
    "svg",
    "inline-svg"
  ],
  "gitHead": "225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc",
  "homepage": "https://github.com/ant-design/ant-design-icons#readme",
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "tsConfigFile": "./test/tsconfig.json",
        "skipBabel": true
      }
    },
    "testURL": "http://localhost",
    "testPathIgnorePatterns": [
      "<rootDir>/packages/",
      "<rootDir>/node_modules/",
      "<rootDir>/.cache/"
    ]
  },
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "name": "@ant-design/icons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-icons.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:index-es &&  npm run build:umd",
    "build:index-es": "cross-env NODE_ENV=production rimraf lib/index.es.js && babel --extensions '.ts' --presets @babel/preset-typescript src/index.ts --out-file lib/index.es.js",
    "build:lib": "cross-env NODE_ENV=production rimraf lib && tsc --project ./tsconfig.json --outDir lib",
    "build:umd": "webpack --config umd.webpack.config.js -p",
    "clean:build": "rimraf .cache es lib",
    "clean:src": "cross-env TS_NODE_PROJECT=build/tsconfig.json node --require ts-node/register build/scripts/clean.ts",
    "generate": "cross-env TS_NODE_PROJECT=build/tsconfig.json node --require ts-node/register build/index.ts",
    "lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}' 'site/**/*.{ts,tsx}' 'test/**/*.{ts,tsx}'",
    "prepublish": "npm run lint && npm run test && npm run generate && npm run build",
    "start": "gatsby develop",
    "test": "npm run test:unit",
    "test:unit": "jest"
  },
  "sideEffects": false,
  "version": "2.1.1"
}
