Urara-Blog/node_modules/.pnpm-store/v3/files/36/15bdf2dcacfc19c60136dd6e9a74be55ba00663d9a6301fa406071dfd23f77e54f5f44454073dcafd379bf63d077dd62b34831365bf8a55595d28c745b8ab0
2022-08-14 01:14:53 +08:00

27 lines
No EOL
745 B
Text

{
"name": "@babel/helper-wrap-function",
"version": "7.18.11",
"description": "Helper to wrap functions inside a function call.",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-wrap-function"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.18.9",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.18.11",
"@babel/types": "^7.18.10"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}