2017-08-03 18:20:36 -04:00

19 lines
577 B
JSON

{
"name": "babel-plugin-transform-function-sent",
"version": "7.0.0-alpha.18",
"description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-sent",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-helper-wrap-function": "7.0.0-alpha.18",
"babel-plugin-syntax-function-sent": "7.0.0-alpha.18"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.18"
}
}