build-small-hackathon/microfactory-lab
2
1lockfileVersion: '9.0'2 3settings:4 autoInstallPeers: true5 excludeLinksFromLockfile: false6 7importers:8 9 .:10 devDependencies:11 playwright:12 specifier: ^1.59.113 version: 1.60.014 15packages:16 17 fsevents@2.3.2:18 resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}19 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}20 os: [darwin]21 22 playwright-core@1.60.0:23 resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==}24 engines: {node: '>=18'}25 hasBin: true26 27 playwright@1.60.0:28 resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==}29 engines: {node: '>=18'}30 hasBin: true31 32snapshots:33 34 fsevents@2.3.2:35 optional: true36 37 playwright-core@1.60.0: {}38 39 playwright@1.60.0:40 dependencies:41 playwright-core: 1.60.042 optionalDependencies:43 fsevents: 2.3.244 