package.json 577 B

123456789101112131415161718
  1. {
  2. "name": "@babel/helper-replace-supers",
  3. "version": "7.4.4",
  4. "description": "Helper function to replace supers",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "dependencies": {
  12. "@babel/helper-member-expression-to-functions": "^7.0.0",
  13. "@babel/helper-optimise-call-expression": "^7.0.0",
  14. "@babel/traverse": "^7.4.4",
  15. "@babel/types": "^7.4.4"
  16. },
  17. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  18. }