playwright/tests/playwright-test/stable-test-runner/package-lock.json
2023-08-06 09:56:36 -07:00

88 lines
3.1 KiB
JSON

{
"name": "stable-test-runner",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@playwright/test": "1.37.0-alpha-aug-6-2023"
}
},
"node_modules/@playwright/test": {
"version": "1.37.0-alpha-aug-6-2023",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-aug-6-2023.tgz",
"integrity": "sha512-DxQE7xoEY9Xrh2q+Nn443RJHlP8JBkyWxbobMYlIU6FcHImYZ5WzVgmXxAL0oj65+4GbQ9Jnntmnx10hmbYAVw==",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.37.0-alpha-aug-6-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.37.0-alpha-aug-6-2023",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-aug-6-2023.tgz",
"integrity": "sha512-dkspy0wqQtdUC8ZI/Q2TElTEh7yOhdoBlvfZyunQYgWHWoJFfqC2RzrRg55v9+jo+ivk7jqjmvAkURJHtxPGNA==",
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=16"
}
}
},
"dependencies": {
"@playwright/test": {
"version": "1.37.0-alpha-aug-6-2023",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.0-alpha-aug-6-2023.tgz",
"integrity": "sha512-DxQE7xoEY9Xrh2q+Nn443RJHlP8JBkyWxbobMYlIU6FcHImYZ5WzVgmXxAL0oj65+4GbQ9Jnntmnx10hmbYAVw==",
"requires": {
"@types/node": "*",
"fsevents": "2.3.2",
"playwright-core": "1.37.0-alpha-aug-6-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.37.0-alpha-aug-6-2023",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0-alpha-aug-6-2023.tgz",
"integrity": "sha512-dkspy0wqQtdUC8ZI/Q2TElTEh7yOhdoBlvfZyunQYgWHWoJFfqC2RzrRg55v9+jo+ivk7jqjmvAkURJHtxPGNA=="
}
}
}