Nicolò Ribaudo d291edbdf1 v7.12.13
2021-02-03 01:59:31 +01:00

23 lines
666 B
JSON

{
"name": "@babel/helper-wrap-function",
"version": "7.12.13",
"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": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
}
}