ast-hoist
Version:
hoist your variables (and function declarations)
25 lines (24 loc) • 477 B
JSON
{
"name": "ast-hoist",
"version": "3.1.0",
"description": "hoist your variables (and function declarations)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/nathan7/ast-hoist.git"
},
"keywords": [
"ast",
"hoist",
"esparse",
"esprima"
],
"author": "Nathan Zadoks",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathan7/ast-hoist/issues"
},
"dependencies": {
"esmap": "~1.2.0"
}
}