UNPKG

554 BJSONView Raw
1{
2 "name": "@babel/helper-member-expression-to-functions",
3 "version": "7.5.5",
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.5.5"
14 },
15 "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
16}