package-lock.json 872 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "nongxiaoyu",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "nongxiaoyu",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "event-source-polyfill": "^1.0.31",
  13. "uview-ui": "^2.0.38"
  14. }
  15. },
  16. "node_modules/event-source-polyfill": {
  17. "version": "1.0.31",
  18. "resolved": "https://registry.npmmirror.com/event-source-polyfill/-/event-source-polyfill-1.0.31.tgz",
  19. "integrity": "sha512-4IJSItgS/41IxN5UVAVuAyczwZF7ZIEsM1XAoUzIHA6A+xzusEZUutdXz2Nr+MQPLxfTiCvqE79/C8HT8fKFvA=="
  20. },
  21. "node_modules/uview-ui": {
  22. "version": "2.0.38",
  23. "resolved": "https://registry.npmmirror.com/uview-ui/-/uview-ui-2.0.38.tgz",
  24. "integrity": "sha512-6egHDf9lXHKpG3hEjRE0vMx4+VWwKk/ReTf5x18KrIKqdvdPRqO3+B8Unh7vYYwrIxzAWIlmhZ9RJpKI/4UqPQ==",
  25. "engines": {
  26. "HBuilderX": "^3.1.0"
  27. }
  28. }
  29. }
  30. }