package.json 616 B

123456789101112131415
  1. {
  2. "name": "babel-helper-get-function-arity",
  3. "version": "6.24.1",
  4. "description": "Helper function to get function arity",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "babel-runtime": "^6.22.0",
  10. "babel-types": "^6.24.1"
  11. },
  12. "__npminstall_done": "Mon May 18 2020 19:19:04 GMT+0800 (CST)",
  13. "_from": "babel-helper-get-function-arity@6.24.1",
  14. "_resolved": "https://registry.npm.taobao.org/babel-helper-get-function-arity/download/babel-helper-get-function-arity-6.24.1.tgz"
  15. }