main
json 57 lines 1.61 KB
Raw
1 {
2 "name": "copilot-ui-screenshots",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "name": "copilot-ui-screenshots",
8 "dependencies": {
9 "playwright": "^1.51.1"
10 }
11 },
12 "node_modules/fsevents": {
13 "version": "2.3.2",
14 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
15 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
16 "hasInstallScript": true,
17 "license": "MIT",
18 "optional": true,
19 "os": [
20 "darwin"
21 ],
22 "engines": {
23 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
24 }
25 },
26 "node_modules/playwright": {
27 "version": "1.58.2",
28 "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz",
29 "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",
30 "license": "Apache-2.0",
31 "dependencies": {
32 "playwright-core": "1.58.2"
33 },
34 "bin": {
35 "playwright": "cli.js"
36 },
37 "engines": {
38 "node": ">=18"
39 },
40 "optionalDependencies": {
41 "fsevents": "2.3.2"
42 }
43 },
44 "node_modules/playwright-core": {
45 "version": "1.58.2",
46 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz",
47 "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",
48 "license": "Apache-2.0",
49 "bin": {
50 "playwright-core": "cli.js"
51 },
52 "engines": {
53 "node": ">=18"
54 }
55 }
56 }
57 }