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-22 21:46:25 +01:00
|
|
|
"@playwright/test": "1.50.0-beta-1737557690000"
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
|
|
|
|
},
|
2022-05-11 17:06:52 +02:00
|
|
|
"node_modules/@playwright/test": {
|
2025-01-22 21:46:25 +01:00
|
|
|
"version": "1.50.0-beta-1737557690000",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.0-beta-1737557690000.tgz",
|
|
|
|
|
"integrity": "sha512-p6iaLrgsPatz9WqQMtxQyE9kElq8+Ae/N5i1+UF6+vxQdGpGSppk4+V4TttL8iMJhxvO/W3o/0vX8viDOVk1tg==",
|
2024-11-18 10:21:48 +01:00
|
|
|
"license": "Apache-2.0",
|
2021-06-07 02:09:53 +02:00
|
|
|
"dependencies": {
|
2025-01-22 21:46:25 +01:00
|
|
|
"playwright": "1.50.0-beta-1737557690000"
|
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-22 21:46:25 +01:00
|
|
|
"version": "1.50.0-beta-1737557690000",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.0-beta-1737557690000.tgz",
|
|
|
|
|
"integrity": "sha512-cgRCY5Gw0qZeqtSwvjMVVzUPQ19xLC6Z6i2oGa2Su2b4CO9qkceace1+Qe98RuCeU5nCHXbNTsPU6gue+yxagg==",
|
2024-11-18 10:21:48 +01:00
|
|
|
"license": "Apache-2.0",
|
2023-09-14 01:01:06 +02:00
|
|
|
"dependencies": {
|
2025-01-22 21:46:25 +01:00
|
|
|
"playwright-core": "1.50.0-beta-1737557690000"
|
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-22 21:46:25 +01:00
|
|
|
"version": "1.50.0-beta-1737557690000",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0-beta-1737557690000.tgz",
|
|
|
|
|
"integrity": "sha512-pr4ZXZmn+hhFrWEIoPQZgxxwkFLPVhMH3uB5eL+SPUKLtFv0WhOoo1PHUUqinMumj84bhhYS6ODg2pPPGPG7sA==",
|
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-22 21:46:25 +01:00
|
|
|
"version": "1.50.0-beta-1737557690000",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.0-beta-1737557690000.tgz",
|
|
|
|
|
"integrity": "sha512-p6iaLrgsPatz9WqQMtxQyE9kElq8+Ae/N5i1+UF6+vxQdGpGSppk4+V4TttL8iMJhxvO/W3o/0vX8viDOVk1tg==",
|
2022-05-11 17:06:52 +02:00
|
|
|
"requires": {
|
2025-01-22 21:46:25 +01:00
|
|
|
"playwright": "1.50.0-beta-1737557690000"
|
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-22 21:46:25 +01:00
|
|
|
"version": "1.50.0-beta-1737557690000",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.0-beta-1737557690000.tgz",
|
|
|
|
|
"integrity": "sha512-cgRCY5Gw0qZeqtSwvjMVVzUPQ19xLC6Z6i2oGa2Su2b4CO9qkceace1+Qe98RuCeU5nCHXbNTsPU6gue+yxagg==",
|
2023-09-14 01:01:06 +02:00
|
|
|
"requires": {
|
|
|
|
|
"fsevents": "2.3.2",
|
2025-01-22 21:46:25 +01:00
|
|
|
"playwright-core": "1.50.0-beta-1737557690000"
|
2023-09-14 01:01:06 +02:00
|
|
|
}
|
|
|
|
|
},
|
2021-10-20 19:35:37 +02:00
|
|
|
"playwright-core": {
|
2025-01-22 21:46:25 +01:00
|
|
|
"version": "1.50.0-beta-1737557690000",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0-beta-1737557690000.tgz",
|
|
|
|
|
"integrity": "sha512-pr4ZXZmn+hhFrWEIoPQZgxxwkFLPVhMH3uB5eL+SPUKLtFv0WhOoo1PHUUqinMumj84bhhYS6ODg2pPPGPG7sA=="
|
2021-06-07 02:09:53 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|