package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-get-function-arity@7.12.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-get-function-arity@7.12.13",
  10. "_id": "@babel/helper-get-function-arity@7.12.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-vGNFHUA6OzCCuX4diz/lvUCR5YM=",
  13. "_location": "/@babel/helper-get-function-arity",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-get-function-arity@7.12.13",
  19. "name": "@babel/helper-get-function-arity",
  20. "escapedName": "@babel%2fhelper-get-function-arity",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.13"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-function-name"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.12.13.tgz",
  30. "_spec": "7.12.13",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/types": "^7.12.13"
  37. },
  38. "description": "Helper function to get function arity",
  39. "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@babel/helper-get-function-arity",
  43. "publishConfig": {
  44. "access": "public"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/babel/babel.git",
  49. "directory": "packages/babel-helper-get-function-arity"
  50. },
  51. "version": "7.12.13"
  52. }