package-lock.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "sqxp-uniapp",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "call-bind": {
  8. "version": "1.0.2",
  9. "resolved": "https://registry.npm.taobao.org/call-bind/download/call-bind-1.0.2.tgz",
  10. "integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=",
  11. "requires": {
  12. "function-bind": "^1.1.1",
  13. "get-intrinsic": "^1.0.2"
  14. }
  15. },
  16. "crypto-js": {
  17. "version": "4.0.0",
  18. "resolved": "https://registry.npm.taobao.org/crypto-js/download/crypto-js-4.0.0.tgz",
  19. "integrity": "sha1-KQSrJnep0EKFai6i74DekuSjbcw="
  20. },
  21. "function-bind": {
  22. "version": "1.1.1",
  23. "resolved": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz",
  24. "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
  25. },
  26. "get-intrinsic": {
  27. "version": "1.1.1",
  28. "resolved": "https://registry.npm.taobao.org/get-intrinsic/download/get-intrinsic-1.1.1.tgz",
  29. "integrity": "sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=",
  30. "requires": {
  31. "function-bind": "^1.1.1",
  32. "has": "^1.0.3",
  33. "has-symbols": "^1.0.1"
  34. }
  35. },
  36. "has": {
  37. "version": "1.0.3",
  38. "resolved": "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz",
  39. "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
  40. "requires": {
  41. "function-bind": "^1.1.1"
  42. }
  43. },
  44. "has-symbols": {
  45. "version": "1.0.2",
  46. "resolved": "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.2.tgz?cache=0&sync_timestamp=1614443557459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhas-symbols%2Fdownload%2Fhas-symbols-1.0.2.tgz",
  47. "integrity": "sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM="
  48. },
  49. "object-inspect": {
  50. "version": "1.10.2",
  51. "resolved": "https://registry.nlark.com/object-inspect/download/object-inspect-1.10.2.tgz",
  52. "integrity": "sha1-tjhaPit8rgter8+Qzd+F0Sh2fzA="
  53. },
  54. "qs": {
  55. "version": "6.10.1",
  56. "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz?cache=0&sync_timestamp=1616385328325&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.10.1.tgz",
  57. "integrity": "sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o=",
  58. "requires": {
  59. "side-channel": "^1.0.4"
  60. }
  61. },
  62. "side-channel": {
  63. "version": "1.0.4",
  64. "resolved": "https://registry.npm.taobao.org/side-channel/download/side-channel-1.0.4.tgz",
  65. "integrity": "sha1-785cj9wQTudRslxY1CkAEfpeos8=",
  66. "requires": {
  67. "call-bind": "^1.0.0",
  68. "get-intrinsic": "^1.0.2",
  69. "object-inspect": "^1.9.0"
  70. }
  71. }
  72. }
  73. }