package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "_from": "@babel/helper-hoist-variables@^7.13.0",
  4. "_id": "@babel/helper-hoist-variables@7.13.16",
  5. "_inBundle": false,
  6. "_integrity": "sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==",
  7. "_location": "/@babel/helper-hoist-variables",
  8. "_phantomChildren": {},
  9. "_requested": {
  10. "type": "range",
  11. "registry": true,
  12. "raw": "@babel/helper-hoist-variables@^7.13.0",
  13. "name": "@babel/helper-hoist-variables",
  14. "escapedName": "@babel%2fhelper-hoist-variables",
  15. "scope": "@babel",
  16. "rawSpec": "^7.13.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^7.13.0"
  19. },
  20. "_requiredBy": [
  21. "/@babel/plugin-transform-modules-systemjs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz",
  24. "_shasum": "1b1651249e94b51f8f0d33439843e33e39775b30",
  25. "_spec": "@babel/helper-hoist-variables@^7.13.0",
  26. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\plugin-transform-modules-systemjs",
  27. "bugs": {
  28. "url": "https://github.com/babel/babel/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/traverse": "^7.13.15",
  33. "@babel/types": "^7.13.16"
  34. },
  35. "deprecated": false,
  36. "description": "Helper function to hoist variables",
  37. "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@babel/helper-hoist-variables",
  41. "publishConfig": {
  42. "access": "public"
  43. },
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/babel/babel.git",
  47. "directory": "packages/babel-helper-hoist-variables"
  48. },
  49. "version": "7.13.16"
  50. }