aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-helper-call-delegate/package.json
blob: 8662c3f0ae417af7fe293c18fa7e0f4b86f2fc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "babel-helper-call-delegate",
  "version": "6.24.1",
  "description": "Helper function to call delegate",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "babel-traverse": "^6.24.1",
    "babel-runtime": "^6.22.0",
    "babel-types": "^6.24.1",
    "babel-helper-hoist-variables": "^6.24.1"
  }
}