comparison hg-web/e2e/package-lock.json @ 223:0e7b9464248d hg-web

[hg-web] Add browser route regression coverage
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 10:07:40 -0700
parents
children
comparison
equal deleted inserted replaced
222:a8d6435dc021 223:0e7b9464248d
1 {
2 "name": "e2e",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "dependencies": {
8 "playwright-core": "1.48.2"
9 }
10 },
11 "node_modules/playwright-core": {
12 "version": "1.48.2",
13 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz",
14 "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==",
15 "license": "Apache-2.0",
16 "bin": {
17 "playwright-core": "cli.js"
18 },
19 "engines": {
20 "node": ">=18"
21 }
22 }
23 }
24 }