package-lock.json 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "mer_uniapp",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "@qiun/ucharts": "^2.5.0-20230101",
  9. "html5-qrcode": "^2.3.8",
  10. "jsqr": "^1.4.0"
  11. }
  12. },
  13. "node_modules/@qiun/ucharts": {
  14. "version": "2.5.0-20230101",
  15. "resolved": "https://registry.npmmirror.com/@qiun/ucharts/-/ucharts-2.5.0-20230101.tgz",
  16. "integrity": "sha512-C7ccBgfPuGF6dxTRuMW0NPPMSCf1k/kh3I9zkRVBc5PaivudX/rPL+jd2Wty6gn5ya5L3Ob+YmYe09V5xw66Cw==",
  17. "license": "Apache"
  18. },
  19. "node_modules/html5-qrcode": {
  20. "version": "2.3.8",
  21. "resolved": "https://registry.npmmirror.com/html5-qrcode/-/html5-qrcode-2.3.8.tgz",
  22. "integrity": "sha512-jsr4vafJhwoLVEDW3n1KvPnCCXWaQfRng0/EEYk1vNcQGcG/htAdhJX0be8YyqMoSz7+hZvOZSTAepsabiuhiQ==",
  23. "license": "Apache-2.0"
  24. },
  25. "node_modules/jsqr": {
  26. "version": "1.4.0",
  27. "resolved": "https://registry.npmmirror.com/jsqr/-/jsqr-1.4.0.tgz",
  28. "integrity": "sha512-dxLob7q65Xg2DvstYkRpkYtmKm2sPJ9oFhrhmudT1dZvNFFTlroai3AWSpLey/w5vMcLBXRgOJsbXpdN9HzU/A==",
  29. "license": "Apache-2.0"
  30. }
  31. }
  32. }