package.json 877 B

123456789101112131415161718192021
  1. {
  2. "name": "@babel/helper-get-function-arity",
  3. "version": "7.12.10",
  4. "description": "Helper function to get function arity",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-get-function-arity"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/types": "^7.12.10"
  17. },
  18. "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
  19. "_from": "@babel/helper-get-function-arity@7.12.10",
  20. "_resolved": "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.10.tgz?cache=0&sync_timestamp=1607584581841&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-get-function-arity%2Fdownload%2F%40babel%2Fhelper-get-function-arity-7.12.10.tgz"
  21. }