playwright/tests/playwright-test/stable-test-runner/package-lock.json

65 lines
2.3 KiB
JSON

{
"name": "stable-test-runner",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@playwright/test": "1.26.0-alpha-sep-7-2022"
}
},
"node_modules/@playwright/test": {
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.26.0-alpha-sep-7-2022"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"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/playwright-core": {
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw==",
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
}
},
"dependencies": {
"@playwright/test": {
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-tTHg/fv5PDqyoHSJq04yc4B4d17FFXRlYeeOGJtI/Omu1ZIzdgUPH20b0PxxCIv7ZTx+U61dRLKIFeZ1/s6B3Q==",
"requires": {
"@types/node": "*",
"playwright-core": "1.26.0-alpha-sep-7-2022"
}
},
"@types/node": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.0.tgz",
"integrity": "sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA=="
},
"playwright-core": {
"version": "1.26.0-alpha-sep-7-2022",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.0-alpha-sep-7-2022.tgz",
"integrity": "sha512-cqnlP+2uHl2dwwb6O4iPY/uNLiYwTn+LBCCqRpodUCPW77xMHE5Gw9S8VenuAoSSQ12F0liJA02XzjYZSV8HZw=="
}
}
}