shift73k/assets_old/node_modules/@babel/helper-hoist-variables/package.json

21 lines
No EOL
687 B
JSON

{
"name": "@babel/helper-hoist-variables",
"version": "7.13.0",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-hoist-variables"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.",
"dependencies": {
"@babel/traverse": "^7.13.0",
"@babel/types": "^7.13.0"
}
}