2019-11-24 18:50:06 +01:00

16 lines
503 B
JSON

{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.7.4-csx.1",
"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",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "^7.7.4"
}
}