Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/vs/sessions/test/e2e/package-lock.json
13394 views
1
{
2
"name": "sessions-e2e-tests",
3
"version": "0.0.1",
4
"lockfileVersion": 3,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "sessions-e2e-tests",
9
"version": "0.0.1",
10
"dependencies": {
11
"@playwright/cli": "latest"
12
}
13
},
14
"node_modules/@playwright/cli": {
15
"version": "0.1.1",
16
"resolved": "https://registry.npmjs.org/@playwright/cli/-/cli-0.1.1.tgz",
17
"integrity": "sha512-9k11ZfDwAfMVDDIuEVW1Wvs8SoDNXIY1dNQ+9C9/SS8ZmElkcxesu5eoL7vNa96ntibUGaq1TM2qQoqvdl/I9g==",
18
"license": "Apache-2.0",
19
"dependencies": {
20
"minimist": "^1.2.5",
21
"playwright": "1.59.0-alpha-1771104257000"
22
},
23
"bin": {
24
"playwright-cli": "playwright-cli.js"
25
},
26
"engines": {
27
"node": ">=18"
28
}
29
},
30
"node_modules/fsevents": {
31
"version": "2.3.2",
32
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
33
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
34
"hasInstallScript": true,
35
"license": "MIT",
36
"optional": true,
37
"os": [
38
"darwin"
39
],
40
"engines": {
41
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
42
}
43
},
44
"node_modules/minimist": {
45
"version": "1.2.8",
46
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
47
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
48
"license": "MIT",
49
"funding": {
50
"url": "https://github.com/sponsors/ljharb"
51
}
52
},
53
"node_modules/playwright": {
54
"version": "1.59.0-alpha-1771104257000",
55
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1771104257000.tgz",
56
"integrity": "sha512-6SCMMMJaDRsSqiKVLmb2nhtLES7iTYawTWWrQK6UdIGNzXi8lka4sLKRec3L4DnTWwddAvCuRn8035dhNiHzbg==",
57
"license": "Apache-2.0",
58
"dependencies": {
59
"playwright-core": "1.59.0-alpha-1771104257000"
60
},
61
"bin": {
62
"playwright": "cli.js"
63
},
64
"engines": {
65
"node": ">=18"
66
},
67
"optionalDependencies": {
68
"fsevents": "2.3.2"
69
}
70
},
71
"node_modules/playwright-core": {
72
"version": "1.59.0-alpha-1771104257000",
73
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1771104257000.tgz",
74
"integrity": "sha512-YiXup3pnpQUCBMSIW5zx8CErwRx4K6O5Kojkw2BzJui8MazoMUDU6E3xGsb1kzFviEAE09LFQ+y1a0RhIJQ5SA==",
75
"license": "Apache-2.0",
76
"bin": {
77
"playwright-core": "cli.js"
78
},
79
"engines": {
80
"node": ">=18"
81
}
82
}
83
}
84
}
85
86