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