package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.22.5",
  6. "/Users/mac/projects/mime/mine"
  7. ]
  8. ],
  9. "_development": true,
  10. "_from": "@babel/helper-hoist-variables@7.22.5",
  11. "_id": "@babel/helper-hoist-variables@7.22.5",
  12. "_inBundle": false,
  13. "_integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  14. "_location": "/@babel/helper-hoist-variables",
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "@babel/helper-hoist-variables@7.22.5",
  20. "name": "@babel/helper-hoist-variables",
  21. "escapedName": "@babel%2fhelper-hoist-variables",
  22. "scope": "@babel",
  23. "rawSpec": "7.22.5",
  24. "saveSpec": null,
  25. "fetchSpec": "7.22.5"
  26. },
  27. "_requiredBy": [
  28. "/@babel/plugin-transform-modules-systemjs",
  29. "/@babel/traverse"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  32. "_spec": "7.22.5",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/types": "^7.22.5"
  43. },
  44. "description": "Helper function to hoist variables",
  45. "devDependencies": {
  46. "@babel/traverse": "^7.22.5"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-hoist-variables",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-hoist-variables"
  62. },
  63. "type": "commonjs",
  64. "version": "7.22.5"
  65. }