package-lock.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "audio_codebuddy",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "devDependencies": {
  8. "playwright": "^1.59.1"
  9. }
  10. },
  11. "node_modules/fsevents": {
  12. "version": "2.3.2",
  13. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
  14. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  15. "dev": true,
  16. "hasInstallScript": true,
  17. "license": "MIT",
  18. "optional": true,
  19. "os": [
  20. "darwin"
  21. ],
  22. "engines": {
  23. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  24. }
  25. },
  26. "node_modules/playwright": {
  27. "version": "1.59.1",
  28. "resolved": "https://registry.npmmirror.com/playwright/-/playwright-1.59.1.tgz",
  29. "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==",
  30. "dev": true,
  31. "license": "Apache-2.0",
  32. "dependencies": {
  33. "playwright-core": "1.59.1"
  34. },
  35. "bin": {
  36. "playwright": "cli.js"
  37. },
  38. "engines": {
  39. "node": ">=18"
  40. },
  41. "optionalDependencies": {
  42. "fsevents": "2.3.2"
  43. }
  44. },
  45. "node_modules/playwright-core": {
  46. "version": "1.59.1",
  47. "resolved": "https://registry.npmmirror.com/playwright-core/-/playwright-core-1.59.1.tgz",
  48. "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==",
  49. "dev": true,
  50. "license": "Apache-2.0",
  51. "bin": {
  52. "playwright-core": "cli.js"
  53. },
  54. "engines": {
  55. "node": ">=18"
  56. }
  57. }
  58. }
  59. }