package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "@babel/plugin-transform-classes@^7.3.4",
  3. "_id": "@babel/plugin-transform-classes@7.28.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
  6. "_location": "/@babel/plugin-transform-classes",
  7. "_phantomChildren": {
  8. "@babel/helper-globals": "7.28.0",
  9. "@babel/helper-string-parser": "7.27.1",
  10. "@babel/helper-validator-identifier": "7.27.1",
  11. "@babel/parser": "7.28.4",
  12. "@jridgewell/gen-mapping": "0.3.13",
  13. "@jridgewell/trace-mapping": "0.3.31"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-classes@^7.3.4",
  19. "name": "@babel/plugin-transform-classes",
  20. "escapedName": "@babel%2fplugin-transform-classes",
  21. "scope": "@babel",
  22. "rawSpec": "^7.3.4",
  23. "saveSpec": null,
  24. "fetchSpec": "^7.3.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
  30. "_shasum": "75d66175486788c56728a73424d67cbc7473495c",
  31. "_spec": "@babel/plugin-transform-classes@^7.3.4",
  32. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\preset-env",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "@babel/helper-annotate-as-pure": "^7.27.3",
  43. "@babel/helper-compilation-targets": "^7.27.2",
  44. "@babel/helper-globals": "^7.28.0",
  45. "@babel/helper-plugin-utils": "^7.27.1",
  46. "@babel/helper-replace-supers": "^7.27.1",
  47. "@babel/traverse": "^7.28.4"
  48. },
  49. "deprecated": false,
  50. "description": "Compile ES2015 classes to ES5",
  51. "devDependencies": {
  52. "@babel/core": "^7.28.4",
  53. "@babel/helper-plugin-test-runner": "^7.27.1"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. },
  58. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-classes",
  59. "keywords": [
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/plugin-transform-classes",
  65. "peerDependencies": {
  66. "@babel/core": "^7.0.0-0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-plugin-transform-classes"
  75. },
  76. "type": "commonjs",
  77. "version": "7.28.4"
  78. }