102 lines
2.6 KiB
JSON
102 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"babel-plugin-import@1.13.6",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "babel-plugin-import@1.13.6",
|
|
"_id": "babel-plugin-import@1.13.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-N7FYnGh0DFsvDRkAPsvFq/metVfVD7P2h1rokOPpEH4cZbdRHCW+2jbXt0nnuqowkm/xhh2ww1anIdEpfYa7ZA==",
|
|
"_location": "/babel-plugin-import",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-plugin-import@1.13.6",
|
|
"name": "babel-plugin-import",
|
|
"escapedName": "babel-plugin-import",
|
|
"rawSpec": "1.13.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.13.6"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-import/-/babel-plugin-import-1.13.6.tgz",
|
|
"_spec": "1.13.6",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"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.6"
|
|
}
|