.package-lock.json 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "miniprogram-ts-less-quickstart",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "node_modules/fast-deep-equal": {
  8. "version": "2.0.1",
  9. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
  10. "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w=="
  11. },
  12. "node_modules/miniprogram-api-typings": {
  13. "version": "2.12.0",
  14. "resolved": "https://registry.npmmirror.com/miniprogram-api-typings/-/miniprogram-api-typings-2.12.0.tgz",
  15. "integrity": "sha512-ibvbqeslVFur0IAvTxLMvsbtvVcMo6gwvOnj0YZHV7aeDLu091VQRrETT2QuiG9P6aZWRcxeNGJChRKVPCp9VQ==",
  16. "dev": true
  17. },
  18. "node_modules/miniprogram-computed": {
  19. "version": "4.3.8",
  20. "resolved": "https://registry.npmmirror.com/miniprogram-computed/-/miniprogram-computed-4.3.8.tgz",
  21. "integrity": "sha512-37MqgVPpU7Z2Iy9Y9vYlhDUDQw7ae5VWf+3NyURwEn2e7FOJUVop9JXysUWgA2SgPZawNizGHSghfMqYYJjG6g==",
  22. "dependencies": {
  23. "fast-deep-equal": "^2.0.1",
  24. "rfdc": "^1.1.4"
  25. }
  26. },
  27. "node_modules/rfdc": {
  28. "version": "1.3.0",
  29. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.3.0.tgz",
  30. "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA=="
  31. }
  32. }
  33. }