this repo has no description
at main 71 lines 2.1 kB view raw
1{ 2 "name": "ohc-integration", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "ohc-integration", 9 "version": "1.0.0", 10 "license": "ISC", 11 "dependencies": { 12 "@playwright/test": "^1.58.1" 13 } 14 }, 15 "node_modules/@playwright/test": { 16 "version": "1.58.1", 17 "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.1.tgz", 18 "integrity": "sha512-6LdVIUERWxQMmUSSQi0I53GgCBYgM2RpGngCPY7hSeju+VrKjq3lvs7HpJoPbDiY5QM5EYRtRX5fvrinnMAz3w==", 19 "dependencies": { 20 "playwright": "1.58.1" 21 }, 22 "bin": { 23 "playwright": "cli.js" 24 }, 25 "engines": { 26 "node": ">=18" 27 } 28 }, 29 "node_modules/fsevents": { 30 "version": "2.3.2", 31 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", 32 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 33 "hasInstallScript": true, 34 "optional": true, 35 "os": [ 36 "darwin" 37 ], 38 "engines": { 39 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 40 } 41 }, 42 "node_modules/playwright": { 43 "version": "1.58.1", 44 "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.1.tgz", 45 "integrity": "sha512-+2uTZHxSCcxjvGc5C891LrS1/NlxglGxzrC4seZiVjcYVQfUa87wBL6rTDqzGjuoWNjnBzRqKmF6zRYGMvQUaQ==", 46 "dependencies": { 47 "playwright-core": "1.58.1" 48 }, 49 "bin": { 50 "playwright": "cli.js" 51 }, 52 "engines": { 53 "node": ">=18" 54 }, 55 "optionalDependencies": { 56 "fsevents": "2.3.2" 57 } 58 }, 59 "node_modules/playwright-core": { 60 "version": "1.58.1", 61 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.1.tgz", 62 "integrity": "sha512-bcWzOaTxcW+VOOGBCQgnaKToLJ65d6AqfLVKEWvexyS3AS6rbXl+xdpYRMGSRBClPvyj44njOWoxjNdL/H9UNg==", 63 "bin": { 64 "playwright-core": "cli.js" 65 }, 66 "engines": { 67 "node": ">=18" 68 } 69 } 70 } 71}