Files
Henry Whitaker 2219b0213c npm install
2021-03-07 09:24:01 +00:00

19 lines
546 B
JSON

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