package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
  3. "_args": [
  4. [
  5. "@babel/helper-hoist-variables@7.16.7",
  6. "E:\\item\\newItem\\admin"
  7. ]
  8. ],
  9. "_development": true,
  10. "_from": "@babel/helper-hoist-variables@7.16.7",
  11. "_id": "@babel/helper-hoist-variables@7.16.7",
  12. "_inBundle": false,
  13. "_integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
  14. "_location": "/@babel/helper-hoist-variables",
  15. "_phantomChildren": {
  16. "to-fast-properties": "2.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "@babel/helper-hoist-variables@7.16.7",
  22. "name": "@babel/helper-hoist-variables",
  23. "escapedName": "@babel%2fhelper-hoist-variables",
  24. "scope": "@babel",
  25. "rawSpec": "7.16.7",
  26. "saveSpec": null,
  27. "fetchSpec": "7.16.7"
  28. },
  29. "_requiredBy": [
  30. "/@babel/plugin-transform-modules-systemjs",
  31. "/@babel/traverse"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
  34. "_spec": "7.16.7",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues"
  42. },
  43. "dependencies": {
  44. "@babel/types": "^7.16.7"
  45. },
  46. "description": "Helper function to hoist variables",
  47. "devDependencies": {
  48. "@babel/traverse": "^7.16.7"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/helper-hoist-variables",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-helper-hoist-variables"
  64. },
  65. "version": "7.16.7"
  66. }