* fix incorrect lerna bootstrap options * chore: bump @babel/types dependencies to v7.6.3 * chore: remove ignore-engines on lerna bootstrap
15 lines
372 B
JSON
15 lines
372 B
JSON
{
|
|
"name": "@babel/helper-hoist-variables",
|
|
"version": "7.4.4",
|
|
"description": "Helper function to hoist variables",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.6.3"
|
|
}
|
|
}
|