package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "@babel/helper-get-function-arity@^7.12.13",
  3. "_id": "@babel/helper-get-function-arity@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
  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.12.13",
  12. "name": "@babel/helper-get-function-arity",
  13. "escapedName": "@babel%2fhelper-get-function-arity",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-function-name"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
  23. "_shasum": "bc63451d403a3b3082b97e1d8b3fe5bd4091e583",
  24. "_spec": "@babel/helper-get-function-arity@^7.12.13",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\helper-function-name",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/types": "^7.12.13"
  32. },
  33. "deprecated": false,
  34. "description": "Helper function to get function arity",
  35. "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
  36. "license": "MIT",
  37. "main": "lib/index.js",
  38. "name": "@babel/helper-get-function-arity",
  39. "publishConfig": {
  40. "access": "public"
  41. },
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/babel/babel.git",
  45. "directory": "packages/babel-helper-get-function-arity"
  46. },
  47. "version": "7.12.13"
  48. }