This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96. Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
15 lines
372 B
JSON
15 lines
372 B
JSON
{
|
|
"name": "@babel/helper-hoist-variables",
|
|
"version": "7.8.0",
|
|
"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.8.0"
|
|
}
|
|
}
|