package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.18.6",
  3. "_id": "@babel/helper-create-class-features-plugin@7.28.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==",
  6. "_location": "/@babel/helper-create-class-features-plugin",
  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/helper-create-class-features-plugin@^7.18.6",
  19. "name": "@babel/helper-create-class-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "^7.18.6",
  23. "saveSpec": null,
  24. "fetchSpec": "^7.18.6"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-class-properties",
  28. "/@babel/plugin-proposal-decorators"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz",
  31. "_shasum": "3e747434ea007910c320c4d39a6b46f20f371d46",
  32. "_spec": "@babel/helper-create-class-features-plugin@^7.18.6",
  33. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\plugin-proposal-class-properties",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@babel/helper-annotate-as-pure": "^7.27.3",
  44. "@babel/helper-member-expression-to-functions": "^7.27.1",
  45. "@babel/helper-optimise-call-expression": "^7.27.1",
  46. "@babel/helper-replace-supers": "^7.27.1",
  47. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  48. "@babel/traverse": "^7.28.3",
  49. "semver": "^6.3.1"
  50. },
  51. "deprecated": false,
  52. "description": "Compile class public and private fields, private methods and decorators to ES6",
  53. "devDependencies": {
  54. "@babel/core": "^7.28.3",
  55. "@babel/helper-plugin-test-runner": "^7.27.1",
  56. "@babel/preset-env": "^7.28.3",
  57. "@types/charcodes": "^0.2.0",
  58. "charcodes": "^0.2.0"
  59. },
  60. "engines": {
  61. "node": ">=6.9.0"
  62. },
  63. "homepage": "https://github.com/babel/babel#readme",
  64. "keywords": [
  65. "babel",
  66. "babel-plugin"
  67. ],
  68. "license": "MIT",
  69. "main": "./lib/index.js",
  70. "name": "@babel/helper-create-class-features-plugin",
  71. "peerDependencies": {
  72. "@babel/core": "^7.0.0"
  73. },
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/babel/babel.git",
  80. "directory": "packages/babel-helper-create-class-features-plugin"
  81. },
  82. "type": "commonjs",
  83. "version": "7.28.3"
  84. }