package.json 966 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@babel/plugin-transform-classes",
  3. "version": "7.4.4",
  4. "description": "Compile ES2015 classes to ES5",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "dependencies": {
  12. "@babel/helper-annotate-as-pure": "^7.0.0",
  13. "@babel/helper-define-map": "^7.4.4",
  14. "@babel/helper-function-name": "^7.1.0",
  15. "@babel/helper-optimise-call-expression": "^7.0.0",
  16. "@babel/helper-plugin-utils": "^7.0.0",
  17. "@babel/helper-replace-supers": "^7.4.4",
  18. "@babel/helper-split-export-declaration": "^7.4.4",
  19. "globals": "^11.1.0"
  20. },
  21. "keywords": [
  22. "babel-plugin"
  23. ],
  24. "peerDependencies": {
  25. "@babel/core": "^7.0.0-0"
  26. },
  27. "devDependencies": {
  28. "@babel/core": "^7.4.4",
  29. "@babel/helper-plugin-test-runner": "^7.0.0"
  30. },
  31. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  32. }