package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/helpers@^7.28.6",
  3. "_id": "@babel/helpers@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.28.6",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.6.tgz",
  23. "_shasum": "fca903a313ae675617936e8998b814c415cbf5d7",
  24. "_spec": "@babel/helpers@^7.28.6",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\core",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/template": "^7.28.6",
  36. "@babel/types": "^7.28.6"
  37. },
  38. "deprecated": false,
  39. "description": "Collection of helper functions used by Babel transforms.",
  40. "devDependencies": {
  41. "@babel/generator": "^7.28.6",
  42. "@babel/helper-plugin-test-runner": "^7.27.1",
  43. "@babel/parser": "^7.28.6",
  44. "regenerator-runtime": "^0.14.0"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helpers",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helpers",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helpers"
  60. },
  61. "type": "commonjs",
  62. "version": "7.28.6"
  63. }