package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "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.",
  3. "_args": [
  4. [
  5. "@babel/helper-hoist-variables@7.13.0",
  6. "D:\\project\\苏南官网\\su_nan_guan_wang"
  7. ]
  8. ],
  9. "_development": true,
  10. "_from": "@babel/helper-hoist-variables@7.13.0",
  11. "_id": "@babel/helper-hoist-variables@7.13.0",
  12. "_inBundle": false,
  13. "_integrity": "sha1-XViC6FW1xe2pHgytwmxueiyFk9g=",
  14. "_location": "/@babel/helper-hoist-variables",
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "@babel/helper-hoist-variables@7.13.0",
  20. "name": "@babel/helper-hoist-variables",
  21. "escapedName": "@babel%2fhelper-hoist-variables",
  22. "scope": "@babel",
  23. "rawSpec": "7.13.0",
  24. "saveSpec": null,
  25. "fetchSpec": "7.13.0"
  26. },
  27. "_requiredBy": [
  28. "/@babel/plugin-transform-modules-systemjs"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.13.0.tgz",
  31. "_spec": "7.13.0",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "dependencies": {
  37. "@babel/traverse": "^7.13.0",
  38. "@babel/types": "^7.13.0"
  39. },
  40. "description": "Helper function to hoist variables",
  41. "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/helper-hoist-variables",
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/babel/babel.git",
  51. "directory": "packages/babel-helper-hoist-variables"
  52. },
  53. "version": "7.13.0"
  54. }