package-lock.json 855 B

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