blob: ce778d9ff4a2f5a90e237c038673d14982ad87d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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"
}
}
|