blob: 94bf68f6bb7c1d018d7b2f1e3fefa36105f1734c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "@babel/helper-hoist-variables",
"version": "7.0.0-beta.47",
"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-beta.47"
}
}
|