package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@babel/helper-create-class-features-plugin",
  3. "version": "7.4.4",
  4. "author": "The Babel Team (https://babeljs.io/team)",
  5. "license": "MIT",
  6. "description": "Compile class public and private fields, private methods and decorators to ES6",
  7. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin",
  8. "main": "lib/index.js",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "keywords": [
  13. "babel",
  14. "babel-plugin"
  15. ],
  16. "dependencies": {
  17. "@babel/helper-function-name": "^7.1.0",
  18. "@babel/helper-member-expression-to-functions": "^7.0.0",
  19. "@babel/helper-optimise-call-expression": "^7.0.0",
  20. "@babel/helper-plugin-utils": "^7.0.0",
  21. "@babel/helper-replace-supers": "^7.4.4",
  22. "@babel/helper-split-export-declaration": "^7.4.4"
  23. },
  24. "peerDependencies": {
  25. "@babel/core": "^7.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. }