12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"name": "@babel/helper-hoist-variables",
|
|
"version": "7.0.0",
|
|
"description": "Helper function to hoist variables",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
}
|