{
  "name": "@babel/helper-wrap-function",
  "version": "7.12.3",
  "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"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "dependencies": {
    "@babel/helper-function-name": "^7.10.4",
    "@babel/template": "^7.10.4",
    "@babel/traverse": "^7.10.4",
    "@babel/types": "^7.10.4"
  }

,"_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz"
,"_integrity": "sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow=="
,"_from": "@babel/helper-wrap-function@7.12.3"
}