Path: blob/main/test/componentFixtures/playwright/package-lock.json
13523 views
{1"name": "code-oss-component-fixture-tests",2"version": "0.1.0",3"lockfileVersion": 3,4"requires": true,5"packages": {6"": {7"name": "code-oss-component-fixture-tests",8"version": "0.1.0",9"license": "MIT",10"devDependencies": {11"@playwright/test": "^1.52.0",12"@types/node": "22.x",13"typescript": "^5.8.0"14}15},16"node_modules/@playwright/test": {17"version": "1.58.2",18"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.58.2.tgz",19"integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==",20"dev": true,21"license": "Apache-2.0",22"dependencies": {23"playwright": "1.58.2"24},25"bin": {26"playwright": "cli.js"27},28"engines": {29"node": ">=18"30}31},32"node_modules/@types/node": {33"version": "22.19.15",34"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",35"integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",36"dev": true,37"license": "MIT",38"dependencies": {39"undici-types": "~6.21.0"40}41},42"node_modules/fsevents": {43"version": "2.3.2",44"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",45"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",46"dev": true,47"hasInstallScript": true,48"license": "MIT",49"optional": true,50"os": [51"darwin"52],53"engines": {54"node": "^8.16.0 || ^10.6.0 || >=11.0.0"55}56},57"node_modules/playwright": {58"version": "1.58.2",59"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz",60"integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==",61"dev": true,62"license": "Apache-2.0",63"dependencies": {64"playwright-core": "1.58.2"65},66"bin": {67"playwright": "cli.js"68},69"engines": {70"node": ">=18"71},72"optionalDependencies": {73"fsevents": "2.3.2"74}75},76"node_modules/playwright-core": {77"version": "1.58.2",78"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz",79"integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==",80"dev": true,81"license": "Apache-2.0",82"bin": {83"playwright-core": "cli.js"84},85"engines": {86"node": ">=18"87}88},89"node_modules/typescript": {90"version": "5.9.3",91"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",92"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",93"dev": true,94"license": "Apache-2.0",95"bin": {96"tsc": "bin/tsc",97"tsserver": "bin/tsserver"98},99"engines": {100"node": ">=14.17"101}102},103"node_modules/undici-types": {104"version": "6.21.0",105"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",106"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",107"dev": true,108"license": "MIT"109}110}111}112113114