package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.18.6",
  3. "_id": "@babel/helper-create-class-features-plugin@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  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.27.1.tgz",
  28. "_shasum": "5bee4262a6ea5ddc852d0806199eb17ca3de9281",
  29. "_spec": "@babel/helper-create-class-features-plugin@^7.18.6",
  30. "_where": "E:\\vue_project\\el-table-column\\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.1",
  41. "@babel/helper-member-expression-to-functions": "^7.27.1",
  42. "@babel/helper-optimise-call-expression": "^7.27.1",
  43. "@babel/helper-replace-supers": "^7.27.1",
  44. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  45. "@babel/traverse": "^7.27.1",
  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.27.1",
  52. "@babel/helper-plugin-test-runner": "^7.27.1",
  53. "@babel/preset-env": "^7.27.1",
  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.27.1"
  81. }