package.json 1.9 KB

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