{ "name": "stable-test-runner", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { "@playwright/test": "1.35.0-alpha-jun-7-2023" } }, "node_modules/@playwright/test": { "version": "1.35.0-alpha-jun-7-2023", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-jun-7-2023.tgz", "integrity": "sha512-XCqnVaXRdtsstihswURbho2mjv4LW5uPeGd88GDPDvc9Z6KAdcucC/K010FAQj2oCXqnb+o6kR2EXeIzBaKOPw==", "dependencies": { "@types/node": "*", "playwright-core": "1.35.0-alpha-jun-7-2023" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=16" }, "optionalDependencies": { "fsevents": "2.3.2" } }, "node_modules/@types/node": { "version": "18.0.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz", "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==" }, "node_modules/fsevents": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "hasInstallScript": true, "optional": true, "os": [ "darwin" ], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, "node_modules/playwright-core": { "version": "1.35.0-alpha-jun-7-2023", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-jun-7-2023.tgz", "integrity": "sha512-vNtbVIcRlrpIT0U8ALpB8/BH3NSFQyeGRyDQdLYV+j8QI1iW8vAaA6DlExeKgb0bEwFVgttexqP+NfzCiQEskA==", "bin": { "playwright-core": "cli.js" }, "engines": { "node": ">=16" } } }, "dependencies": { "@playwright/test": { "version": "1.35.0-alpha-jun-7-2023", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0-alpha-jun-7-2023.tgz", "integrity": "sha512-XCqnVaXRdtsstihswURbho2mjv4LW5uPeGd88GDPDvc9Z6KAdcucC/K010FAQj2oCXqnb+o6kR2EXeIzBaKOPw==", "requires": { "@types/node": "*", "fsevents": "2.3.2", "playwright-core": "1.35.0-alpha-jun-7-2023" } }, "@types/node": { "version": "18.0.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz", "integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==" }, "fsevents": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "optional": true }, "playwright-core": { "version": "1.35.0-alpha-jun-7-2023", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0-alpha-jun-7-2023.tgz", "integrity": "sha512-vNtbVIcRlrpIT0U8ALpB8/BH3NSFQyeGRyDQdLYV+j8QI1iW8vAaA6DlExeKgb0bEwFVgttexqP+NfzCiQEskA==" } } }