package-lock.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "itsm-wx-handle",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "date-fns": "^3.6.0",
  9. "lodash-es": "^4.17.21",
  10. "weixin-jsapi": "^1.1.0"
  11. }
  12. },
  13. "node_modules/date-fns": {
  14. "version": "3.6.0",
  15. "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-3.6.0.tgz",
  16. "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
  17. "funding": {
  18. "type": "github",
  19. "url": "https://github.com/sponsors/kossnocorp"
  20. }
  21. },
  22. "node_modules/lodash-es": {
  23. "version": "4.17.21",
  24. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  25. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
  26. },
  27. "node_modules/weixin-jsapi": {
  28. "version": "1.1.0",
  29. "resolved": "https://registry.npmmirror.com/weixin-jsapi/-/weixin-jsapi-1.1.0.tgz",
  30. "integrity": "sha512-986drpgKs1yf8gK1A/hrdF2U5cjp/zW/7bhoL37JLoePhNiO14JqZpa+wlNslge0Hlw7gEXMTnEntFvvSXz8Bw=="
  31. }
  32. }
  33. }