package.json 503 B

1234567891011121314151617
  1. {
  2. "name": "@babel/helper-call-delegate",
  3. "version": "7.4.4",
  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. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "dependencies": {
  12. "@babel/helper-hoist-variables": "^7.4.4",
  13. "@babel/traverse": "^7.4.4",
  14. "@babel/types": "^7.4.4"
  15. },
  16. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  17. }