package-lock.json 681 B

123456789101112131415161718192021222324
  1. {
  2. "name": "smart-app",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "dayjs": "^1.11.7"
  9. }
  10. },
  11. "node_modules/dayjs": {
  12. "version": "1.11.7",
  13. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
  14. "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
  15. }
  16. },
  17. "dependencies": {
  18. "dayjs": {
  19. "version": "1.11.7",
  20. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
  21. "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
  22. }
  23. }
  24. }