30 lines
751 B
JSON
30 lines
751 B
JSON
{
|
|
"name": "@babel/plugin-proposal-optional-catch-binding",
|
|
"version": "7.12.1",
|
|
"description": "Compile optional catch bindings",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-proposal-optional-catch-binding"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "workspace:*",
|
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
|
}
|
|
}
|