package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_from": "@babel/helper-plugin-utils@7.24.6",
  3. "_id": "@babel/helper-plugin-utils@7.24.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==",
  6. "_location": "/@babel/helper-plugin-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-plugin-utils@7.24.6",
  12. "name": "@babel/helper-plugin-utils",
  13. "escapedName": "@babel%2fhelper-plugin-utils",
  14. "scope": "@babel",
  15. "rawSpec": "7.24.6",
  16. "saveSpec": null,
  17. "fetchSpec": "7.24.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-define-polyfill-provider",
  21. "/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
  22. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  23. "/@babel/plugin-proposal-async-generator-functions",
  24. "/@babel/plugin-proposal-class-properties",
  25. "/@babel/plugin-proposal-class-static-block",
  26. "/@babel/plugin-proposal-decorators",
  27. "/@babel/plugin-proposal-do-expressions",
  28. "/@babel/plugin-proposal-dynamic-import",
  29. "/@babel/plugin-proposal-export-default-from",
  30. "/@babel/plugin-proposal-export-namespace-from",
  31. "/@babel/plugin-proposal-function-bind",
  32. "/@babel/plugin-proposal-function-sent",
  33. "/@babel/plugin-proposal-json-strings",
  34. "/@babel/plugin-proposal-logical-assignment-operators",
  35. "/@babel/plugin-proposal-nullish-coalescing-operator",
  36. "/@babel/plugin-proposal-numeric-separator",
  37. "/@babel/plugin-proposal-object-rest-spread",
  38. "/@babel/plugin-proposal-optional-catch-binding",
  39. "/@babel/plugin-proposal-optional-chaining",
  40. "/@babel/plugin-proposal-pipeline-operator",
  41. "/@babel/plugin-proposal-private-methods",
  42. "/@babel/plugin-proposal-private-property-in-object",
  43. "/@babel/plugin-proposal-throw-expressions",
  44. "/@babel/plugin-proposal-unicode-property-regex",
  45. "/@babel/plugin-syntax-async-generators",
  46. "/@babel/plugin-syntax-bigint",
  47. "/@babel/plugin-syntax-class-properties",
  48. "/@babel/plugin-syntax-class-static-block",
  49. "/@babel/plugin-syntax-decorators",
  50. "/@babel/plugin-syntax-do-expressions",
  51. "/@babel/plugin-syntax-dynamic-import",
  52. "/@babel/plugin-syntax-export-default-from",
  53. "/@babel/plugin-syntax-export-namespace-from",
  54. "/@babel/plugin-syntax-function-bind",
  55. "/@babel/plugin-syntax-function-sent",
  56. "/@babel/plugin-syntax-import-assertions",
  57. "/@babel/plugin-syntax-import-meta",
  58. "/@babel/plugin-syntax-json-strings",
  59. "/@babel/plugin-syntax-logical-assignment-operators",
  60. "/@babel/plugin-syntax-nullish-coalescing-operator",
  61. "/@babel/plugin-syntax-numeric-separator",
  62. "/@babel/plugin-syntax-object-rest-spread",
  63. "/@babel/plugin-syntax-optional-catch-binding",
  64. "/@babel/plugin-syntax-optional-chaining",
  65. "/@babel/plugin-syntax-pipeline-operator",
  66. "/@babel/plugin-syntax-private-property-in-object",
  67. "/@babel/plugin-syntax-throw-expressions",
  68. "/@babel/plugin-syntax-top-level-await",
  69. "/@babel/plugin-syntax-typescript",
  70. "/@babel/plugin-transform-arrow-functions",
  71. "/@babel/plugin-transform-async-to-generator",
  72. "/@babel/plugin-transform-block-scoped-functions",
  73. "/@babel/plugin-transform-block-scoping",
  74. "/@babel/plugin-transform-classes",
  75. "/@babel/plugin-transform-computed-properties",
  76. "/@babel/plugin-transform-destructuring",
  77. "/@babel/plugin-transform-dotall-regex",
  78. "/@babel/plugin-transform-duplicate-keys",
  79. "/@babel/plugin-transform-exponentiation-operator",
  80. "/@babel/plugin-transform-for-of",
  81. "/@babel/plugin-transform-function-name",
  82. "/@babel/plugin-transform-literals",
  83. "/@babel/plugin-transform-member-expression-literals",
  84. "/@babel/plugin-transform-modules-amd",
  85. "/@babel/plugin-transform-modules-commonjs",
  86. "/@babel/plugin-transform-modules-systemjs",
  87. "/@babel/plugin-transform-modules-umd",
  88. "/@babel/plugin-transform-named-capturing-groups-regex",
  89. "/@babel/plugin-transform-new-target",
  90. "/@babel/plugin-transform-object-super",
  91. "/@babel/plugin-transform-optional-chaining",
  92. "/@babel/plugin-transform-parameters",
  93. "/@babel/plugin-transform-property-literals",
  94. "/@babel/plugin-transform-regenerator",
  95. "/@babel/plugin-transform-reserved-words",
  96. "/@babel/plugin-transform-runtime",
  97. "/@babel/plugin-transform-shorthand-properties",
  98. "/@babel/plugin-transform-spread",
  99. "/@babel/plugin-transform-sticky-regex",
  100. "/@babel/plugin-transform-template-literals",
  101. "/@babel/plugin-transform-typeof-symbol",
  102. "/@babel/plugin-transform-typescript",
  103. "/@babel/plugin-transform-unicode-escapes",
  104. "/@babel/plugin-transform-unicode-regex",
  105. "/@babel/preset-env",
  106. "/@babel/preset-modules",
  107. "/miniprogram-ci"
  108. ],
  109. "_resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
  110. "_shasum": "fa02a32410a15a6e8f8185bcbf608f10528d2a24",
  111. "_spec": "@babel/helper-plugin-utils@7.24.6",
  112. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  113. "author": {
  114. "name": "The Babel Team",
  115. "url": "https://babel.dev/team"
  116. },
  117. "bugs": {
  118. "url": "https://github.com/babel/babel/issues"
  119. },
  120. "bundleDependencies": false,
  121. "deprecated": false,
  122. "description": "General utilities for plugins to use",
  123. "devDependencies": {
  124. "@babel/core": "^7.24.6"
  125. },
  126. "engines": {
  127. "node": ">=6.9.0"
  128. },
  129. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  130. "license": "MIT",
  131. "main": "./lib/index.js",
  132. "name": "@babel/helper-plugin-utils",
  133. "publishConfig": {
  134. "access": "public"
  135. },
  136. "repository": {
  137. "type": "git",
  138. "url": "git+https://github.com/babel/babel.git",
  139. "directory": "packages/babel-helper-plugin-utils"
  140. },
  141. "type": "commonjs",
  142. "version": "7.24.6"
  143. }