2017-10-30 16:55:46 -04:00

20 lines
574 B
JSON

{
"name": "@babel/plugin-transform-arrow-functions",
"version": "7.0.0-beta.5",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-beta.5",
"@babel/traverse": "7.0.0-beta.5",
"@babel/types": "7.0.0-beta.5"
}
}