mirror of
https://github.com/klntsky/purescript-playwright.git
synced 2024-11-26 09:13:02 +03:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
|
{
|
||
|
"name": "purescript-playwright",
|
||
|
"version": "0.0.1",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"name": "purescript-playwright",
|
||
|
"version": "0.0.1",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": {
|
||
|
"playwright": "^1.45.1"
|
||
|
}
|
||
|
},
|
||
|
"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": {
|
||
|
"version": "1.45.1",
|
||
|
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.1.tgz",
|
||
|
"integrity": "sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==",
|
||
|
"dependencies": {
|
||
|
"playwright-core": "1.45.1"
|
||
|
},
|
||
|
"bin": {
|
||
|
"playwright": "cli.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
},
|
||
|
"optionalDependencies": {
|
||
|
"fsevents": "2.3.2"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/playwright-core": {
|
||
|
"version": "1.45.1",
|
||
|
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.1.tgz",
|
||
|
"integrity": "sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==",
|
||
|
"bin": {
|
||
|
"playwright-core": "cli.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|