package-lock.json 727 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "ss202226701017",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "swiper": "^11.1.15"
  9. }
  10. },
  11. "node_modules/swiper": {
  12. "version": "11.1.15",
  13. "resolved": "https://registry.npmmirror.com/swiper/-/swiper-11.1.15.tgz",
  14. "integrity": "sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==",
  15. "funding": [
  16. {
  17. "type": "patreon",
  18. "url": "https://www.patreon.com/swiperjs"
  19. },
  20. {
  21. "type": "open_collective",
  22. "url": "http://opencollective.com/swiper"
  23. }
  24. ],
  25. "engines": {
  26. "node": ">= 4.7.0"
  27. }
  28. }
  29. }
  30. }