25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

112 satır
3.4 KiB

  1. {
  2. "name": "unreal-tran-e2e",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "unreal-tran-e2e",
  9. "version": "0.1.0",
  10. "devDependencies": {
  11. "@playwright/test": "1.55.0",
  12. "@types/node": "22.18.1",
  13. "typescript": "5.9.3"
  14. }
  15. },
  16. "node_modules/@playwright/test": {
  17. "version": "1.55.0",
  18. "resolved": "https://registry.npmmirror.com/@playwright/test/-/test-1.55.0.tgz",
  19. "integrity": "sha512-04IXzPwHrW69XusN/SIdDdKZBzMfOT9UNT/YiJit/xpy2VuAoB8NHc8Aplb96zsWDddLnbkPL3TsmrS04ZU2xQ==",
  20. "dev": true,
  21. "license": "Apache-2.0",
  22. "dependencies": {
  23. "playwright": "1.55.0"
  24. },
  25. "bin": {
  26. "playwright": "cli.js"
  27. },
  28. "engines": {
  29. "node": ">=18"
  30. }
  31. },
  32. "node_modules/@types/node": {
  33. "version": "22.18.1",
  34. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.18.1.tgz",
  35. "integrity": "sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==",
  36. "dev": true,
  37. "license": "MIT",
  38. "dependencies": {
  39. "undici-types": "~6.21.0"
  40. }
  41. },
  42. "node_modules/fsevents": {
  43. "version": "2.3.2",
  44. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
  45. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  46. "dev": true,
  47. "hasInstallScript": true,
  48. "license": "MIT",
  49. "optional": true,
  50. "os": [
  51. "darwin"
  52. ],
  53. "engines": {
  54. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  55. }
  56. },
  57. "node_modules/playwright": {
  58. "version": "1.55.0",
  59. "resolved": "https://registry.npmmirror.com/playwright/-/playwright-1.55.0.tgz",
  60. "integrity": "sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==",
  61. "dev": true,
  62. "license": "Apache-2.0",
  63. "dependencies": {
  64. "playwright-core": "1.55.0"
  65. },
  66. "bin": {
  67. "playwright": "cli.js"
  68. },
  69. "engines": {
  70. "node": ">=18"
  71. },
  72. "optionalDependencies": {
  73. "fsevents": "2.3.2"
  74. }
  75. },
  76. "node_modules/playwright-core": {
  77. "version": "1.55.0",
  78. "resolved": "https://registry.npmmirror.com/playwright-core/-/playwright-core-1.55.0.tgz",
  79. "integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==",
  80. "dev": true,
  81. "license": "Apache-2.0",
  82. "bin": {
  83. "playwright-core": "cli.js"
  84. },
  85. "engines": {
  86. "node": ">=18"
  87. }
  88. },
  89. "node_modules/typescript": {
  90. "version": "5.9.3",
  91. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
  92. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  93. "dev": true,
  94. "license": "Apache-2.0",
  95. "bin": {
  96. "tsc": "bin/tsc",
  97. "tsserver": "bin/tsserver"
  98. },
  99. "engines": {
  100. "node": ">=14.17"
  101. }
  102. },
  103. "node_modules/undici-types": {
  104. "version": "6.21.0",
  105. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  106. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  107. "dev": true,
  108. "license": "MIT"
  109. }
  110. }
  111. }