Nicolò Ribaudo 0407f034f0
v7.5.5
2019-07-17 23:08:08 +02:00

16 lines
497 B
JSON

{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.5.5",
"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.5.5"
}
}