24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"name": "@babel/plugin-syntax-throw-expressions",
|
|
"version": "7.7.4-csx.1",
|
|
"description": "Allow parsing of Throw Expressions",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0 || csx"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4"
|
|
}
|
|
}
|