package-lock.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "uniapp-sdk",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "version": "1.0.0",
  9. "license": "ISC",
  10. "dependencies": {
  11. "crypto-js": "^4.1.1",
  12. "hashids": "^2.3.0"
  13. }
  14. },
  15. "node_modules/crypto-js": {
  16. "version": "4.1.1",
  17. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.1.1.tgz",
  18. "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
  19. },
  20. "node_modules/hashids": {
  21. "version": "2.3.0",
  22. "resolved": "https://registry.npmmirror.com/hashids/-/hashids-2.3.0.tgz",
  23. "integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
  24. }
  25. },
  26. "dependencies": {
  27. "crypto-js": {
  28. "version": "4.1.1",
  29. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.1.1.tgz",
  30. "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
  31. },
  32. "hashids": {
  33. "version": "2.3.0",
  34. "resolved": "https://registry.npmmirror.com/hashids/-/hashids-2.3.0.tgz",
  35. "integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
  36. }
  37. }
  38. }