a2d9218cceab9babc54d1c4230a74280811c218f59b186b864d975bfae964a98df47a561f8ca9379cc6266ddb2ad6b9bbd7657e72438b28d1b2d8e8b7049a3 507 B

12345678910111213141516
  1. {
  2. "name": "babel-helper-replace-supers",
  3. "version": "6.24.1",
  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. "main": "lib/index.js",
  8. "dependencies": {
  9. "babel-helper-optimise-call-expression": "^6.24.1",
  10. "babel-runtime": "^6.22.0",
  11. "babel-traverse": "^6.24.1",
  12. "babel-messages": "^6.23.0",
  13. "babel-template": "^6.24.1",
  14. "babel-types": "^6.24.1"
  15. }
  16. }