package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.18.6",
  3. "_id": "@babel/helper-create-class-features-plugin@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
  6. "_location": "/@babel/helper-create-class-features-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-create-class-features-plugin@^7.18.6",
  12. "name": "@babel/helper-create-class-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-class-properties",
  21. "/@babel/plugin-proposal-decorators",
  22. "/@babel/plugin-transform-class-properties",
  23. "/@babel/plugin-transform-class-static-block",
  24. "/@babel/plugin-transform-private-methods",
  25. "/@babel/plugin-transform-private-property-in-object"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
  28. "_shasum": "611ff5482da9ef0db6291bcd24303400bca170fb",
  29. "_spec": "@babel/helper-create-class-features-plugin@^7.18.6",
  30. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\plugin-proposal-class-properties",
  31. "author": {
  32. "name": "The Babel Team",
  33. "url": "https://babel.dev/team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/helper-annotate-as-pure": "^7.27.3",
  41. "@babel/helper-member-expression-to-functions": "^7.28.5",
  42. "@babel/helper-optimise-call-expression": "^7.27.1",
  43. "@babel/helper-replace-supers": "^7.28.6",
  44. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  45. "@babel/traverse": "^7.28.6",
  46. "semver": "^6.3.1"
  47. },
  48. "deprecated": false,
  49. "description": "Compile class public and private fields, private methods and decorators to ES6",
  50. "devDependencies": {
  51. "@babel/core": "^7.28.6",
  52. "@babel/helper-plugin-test-runner": "^7.27.1",
  53. "@babel/preset-env": "^7.28.6",
  54. "@types/charcodes": "^0.2.0",
  55. "charcodes": "^0.2.0"
  56. },
  57. "engines": {
  58. "node": ">=6.9.0"
  59. },
  60. "homepage": "https://github.com/babel/babel#readme",
  61. "keywords": [
  62. "babel",
  63. "babel-plugin"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "@babel/helper-create-class-features-plugin",
  68. "peerDependencies": {
  69. "@babel/core": "^7.0.0"
  70. },
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/babel/babel.git",
  77. "directory": "packages/babel-helper-create-class-features-plugin"
  78. },
  79. "type": "commonjs",
  80. "version": "7.28.6"
  81. }