package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "@babel/helper-plugin-utils@^7.18.6",
  3. "_id": "@babel/helper-plugin-utils@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  6. "_location": "/@babel/helper-plugin-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-plugin-utils@^7.18.6",
  12. "name": "@babel/helper-plugin-utils",
  13. "escapedName": "@babel%2fhelper-plugin-utils",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-define-polyfill-provider",
  21. "/@babel/plugin-proposal-async-generator-functions",
  22. "/@babel/plugin-proposal-class-properties",
  23. "/@babel/plugin-proposal-decorators",
  24. "/@babel/plugin-proposal-json-strings",
  25. "/@babel/plugin-proposal-object-rest-spread",
  26. "/@babel/plugin-proposal-optional-catch-binding",
  27. "/@babel/plugin-proposal-unicode-property-regex",
  28. "/@babel/plugin-syntax-async-generators",
  29. "/@babel/plugin-syntax-decorators",
  30. "/@babel/plugin-syntax-dynamic-import",
  31. "/@babel/plugin-syntax-json-strings",
  32. "/@babel/plugin-syntax-jsx",
  33. "/@babel/plugin-syntax-object-rest-spread",
  34. "/@babel/plugin-syntax-optional-catch-binding",
  35. "/@babel/plugin-transform-arrow-functions",
  36. "/@babel/plugin-transform-async-to-generator",
  37. "/@babel/plugin-transform-block-scoped-functions",
  38. "/@babel/plugin-transform-block-scoping",
  39. "/@babel/plugin-transform-classes",
  40. "/@babel/plugin-transform-computed-properties",
  41. "/@babel/plugin-transform-destructuring",
  42. "/@babel/plugin-transform-dotall-regex",
  43. "/@babel/plugin-transform-duplicate-keys",
  44. "/@babel/plugin-transform-exponentiation-operator",
  45. "/@babel/plugin-transform-for-of",
  46. "/@babel/plugin-transform-function-name",
  47. "/@babel/plugin-transform-literals",
  48. "/@babel/plugin-transform-modules-amd",
  49. "/@babel/plugin-transform-modules-commonjs",
  50. "/@babel/plugin-transform-modules-systemjs",
  51. "/@babel/plugin-transform-modules-umd",
  52. "/@babel/plugin-transform-named-capturing-groups-regex",
  53. "/@babel/plugin-transform-new-target",
  54. "/@babel/plugin-transform-object-super",
  55. "/@babel/plugin-transform-parameters",
  56. "/@babel/plugin-transform-regenerator",
  57. "/@babel/plugin-transform-runtime",
  58. "/@babel/plugin-transform-shorthand-properties",
  59. "/@babel/plugin-transform-spread",
  60. "/@babel/plugin-transform-sticky-regex",
  61. "/@babel/plugin-transform-template-literals",
  62. "/@babel/plugin-transform-typeof-symbol",
  63. "/@babel/plugin-transform-unicode-regex",
  64. "/@babel/preset-env"
  65. ],
  66. "_resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  67. "_shasum": "ddb2f876534ff8013e6c2b299bf4d39b3c51d44c",
  68. "_spec": "@babel/helper-plugin-utils@^7.18.6",
  69. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\plugin-proposal-class-properties",
  70. "author": {
  71. "name": "The Babel Team",
  72. "url": "https://babel.dev/team"
  73. },
  74. "bugs": {
  75. "url": "https://github.com/babel/babel/issues"
  76. },
  77. "bundleDependencies": false,
  78. "deprecated": false,
  79. "description": "General utilities for plugins to use",
  80. "devDependencies": {
  81. "@babel/core": "^7.27.1"
  82. },
  83. "engines": {
  84. "node": ">=6.9.0"
  85. },
  86. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  87. "license": "MIT",
  88. "main": "./lib/index.js",
  89. "name": "@babel/helper-plugin-utils",
  90. "publishConfig": {
  91. "access": "public"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/babel/babel.git",
  96. "directory": "packages/babel-helper-plugin-utils"
  97. },
  98. "type": "commonjs",
  99. "version": "7.27.1"
  100. }