UNPKG

554 BJSONView Raw
1{
2 "name": "@babel/helper-member-expression-to-functions",
3 "version": "7.7.0",
4 "description": "Helper function to replace certain member expressions with function calls",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "author": "Justin Ridgewell <justin@ridgewell.name>",
12 "dependencies": {
13 "@babel/types": "^7.7.0"
14 },
15 "gitHead": "97faa83953cb87e332554fa559a4956d202343ea"
16}