package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.13.0",
  3. "_id": "@babel/helper-create-class-features-plugin@7.13.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==",
  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.13.0",
  12. "name": "@babel/helper-create-class-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-class-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-class-properties",
  21. "/@babel/plugin-proposal-decorators",
  22. "/@babel/plugin-proposal-private-methods"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz",
  25. "_shasum": "30d30a005bca2c953f5653fc25091a492177f4f6",
  26. "_spec": "@babel/helper-create-class-features-plugin@^7.13.0",
  27. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\@babel\\plugin-proposal-class-properties",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/helper-function-name": "^7.12.13",
  38. "@babel/helper-member-expression-to-functions": "^7.13.0",
  39. "@babel/helper-optimise-call-expression": "^7.12.13",
  40. "@babel/helper-replace-supers": "^7.13.0",
  41. "@babel/helper-split-export-declaration": "^7.12.13"
  42. },
  43. "deprecated": false,
  44. "description": "Compile class public and private fields, private methods and decorators to ES6",
  45. "devDependencies": {
  46. "@babel/core": "7.13.10",
  47. "@babel/helper-plugin-test-runner": "7.13.10",
  48. "@babel/preset-env": "7.13.10"
  49. },
  50. "homepage": "https://github.com/babel/babel#readme",
  51. "keywords": [
  52. "babel",
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/index.js",
  57. "name": "@babel/helper-create-class-features-plugin",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-helper-create-class-features-plugin"
  68. },
  69. "version": "7.13.11"
  70. }