智能照明系统APP-本地串口
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.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/f1/f14aa981fd4c87cf5197d4279b1...

93 lines
2.3 KiB

{
"_args": [
[
"babel-plugin-import@1.13.0",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "babel-plugin-import@1.13.0",
"_id": "babel-plugin-import@1.13.0",
"_inBundle": false,
"_integrity": "sha1-xTL9Uz3521O0fU1Ns2dgkPxcB6U=",
"_location": "/babel-plugin-import",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-import@1.13.0",
"name": "babel-plugin-import",
"escapedName": "babel-plugin-import",
"rawSpec": "1.13.0",
"saveSpec": null,
"fetchSpec": "1.13.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npm.taobao.org/babel-plugin-import/download/babel-plugin-import-1.13.0.tgz",
"_spec": "1.13.0",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "chencheng",
"email": "sorrycc@gmail.com"
},
"babel": {
"presets": [
"umi"
]
},
"bugs": {
"url": "https://github.com/ant-design/babel-plugin-import/issues"
},
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
},
"description": "Component modular import plugin for babel.",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-preset-umi": "^1.0.0",
"coveralls": "^3.0.6",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"material-ui": "^0.20.2",
"np": "^5.0.3",
"pre-commit": "~1.2.2",
"react-toolbox": "^1.2.5",
"umi-tools": "^0.1.4"
},
"files": [
"src",
"lib",
"package.json",
"README.md"
],
"homepage": "https://github.com/ant-design/babel-plugin-import#readme",
"keywords": [
"babel-plugin",
"antd"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-import",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/babel-plugin-import.git"
},
"scripts": {
"build": "umi-tools build",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"debug": "umi-tools test",
"lint": "eslint --ext .js src",
"prepack": "npm run build",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish",
"test": "umi-tools test --coverage"
},
"version": "1.13.0"
}