babel-plugin-kimport
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-kimport", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A component modular import plugin for babel ", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "test" | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
"lint": "eslint --ext .js src --fix", | ||
"prepublish": "npm run build" | ||
}, | ||
"pre-commit": [ | ||
"lint" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SoldierAb/babel-plugin-kimport.git" | ||
}, | ||
"keywords": [ | ||
@@ -14,3 +23,19 @@ "babel-plugin", | ||
"author": "cgj", | ||
"license": "ISC" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/helper-module-imports": "^7.7.4", | ||
"assert": "^2.0.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-types": "^6.26.0", | ||
"babylon": "^6.18.0", | ||
"eslint": "^5.10.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"pre-commit": "^1.2.2" | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6162
7
94
0
14