package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-plugin-utils@7.13.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-plugin-utils@7.13.0",
  10. "_id": "@babel/helper-plugin-utils@7.13.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gGUmzhJa7QM3O8QWqCgyHjpqM68=",
  13. "_location": "/@babel/helper-plugin-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-plugin-utils@7.13.0",
  19. "name": "@babel/helper-plugin-utils",
  20. "escapedName": "@babel%2fhelper-plugin-utils",
  21. "scope": "@babel",
  22. "rawSpec": "7.13.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-define-polyfill-provider",
  28. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  29. "/@babel/plugin-proposal-async-generator-functions",
  30. "/@babel/plugin-proposal-class-properties",
  31. "/@babel/plugin-proposal-decorators",
  32. "/@babel/plugin-proposal-dynamic-import",
  33. "/@babel/plugin-proposal-export-namespace-from",
  34. "/@babel/plugin-proposal-json-strings",
  35. "/@babel/plugin-proposal-logical-assignment-operators",
  36. "/@babel/plugin-proposal-nullish-coalescing-operator",
  37. "/@babel/plugin-proposal-numeric-separator",
  38. "/@babel/plugin-proposal-object-rest-spread",
  39. "/@babel/plugin-proposal-optional-catch-binding",
  40. "/@babel/plugin-proposal-optional-chaining",
  41. "/@babel/plugin-proposal-private-methods",
  42. "/@babel/plugin-proposal-unicode-property-regex",
  43. "/@babel/plugin-syntax-async-generators",
  44. "/@babel/plugin-syntax-class-properties",
  45. "/@babel/plugin-syntax-decorators",
  46. "/@babel/plugin-syntax-dynamic-import",
  47. "/@babel/plugin-syntax-export-namespace-from",
  48. "/@babel/plugin-syntax-json-strings",
  49. "/@babel/plugin-syntax-jsx",
  50. "/@babel/plugin-syntax-logical-assignment-operators",
  51. "/@babel/plugin-syntax-nullish-coalescing-operator",
  52. "/@babel/plugin-syntax-numeric-separator",
  53. "/@babel/plugin-syntax-object-rest-spread",
  54. "/@babel/plugin-syntax-optional-catch-binding",
  55. "/@babel/plugin-syntax-optional-chaining",
  56. "/@babel/plugin-syntax-top-level-await",
  57. "/@babel/plugin-transform-arrow-functions",
  58. "/@babel/plugin-transform-async-to-generator",
  59. "/@babel/plugin-transform-block-scoped-functions",
  60. "/@babel/plugin-transform-block-scoping",
  61. "/@babel/plugin-transform-classes",
  62. "/@babel/plugin-transform-computed-properties",
  63. "/@babel/plugin-transform-destructuring",
  64. "/@babel/plugin-transform-dotall-regex",
  65. "/@babel/plugin-transform-duplicate-keys",
  66. "/@babel/plugin-transform-exponentiation-operator",
  67. "/@babel/plugin-transform-for-of",
  68. "/@babel/plugin-transform-function-name",
  69. "/@babel/plugin-transform-literals",
  70. "/@babel/plugin-transform-member-expression-literals",
  71. "/@babel/plugin-transform-modules-amd",
  72. "/@babel/plugin-transform-modules-commonjs",
  73. "/@babel/plugin-transform-modules-systemjs",
  74. "/@babel/plugin-transform-modules-umd",
  75. "/@babel/plugin-transform-new-target",
  76. "/@babel/plugin-transform-object-super",
  77. "/@babel/plugin-transform-parameters",
  78. "/@babel/plugin-transform-property-literals",
  79. "/@babel/plugin-transform-reserved-words",
  80. "/@babel/plugin-transform-runtime",
  81. "/@babel/plugin-transform-shorthand-properties",
  82. "/@babel/plugin-transform-spread",
  83. "/@babel/plugin-transform-sticky-regex",
  84. "/@babel/plugin-transform-template-literals",
  85. "/@babel/plugin-transform-typeof-symbol",
  86. "/@babel/plugin-transform-unicode-escapes",
  87. "/@babel/plugin-transform-unicode-regex",
  88. "/@babel/preset-env",
  89. "/@babel/preset-modules"
  90. ],
  91. "_resolved": "https://registry.npm.taobao.org/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.13.0.tgz",
  92. "_spec": "7.13.0",
  93. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  94. "author": {
  95. "name": "Logan Smyth",
  96. "email": "loganfsmyth@gmail.com"
  97. },
  98. "bugs": {
  99. "url": "https://github.com/babel/babel/issues"
  100. },
  101. "description": "General utilities for plugins to use",
  102. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  103. "license": "MIT",
  104. "main": "lib/index.js",
  105. "name": "@babel/helper-plugin-utils",
  106. "publishConfig": {
  107. "access": "public"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/babel/babel.git",
  112. "directory": "packages/babel-helper-plugin-utils"
  113. },
  114. "version": "7.13.0"
  115. }