.package-lock.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "web-app-v1",
  3. "lockfileVersion": 2,
  4. "requires": true,
  5. "packages": {
  6. "node_modules/@babel/runtime": {
  7. "version": "7.26.0",
  8. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.26.0.tgz",
  9. "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
  10. "dependencies": {
  11. "regenerator-runtime": "^0.14.0"
  12. },
  13. "engines": {
  14. "node": ">=6.9.0"
  15. }
  16. },
  17. "node_modules/copy-text-to-clipboard": {
  18. "version": "3.2.0",
  19. "resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz",
  20. "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==",
  21. "engines": {
  22. "node": ">=12"
  23. },
  24. "funding": {
  25. "url": "https://github.com/sponsors/sindresorhus"
  26. }
  27. },
  28. "node_modules/core-js": {
  29. "version": "3.39.0",
  30. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.39.0.tgz",
  31. "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==",
  32. "hasInstallScript": true,
  33. "funding": {
  34. "type": "opencollective",
  35. "url": "https://opencollective.com/core-js"
  36. }
  37. },
  38. "node_modules/mutation-observer": {
  39. "version": "1.0.3",
  40. "resolved": "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz",
  41. "integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA=="
  42. },
  43. "node_modules/regenerator-runtime": {
  44. "version": "0.14.1",
  45. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  46. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  47. },
  48. "node_modules/vconsole": {
  49. "version": "3.15.1",
  50. "resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz",
  51. "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
  52. "dependencies": {
  53. "@babel/runtime": "^7.17.2",
  54. "copy-text-to-clipboard": "^3.0.1",
  55. "core-js": "^3.11.0",
  56. "mutation-observer": "^1.0.3"
  57. }
  58. }
  59. }
  60. }