package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-get-function-arity@7.15.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-get-function-arity@7.15.4",
  10. "_id": "@babel/helper-get-function-arity@7.15.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CYgYk0oTf854tTaj4BWGS+Hih5s=",
  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.15.4",
  19. "name": "@babel/helper-get-function-arity",
  20. "escapedName": "@babel%2fhelper-get-function-arity",
  21. "scope": "@babel",
  22. "rawSpec": "7.15.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.15.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-function-name"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.15.4.tgz",
  30. "_spec": "7.15.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/types": "^7.15.4"
  41. },
  42. "description": "Helper function to get function arity",
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "@babel/helper-get-function-arity",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-helper-get-function-arity"
  57. },
  58. "version": "7.15.4"
  59. }