{
  "name": "@babel/helper-member-expression-to-functions",
  "version": "7.12.1",
  "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.12.1"
  }

,"_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz"
,"_integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ=="
,"_from": "@babel/helper-member-expression-to-functions@7.12.1"
}