package-lock.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "dioxus",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "dioxus",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "@playwright/test": "^1.42.1"
  13. }
  14. },
  15. "node_modules/@playwright/test": {
  16. "version": "1.42.1",
  17. "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.42.1.tgz",
  18. "integrity": "sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==",
  19. "dev": true,
  20. "dependencies": {
  21. "playwright": "1.42.1"
  22. },
  23. "bin": {
  24. "playwright": "cli.js"
  25. },
  26. "engines": {
  27. "node": ">=16"
  28. }
  29. },
  30. "node_modules/fsevents": {
  31. "version": "2.3.2",
  32. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  33. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  34. "dev": true,
  35. "hasInstallScript": true,
  36. "optional": true,
  37. "os": [
  38. "darwin"
  39. ],
  40. "engines": {
  41. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  42. }
  43. },
  44. "node_modules/playwright": {
  45. "version": "1.42.1",
  46. "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.1.tgz",
  47. "integrity": "sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==",
  48. "dev": true,
  49. "dependencies": {
  50. "playwright-core": "1.42.1"
  51. },
  52. "bin": {
  53. "playwright": "cli.js"
  54. },
  55. "engines": {
  56. "node": ">=16"
  57. },
  58. "optionalDependencies": {
  59. "fsevents": "2.3.2"
  60. }
  61. },
  62. "node_modules/playwright-core": {
  63. "version": "1.42.1",
  64. "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz",
  65. "integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==",
  66. "dev": true,
  67. "bin": {
  68. "playwright-core": "cli.js"
  69. },
  70. "engines": {
  71. "node": ">=16"
  72. }
  73. }
  74. }
  75. }