13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"name": "babel-helper-hoist-variables",
|
|
"version": "6.8.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-runtime": "^6.0.0",
|
|
"babel-types": "^6.8.0"
|
|
}
|
|
}
|