Nicolò Ribaudo 2c88694388
v7.4.4
2019-04-26 23:00:07 +02:00

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.4.4"
}
}