package-lock.json 872 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "wx-mls",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "wx-mls",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@vant/weapp": "^1.11.7",
  13. "lodash": "^4.17.21"
  14. }
  15. },
  16. "node_modules/@vant/weapp": {
  17. "version": "1.11.7",
  18. "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.7.tgz",
  19. "integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==",
  20. "license": "MIT"
  21. },
  22. "node_modules/lodash": {
  23. "version": "4.17.21",
  24. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  25. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  26. "license": "MIT"
  27. }
  28. }
  29. }