2021-01-07 23:16:07 +08:00

22 lines
853 B
JSON

{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.11.0",
"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.11.0"
},
"__npminstall_done": "Sun Sep 06 2020 16:10:16 GMT+0800 (中国标准时间)",
"_from": "@babel/helper-member-expression-to-functions@7.11.0",
"_resolved": "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.11.0.tgz"
}