web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.0 KiB

  1. {
  2. "name": "@babel/helper-create-class-features-plugin",
  3. "version": "7.13.11",
  4. "author": "The Babel Team (https://babel.dev/team)",
  5. "license": "MIT",
  6. "description": "Compile class public and private fields, private methods and decorators to ES6",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/babel/babel.git",
  10. "directory": "packages/babel-helper-create-class-features-plugin"
  11. },
  12. "main": "lib/index.js",
  13. "publishConfig": {
  14. "access": "public"
  15. },
  16. "keywords": [
  17. "babel",
  18. "babel-plugin"
  19. ],
  20. "dependencies": {
  21. "@babel/helper-function-name": "^7.12.13",
  22. "@babel/helper-member-expression-to-functions": "^7.13.0",
  23. "@babel/helper-optimise-call-expression": "^7.12.13",
  24. "@babel/helper-replace-supers": "^7.13.0",
  25. "@babel/helper-split-export-declaration": "^7.12.13"
  26. },
  27. "peerDependencies": {
  28. "@babel/core": "^7.0.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "7.13.10",
  32. "@babel/helper-plugin-test-runner": "7.13.10",
  33. "@babel/preset-env": "7.13.10"
  34. }
  35. }