package-lock.json 1.6 KB

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