package-lock.json 613 B

123456789101112131415161718
  1. {
  2. "name": "TXlive",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "crypto-js": {
  8. "version": "4.2.0",
  9. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
  10. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
  11. },
  12. "hashids": {
  13. "version": "2.3.0",
  14. "resolved": "https://registry.npmmirror.com/hashids/-/hashids-2.3.0.tgz",
  15. "integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
  16. }
  17. }
  18. }