package.json 426 B

1234567891011121314
  1. {
  2. "name": "@babel/helper-call-delegate",
  3. "version": "7.0.0-beta.49",
  4. "description": "Helper function to call delegate",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "@babel/helper-hoist-variables": "7.0.0-beta.49",
  10. "@babel/traverse": "7.0.0-beta.49",
  11. "@babel/types": "7.0.0-beta.49"
  12. }
  13. }