.package-lock.json 743 B

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