Nicolò Ribaudo 23226d93d4 v7.12.7
2020-11-20 22:02:43 +01:00

20 lines
557 B
JSON

{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.12.7",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "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": "workspace:^7.12.7"
}
}