package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@babel/plugin-transform-classes",
  3. "version": "7.16.7",
  4. "description": "Compile ES2015 classes to ES5",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-transform-classes"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-classes",
  11. "license": "MIT",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "./lib/index.js",
  16. "dependencies": {
  17. "@babel/helper-annotate-as-pure": "^7.16.7",
  18. "@babel/helper-environment-visitor": "^7.16.7",
  19. "@babel/helper-function-name": "^7.16.7",
  20. "@babel/helper-optimise-call-expression": "^7.16.7",
  21. "@babel/helper-plugin-utils": "^7.16.7",
  22. "@babel/helper-replace-supers": "^7.16.7",
  23. "@babel/helper-split-export-declaration": "^7.16.7",
  24. "globals": "^11.1.0"
  25. },
  26. "keywords": [
  27. "babel-plugin"
  28. ],
  29. "peerDependencies": {
  30. "@babel/core": "^7.0.0-0"
  31. },
  32. "devDependencies": {
  33. "@babel/core": "^7.16.7",
  34. "@babel/helper-plugin-test-runner": "^7.16.7",
  35. "@babel/traverse": "^7.16.7"
  36. },
  37. "engines": {
  38. "node": ">=6.9.0"
  39. },
  40. "author": "The Babel Team (https://babel.dev/team)"
  41. }