UNPKG

503 BJSONView Raw
1{
2 "name": "@babel/helper-call-delegate",
3 "version": "7.4.0",
4 "description": "Helper function to call delegate",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "dependencies": {
12 "@babel/helper-hoist-variables": "^7.4.0",
13 "@babel/traverse": "^7.4.0",
14 "@babel/types": "^7.4.0"
15 },
16 "gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804"
17}