mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
  "_args": [
    [
      "babel-plugin-import@1.13.8",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "babel-plugin-import@1.13.8",
  "_id": "babel-plugin-import@1.13.8",
  "_inBundle": false,
  "_integrity": "sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==",
  "_location": "/babel-plugin-import",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-plugin-import@1.13.8",
    "name": "babel-plugin-import",
    "escapedName": "babel-plugin-import",
    "rawSpec": "1.13.8",
    "saveSpec": null,
    "fetchSpec": "1.13.8"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/babel-plugin-import/-/babel-plugin-import-1.13.8.tgz",
  "_spec": "1.13.8",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "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": "^4.0.0",
    "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 && father doctor && np --no-cleanup --yolo --no-publish --any-branch",
    "test": "umi-test --coverage"
  },
  "version": "1.13.8"
}