Urara-Blog/node_modules/.pnpm-store/v3/files/88/39f225b420b5f8fc964e2f920c0ff635bd1ddb8c9d6a7c3b5e9fa83ea714a40524c8556b796c10c61ee54225764ba7dc19e66ef6f3fc52f233c21a552124f6
2022-08-14 01:14:53 +08:00

27 lines
No EOL
764 B
Text

{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.18.9",
"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"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"@babel/types": "^7.18.9"
},
"devDependencies": {
"@babel/traverse": "^7.18.9"
},
"engines": {
"node": ">=6.9.0"
},
"type": "commonjs"
}