2018-05-14 17:15:44 -07:00

13 lines
463 B
JSON

{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.0.0-beta.47",
"description": "Helper function to replace certain member expressions with function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
"license": "MIT",
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "7.0.0-beta.47"
}
}