package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_from": "@babel/helper-get-function-arity@^7.8.3",
  3. "_id": "@babel/helper-get-function-arity@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==",
  6. "_location": "/@babel/helper-get-function-arity",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-get-function-arity@^7.8.3",
  12. "name": "@babel/helper-get-function-arity",
  13. "escapedName": "@babel%2fhelper-get-function-arity",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-function-name",
  21. "/@babel/plugin-transform-parameters"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz",
  24. "_shasum": "b894b947bd004381ce63ea1db9f08547e920abd5",
  25. "_spec": "@babel/helper-get-function-arity@^7.8.3",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\helper-function-name",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "@babel/types": "^7.8.3"
  30. },
  31. "deprecated": false,
  32. "description": "Helper function to get function arity",
  33. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  34. "license": "MIT",
  35. "main": "lib/index.js",
  36. "name": "@babel/helper-get-function-arity",
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
  43. },
  44. "version": "7.8.3"
  45. }