15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"name": "@babel/plugin-syntax-flow",
|
|
"version": "7.0.0-beta.5",
|
|
"description": "Allow parsing of the flow syntax",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
|
|
}
|
|
}
|