2021-06-07 02:09:53 +02:00
|
|
|
{
|
2021-10-08 18:37:06 +02:00
|
|
|
"name": "stable-test-runner",
|
2021-06-07 02:09:53 +02:00
|
|
|
"lockfileVersion": 2,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"dependencies": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"@playwright/test": "1.50.0-alpha-2025-01-17"
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
|
|
|
|
},
|
2022-05-11 17:06:52 +02:00
|
|
|
"node_modules/@playwright/test": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"version": "1.50.0-alpha-2025-01-17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.0-alpha-2025-01-17.tgz",
|
|
|
|
|
"integrity": "sha512-fMUwMcP0YE2knged9GJXqv3fpT2xoywTtqYaSzpZmjnNESF+CUUAGY2hHm9/fz/v9ijcjyd62hYFbqS5KeKuHQ==",
|
2024-11-18 10:21:48 +01:00
|
|
|
"license": "Apache-2.0",
|
2021-06-07 02:09:53 +02:00
|
|
|
"dependencies": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"playwright": "1.50.0-alpha-2025-01-17"
|
2021-07-29 02:33:14 +02:00
|
|
|
},
|
2021-06-07 02:09:53 +02:00
|
|
|
"bin": {
|
2022-05-11 17:06:52 +02:00
|
|
|
"playwright": "cli.js"
|
2021-07-29 02:33:14 +02:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2024-06-15 04:43:35 +02:00
|
|
|
"node": ">=18"
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
|
|
|
|
},
|
2023-02-08 19:02:20 +01:00
|
|
|
"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,
|
2024-11-18 10:21:48 +01:00
|
|
|
"license": "MIT",
|
2023-02-08 19:02:20 +01:00
|
|
|
"optional": true,
|
|
|
|
|
"os": [
|
|
|
|
|
"darwin"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-09-14 01:01:06 +02:00
|
|
|
"node_modules/playwright": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"version": "1.50.0-alpha-2025-01-17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.0-alpha-2025-01-17.tgz",
|
|
|
|
|
"integrity": "sha512-LRavQ9Qu27nHvJ57f+7UDBTAEWhGKV+MS2qLAJpF8HXtfSMVlLK82W9Oba41lCNUzgLoAuFv0wCO/RcHqLz7yQ==",
|
2024-11-18 10:21:48 +01:00
|
|
|
"license": "Apache-2.0",
|
2023-09-14 01:01:06 +02:00
|
|
|
"dependencies": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"playwright-core": "1.50.0-alpha-2025-01-17"
|
2023-09-14 01:01:06 +02:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"playwright": "cli.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2024-06-15 04:43:35 +02:00
|
|
|
"node": ">=18"
|
2023-09-14 01:01:06 +02:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"fsevents": "2.3.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-05-11 17:06:52 +02:00
|
|
|
"node_modules/playwright-core": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"version": "1.50.0-alpha-2025-01-17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0-alpha-2025-01-17.tgz",
|
|
|
|
|
"integrity": "sha512-XkoLZ+7J5ybDq68xSlofPziH1Y8It9LpMisxtBfebjKWbVY8BzctlB1Da9udKDP0oWQPNq4tUnwW0hkeET3lUg==",
|
2024-11-18 10:21:48 +01:00
|
|
|
"license": "Apache-2.0",
|
2023-05-26 00:39:51 +02:00
|
|
|
"bin": {
|
|
|
|
|
"playwright-core": "cli.js"
|
|
|
|
|
},
|
2021-07-29 02:33:14 +02:00
|
|
|
"engines": {
|
2024-06-15 04:43:35 +02:00
|
|
|
"node": ">=18"
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
2022-05-11 17:06:52 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@playwright/test": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"version": "1.50.0-alpha-2025-01-17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.0-alpha-2025-01-17.tgz",
|
|
|
|
|
"integrity": "sha512-fMUwMcP0YE2knged9GJXqv3fpT2xoywTtqYaSzpZmjnNESF+CUUAGY2hHm9/fz/v9ijcjyd62hYFbqS5KeKuHQ==",
|
2022-05-11 17:06:52 +02:00
|
|
|
"requires": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"playwright": "1.50.0-alpha-2025-01-17"
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
|
|
|
|
},
|
2023-02-08 19:02:20 +01:00
|
|
|
"fsevents": {
|
|
|
|
|
"version": "2.3.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
|
|
|
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2023-09-14 01:01:06 +02:00
|
|
|
"playwright": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"version": "1.50.0-alpha-2025-01-17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.0-alpha-2025-01-17.tgz",
|
|
|
|
|
"integrity": "sha512-LRavQ9Qu27nHvJ57f+7UDBTAEWhGKV+MS2qLAJpF8HXtfSMVlLK82W9Oba41lCNUzgLoAuFv0wCO/RcHqLz7yQ==",
|
2023-09-14 01:01:06 +02:00
|
|
|
"requires": {
|
|
|
|
|
"fsevents": "2.3.2",
|
2025-01-17 19:17:26 +01:00
|
|
|
"playwright-core": "1.50.0-alpha-2025-01-17"
|
2023-09-14 01:01:06 +02:00
|
|
|
}
|
|
|
|
|
},
|
2021-10-20 19:35:37 +02:00
|
|
|
"playwright-core": {
|
2025-01-17 19:17:26 +01:00
|
|
|
"version": "1.50.0-alpha-2025-01-17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0-alpha-2025-01-17.tgz",
|
|
|
|
|
"integrity": "sha512-XkoLZ+7J5ybDq68xSlofPziH1Y8It9LpMisxtBfebjKWbVY8BzctlB1Da9udKDP0oWQPNq4tUnwW0hkeET3lUg=="
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|