package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "@babel/helper-plugin-utils@^7.16.7",
  3. "_id": "@babel/helper-plugin-utils@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
  6. "_location": "/@babel/helper-plugin-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-plugin-utils@^7.16.7",
  12. "name": "@babel/helper-plugin-utils",
  13. "escapedName": "@babel%2fhelper-plugin-utils",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  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-dynamic-import",
  28. "/@babel/plugin-proposal-export-namespace-from",
  29. "/@babel/plugin-proposal-json-strings",
  30. "/@babel/plugin-proposal-logical-assignment-operators",
  31. "/@babel/plugin-proposal-nullish-coalescing-operator",
  32. "/@babel/plugin-proposal-numeric-separator",
  33. "/@babel/plugin-proposal-object-rest-spread",
  34. "/@babel/plugin-proposal-optional-catch-binding",
  35. "/@babel/plugin-proposal-optional-chaining",
  36. "/@babel/plugin-proposal-private-methods",
  37. "/@babel/plugin-proposal-private-property-in-object",
  38. "/@babel/plugin-proposal-unicode-property-regex",
  39. "/@babel/plugin-syntax-async-generators",
  40. "/@babel/plugin-syntax-bigint",
  41. "/@babel/plugin-syntax-class-properties",
  42. "/@babel/plugin-syntax-class-static-block",
  43. "/@babel/plugin-syntax-decorators",
  44. "/@babel/plugin-syntax-dynamic-import",
  45. "/@babel/plugin-syntax-export-namespace-from",
  46. "/@babel/plugin-syntax-import-meta",
  47. "/@babel/plugin-syntax-json-strings",
  48. "/@babel/plugin-syntax-jsx",
  49. "/@babel/plugin-syntax-logical-assignment-operators",
  50. "/@babel/plugin-syntax-nullish-coalescing-operator",
  51. "/@babel/plugin-syntax-numeric-separator",
  52. "/@babel/plugin-syntax-object-rest-spread",
  53. "/@babel/plugin-syntax-optional-catch-binding",
  54. "/@babel/plugin-syntax-optional-chaining",
  55. "/@babel/plugin-syntax-private-property-in-object",
  56. "/@babel/plugin-syntax-top-level-await",
  57. "/@babel/plugin-syntax-typescript",
  58. "/@babel/plugin-transform-arrow-functions",
  59. "/@babel/plugin-transform-async-to-generator",
  60. "/@babel/plugin-transform-block-scoped-functions",
  61. "/@babel/plugin-transform-block-scoping",
  62. "/@babel/plugin-transform-classes",
  63. "/@babel/plugin-transform-computed-properties",
  64. "/@babel/plugin-transform-destructuring",
  65. "/@babel/plugin-transform-dotall-regex",
  66. "/@babel/plugin-transform-duplicate-keys",
  67. "/@babel/plugin-transform-exponentiation-operator",
  68. "/@babel/plugin-transform-for-of",
  69. "/@babel/plugin-transform-function-name",
  70. "/@babel/plugin-transform-literals",
  71. "/@babel/plugin-transform-member-expression-literals",
  72. "/@babel/plugin-transform-modules-amd",
  73. "/@babel/plugin-transform-modules-commonjs",
  74. "/@babel/plugin-transform-modules-systemjs",
  75. "/@babel/plugin-transform-modules-umd",
  76. "/@babel/plugin-transform-new-target",
  77. "/@babel/plugin-transform-object-super",
  78. "/@babel/plugin-transform-parameters",
  79. "/@babel/plugin-transform-property-literals",
  80. "/@babel/plugin-transform-reserved-words",
  81. "/@babel/plugin-transform-runtime",
  82. "/@babel/plugin-transform-shorthand-properties",
  83. "/@babel/plugin-transform-spread",
  84. "/@babel/plugin-transform-sticky-regex",
  85. "/@babel/plugin-transform-template-literals",
  86. "/@babel/plugin-transform-typeof-symbol",
  87. "/@babel/plugin-transform-unicode-escapes",
  88. "/@babel/plugin-transform-unicode-regex",
  89. "/@babel/preset-env",
  90. "/@babel/preset-modules",
  91. "/babel-plugin-istanbul"
  92. ],
  93. "_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
  94. "_shasum": "aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5",
  95. "_spec": "@babel/helper-plugin-utils@^7.16.7",
  96. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\plugin-proposal-class-properties",
  97. "author": {
  98. "name": "The Babel Team",
  99. "url": "https://babel.dev/team"
  100. },
  101. "bugs": {
  102. "url": "https://github.com/babel/babel/issues"
  103. },
  104. "bundleDependencies": false,
  105. "deprecated": false,
  106. "description": "General utilities for plugins to use",
  107. "engines": {
  108. "node": ">=6.9.0"
  109. },
  110. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  111. "license": "MIT",
  112. "main": "./lib/index.js",
  113. "name": "@babel/helper-plugin-utils",
  114. "publishConfig": {
  115. "access": "public"
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/babel/babel.git",
  120. "directory": "packages/babel-helper-plugin-utils"
  121. },
  122. "version": "7.16.7"
  123. }