{
  "_args": [
    [
      "babel-plugin-import@1.13.5",
      "/home/ghf/public_html"
    ]
  ],
  "_from": "babel-plugin-import@1.13.5",
  "_id": "babel-plugin-import@1.13.5",
  "_inBundle": false,
  "_integrity": "sha512-IkqnoV+ov1hdJVofly9pXRJmeDm9EtROfrc5i6eII0Hix2xMs5FEm8FG3ExMvazbnZBbgHIt6qdO8And6lCloQ==",
  "_location": "/babel-plugin-import",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-plugin-import@1.13.5",
    "name": "babel-plugin-import",
    "escapedName": "babel-plugin-import",
    "rawSpec": "1.13.5",
    "saveSpec": null,
    "fetchSpec": "1.13.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-import/-/babel-plugin-import-1.13.5.tgz",
  "_spec": "1.13.5",
  "_where": "/home/ghf/public_html",
  "author": {
    "name": "chencheng",
    "email": "sorrycc@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ant-design/babel-plugin-import/issues"
  },
  "dependencies": {
    "@babel/helper-module-imports": "^7.0.0"
  },
  "description": "Component modular import plugin for babel.",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@umijs/test": "^3.2.28",
    "babel-core": "^7.0.0-0",
    "babel-preset-umi": "^1.0.0",
    "coveralls": "^3.0.6",
    "eslint": "^7.1.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^3.1.3",
    "father-build": "^1.22.1",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.8",
    "material-ui": "^0.20.2",
    "np": "^6.2.0",
    "prettier": "^2.0.5",
    "react-toolbox": "^1.2.5"
  },
  "files": [
    "src",
    "lib",
    "package.json",
    "README.md"
  ],
  "homepage": "https://github.com/ant-design/babel-plugin-import#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "babel-plugin",
    "antd"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint",
      "prettier --write"
    ]
  },
  "main": "lib/index.js",
  "name": "babel-plugin-import",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/babel-plugin-import.git"
  },
  "scripts": {
    "build": "father-build",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "debug": "umi-test",
    "lint": "eslint --ext .js src",
    "prepack": "npm run build",
    "prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish --any-branch",
    "test": "umi-test --coverage"
  },
  "version": "1.13.5"
}
