Henry Zhu 904bcaffe3
fix peer deps [skip ci] (#8445)
Should be anything 7.x
2018-08-09 15:59:14 -04:00

24 lines
703 B
JSON

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