23 lines
549 B
JSON
23 lines
549 B
JSON
{
|
|
"name": "@babel/helper-call-delegate",
|
|
"version": "7.12.1",
|
|
"description": "Helper function to call delegate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-call-delegate"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-hoist-variables": "workspace:^7.10.4",
|
|
"@babel/types": "workspace:^7.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/traverse": "workspace:*"
|
|
}
|
|
}
|