-
-
Notifications
You must be signed in to change notification settings - Fork 246
/
Copy pathpackage-lock.json
42 lines (42 loc) · 1.19 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "zenika-alpinechrome-withplaywright",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zenika-alpinechrome-withplaywright",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"playwright-chromium": "^1.44.1"
}
},
"node_modules/playwright-chromium": {
"version": "1.44.1",
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.44.1.tgz",
"integrity": "sha512-S35fvljThsCDhUiGSYST3MkT7hsUvNA6SC+fAaBxKLUdOkc6ohatxD+A5HoN7fEK3zE+yI0ARANSGRHTHJR6UQ==",
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.44.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=16"
}
},
"node_modules/playwright-core": {
"version": "1.44.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz",
"integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==",
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=16"
}
}
}
}