package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/helper-create-class-features-plugin@^7.13.0",
  3. "_id": "@babel/helper-create-class-features-plugin@7.14.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-q/iI2DakQavueDx1IpJ5dIcF3EI=",
  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-class-static-block",
  22. "/@babel/plugin-proposal-decorators",
  23. "/@babel/plugin-proposal-private-methods",
  24. "/@babel/plugin-proposal-private-property-in-object"
  25. ],
  26. "_resolved": "https://registry.nlark.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.14.4.tgz",
  27. "_shasum": "abf888d836a441abee783c75229279748705dc42",
  28. "_spec": "@babel/helper-create-class-features-plugin@^7.13.0",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\plugin-proposal-class-properties",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-annotate-as-pure": "^7.12.13",
  40. "@babel/helper-function-name": "^7.14.2",
  41. "@babel/helper-member-expression-to-functions": "^7.13.12",
  42. "@babel/helper-optimise-call-expression": "^7.12.13",
  43. "@babel/helper-replace-supers": "^7.14.4",
  44. "@babel/helper-split-export-declaration": "^7.12.13"
  45. },
  46. "deprecated": false,
  47. "description": "Compile class public and private fields, private methods and decorators to ES6",
  48. "devDependencies": {
  49. "@babel/core": "7.14.3",
  50. "@babel/helper-plugin-test-runner": "7.13.10",
  51. "@babel/preset-env": "7.14.4"
  52. },
  53. "homepage": "https://github.com/babel/babel#readme",
  54. "keywords": [
  55. "babel",
  56. "babel-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/index.js",
  60. "name": "@babel/helper-create-class-features-plugin",
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-helper-create-class-features-plugin"
  71. },
  72. "version": "7.14.4"
  73. }