package.json 1.9 KB

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