package.json 905 B

12345678910111213141516171819202122
  1. {
  2. "name": "@babel/helper-hoist-variables",
  3. "version": "7.10.4",
  4. "description": "Helper function to hoist variables",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-hoist-variables"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/types": "^7.10.4"
  17. },
  18. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:46 GMT+0800 (CST)",
  20. "_from": "@babel/helper-hoist-variables@7.10.4",
  21. "_resolved": "https://registry.npm.taobao.org/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.10.4.tgz?cache=0&sync_timestamp=1593522984940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-hoist-variables%2Fdownload%2F%40babel%2Fhelper-hoist-variables-7.10.4.tgz"
  22. }