package.json 666 B

1234567891011121314151617
  1. {
  2. "name": "babel-helper-call-delegate",
  3. "version": "6.24.1",
  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-traverse": "^6.24.1",
  10. "babel-runtime": "^6.22.0",
  11. "babel-types": "^6.24.1",
  12. "babel-helper-hoist-variables": "^6.24.1"
  13. },
  14. "__npminstall_done": "Mon May 18 2020 19:19:04 GMT+0800 (CST)",
  15. "_from": "babel-helper-call-delegate@6.24.1",
  16. "_resolved": "https://registry.npm.taobao.org/babel-helper-call-delegate/download/babel-helper-call-delegate-6.24.1.tgz"
  17. }