package.json 2.0 KB

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