package-lock.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "requires": true,
  3. "lockfileVersion": 1,
  4. "dependencies": {
  5. "@babel/runtime": {
  6. "version": "7.24.0",
  7. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.24.0.tgz",
  8. "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
  9. "requires": {
  10. "regenerator-runtime": "^0.14.0"
  11. }
  12. },
  13. "@remax/mini-types": {
  14. "version": "0.1.0",
  15. "resolved": "https://registry.npmmirror.com/@remax/mini-types/-/mini-types-0.1.0.tgz",
  16. "integrity": "sha512-bVDcbUrp6p0PZwfS0xGVQS6k9f8B35BtZaYt/W/IGKh7VALYQ+tS2KcytLRmIJ/Vmohaw5ikIRN89I+frPdh4g=="
  17. },
  18. "copy-text-to-clipboard": {
  19. "version": "3.2.0",
  20. "resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz",
  21. "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q=="
  22. },
  23. "core-js": {
  24. "version": "3.36.0",
  25. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.36.0.tgz",
  26. "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw=="
  27. },
  28. "gdt-jsapi": {
  29. "version": "1.9.51",
  30. "resolved": "https://registry.npmmirror.com/gdt-jsapi/-/gdt-jsapi-1.9.51.tgz",
  31. "integrity": "sha512-VN1iIK7kJU2g2oxY/n8waCREhWxcVwR8qHAE1keVnUJHI6mTdgTelICzq++niRRCaLqUVWC1pYvftEVgk4sq8A==",
  32. "requires": {
  33. "@babel/runtime": "^7.10.2",
  34. "@remax/mini-types": "^0.1.0"
  35. }
  36. },
  37. "mutation-observer": {
  38. "version": "1.0.3",
  39. "resolved": "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz",
  40. "integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA=="
  41. },
  42. "promise-polyfill": {
  43. "version": "7.1.2",
  44. "resolved": "https://registry.npmmirror.com/promise-polyfill/-/promise-polyfill-7.1.2.tgz",
  45. "integrity": "sha512-FuEc12/eKqqoRYIGBrUptCBRhobL19PS2U31vMNTfyck1FxPyMfgsXyW4Mav85y/ZN1hop3hOwRlUDok23oYfQ=="
  46. },
  47. "regenerator-runtime": {
  48. "version": "0.14.1",
  49. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  50. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  51. },
  52. "vconsole": {
  53. "version": "3.15.1",
  54. "resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz",
  55. "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==",
  56. "requires": {
  57. "@babel/runtime": "^7.17.2",
  58. "copy-text-to-clipboard": "^3.0.1",
  59. "core-js": "^3.11.0",
  60. "mutation-observer": "^1.0.3"
  61. }
  62. }
  63. }
  64. }