package.json 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "@babel/helper-plugin-utils@^7.13.0",
  3. "_id": "@babel/helper-plugin-utils@7.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==",
  6. "_location": "/@babel/helper-plugin-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-plugin-utils@^7.13.0",
  12. "name": "@babel/helper-plugin-utils",
  13. "escapedName": "@babel%2fhelper-plugin-utils",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.0"
  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-new-target",
  53. "/@babel/plugin-transform-object-super",
  54. "/@babel/plugin-transform-parameters",
  55. "/@babel/plugin-transform-runtime",
  56. "/@babel/plugin-transform-shorthand-properties",
  57. "/@babel/plugin-transform-spread",
  58. "/@babel/plugin-transform-sticky-regex",
  59. "/@babel/plugin-transform-template-literals",
  60. "/@babel/plugin-transform-typeof-symbol",
  61. "/@babel/plugin-transform-unicode-regex",
  62. "/@babel/preset-env"
  63. ],
  64. "_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz",
  65. "_shasum": "806526ce125aed03373bc416a828321e3a6a33af",
  66. "_spec": "@babel/helper-plugin-utils@^7.13.0",
  67. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\plugin-proposal-class-properties",
  68. "author": {
  69. "name": "Logan Smyth",
  70. "email": "loganfsmyth@gmail.com"
  71. },
  72. "bugs": {
  73. "url": "https://github.com/babel/babel/issues"
  74. },
  75. "bundleDependencies": false,
  76. "deprecated": false,
  77. "description": "General utilities for plugins to use",
  78. "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "name": "@babel/helper-plugin-utils",
  82. "publishConfig": {
  83. "access": "public"
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/babel/babel.git",
  88. "directory": "packages/babel-helper-plugin-utils"
  89. },
  90. "version": "7.13.0"
  91. }