package-lock.json 765 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "yueche_app",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "dayjs": "^1.11.18",
  9. "lodash": "^4.17.21"
  10. }
  11. },
  12. "node_modules/dayjs": {
  13. "version": "1.11.18",
  14. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.18.tgz",
  15. "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
  16. "license": "MIT"
  17. },
  18. "node_modules/lodash": {
  19. "version": "4.17.21",
  20. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  21. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  22. "license": "MIT"
  23. }
  24. }
  25. }