package-lock.json 764 B

123456789101112131415161718192021222324
  1. {
  2. "name": "NFTBoard",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "jquery-touchswipe": "^1.6.19"
  9. }
  10. },
  11. "node_modules/jquery-touchswipe": {
  12. "version": "1.6.19",
  13. "resolved": "https://registry.npmjs.org/jquery-touchswipe/-/jquery-touchswipe-1.6.19.tgz",
  14. "integrity": "sha512-b0BGje9reNRU3u6ksAK9QqnX7yBRgLNe/wYG7DOfyDlhBlYjayIT8bSOHmcuvptIDW/ubM9CTW/mnZf9Rohuow=="
  15. }
  16. },
  17. "dependencies": {
  18. "jquery-touchswipe": {
  19. "version": "1.6.19",
  20. "resolved": "https://registry.npmjs.org/jquery-touchswipe/-/jquery-touchswipe-1.6.19.tgz",
  21. "integrity": "sha512-b0BGje9reNRU3u6ksAK9QqnX7yBRgLNe/wYG7DOfyDlhBlYjayIT8bSOHmcuvptIDW/ubM9CTW/mnZf9Rohuow=="
  22. }
  23. }
  24. }