18 lines
518 B
JSON
18 lines
518 B
JSON
{
|
|
"name": "babel-plugin-codemod-optional-catch-binding",
|
|
"version": "7.0.0-beta.3",
|
|
"description": "Remove unused catch bindings",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-unused-catch-binding",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
|
|
}
|
|
}
|