{"versions":{"0.0.1":{"name":"create-playwright","version":"0.0.1","description":"Convert actions to Playwright code","main":"./build/index.js","types":"./build/index.d.ts","engines":{"node":">= 12.13"},"scripts":{"clean":"rimraf build tmp","build":"concurrently \"npm run build:tsc\" \"npm run build:web\"","build:tsc":"tsc -p tsconfig.release.json","build:web":"rollup --config src/rollup.ts","watch:tsc":"tsc -w -p tsconfig.release.json","watch:web":"rollup --watch --config src/rollup.ts","watch":"concurrently --kill-others \"npm run watch:tsc\" \"npm run watch:web\"","lint":"eslint . --ext .ts,.tsx","release":"np --no-cleanup","test":"jest","version":"npm run clean && npm run build"},"license":"Apache-2.0","peerDependencies":{"playwright-core":"0.11.1"},"dependencies":{},"devDependencies":{"@types/debug":"^4.1.5","@types/jest":"~25.1.2","@types/node":"~12.12.27","@typescript-eslint/eslint-plugin":"~2.19.2","@typescript-eslint/parser":"~2.19.2","concurrently":"^5.1.0","eslint":"~6.8.0","eslint-config-prettier":"~6.10.0","eslint-plugin-jest":"~23.7.0","jest":"~25.1.0","playwright":"^0.11.1","prettier":"~1.19.1","rimraf":"~3.0.2","rollup":"^1.32.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-typescript":"^1.0.1","ts-jest":"~25.2.0","typescript":"~3.8.2"},"gitHead":"260cb9ef03eab4282f94430dcd00a9507e200173","_id":"create-playwright@0.0.1","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-jz9jwOxKjmH4hXhgn/zMwaqpWTAcO51bTlm80VGUmRflAUyzGfdVZdiyDKp/vH/IlOz3CzBM3q7qaqQPSdGQfA==","shasum":"ad5f48521c096b1a7870f301d0309f7b76ae4358","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.0.1.tgz","fileCount":7,"unpackedSize":15758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeW+F6CRA9TVsSAnZWagAASC4P/3mrYmqZW+igdKyY30hL\nLFmBTV6XTT4+lNFUf93fXw9Oj96ld1ye27LqQnUY1ipeyXtjS9zKzLcYiPGe\na9uDKqKnL1J6eMK6Jcz97+2Z45KgsQRlSzB8KN2mWmWDLfJGZ1MNrTv8eMAc\nBlmjIoUPcImsqaGYAMY2ybCQL2CIzExFpp+CAbRt5QUqY6jTAOPFqKiR//yo\n/vu8HONleTB+vWf5a6WRDfC7TIRCkKEMttHaYBwDwPvzEO+O1WFtE3JDMfxB\nHbX7bbueQbGtLyIBiL1sM05xfMu8wDYiEp8pzWroW8JJm1f8Ubjmkf2F6U5N\njhRXbXMiEmxBUATaoNAfsS4s8ghQs+trPbFl/06qM7q1MOUnm0L3Ja07ozvy\n2My2nyDtDs645RYG7HRaPwWquyZYnlNx6P7vqbdQKkGnM7pD8v8ABq2H3bvk\nPON85aXcwtEVUMHxMLeuu4QRRXOR4Mf+uxmC5S0tdvSJGc9ZJr7sX1M7Pj89\nll8t8TfPjfdjDDi/tFIgvCi+jskugKdBZDubKvYmcz5A3gUrgOgNNTzaAJFe\nhPKcutG6pG5bAYIAcz8frlqDuCabhJHmtomu7daE9QsZqNsoRc7Zn0z2qIrB\nO9xqn0JVEq1FwHU4GfM33i3fLC4QEMicG9E6uP1f+0bzTsqHRkFkhPbxkgIm\ntaiq\r\n=QnDv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC5TdG2TI3gRmQcYBNqJJael6mayEvhDyUoSSLAqL9xxAiEA+M9/H5msPaC5kF/1dJzd4h1YeakkPxvtN7cYZcuLU2Y="}]},"maintainers":[{"name":"anonymous","email":"perl.jonathan@gmail.com"}],"_npmUser":{"name":"anonymous","email":"perl.jonathan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.0.1_1583079802473_0.5953836128375041"},"_hasShrinkwrap":false,"contributors":[]},"0.1.0":{"name":"create-playwright","version":"0.1.0","description":"Convert actions to Playwright code","main":"./build/index.js","types":"./build/index.d.ts","engines":{"node":">= 12.13"},"scripts":{"clean":"rimraf build tmp","build":"npm run clean && concurrently \"npm run build:tsc\" \"npm run build:web\"","build:tsc":"tsc -p tsconfig.release.json","build:web":"rollup --config src/rollup.ts","watch:tsc":"tsc -w -p tsconfig.release.json","watch:web":"rollup --watch --config src/rollup.ts","watch":"npm run clean && concurrently --kill-others \"npm run watch:tsc\" \"npm run watch:web\"","lint":"eslint . --ext .ts,.tsx","release":"np --no-cleanup","test":"jest","version":"npm run clean && npm run build"},"license":"Apache-2.0","peerDependencies":{"playwright":"next","playwright-utils":"0.3.1"},"dependencies":{"@jperl/html-parse-stringify":"^1.0.4","debug":"*","inquirer":"^7.0.5","lodash":"^4.17.15"},"devDependencies":{"@types/debug":"^4.1.5","@types/fs-extra":"^8.1.0","@types/inquirer":"^6.5.0","@types/jest":"~25.1.2","@types/lodash":"^4.14.149","@types/node":"~12.12.27","@typescript-eslint/eslint-plugin":"~2.19.2","@typescript-eslint/parser":"~2.19.2","concurrently":"^5.1.0","eslint":"~6.8.0","eslint-config-prettier":"~6.10.0","eslint-plugin-jest":"~23.7.0","fs-extra":"^8.1.0","jest":"~25.1.0","playwright":"next","playwright-utils":"0.3.1","prettier":"~1.19.1","rimraf":"~3.0.2","rollup":"^1.32.0","rollup-plugin-commonjs":"^10.1.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-typescript":"^1.0.1","ts-jest":"~25.2.0","typescript":"~3.8.2"},"gitHead":"22c925e60bc42ce818b73740ed26f0b4ddacec88","_id":"create-playwright@0.1.0","_nodeVersion":"12.12.0","_npmVersion":"6.13.7","dist":{"integrity":"sha512-RJr31bMzkyQSozkKplil4g65+T+Tgh6g1fJEujTZiyxi+ayDbPnq/YRfY+BB893mf62gzfQF0gXwSMFPyVnrnw==","shasum":"f1546b7479c29ff29a2ba6aa56086bb290d2d9f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.0.tgz","fileCount":115,"unpackedSize":181521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeX9pFCRA9TVsSAnZWagAAK94P/A92xwod4JLk+eoRXlXe\nMwO9aI/HVOcV3EEHUZU9oiqTBBb7znyKU0Uj/cIpzUDhynbdthixuPzUsuxF\ntRlTVXGOGlf0Vb5rfUqZmFvgEi1GDk7GJcIEvNipTnNmY4YExSSp5tZHr+Cy\n255nWPbTcF0vikQB0fIPRgAkXEiatfLAc3wmAUneQqGtpwjM8GH2xM3z7vps\nnK86gGZt7/hX249vsfZPBLIjREgpdCHtI+QhiljYKbmIPMtDUFN5bBJXV6v8\nIkWhUFb+zT3JDRMTiHvSIWsK1m7F/fBcxzSYZ5pLSyXFo1pEUnJSAR4FjTAU\ny28pUVaejUvECgzA3wUvpADdrIxqFeYkAfiLItO3tR9rgdLiZYVlXW8PiO4i\nUWt8quM2Y6ZaehFVfyX3rw8Q7i8fNvRVuAX1HdPY5e6NdSaP2yK34i9y/g/n\nQsk278U7imp/gfL4OhBH/IdCAcI+8eFZWJ2rR88Dc4evh8FnJQtV0Mplk/C6\nrW6qeWmP/hRv3Ql7Md38wOmEqmM8kD0AXkE5uwefcCiBK73gf6X/vbOfXDhB\nJK77kTd/5vaxm4n+NXYpU9U6Snlbx4ADu3QxdpFn9DrrdZ5Wc3hPwWtvyeaD\nSb5RrmDnHqeAJq8Fz2XnJUkMuRQQLlgVXj+Q/mlFqQ9sQo6wpWtmlPtAtlqD\nCH+I\r\n=tLf/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYx8tRhEiAqINDxE3wR125K6A39SCTZVvT4CsN78cq2wIgeBFUkrZvpkGK2sTbZn2grc5WffY1IQI+H7mPFReoa2g="}]},"maintainers":[{"name":"anonymous","email":"perl.jonathan@gmail.com"}],"_npmUser":{"name":"anonymous","email":"perl.jonathan@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.0_1583340100946_0.9809255209840895"},"_hasShrinkwrap":false,"contributors":[]},"0.1.1":{"name":"create-playwright","version":"0.1.1","description":"","main":"index.js","bin":{"create-playwright":"index.js"},"author":{"name":"Microsoft"},"license":"MIT","scripts":{"prepublish":"npm run build","build":"ncc build src/index.ts -o dist"},"dependencies":{"enquirer":"^2.3.6"},"devDependencies":{"@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","typescript":"^4.4.2"},"gitHead":"4e10b1d8ae322756388819194d986d546bc4c7a7","_id":"create-playwright@0.1.1","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-abXqnF6xE3DuP+7REGPJDp/krCwUJjIibK7Ne/SXFNiZDUKXJUvoNytxhh8JIVLNJcdsY26p7LuMp2ASGcehEg==","shasum":"496192c4668a447edf20dc61065f8418ac3d9393","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.1.tgz","fileCount":6,"unpackedSize":6532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOjckCRA9TVsSAnZWagAAgDQP/1P+xYs6kaK5mXg+47n4\no0kueHNz0UHLZB8EGbUG9cuLLOl/sKAGJGDXgpISoigLalazOocX8ZjcCKDY\nASqNdX/4d8YP7A5pNnyHjcaDAVKC8YpJuLbt2T70/VTIv94dqm8lqYVk7rWL\nQgcQ8iF96ImL1pbRFmp5owuC9yuUNtUlZYC8zkj5Iw74hgoojGP8pPCRc8Wt\nQixO8fO+yHUfXxW3hx0Y92eP2EAcySPPWkBHuhiIgtz9bDLEjCv6CiXmZcvP\nPb/lMzgnjH2v4LGDP+zzmmDLNS6ViMyU08cUlwJ7MZGa0mdXS80hwL/cgCGX\nw8dQkzs6fswRBqg6cxnubwnquojizDPYAwd+Mp/V6OlP960VPfyufJ9T6TQq\nAZBipKt5LzaGT0eJ4k1e5IwIBh9NwWhkf3DP81wUTvD04CVWxaYgJXCHtjdR\nmnFUJk9bevnmt1PKklf0SGd5FjldDaZIEn+sEdbKvK0AZZOttwSJI4i1vsT+\nTxrrsWDNp0Af/scukMOhbfq7hL4INDLksB8FlHMy1vt4vKYKSXJ8hZ3uzD8D\nvHWbQ2CJ5P1ow8ihkqvMEQaazuG28Fw2eEoigOkTPfl9ARc+Pn7t5h9c07E9\n0BWN6mwYihYAhRkW/a6+yZUbztuj/SBIHeQPIfESslofUagHj73cLHdvjVA+\nFUyb\r\n=lXX4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEzUgHM9dN0sszo1yp2Qm5gdBjAtIojNLIKH4hhxGCoIAiEAhX1NUctMWs44soo35JPYHpF+/vOiUiigi3L8o7CUGxQ="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.1_1631205156008_0.9182645784286374"},"_hasShrinkwrap":false,"contributors":[]},"0.1.2":{"name":"create-playwright","version":"0.1.2","description":"","main":"index.js","bin":{"create-playwright":"index.js"},"author":{"name":"Microsoft"},"license":"MIT","scripts":{"prepublish":"npm run build","build":"ncc build src/index.ts -o dist"},"dependencies":{"enquirer":"^2.3.6"},"devDependencies":{"@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","typescript":"^4.4.2"},"gitHead":"4e10b1d8ae322756388819194d986d546bc4c7a7","_id":"create-playwright@0.1.2","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-bt4UebSIZdEnkLbq7c2pkGurDKWuMbtSOrVBBFI9QGpjE9gnTIFS9iXk8bGo0hH07CjbvgyGXzdb5jrfqRzQ7Q==","shasum":"8d07907d64ee8e24784ff0ad2ffcac2aa3e66e5f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.2.tgz","fileCount":12,"unpackedSize":160309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOjiACRA9TVsSAnZWagAAx/8P/37ScKy++17aU6JyvoBR\nDqGunWpEEwVQpNLcgsdnGAQg5rCNY5dxb4cOQuGI+11JWTfQyp8SA8A/AR9x\n0pVufuO/kSw1zH9bTnS3cn3QuuRyVkvyoU7uLZ02KHJVdRA71z8fGz3Cesl4\nR2OlXMZbJ7W0QT5FqOgHR6fTciX9pfC6PShL5hIXkT9HDkF+/vwyUshYl3EM\n9JwcJNoGgP9ee9PDI3BrhEOuJIAWYm5GMVxRyxzyiGu4Tw67EAG9e3pRUA82\nrDk+YejdQXP8SdLNfjacHoVdCCSOn9+V4khttoB2M8dC7E/a2fk0D9pqyVm9\nAJ9wx0dq8QVcEiFLc33ZbcuOX8d9y798RUv4GyFJ2xFz2pktpplMMRzgkTBK\nQ8BpBNBUZT4YhZQ9U0N6MyoUCXOZsgOAYVEorBHt+32nUCXP8aHs5YnGOHRp\nIt6SbHKxZLYuWaBSqZAY98jNXnchwfJsbSJtPzZQ62fhr7LttoCbQCJRQNBw\n3WALzeZcC7bJbDqAVIDaG9Mo1D0nJNl6kvkHm9VhNEHvxPnquCNfWwnR5Is4\nSmXqcTOSno1EIBBYIWOf1tstWOcR1uVcQramJsjnWEezNouhSEr4JnF4ZVbJ\nx6bW8MIlZN97+L5MfcIhD6VMj9ri2rA/92NY7mEvueVOEb531/Y78Qjvxam2\nungA\r\n=T4Xb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCdpPCFM6CMsdOhrqcOsib4qYmCVj9pzmHq/vRf1llZwIhANUzEhzKcyihsInJBgKnPvZ3IHK+z3ZyP+GE9VlYzl4u"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.2_1631205503878_0.6145897794019213"},"_hasShrinkwrap":false,"contributors":[]},"0.1.3":{"name":"create-playwright","version":"0.1.3","description":"","main":"index.js","bin":{"create-playwright":"index.js"},"author":{"name":"Microsoft"},"license":"MIT","scripts":{"prepublish":"npm run build","build":"ncc build src/index.ts -o dist"},"devDependencies":{"@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","enquirer":"^2.3.6","typescript":"^4.4.2"},"gitHead":"4863be5204fa952c545b2791ab9c276d95c15241","_id":"create-playwright@0.1.3","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-kdd/w7YRnmGw4TbiiK2aAZgn17R2IKlFA52mx+g7n/zIm42W6sjhmzVwH9r9HSGrBb/owHZ8hbs7ejFXD5nfjQ==","shasum":"bbefd28174194973fbe99953956e9649b581e832","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.3.tgz","fileCount":12,"unpackedSize":160710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOjsICRA9TVsSAnZWagAA66EP/RoH1anazSzh2s77ncsZ\nJZwViqYyLWxuUPhvAs/N2Ek6zHIJ3Z2FVPBLSM86IUFKBVL0kFqBu47Ng2Nh\nXlULPz/DW6plJTaHBZOkOWfjMHzr87U5s9J1BKXE3t2qRsBX4evvXFZPB+3s\n3RO5GYr9Sqab0Cc2aN2PedenTtIg661bJPxXo1hIMQ7k91VeYxNje85PnpKX\nD1Kf4l3X132eOajIXbSgAPWgbSD+MOpQqh0C7kEfn+TUbPenBj9hAP33NYZ2\nCBqwRTaOm+MIBu6LKB+178JfeClKIXNJCY4u3jB1IKrgumzf+X3BTVBIn+aU\nl5ratQIZHsi4N7waVpVzpg56MRtLHLkJvJP4sVSqjhJu1hevr7PUXWYN1pJ1\nbCLdaeTuFkGQGebvBAuTcpPKG0srkxEuDaFvCs5PwcwKiymlySBXvlQhApUb\n9FE0/Bg1HhK8G5BBheAeKWwBJP4Ppsh03xp0/3GcZH7wyrwMz+A1lu/MD8Q1\n0UponQacLoNLJbCOO7gpNUxLGQIS8/DMzk34zJ3Vl0qQ99cTprhXg0bAbI6X\nwVTf7/Ook5ekRxnXJJZ1vkZQzlqYiGHF/o2hCYSoot7F0gbGDviRPSBLm6o8\nzGSUg02Dj8AV5D5wGqBxOEQgF1kB/quof8tDGJewrr86el9khaRB6iH/ljl3\nUwVr\r\n=a/0E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBsD++LiLo2JMSRz+B/FgvSbkHm6oDPnT7i9L0Jf3cLeAiEA/DsXc/v5S8weYJZg7sNFK4JS/KG8N64L57g+4Rsaulo="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.3_1631206152490_0.6781457682218879"},"_hasShrinkwrap":false,"contributors":[]},"0.1.4":{"name":"create-playwright","version":"0.1.4","description":"","main":"index.js","bin":{"create-playwright":"index.js"},"author":{"name":"Microsoft"},"license":"MIT","scripts":{"prepublish":"npm run build","watch":"cd src && ncc build index.ts --minify --watch --out ../dist && cd ..","build":"cd src && ncc build index.ts --minify --out ../dist && cd .."},"devDependencies":{"@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","enquirer":"^2.3.6","json5":"^2.2.0","typescript":"^4.4.2"},"gitHead":"67864ae40743006d3aa6b3a3ddce13956762e0ad","_id":"create-playwright@0.1.4","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-Aqzc8ahHv7jLZ9eiv+FfI+9yBA1ksQ8RBjAfHZVYGUaEyXTmKOJ8R3oScgvD/EQTbJhtMcRGo877PJwArKaznA==","shasum":"1db6f9a6685f1551b434294262c2ad239a6d9fb6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.4.tgz","fileCount":9,"unpackedSize":124887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhO0gXCRA9TVsSAnZWagAAZHoP/RAoFVJqk1R0EWLxIEWA\nqPiCjv4p2IDB8OCs5KJbpuB8IanPmNYClqBHiPMyA6x4pQxCIy/l0JjKxqw6\nzB35fGQOPxKo3fMnj5VMl6yBpBL+S8PqCboxENrbNBphsZEKG/uRioROSCZv\n1J1OKWre4gY/9s7tfiXMSw5+yiJF2MjsFX5g6+W38oWM+OSsGeemdd3yIx4v\np/X0SouoXynUT2WilEyWWyPY/Rev2SCkS+PqCQwQMXFvpDA+u5iZpe6jm3PP\niCZ8FoNE08sbrR1XwTaG9UWZoofK+hoBALlpVRkhKTyf0rV/dztvnyavonyQ\nh7UffvbrAsfB9/WfuRoQnkndMb+AKm5V5gi9mYaTzC+zyUHy/pv4RCkjkWvs\n9pQn0NEOuG8veCyZtPJtFBRJ1yfX+vKCetBPf9xMcMwLLjamZziwq5XHL3qi\nKTUOwMNCGpvd8edd7VR/JmGwEbHsg8KXLs1rbebGM4QMuqPh6DgaesV2fI80\nmRziDXjeAe7Q8zeF6xRcGwbGCLkkfVTc3fAdDn2zXhc0TFxLBQbkbwuR6lpa\n6A7Hr+yeB/0tb790rEJshIiepByGtfkFJ7MJI4SYJHnfuyMKMAzrcExUAOiC\n7vhFgQ9FnNi7xuiOAZxfV5SoTSksy4Ssh/4MyHFY88HjAE3sLda1vtNamqNS\nredb\r\n=Ur9H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGpmBhBV4l2rTkgXgQPAbD9GyQ+zu4HLXDF7+Y2TJq+QAiBoEpZjN1wFHzYhq4YPjNXm9PNA7kVCikaTvBfWDE0hiQ=="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.4_1631275031204_0.30161889947186515"},"_hasShrinkwrap":false,"contributors":[]},"0.1.5":{"name":"create-playwright","version":"0.1.5","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"MIT","scripts":{"prepublish":"npm run build","watch":"cd src && ncc build index.ts --watch --out ../lib && cd ..","build":"cd src && ncc build index.ts --minify --out ../lib && cd ..","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.15.0-next-alpha-sep-10-2021","@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","enquirer":"^2.3.6","typescript":"^4.4.2"},"gitHead":"5eca7aa1d919016ec26aac3b4fc24bf4af0cfd92","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@0.1.5","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-6fxhlIyzYB91JMEMOBfuBZe8oOGVCeP5ax4aGTbgiUBed59o/RCG1k0cteb8YwUjTUzNGL4ArI4nl/8WeMR9/g==","shasum":"94dcff16e7621e50cffefb3927ee40dee658c25c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.5.tgz","fileCount":10,"unpackedSize":94562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP7CICRA9TVsSAnZWagAAQ2MP/0k2NS6dL1TLeow/xojm\nvT6JcOjr3i7lhnSkCFYFDxzF9OlL1ZJjidDAC7mkEoSpoXKTZ0CDQab+NkAd\ndciVng9ssd4pH6ip+A/3eR16o6UDqQhF2ygYvynWAZ8PSzA/NrLeUU1OiTwA\nmKTfixkS1Ni11WtzhHKEDtHsHR1+QTs8K7GF45o53mVeGkqq3OmxJ78XH4tC\nX9EJPhzuXXGbooNN1K5AAAXyfE2iuSre7HNdSts1P3ios3U9ZaTjgfn7E/I0\nucKCLbN8qoWD7JK4fTw9a85s2hqDrf8qJ6I6DdCsyRefDNV7p43bV5+9oo4h\nCYf2S9nXnXdHNAX21eYSbGcYR/KaSkYdvMnZd2hmn3XrNyoFm5wYmTMYXOAf\nh70cbjSdCU9X8EMCvujN2Q5BXHxd26RY1BVEKl8sy1EMf0smD1xzPLOpPOwi\nw6XFZlV18XLYflZx35AHVHVoi0wGWqzT4H66yInGW6nuHNExjwBTRjl3oXJg\noMHWL6Jvt166Fl5o1qE3j/0OfhMCWCaNjj3UAYjpCmB5mbREo1ZaSmHEbY26\nTe0evcr1O9e+FR9xtdNWJdysUQcliKosCoUn6BjNvv4z8i6JTgahfe0/Hh54\nrS/9sg8krRss91H2QxPfIqG5xduAB1Df5TLcdOdz6P5IaVStNgn0fyMFvSk/\nXIJG\r\n=zl/n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5KwrGCkv9CAfKmEwVBeByQK7eVKKHvpC5x4UuAcn74AIhALZSZ2+qCF3MnpuSfX+XfiCvaY4XLU9FhIWF4b0KpTQ9"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.5_1631563912523_0.8804574588102347"},"_hasShrinkwrap":false,"contributors":[]},"0.1.6":{"name":"create-playwright","version":"0.1.6","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"MIT","scripts":{"prepublish":"npm run build","watch":"cd src && ncc build index.ts --watch --out ../lib && cd ..","build":"cd src && ncc build index.ts --minify --out ../lib && cd ..","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.15.0-next-alpha-sep-10-2021","@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","enquirer":"^2.3.6","typescript":"^4.4.2"},"gitHead":"82f83ecf69a8e7811e250cadeab3f8972f0d8e07","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@0.1.6","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-k1tmytHL/vrkLrpWES3OnwiRPQOVF0Lq0FvFw7JuZCk52sCjKtuxak7kPDqb9hJ6eFxDHpJ1iIs+dzdmb/ogKQ==","shasum":"0a23f6c97e29f02241e3211ba04c44d2d61a92ab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.6.tgz","fileCount":9,"unpackedSize":95555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQIQNCRA9TVsSAnZWagAAzDUP/1LAwny5UN55mb1WJsi7\nv/YESKtMSEiFi6RUluMKHdeeNJ6fwApAPH8FbJrZOhrRbsWp33S9v0SVN2ur\n+vi37M8Jv2b7z6W1L22AcN3xjtsFR/SesWmVWqkChLyh9gjYMqtT7jWoSJy5\nLk2e1v0+QGfjs5SwOcrf05XDB2Y4PpnuVCe5bPo9rYt57HZtUOOjCRBtdPKc\nbM+JtS3yW8Cuw6vtn35kx6rVSru/IeSJGVaTEggAiPYxOqZLOOW7vDsvJGhN\nWKswjKw81tmTOwXzIcLohUXodWxjLO2zAIa5iV0VMK4ajcj9098m2yAbEK1A\n0s0rat7iMrKgLqYwr6EjqUAll7E1RB7JrZujYkTKZ3EAlNbBqqG2uAsETzsJ\njBouPurhaVGmTVBsGKs/xz9Bc0YHG2XhleTIrOu/LBEsWirQkhn44sujDNR+\noLDXTpCIfvVLROlr82i/zoJCjoT8GodPeKt7DNFNWL7B6CXXQ7l/13X8TDH6\nsPZNrh/3+EHBpT6eipqilvxMUAQKamQlawj60pzlLG+02EogbtxGzSUmThnQ\n/mlCaZtsNOgbDjZxxgcZf1Ym45OAONr9tvExMsM11R6T6ItN+V0zFUjHrw3g\nlPvLc0Rzl52GtF0EROwaIDnr9TbDWTmMPy6+pSbvhNPHeJnSN9HeaGPcO2gt\ny66P\r\n=krL8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5Jk6X9lha7dPZmPvdow73aPuMIKnyRM1JJg5OxjuktwIhAMEBA5E65ds0aU51FPrNZmy+mqP+PwyNSGZvfIoMWT6Q"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.6_1631618061355_0.4216755754655406"},"_hasShrinkwrap":false,"contributors":[]},"0.1.7":{"name":"create-playwright","version":"0.1.7","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"MIT","scripts":{"prepublish":"npm run build","watch":"cd src && ncc build index.ts --watch --out ../lib && cd ..","build":"cd src && ncc build index.ts --minify --out ../lib && cd ..","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.15.0-next-alpha-sep-10-2021","@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","enquirer":"^2.3.6","typescript":"^4.4.2"},"gitHead":"08544a88a198512cfca148e7a78b57370646f1d5","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@0.1.7","_nodeVersion":"14.17.1","_npmVersion":"7.21.1","dist":{"integrity":"sha512-xB74x3j5Q0iD7bqDpZfRZBUpj7dZhG5wqps735AB/6h3Aa0n++qUHZWfJxf8Ui/OKj2j1Cp1r+HUL/cPltRzsQ==","shasum":"b59683963dec620b36fbbcdf1a1efc8e0c3c3426","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-0.1.7.tgz","fileCount":9,"unpackedSize":96933,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtsa7h72INHd3DBbED9ViXQU/v9UD5S1JJtCtQJMqicwIhAKBwv7CICyJJ2fw6qMoLO2LuNcNeOUaE0AsRJk2SEpeF"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_0.1.7_1632122550119_0.3443654416950499"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1634890429000":{"name":"create-playwright","version":"1.17.0-next-1634890429000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"60939a91b2c21d6cd5ecfa67ef858c28b05f15ef","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1634890429000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-nAXARfGMC6SZEdQZZjHv+WqPZKN4mq6+6UHkEbmfxmjvSQfxvid9GDJUGIEnQuZRDFbTOX3jfviOCMLfmoIJdQ==","shasum":"e6f2ec16f2b6cf5968ceb04a7b24d1b3eb17c3a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1634890429000.tgz","fileCount":26,"unpackedSize":109357,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVw//JxC0Gkw7mN1HYrtdtOa/pQHhJg+WR5n4jw5pxogIhALc94b0j43r7C3uVqS85aX6Kj/jnoNA33KMtbBIjCmMX"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1634890429000_1634890815481_0.4985481404445333"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-23-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-23-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"c890510d867741fe2d864c38c5408b28997aa4a9","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-23-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-7Udy1Hqts1jMRBGWeBiuR/2kcp9iM3EjgEVH5U4kJvc6h/rQVbtwPl/6F7JBj4p0px1g3oBufh8z+VauFpEBTw==","shasum":"cffc48485430e16efbefb7fb2febd2a3e4fea80f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-23-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBzuSR7S4hAtYlyuBLsk1CGOKyJNfWYuWJw1acJdTVikAiEAr7T8T3smYNfcFsd7+UBljo2P5KMpBTfpkuQ7UQ3NvFk="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-23-2021_1634949159933_0.23584115332269873"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-24-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-24-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"7527ad27d35d9352ef35246544d1f8a9ef552dc6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-24-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-REol4uMdD1eFJQM6uMnGTMeB2tsmIOpESXYI0EsTGJ0AjsfgaRucMdJVXgeLJK2bXPhkIcmATBWoTFF3wZ5PDg==","shasum":"b7844add273345f99230d3c173f21c0ba2818f57","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-24-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9BRgLJy2dKQFSj2SqHeUZJ3m+GvPy1hVPuNvaeXM1PAiEA0u6fYu/dOPG6rtPIHQnHKXoWJilzfdKD7b35iB15pNw="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-24-2021_1635034675855_0.6905384064581412"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-25-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-25-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"7527ad27d35d9352ef35246544d1f8a9ef552dc6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-25-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-h5NgiaH2Q99RGPWWb+CJVtVlVwJL/lXrojiBS2gBisS0qbZBJ9mpXsGjTBWSezw4R6EjvWulQ3W9USyLhoBDtg==","shasum":"688fe212c8594fa039ff537e2f611db0eb91fd03","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-25-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1uln8dRx3efEicQ9Ub0ZLpvs1i5tS/vrksoMOwLMwiAiAQFRs20wYLTP1EpB2Qrm/vQoM9pNYpAZ38hIu8hLZY2A=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-25-2021_1635121057181_0.24051871177523143"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-26-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-26-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"676e72c8e0f46ee641f21a73a7f67898e1300594","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-26-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-KTvhUkh2c9EOLloBpysiCV6D9Esl+Vj2W0QPCdqEYFDxpfp/MIZVwNp2iucOjk1LI3+9bZtph6dA+hrjDp6P4A==","shasum":"0b847646c695d02d3cce87504427e0b4556056b4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-26-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHRs+Kcp5vMkgY/ARVjqONkkZoGzjxsgCPxrLz3ifZzkAiEAvpmxvSHsWCGROZrVkUtYqk2Wq0IX2hMg12li/qgtGa0="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-26-2021_1635207483862_0.9229719480957852"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-27-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-27-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"c8addef03a34837e30fb6f47ee05f655b5db1519","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-27-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-Il2DKnaqYzjq1X8aPcnvZIMNDr7gjbR9W8e+wHa9CgztmmxD4eGjGGL4R+cL8Px7KbhA9Tby0etzxuPhaTOuyQ==","shasum":"05866ff7e5a5e0939da961c1cbaacc0d120cc911","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-27-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcf1Xfw38Qr0QOUa9LKMQG20cj81zM40OykEwtnfWfFwIhAOaLXJjJDxDGAOxPZfN/lTkNds0zBE20d1xf+VEEqFtr"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-27-2021_1635299220958_0.5123742102104616"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1635521587000":{"name":"create-playwright","version":"1.17.0-next-1635521587000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"34e55007d0141b52e70127881bc260ed42cdcaef","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1635521587000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-jW/GWtNnmj/HWB6UO0s7RxLt7cy9rmO4/kRylAXOdx7yfBGhLH9leopkwlqTz3PZixSQWy4ozkDCDG1DVCo81A==","shasum":"18f85066275f2fda830fab0f14dd4ec3e5e3bcd6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1635521587000.tgz","fileCount":26,"unpackedSize":109357,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClcL4FC/ca+uUry/uwOWMI5Bsor9CDclrcfyidB+utHAIhAMBM4C0H/7JR2VGqffwGtlulCWg1VBJSZ/TetMCvOmgc"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1635521587000_1635521881850_0.14874690283533942"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-30-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-30-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"8991bbde339127305791080f294104eb40744254","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-30-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-oPurb3cdDxbum1Vyz5TmSbX+mjUoWY16gax8Yuvze2RTG7OaokWeHLtLQeRCI2o9O9u8pPoz0KpfLsXkw7UXNA==","shasum":"b1c2b302d771a7c25c80e2dd2ba90bfc3471014b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-30-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAD7UalTGwlVtK++hEMbow7DyEDtD8e9jBCaFr7BtBTKAiEAkC932tE7/48NhB2DkczXVze/cButSCaXoLCfEvyj7TU="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-30-2021_1635553087696_0.46009820804772805"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-oct-31-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-oct-31-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"4ff69529d410144b30bcdbde9497ad600141a6b8","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-oct-31-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-wXqzmQZKYXy3ST1WoCDnY1/NxJYo7Jb8Gd8764rj1fJYyyQVrzgxPG81UAwKW51ECEoLbmXl+JQioGlp2rjctg==","shasum":"cbae1f69cfc20ec10cb1ca4974feb475000562db","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-oct-31-2021.tgz","fileCount":26,"unpackedSize":109361,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlmOieAvaDzESBauFI5GtezQpoC3q9CdQ+oCMhpF+NJwIhAJjMEainfeA7Jv6vk9mzIQxP/Q/XEHPV1TvALKICg8hh"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-oct-31-2021_1635639496456_0.7686477774524139"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-1-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-1-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"d6adff77925a52bd86fc0f679f0bc5dd5cd0cc54","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-1-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-f8CkCfaUNrYTYUHrGxMBalLPsoLTjQ3TI7o/vMfXzacCRQ+13+Cv5UG3LPRuXsM5agnaH4xUnVEx2BAn0Mv7NA==","shasum":"472b1ad4646d74eb320061d9adca9316d13851e0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-1-2021.tgz","fileCount":26,"unpackedSize":109360,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHPBwwzS1UjnMwFvRJ+AFyKkPCpUZKgALC4KQebJLSnZAiEA+JC4jIZxwVVB1vJW6m7QfZxv58vGRH5yaba1XAjz0Pw="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-1-2021_1635725880610_0.17652037552475863"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1635761637000":{"name":"create-playwright","version":"1.17.0-next-1635761637000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"f6712fb9fc0c66b0a18c2c8f1ce0ea2371004075","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1635761637000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-3gd0jPHy0iGpTOqeTXnFhLB0ZDVmBHMySB4Z0ChuwwM5N7V28eXN9UuFu8VsgWxKGnpX2EDyfrEHGOFwMojZDw==","shasum":"e5beda0cf8ca78066175d488f11c6367a21a14cf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1635761637000.tgz","fileCount":26,"unpackedSize":109357,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICf8ezozRAckhr9QqRdemX6suVn1qlNsx0iMApn1rOaOAiAjyGB+Wj9IqOpAsn0SDJqrAlolQbBnRJDDMu57EGhlmQ=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1635761637000_1635762802729_0.5950831406609056"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-2-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-2-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"3b545b86bc5df110328510b85dd9ab37006468ba","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-2-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-rRtb7F3+CrAYkTq6e+6rn3RkCLtCwW5ZJYYePM59k8t61dXJL+TbiEcE6pCWon6Q+DgXq/zBBZttECG+Iz9cTQ==","shasum":"3d6407c60b78a0946b0bd2773fc2dead4f87485e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-2-2021.tgz","fileCount":26,"unpackedSize":109360,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDExuXgjyjkjG8wn3KPDYgxGbOQSV/dR1mzgPVxLOTqyAIgUZs1fiDVasSy+/S58fRLHtomHjdcx6NvSytkYOffX+k="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-2-2021_1635849180170_0.6679710961870196"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1635851494000":{"name":"create-playwright","version":"1.17.0-next-1635851494000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"92c9e9a07974451f1e5e3db58ed353d3c2655f1a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1635851494000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-gOUNG/snveTCXYJ2ly7VXa9cLLw5x2doTgrDiTZ2sqYiOIiJBbCsxaME3sqslaxhKVaAdgUXSPXt/p9DP5hteA==","shasum":"56822f318ea259e90eb6958a8f2bd4576826cd8f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1635851494000.tgz","fileCount":26,"unpackedSize":109357,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBHFZMNYBrv/I7LuG/w7YNy8a1QhcxIT6mwyweiF+YlNAiALzQ8vtL0/a//+x/bvZAVEUBEcPTAuuLlndL/QJR0Wsw=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1635851494000_1635852371970_0.2874740023177229"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1635886706000":{"name":"create-playwright","version":"1.17.0-next-1635886706000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"62a01a41c68330d26851a46b65df6a1c4d5fddf9","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1635886706000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-ObqvWIKHaXvd021Rot3C/Ug+8uYHS2v1EnemdRZqsXjWK7QyMd+mOikTwMh+0tVAQ+uzd/f8Q8kPGmZ6rnMgbQ==","shasum":"1a5f0df86be0847c346883e9960f4cf5db56b072","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1635886706000.tgz","fileCount":26,"unpackedSize":109357,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCw0kJVf2zbKYM0qNJJKL376olEPGap9OBuAo2ke79N3QIgJ+vfsVuztzSLQVtUWNoNXUINZCFbxTuimUiW6kfjsPc="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1635886706000_1635891676551_0.9401605316579971"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-3-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-3-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"009478b8d56118a386a92d25686530337c746921","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-3-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-NkI62pBSQy+jtxpbJ3Fw5E8Y5GcXEu/ln1zOisiIJ8CaH5Nlqql80MXbmmLblxvdJ+2m+Khf0aGAhJWhVW23gA==","shasum":"4b204f44fae8dec40b99c8feabb4d4600237ca4e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-3-2021.tgz","fileCount":26,"unpackedSize":109360,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOoF8wQwPsDeO6vjoViNT6vam2FNBHqtfeRcoIlK9LbAIgZWddfh8TwLtzlcmBTtIrpIFGOZ2p0lyYfK8Z+APe/GU="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-3-2021_1635898896679_0.22353206584271446"},"_hasShrinkwrap":false,"contributors":[]},"1.16.0":{"name":"create-playwright","version":"1.16.0","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"gitHead":"583944f43e8904a9e67cf7567fcb5b151f0b9614","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.16.0","_nodeVersion":"14.17.1","_npmVersion":"8.1.1","dist":{"integrity":"sha512-NyTVisGS4+M0nyjLN4pW9gE8Xk3v1d62IAIj4reyOhIabDW7vkPZ0C5FlBWtgKv9hH0VEBgFzRo478G9QhUynA==","shasum":"07a3259b9596bf912b69b15319bbd4dba81ebbe8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.16.0.tgz","fileCount":26,"unpackedSize":109338,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDE+OPgcbsYnOma1JJZf5buKP/ULOM54JkKYs2jSanRNAiEAnwt4n0z+wyMy/M0x7395HfEmy8/0FGI/qrpymfX2Nw8="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.16.0_1635985347147_0.1532374130425782"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-4-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-4-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"16b9ada8c091398b1c4adcc7c478647b1f420b6a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-4-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-GSkIdb+06D7KDo9Ns1ZAMdj8M4gU4rOGov0Z9bVRf3sz/D5WUMFgSkEbkgbXqJIDf0/dOLS6WQY9xHlpygK3kQ==","shasum":"a47cf9acaa34677104345ca193a50af4d553200f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-4-2021.tgz","fileCount":26,"unpackedSize":109386,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEnZq+Z1vt72iHJLmzk55OnVA+7d/WBFCnRCLZerEhQuAiEA7KUWrD1hi/ffGFTl774aKXnI3vZbA70v8SLVvtXYKIw="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-4-2021_1635985641645_0.7616803313757416"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636024023000":{"name":"create-playwright","version":"1.17.0-next-1636024023000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"a1f5131501ec82d080d2a9fd08d8f2b601988cdf","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636024023000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-tOZ9Zwod5VENM0OfE7X/TIsW8cy0gXi4qsPUMDIyr4s23tmd2m3cpa7VPNtESfiw79plgyEFaEpdatum1v2cCg==","shasum":"7d0b0517f57f3e3a5c30fc6478dd029de15e633c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636024023000.tgz","fileCount":26,"unpackedSize":109383,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVzygbE+Gkmr34iWwQ1sIMDHXBo4m/VNrQrylNCvw0kgIgJp0RLA5rkWYm7TbOoo1TM7w7rfDtQpirRhVvM3nOJQM="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636024023000_1636040029742_0.8047779353949507"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-5-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-5-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"8a6e4bd35078e202c041cb3f0ba0de6c1de8ca50","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-5-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-OEulIhL2z0+gC9Ee4Mhuovon46i+Y3xYKgtBnDbnaReWvs1h+pWuN6BbPNfa3HvGdq65bEeYvCw18DbNBxTg/A==","shasum":"227a4e1797ddea771653ececbb95ec4a48be3093","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-5-2021.tgz","fileCount":26,"unpackedSize":109386,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvM+iynz0WoNZTHoYPnSRkPuxUqaqgcE4VBy3C0TcmbAIgLx008dI13DqrC7cjRBM5Wrf9XKQ44B7gXyGadnMtGf0="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-5-2021_1636071694689_0.2833936699813424"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-6-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-6-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"9f4b0235eb3b29d3e0fdc31298c4447142d0408a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-6-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-x0ezO/KtvsccXO/HsKwbApngwKXssLIYK+odvSllZ+JM8r+BZFkd+dI7s6jMrd/86grQ6SdfEeMPODBdIs40kQ==","shasum":"8452196069e514f78aa12833be35a35d5c5d3eb7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-6-2021.tgz","fileCount":26,"unpackedSize":109400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDlBBofVOS1MSGkdaUKqSzs4boSyu6paMriH46G2JIewIgOVs2QGaEbZdCSX7yjGObAkKU4zNG2Giqt2RWMr1J4ME="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-6-2021_1636158109353_0.705051623524863"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636225929000":{"name":"create-playwright","version":"1.17.0-next-1636225929000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"cf57f72c59a3bcaf6565879e66e109303cee9249","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636225929000","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-3Djn7Zzdt1dW+h4hgsktRYRyEiUxq4wPHid0Ne2SkF1PKlF6i/tNIfDDXDx4HBUScTK08K+IfkdvCRCY6Zn9Dg==","shasum":"be7c9b5b445668b3cf9aa34b27ebb1ab64403f35","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636225929000.tgz","fileCount":26,"unpackedSize":109397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChha6UzNzmU4PhGoHYqG+2tXe0PWtAGNdyv74H+Wt4uQIgMPtvgz84aTilK4dVlI/SwXoN8EyzG3ngCu7BVGr6HLw="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636225929000_1636226150292_0.08845828008492207"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-7-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-7-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"cf57f72c59a3bcaf6565879e66e109303cee9249","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-7-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-24A6ihfKF9D6HKbFIe6k1PyoUKkoPduSkFFBe5puOVJjQTGmtHRQuFNurynQ6WzCPS3i3Sb0UlispJdEeBOBVQ==","shasum":"cdd8870a31a307f226090909a65936ffdaf48450","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-7-2021.tgz","fileCount":26,"unpackedSize":109400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFbjimktKD6F+JsKW4X3t48jQCkRk05+cwjSB5B2YXsdAiEA2CgcgDnL8lQuPAe8/4ZKflDsTLfOgSzK+NDpVy6guho="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-7-2021_1636244480423_0.9228302877330334"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-8-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-8-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"cc72299cbc79187144b89d13ac117d702818c575","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-8-2021","_nodeVersion":"12.22.7","_npmVersion":"7.24.2","dist":{"integrity":"sha512-zSaRqn5c/NVgv6PimVqTqX50lbtjKy0Qo3ShdeZ/VHsFYJ+bkPEtb6Fl+2pOGD5v6LqmUQmfQPM2Og5uAYEPmw==","shasum":"1f165b9f10720bbb34ea2efd926131614b8f0944","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-8-2021.tgz","fileCount":26,"unpackedSize":109400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH2Hf3jRmUFckXYDu95WorJUIVBK+qjVBMc81lYZaWngAiBTaaqgIFjXRZNf5FVu4zJui/+zkQ4hkKDlhk6Q8gwKnA=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-8-2021_1636330928758_0.6552501287720822"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636414979000":{"name":"create-playwright","version":"1.17.0-next-1636414979000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"c98b8ebd2b0eb953535c800f03c0f42e73baa98f","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636414979000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-za1PNUPHf62FnoIzFqgiUIUyK470AHZ9a734cCrpvIVLs5nRYTsSMAoycfYiHSr9HwHfqH5CCBnZP3hYs+5gag==","shasum":"b25a3085ddb1a100979ae0e4b2b7f715b8e1327c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636414979000.tgz","fileCount":26,"unpackedSize":109397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELKI/e3y5SkV30pKw+DTofdJUPnYsWIFzRGNut6OeWhAiAdPMlkO1iwWVLtCbz12EIhMKgErz19J0wUJl1R7kRifA=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636414979000_1636415569598_0.4802771156386778"},"_hasShrinkwrap":false,"contributors":[]},"1.16.1":{"name":"create-playwright","version":"1.16.1","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"gitHead":"626c0f8f519fa8963e08ad6520a44089ab460009","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.16.1","_nodeVersion":"14.17.1","_npmVersion":"8.1.1","dist":{"integrity":"sha512-YIJiYO2zp4jpcVn5tyBfp6wg5W3bl4yXs0wc9SwFhIgTrUGvjAsRl68sgE764O/JgiFsvWmrhvzvr74aGIFubg==","shasum":"3e79b3c9f6a7a6aea279e18929ab8b0345eff033","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.16.1.tgz","fileCount":26,"unpackedSize":109378,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDafVs3d7RagSx27BOLEkbVZDej7ICJeh3dbLrwNbGqBgIhANwdO4x/G0rvAElM9xX9mkUX0DtAZRjsGI4F75hzykZX"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.16.1_1636416110101_0.8058308816394406"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-9-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-9-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"626c0f8f519fa8963e08ad6520a44089ab460009","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-9-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-jrFypcaWuur+6l0Dc2JRZ8+8ey8BC9nfj9H6C0ldeclFr7PjFdGHWrvl4Vobr1GEHCK2pkrS186sW9LA1T2Vww==","shasum":"8080e6e540dcd0531eef779ff7067c2d9ecb51df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-9-2021.tgz","fileCount":26,"unpackedSize":109400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJ+Pq8Y36km8tpTqmInpPiOe9NREVE1knBNq7gP01QgAiBNFMmAZO+mZoNt2rV8Sf6MI/KoopketBq0MsYSIUuazQ=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-9-2021_1636418526119_0.12704706455122827"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636423390000":{"name":"create-playwright","version":"1.17.0-next-1636423390000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"806b5706a5952504284eaf93f55b51caaa2241e6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636423390000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-CKLIZ7AkeyDbwoQ/hNePjDZHK84OqvbdNgamGFRc2vscxY7SJbnfFRqz9DZ483UeC6t4cnjvCW6neFYuN0tUGA==","shasum":"afbbcbbf0748e03701abe7f47847b36c333c156f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636423390000.tgz","fileCount":26,"unpackedSize":109397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIG3FGJLSQ5YFaFn+hBk/H3d/F82My4xBxjfvftx372nlAh8dIZpPfDQJjSuGfwHq8nOj8NZA2pU40OZdBvbzSNWL"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636423390000_1636423922122_0.9282212376553391"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636430928000":{"name":"create-playwright","version":"1.17.0-next-1636430928000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"b0116e7c43c7647df682994f872549f00d373225","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636430928000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-PhdiL1yAh2KDKI8bQLQSXne3yqkcCTSW4+oxXO/SwOLQ90kJ/oVfUVMcmU7QNQd8/u95fkYjkdVjNiY7KbeoKQ==","shasum":"3c0bf74eea6a79f58bd36fe51b9f0acf3e45b9a7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636430928000.tgz","fileCount":26,"unpackedSize":109397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCILRY+IMt68rXSFXaEsGOCNcQmAkdK5eEZoHG/tc8VXgIgZnNAjcmuOTrg3QwBSx5M7fW+fe3dpxSxjiqbfEcrCHo="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636430928000_1636456033146_0.1958950357528575"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636502298000":{"name":"create-playwright","version":"1.17.0-next-1636502298000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"12c1716fccffb2dcb4069da809192aee13cf1d0d","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636502298000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-ers9IkTlqSeMHSTwcvfJPx3fwpR0g3y9Jz/PrCaC+14cbwqs/6zbMboQqYdbw+6rEQwdgJ4xq3y0p6AFUix2sg==","shasum":"14d9abee98cd9e244058dbe038caca5a31ab57de","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636502298000.tgz","fileCount":26,"unpackedSize":109397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0+3+bFwb7yXQuFDXZf77/moLrxLzwvKA+8K0i6p5RsgIgI9rmW5ZQFt4L/qrOBVACdQi9JBldgdlfhir7zx9XMnI="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636502298000_1636503057007_0.6334085592697425"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-alpha-nov-10-2021":{"name":"create-playwright","version":"1.17.0-next-alpha-nov-10-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"12c1716fccffb2dcb4069da809192aee13cf1d0d","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-alpha-nov-10-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-jjKS5jjNZIVg1e2Z1y2Tl5dS/p5u6+U5bNmdh+/YWlzDTtvVL5sbt3ND4TasnGTaPSBt5JsLQma2uNIpiSMd/w==","shasum":"3c67e6f3d28d1480bee0324b90f52e1f08467e2d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-alpha-nov-10-2021.tgz","fileCount":26,"unpackedSize":109401,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDT058+NyN+DytO2m9Y+ZDd9Gc6NZGmxixGvx78hLDEoQIgVT4QNIgX216F/4BTwVV8XgPjN9by8LKJdKDiZM/Aoqg="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-alpha-nov-10-2021_1636503685716_0.950931466574259"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-next-1636507311000":{"name":"create-playwright","version":"1.17.0-next-1636507311000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"7af0dc178b8ddc212df18f4c423a3cdb60e94b0e","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-next-1636507311000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-YrWOcxhDVItIcpMyo5lRNeq5Jl520p4W/j3DRF8015TKSigZC/l5RjacqBmGCtBpZdToxqAdwFpGic/UE2eO9w==","shasum":"00828b72a475123e713dc24fe08d35aa79a614af","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-next-1636507311000.tgz","fileCount":26,"unpackedSize":109397,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHRQDMGehSZsIlZ8lw/MuaTvi19E+4cI8ZW/dT5CJx+0AiEA29FcJr6gasJFYry1+jtS4hoWtf150gd30aI+IqZlh7I="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-next-1636507311000_1636509987377_0.49934145508786987"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636510039000":{"name":"create-playwright","version":"1.17.0-1636510039000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"545322445eb9810c16205c8fa107fa4f1d2bba74","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636510039000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-dATClhc2JZgtHR/AR1r4KxOhA1s599B7Js6zxBabCagBqccGvYT0Q3O0Hmm0HuRSUF9UIddDRlE97w/XXPX/bQ==","shasum":"8635b8742065edf66050d7ed8c3a33fec5766872","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636510039000.tgz","fileCount":26,"unpackedSize":109392,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqP2UfkTYT/DgTMwn1y4Y698EpyHD51LpDVHwLB17VbQIhAJgB69bfTffPF2VtgXZHJ01KMqMzsaYTCoXg3njGmXuR"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636510039000_1636511510405_0.49893201818788335"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636525868000":{"name":"create-playwright","version":"1.17.0-1636525868000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"2bd2ead476b0e6b9cd6f259fb3a9550d3357534e","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636525868000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-WwnGPk/WmM11bgIX+UTS0/172EOzgJw/hudKuV65EK+hV3x23/NALN1sJiSt0gADsufDEkgCyB2pcpARPeKXzA==","shasum":"b0110e02f065120ce0fdb6353759ffc45ebdeb6d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636525868000.tgz","fileCount":26,"unpackedSize":109392,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4qOfxsOxZs5XyM8oYHCvxRH968Q8mkUaSiHZGnu7argIhAIb+bR7rRRjLhcrh6r2M8/7kgfaDD4Wvyar4aEjcAkkd"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636525868000_1636526075559_0.9493332033523292"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636572712000":{"name":"create-playwright","version":"1.17.0-1636572712000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"68bdfe619c9dec6b81ee5864184011975ff2f99e","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636572712000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-LrTzQb7xeGCg/7HColdX8pScqePOamWLyRUls9Nducw2Dd5tR51FsPoxu9EfU6lA/L105ENuFrzpPQ6uWm1pKg==","shasum":"da807a652fa2cfa355800b0ee5a557ecd0d4abb2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636572712000.tgz","fileCount":26,"unpackedSize":109392,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHf0Pkgkpt7lMaG8jkChcexITP0Vr5xmuGrQxNDaET1zAiAv55AYWw+Lg+I10FL+zSRfDwrlXRfewtRk/lWtpifqkA=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636572712000_1636573138002_0.07257916017993171"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-next-alpha-nov-11-2021":{"name":"create-playwright","version":"1.18.0-next-alpha-nov-11-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"9622704a8a88e2de5b7a29f2660c4617112a9fac","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-next-alpha-nov-11-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-UGNZZo1fxgr4/C8sQygINyhSsSQk+VWnrLXNwKOpRBDDY5f9jU2gRmKJC/lOklGqEZXZ8rRajmRVSUi0Ssf0Fg==","shasum":"128442969e2e7ab1ce716ad9b5b6ff35f616faef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-next-alpha-nov-11-2021.tgz","fileCount":26,"unpackedSize":109401,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEEIrM16vXCmDzKo9GPR3JuCj3mnu4x+E9GjCqiIEoVJAiEA/wx5edy2ODx1PDrf0VsS7SStN76q7Qqhx7rkt3AOfoY="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-next-alpha-nov-11-2021_1636590095528_0.8884131417035737"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636659526000":{"name":"create-playwright","version":"1.17.0-1636659526000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"c0d91bbf313a6c8034a117a2a888693ba4e916f2","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636659526000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-wgYnhVkWPKf7/20HVczTZSwXHEfeyolrfKifkt8Hz9XnUXXLZEHOX1WV91x2ex11gnDO1Z0TKeI/5TMoudvPzw==","shasum":"a9c41332dd5640e184ed20360329728946309b04","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636659526000.tgz","fileCount":26,"unpackedSize":109392,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBVEb+fWnrQdehMPSD6+VkDB+FiDa3ojGbBqYCVKn6zbAiEAuI2wTr45T/W0kIMiSYehNzdv2rn39bIjvN3evD3EjSI="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636659526000_1636659705975_0.6903007341099414"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636674774000":{"name":"create-playwright","version":"1.17.0-1636674774000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"fceb43eeacc01fe86f1ad80b91267d0ead9b7d1a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636674774000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-WVc/I5BIsD++yHfdQlK+6dbICVwcRnCT2/KTwSAecYO9qETL9p09lAQbPIC66fRE8B7FToTD3Hm4o4RMgzr1JQ==","shasum":"6fe4e2c655528c8846a6501fd151a43421458fbf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636674774000.tgz","fileCount":26,"unpackedSize":110298,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEIwkn3xCX/vLt1K7JGNtkzk4epLfJ4QjvyfD3ONabvEAiBV7iX6D7BOmjM+NgyZFRZ3wXzBDMfJNH3fR1zp5MeGMg=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636674774000_1636676520121_0.6672966540727863"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-next-alpha-nov-12-2021":{"name":"create-playwright","version":"1.18.0-next-alpha-nov-12-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"b76daf361d9028246448b449e444cbbb05f99824","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-next-alpha-nov-12-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-xsodC2uPz8UdYffumTU2UC6kPz1v+tiNXvI7iNyIfwjCL/apz/6I37dFVrj9bxVmFQ3IHwmob7TFseikXsUr2A==","shasum":"acb3b0c2d277aa2301d3cf1e0bfbc0408adcd37d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-next-alpha-nov-12-2021.tgz","fileCount":26,"unpackedSize":110307,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXR9vFyn5H/OYIBtDVKwCSOsPTUqSKiK41Ai74pLXrPAIgSm+WjD/UXOClHLJ9LkuiclRN/VVI2yPiA/zrsQADK7g="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-next-alpha-nov-12-2021_1636676608280_0.8589910569234598"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636678343000":{"name":"create-playwright","version":"1.17.0-1636678343000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"2da019217af46a4f83a45830a7ca5f9cc10ec8b6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636678343000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-KzSiUKh6pYYBGam83ENoy1aVsAuyiB/GFPX88vXiqq4kQMoNUBmtDRD4YMutcj2d9qbxd8yVaej/j7R8aBOIVQ==","shasum":"d6db34ef5efa7fe9bd9cf631f4a1ae839a0de9e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636678343000.tgz","fileCount":26,"unpackedSize":110298,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID0o94Ej40Vqb5WHMulZLCdTJULiieJ/mwrNVUQcFedfAiEA68WKyPgUFJrMG2V7zAcHi8AtcPt7IUdqDtNrT2Pgpl8="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636678343000_1636679133853_0.40297706319737414"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636680007000":{"name":"create-playwright","version":"1.17.0-1636680007000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"68bad0be6ce688566eb18b4ad78f22f91d1c1f52","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636680007000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-qnotgWOROEXj6a1uzQI476mUQOIdPOd8gcPm18nFxqLZeiEGScVor1r2YB6/xn8A6f1vCKoqNjvr9O/ZPRA2Xg==","shasum":"a5d9501d2406e06808c68f9a7e43149122fddbb8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636680007000.tgz","fileCount":26,"unpackedSize":110298,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGxdBouLwMu/d+IyDkRU7lvE8VZvX7qixUNSt/Dg3Q+OAiEA7fSjhBOLxslu9/ZHGl3bF9UdZENMiBlkV+QEfnbpMvU="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636680007000_1636680550735_0.8150105326960873"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1636741922000":{"name":"create-playwright","version":"1.17.0-1636741922000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"0e41f0812ca373008e4a311b01523b9ba0a50cbb","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1636741922000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-OOmeuNiwuWljdY9Gwhh4hWVp0b+9AE68Oyd5jqUAxMRk8wquwmR4bWpIyoVA7mypDTZ5uNtwepUs0usxQazBQQ==","shasum":"74976c87f0ad9bed8aa8105c9e53df71839bbe7d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1636741922000.tgz","fileCount":26,"unpackedSize":110298,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICuRZols1LwhEAgxhXEr9gNSvXovax22ZpbosqpxKjapAiAF7qGXQJHigMaVEA/V2vL+ACdFKNb93juB+4gHDICIhg=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1636741922000_1636742123424_0.8144292972941305"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-next-alpha-nov-13-2021":{"name":"create-playwright","version":"1.18.0-next-alpha-nov-13-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"119a2e8f1bae871d348e9f03d0b746bdd7b90b5a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-next-alpha-nov-13-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-XXIAtVkQfB8yYfaFRuwr8igWjaf6sGtI/VolhNTnDK/nKDpTyAiq4bK5Bo4tm199XK+Hcc5tSnTXwb7BusRQdA==","shasum":"b2224c029547b282f785b1af17cfb41f0499abc2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-next-alpha-nov-13-2021.tgz","fileCount":26,"unpackedSize":110307,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcE9HpM0FlZbzpmNX8fL0a9Gtj1XmJufO1q1R2ozR+JwIhALTTv0xCcU9pncQYg6oh0paEgd9nApSMBVWILhDrYr6m"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-next-alpha-nov-13-2021_1636762867098_0.8522485755254503"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-next-alpha-nov-14-2021":{"name":"create-playwright","version":"1.18.0-next-alpha-nov-14-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"284de78deb8cba5e7794b4a9d3d9cc1962dedcdc","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-next-alpha-nov-14-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-+88x9MrxuiN7YJDsljziGR/cIR9D1tRWPQ7e6akrSJw5ax95tSN3r8Hkt4INgluQUX3JX31dnwlHs0sS0ilYag==","shasum":"ed3ec74e4cb3b8826753d8f4dd1a0aee1511dbfe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-next-alpha-nov-14-2021.tgz","fileCount":26,"unpackedSize":110307,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFaY7IcUDqCvtpeBn17KzxanVUdFfIzuAp4i9ssJxUeMAiEAzhU5jIngQWX4A4Xu9bUW9U9oI+MwsX4uFXqKf25AwGc="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-next-alpha-nov-14-2021_1636849277239_0.17235335334819468"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-next-alpha-nov-15-2021":{"name":"create-playwright","version":"1.18.0-next-alpha-nov-15-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"284de78deb8cba5e7794b4a9d3d9cc1962dedcdc","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-next-alpha-nov-15-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-pfKf/Kc05rEdvctqTygoRSp1vDfxjudhiRagRjQWHFmcU/82GM4qb02CEEltaB8QFI7NM/nOZ0w0WtPAdpiEEA==","shasum":"e420563bc2b4a96bcec8b721c88c64dd998e829a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-next-alpha-nov-15-2021.tgz","fileCount":26,"unpackedSize":110307,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlWbiLjvISxT+9F5xszReU651KuqrVdWzHkUdWprKuWwIga1gysvn086IrvyjG9ck9pc9pHrxjb2Gz8uQ7BrT/iX0="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-next-alpha-nov-15-2021_1636935694914_0.38458990242277413"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1637005716000":{"name":"create-playwright","version":"1.17.0-1637005716000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"ab2fde17c189a57c2ca2edaf716a67bd6ff84216","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1637005716000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-6Ql+vnnb57uZqouaAyWE0rMeghWa5JoNs1KtNFBGseDy/JCPo53WF5h7XDtymrfRxJ95hxtraowiIZadJRl9yg==","shasum":"005ca721c9bc8b3bf37411dd78c2c648685a3648","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1637005716000.tgz","fileCount":26,"unpackedSize":110298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhkrpUCRA9TVsSAnZWagAAQsYQAJ26NaZ5kXNh7s7KR0kr\nrNrk8sbTGCgEzIetVxIP1KWpPi7ycGu7xwbyYyq4p/OXdYp363rwS6fnoTWq\nVifjPU/YjpuPoaIZvYxAtq97pgACZjM4vE3oUaf3UR7Cs9HYjfQQu/lj89B1\nGbyMAfkNCx/D8Doc7H9Uk/S4DsdXre1CNNsQ/0byGilOvKXExJHTgopO+kIX\nZvOfF7eo4QZkJM7zxCp5d9xcompZGEBPRuikCZ+7txDWwRNl+fHq0YpL6MxO\n6HYGgDqc/XfwXYslTkjMb7ZWiivoVezissTEustnaVWTfmZxKTjnyQ9SY0tF\nA+B5dh1iiqndFEYf8y7ZCabERCLNM06ajxKIy6MEvHH2g8rrTUlMEgRGHO5Q\nT5knWK2pIuOrwmnasOc7YRx5R/Elb6FxwBxBuX/zxZzGmRfowyxw+mLvYk7M\nyHYTMbP/hQOQmEXaorq6FdmxXZvdLGiy3olyeYljJrPjai+1nZzsC0r206ND\nqAjQCSVYcOyzV3bCM+ivYGuU3ot0oDkFSHDsNuEFWK2cNVdS7OLQ+NsFkgVQ\nVvXI/qLUCX2xNGsmCqN+qpoN+uHrvjljicc8JpFheNRucd5XJX1x/fhpAcvW\nwjGT8l9GhWsKc6FmAsrrCcP7vOT7pm0kKU2K02Iu0BNENYw+33chGee0k6Wc\nVkjv\r\n=algm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEF2mOwtGesLATJ3mTdrZUCeT5v5e9iOhud8qaL+/+8pAiBzCsGtZtNAYxq7wKTgGUrU6cniIynJc8pa+sdp5+b0Kw=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1637005716000_1637005908791_0.7734197229232298"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-next-alpha-nov-16-2021":{"name":"create-playwright","version":"1.18.0-next-alpha-nov-16-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"565ac910e752109d5b8ae64b31d4dc76a8c6d7de","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-next-alpha-nov-16-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-A1PrRfwOCiIL3GZ3Kt4mZPALzOdaJLprp7tM1cWc6lOMaJxTGbYmaFl62szKM0/9na8MV1AvJXQiZLBcIFYQgQ==","shasum":"b4af7a19489a8787c2b88b1bdad3ca037f5c3709","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-next-alpha-nov-16-2021.tgz","fileCount":26,"unpackedSize":110307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhkvnACRA9TVsSAnZWagAAplEP/1oq5+q8+YroGYt0jFpU\n0GzfmoFnZR9IOJMau4Gzqa9HnZk64/1uaclTW0IAP0KY/naWzRkupId360dc\nQc1u0LW41nuvJesEJchvrp1IRscPfSCHPRxGi/sptwo6am/d5PPomS2ON1/u\nSj1NtVbNcGvfbCEqFNaJPgvflCYv2nFAatUdS+pWhKLTn5T6hjLp1k66RZda\nmm22G2ay4LHlZxtRjisSFZCj9fZ27vUdcMUD1F74K0BzA0JPrst1eWcTcGLh\ncRPLK41H5t65Yp7LUyOLdguOLzcKgoJMK/WrYTMqwTnsOHxaPWNLwqh/I2wS\nqEplIY7i6ahpnYFi1pkoHZl0OiMj5NaPV7KR/dqd30E+9hhoQHmcyMLHDXPd\nCfxu1FsvJ6GDy+Ifcb4kSUgx6FghbNbUVTxKOa2eXHOGea8+pNeEEYzTUwwp\nUDQ/Th7h+/MpfRgTu0Qv54JRmzC2dpz9Rk7MirP1FrjZ4ypYkMr7KX/sNbB9\nTCI7//rPg2ETQKPMFGQXFU52biw2KK7bDXTq9vfHgmKkV6zkSevjehq83pfL\nJPZqQebawJe+mZEX0k8Pjlf7I0R4dNkEZmoGbElEsnG7D50dCMGkQhZQk1sV\nVWeeMpt/596ZwsqJFbYt5NRA9aA0bXPms0xm/FrMKI9JO6Bg6hV0CD07obwI\n+VKd\r\n=6bIN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGBjjvbowyOrrzJtHaOIyFqugM8gB2aF9rWumM1GUHQLAiEAxOG5oLF3Ko7polfv4t5Lu0LSAPInWlWNavxWKfCYtiE="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-next-alpha-nov-16-2021_1637022144525_0.9375944613927514"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1637023000000":{"name":"create-playwright","version":"1.17.0-1637023000000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"53675cf51ff6048f63acf8c7c118bbb547e67947","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1637023000000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-LBd+4T/my7HC/00J0hYx0lMHIhqXwsRVzW6urW1sbSYMjTPE4D/WqJiNaNLEFUSf0pDfFFsyQdqjwb9QXQOdxQ==","shasum":"40a1d50e51582a9f698251e5ce607e2020f11fc7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1637023000000.tgz","fileCount":26,"unpackedSize":110298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhkv3hCRA9TVsSAnZWagAAp2cP/jJ28KB5To/sTfZ2pbCR\n1nEE7gHxougY7cHlBTsmpgTrNoy0osQETWP+cQddsDF+mt3xr6MnT7U4ghPj\n8ahGDajp2L+kzOnZx9nzJl5Rz3Y2buWzUlTBhqyE6Zx0xIbvQk9YewRv9Rcy\n++dElR8F2g9x1zc5Ygyk4Fpy9ENqdprAATL+2zG3ZwDJ7l/YRj9eVarMScaY\nCHn3r7lT4EJ9YbwNb67iRTDAuyJhwg/UtJouPZgsZ7C0QS6P2mLPSCjYdvZW\ndrZ8S97NQePlanO1bkkVHLPGl7nLLZbawhgzpNsyW/3JRKso6VaPZ/mg6l7j\nxMQIVDYFYLKqNN6OcfQkN9LFOZl0iMZfQunA7POFxyZpDUPKtLocml8TI6rk\nlcp0vXC4HKyXFQ+5yuG2C9eP7rX87li+sGM/FiVP/hdjmrbECL3NWbRFnccC\npxh2i1jaF35qK+hhwIopGIhW0PqqJf2aCFiCGpJM2JLh/NqeSa65Gyt0llBJ\nsQVezwKxk33rdfr3zd47b1VhPA4yesO+Xnuh0OxaCd7Zu66cyuUznjg9XN6V\n01J/wk5k3qCZUFFrqjZInBVAfGvoQme2JA4bl/VbICFSIvukNTMfxm70JF4D\nOf2GaKsk7cT5fenCiMb4jywq3dexjE25iFmdNlrqJ7P9mTQs9ez/x/Dg0kl7\nSezE\r\n=ipUP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDozfjAcMzImUT1DAhFz/iWCeWLobF5Jln7KsvIbhP90QIgUhvRkzjM20vWBSdGUSpfJWoqqsfG3Be5nQGQJPFqa9M="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1637023000000_1637023201024_0.8687095337566033"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1637048540000":{"name":"create-playwright","version":"1.17.0-1637048540000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"bc33eb3d336e7af9ba46e141a99863874825b2d0","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1637048540000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-XtmAaDtMdboZ3iiwgm6jyKkJukDn+ZDWeKKYpD4xvutGSomywLar2XRuYeOjh9Vp7JTIS0uWvncog9J112GC+w==","shasum":"0b801a0fd0f1c48da7fa902fd756dce93d138698","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1637048540000.tgz","fileCount":26,"unpackedSize":110298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk2G2CRA9TVsSAnZWagAAUbEQAJZBM8bFdsweYeeVEBn5\nwht0huiraqlYaieGFG5N1UPJK/22TFrl+TJduBjQDOenNBAPywRnHkgocULJ\no/xWuFXft/gn6qSgWxnefi8fI2u1sRpk9stHhLa+Mh5xEzuSKp2njn+q4jcp\nStGn5ecgfVUEtmtVpUpNGAVxox1XIXBc+SyGibGRH6euB2uemRceP7A3NneU\n1ZwLXDGjL5LvYeBFtMl0HUXrGPus1Bi5hs1g+L0mQ/13jYfPoGNfOqdWirm7\nEq2QAFZNQGzcM/DqpNDg4a2ln+0eH1Mub/7daiVVxqXGVJjHzIwfsfI4lMAX\nvvuB5zf0fjA7haQJ3BfiqHzEwPbqDa4bNQxfv+izOeCmHqFp+D0h3ED1/7jL\nYaGKTC9BmXROdb3F7yEEF+Cyqu7kzwgH+gc3ESJNBT+TG7uYryruQyJqwp2T\np7yHKbn/AKMSIdJH5nc687Ewrfa3NO/NVVqyWmoyqYw8jGz3icDr5SIUPNMJ\nD5YVPj05aFY75/Qu54cc8tN/rJIDMRapIxHsCmglmLVhtQr8xAIxTbDEPJ9e\ngEqpAubcmJEZQUM3J17lsNjz63bIxodhG0BoWkale3EFrW3Z4LpB2K1njQHd\n/VPtBcyO4KxUMcpEj8gWqbk6nWwKb0/v2I6Sy+8U4NOaCoSaH+7/H79JpahA\nPYkq\r\n=lx2z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTdq+F6w9DwA6IMHfZhOZdBsg2k3WjOpZWJHIzUcPSxgIhAKbQ3SbvAdLqKHJgLsAlgswTiWN2D/x2nH33EVoyNLR/"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1637048540000_1637048758427_0.9872971569062199"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1637101966000":{"name":"create-playwright","version":"1.17.0-1637101966000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"39ba5cc1c6c12abb0816b8c9ab1f321ac269d2ed","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1637101966000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-6kpvpYAi3gnZTMCWDeEI0s4c2oXTn4QbxqIEzPXBzqS/MtbasRKZRRmr5GqkawPtY1ns4t6xQElu2Qh3M4J/qA==","shasum":"e6b0802da64db9022b8a033da4f5310ba98fb42c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1637101966000.tgz","fileCount":26,"unpackedSize":110298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlDYoCRA9TVsSAnZWagAAH0IQAIhgXhSyyqKG1iARiT5O\nY8kY/623Q5zptJrts9nWWn3WX08gJMd5gluxE8O7UoDGqdf6XsQcHoZJqIFJ\nzb2oQInSBqobcuSEk+OaTYsUkgTwOKl6ve7rDm58KhXA9w4K+L4ryKM2DG+P\nlHPAGFrOrjKNmAN6ghao4WUOxfRCe8Ao6JhOjHTwg9DSF4LXqH/7nqpBahMW\nY00vQwSgyIfaP+oHktqJqrXd1umpIUht356LJLhnaa6yxMnGkDMaqRGcMKBO\neQVlpP/vd/ynZGKyDZ3gFtNNNnfCSTq61HIIZsP30veyByMujTAom0x53Z7T\n+EWVpjl+X/BtEZlxQp/fIjYDK14E3+XCU+Yg06k/62VCFA8jnmnSwJZZ4ejO\nht+96h0kRBJXeKFbwnC1AYWsQEs5wZ41gL4EyI4rxUj009lHNmQ1DSWDRiKp\nH0/6Nix2bhp2X8KkcHCWeGHEFXqMVQz+1EO/RVr3RTLpPNPsJxRZB2aICOcs\nbXM2/CFqrYs6lXZfUHsq5p2OGdQntSUiZ3124gPYZvGn+LPi8Tf0xrvb9pMq\n0R3/WghhPzK0CpGWw42jrfCjal+RjF42dAp4k9O1znGcUSotTxvlnN66U32O\n7RVqpZh3lY0svhYrAONZlgDJ8+2T+c3WVLYfbIao9VJ2tjcLYcoSI7th5q+Y\ng2xH\r\n=4jXG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzarqekPRjb1sGkCrizzNtllB4FERFy0W5R5xwJh1xUQIgT+SfTpMetaVRM/lU/cawaa5y0Vjv7eb2QcKbuNi3VNU="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1637101966000_1637103144668_0.5647022827275594"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1637105894000":{"name":"create-playwright","version":"1.18.0-alpha-1637105894000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"32bc83d3220d2b7dbbac5193f0767984747903c4","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1637105894000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-mhvHkttXoUsKd4bCb/5fPS3CxXHnnpOD1ASQZZIo88bYHqw/arvZvHwhCrc48/kyx8zKPPLaKgz1d08PLkmNdQ==","shasum":"b3d66bcfe6375bbb17ae0c1a775b12e90e2f788e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1637105894000.tgz","fileCount":26,"unpackedSize":110304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlEIyCRA9TVsSAnZWagAAEEkP/2hVjdexQrbYBsQb4zIc\n67M3xlDHN7Gf3emQ4QEM7Xe5g6YdOMCO9ceZ3d641UZIBi4jvFl7DMQY1YOb\nRUu+ecoTmCmFQi9rgN6Wsm34oRSvgEz5VX75imJBL73exMju+/WLdurDMGea\nXryue+/fCHq1S2hHSZlcnwucrqq0+xAQy1A7OtPw7IIMbtKwPswNshpbqEAH\nYq4s2TskNW1tdGnPKEoyinq2w9in46ekfu6yntBPCzfCrx09QoKQWRcF9EZA\naK5FB0sASaTcHTimxvNHD+Us9HvQz6dAhNwm6z41DHKq524BT+gy6sLExKLM\nVumYghPjqmOYvYskqQVcaVowLMHFl4z99/RZxE2LTzPiIsc1Iw4Jo4ZTSzYu\nqxHWS+tm3fJXj6mA4nEZtWBr+ygiEWUiFKE8iEqhrIkOqbOxtGweUjy95iQs\nShDl+3Cfs7O7ubpcoElaXdA98ipg1QHaekFSMUws1Z3qZDTyWl4Gushs6Ac1\n/JFz+8HSq5TVME4ZCtUn/i9NPpjZy+ZU/TBT5CXNP6Gd2ulNBactJh4n0u0B\njjuz3atKQV+IDIKWEFsA51x/BJMsBgYgnbB306s8A1LfF024a3bKxFyMGOJN\nYbERk/mEmDMF9e6NjuCwBcjM48QoebjnK+JNEzfkziaPziMR1MYZBokEwflB\nLWad\r\n=YFrX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdqzTlNqI/eqsdYo+tOVgoxBXsL6Ab9U5KvmklqFcb1gIgciTJYDrf+zLrUcudyysT68pIG0ttYNJLTLnEyXwKn54="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1637105894000_1637106226659_0.7107964331991927"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-1637106358000":{"name":"create-playwright","version":"1.17.0-1637106358000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"26afd7e581cb18fd4a96004301fcc6d834ed4cf5","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-1637106358000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-/B6C+FRJP+Hz+AclekgNA58EqPwR1mPO0S2n2mMGN8nc1NYOmksBSQMGmInOtC+NaNKaw6N068YT6fUiBTYypQ==","shasum":"da50204658c16aada8ef961cfb75157fdad07c5b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-1637106358000.tgz","fileCount":26,"unpackedSize":110298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlENJCRA9TVsSAnZWagAATNcP/1QMjnp9MK+ZXA5478IC\nB1873krymdBQjRFluRDRFx62q/fL9lWHyTK4MUddQqhCUcFeDm+NLbAIknkY\nMPfhlOR4IGEraoQrYH85IySa9oMO8WuoxfDpMw5egd8eX3+f79lLVqEQV1iz\nOwAW38Wt1DZqR+n7/9fqofsWESG38lDZbYQyDhKznG2VHm1r5IwGSUsTYcQ7\nvx0RXk/39fZmjQdNEMED7EHmI+pgtyWbezUvuOw+0+ZqpgwnwKyLlF1JCbr9\nYtGaapq3GStmUngAjV7/tmZ69QNlW9QhjDPkIER8AjJiWXffR7qzcZFRaZIg\n2UXLGHqwEOwvLrHRxqmCHSqPah39Bx8weuPnZwY+jsFMA1QhO1MaqVND8Bdr\nCKSay0qfjXRbPnoVTGMzfGd5V+5AQgEXSWD4RqWEwJR343/LgZo9Yd0jYM0O\nn8yo4/4/DS0sjXGThzYB3JHwqjqV24BDOn/KT62WNNp4yzzCxjFul6yScctJ\nTJpsjVXqCLsuNjLYYMqVU8LpmIgsAZ722knE1BW90NWeO+ErUZ2TwAcSPg5n\nkNopPIJ4922uJB0+A9ShdRbeJRK221JCr9NNYUPNgTK11WWfZAL3POU54cMG\nPlWD4BE9q1aSi2AM5eAPeobJc9cC6qA8dZqlk5KORB2OVrY+OmTgFolIXzK6\nPSb6\r\n=0dsD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDm/GAcSEfvZUXExD1QOB5xGBWj+Lwrrw9GpPLk0yK/QIgOESYmjYNonV9klSMzDPL4xlIOZFtMSeTa+ek5NU40DM="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-1637106358000_1637106505661_0.8237208554800108"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637106527000":{"name":"create-playwright","version":"1.17.0-beta-1637106527000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"9568fefbcab2b8e50eb18c09a3c0f005a3eccd58","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637106527000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-LlbtljAfrN9QNyYENLmAV0QjBu4Q0kcx0XGoukvTb1CFkZwknpk1jHWFZSlILlzbehWMVMr3qpZlvKkHAEudWQ==","shasum":"59546c48d861d46f045dcfb003675196f7c824e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637106527000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlERfCRA9TVsSAnZWagAA/yUP+QDrqUATsbsbAetFOLPZ\nXeEaDnpDXtO+faetjJA+vZNxYp34bfpgjf3zZWdPDAYq6ZqOzv7MeT9ZI0as\nZgW0cvmBzPSfoWYP5KCs5B/BivNVIbRjm7RcqEMLD0Bpjzvr3rRGh5ZB7z2J\n/wy3MT8bml9FHbv1+TOVE2sfbLY/X3yjcszOyHu0Zop8OOmw2GnWA/NFlE5p\nH58t/amB2euFdXWeSQ/y9SnRsuQHl014CAeUfssTlMmLgsXVmOCFKZsizlJV\nj41kOUquqTMGCY80J9XG1rCOSEulsSNW0wqBCt40TTFMkpN4H3Eva+DfmhKn\nG/rOQIH2AmayuqQIHyNrBsMUbc8ymuL5a7li8AlHbQsqRpkNlDSJz+08Zrlu\nt5MCbLKDZ3GuN+Owo4KqiuYwzbdm7w6SQhM83cgAjKpB9vIYMEmZPtcfvBXX\nDrCB/FDTw+UYL18aNcVzXFKY5D0eYRDVfDuhaLyf500RbRwQ5NZonu4maJ0d\nz6KpRmT4Td5pdyPsJ1vmTydOUdVKAqHVmN4KFTENqiX0LkbPNPAnNmuNFgGU\nvIHCyL+THG7zrUHB3LaukRDAfqY9CzRPxWwzmkTs/bpi+TLt8s9fbksjoQqz\ntB9sXQkDLgthFH7ZTx7SA1ItUG6lcKLIzn1tonylUxGsi2o/5QBaDPnR3sGh\n8SmN\r\n=Rhbx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoFRNUznjOTes0tfXgzo1zOQH9+jOq95Qi4tFzBmy7gAIgUCmg4VGaOe9ZWphzP+a64BueaoqIN4yutf9B0dmfnTA="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637106527000_1637106783543_0.6125143794360823"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-17-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-17-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"08a7470b0a562b0c9c3cbb15cfe00b50dd989703","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-17-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-gpW/iMx63XjRr7ruJfJJRvx5ElbonljZt73wCd4KuG9IZklLr/nzEh2DeHytleyprWRYUUm08xx1vfCgdnSxjg==","shasum":"39c0a0de1fe4d263c8d6e7d5a8652d0924252fdd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-17-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlEr8CRA9TVsSAnZWagAAKekP/iN7j77XarNyfmQXTq1p\n5REMV7rv747pBCdl1zN1Biz0LPMYkUicttGwwR2htyguEjFjNLTWg8Oz2cEO\nMxqUfCcGvGCXJuRFwTJ84dE/W20iSsxdCxaxTQtJhOZRjq95OzCJprodiELa\n9CTEw2oyvToeSsNAuOuvHH+3o86Oia5UOixs9xHr8Msoi/E7pOWUjDbYu7SA\nYCjWwDzSPVSwp/rfhfw2lryuNV0z0mUjBmfBmPNldnvIfnUXjJzVSDgo8QeO\ndur987aGYk0yqk/FNQqZa3BheR5paNgXrX4A/te/Rf3nRI53HCtu+zr1SKNq\nbRPxj8Afm3/1o9Yxk34VusZnLVmUhEQpKHpqDWLrs9oN9fRVpWedbwYtL88S\n1E3WNLkNkB7t07l3CaoNud4NY9czpbAHpSuHf5sOuV4ad4/y9YrMffe2oI9V\nt+OaPj33nvzdJa9XzA4vzYiTaTVPDZIYvzHAmC2zbvooehFoFIWNBus5gcr2\nf2tnXjiuvj2NmgDLKMAYh80z4RppjDiHRJwK5rKq/MuoDFD9dBmSAsLPIdcb\ncE2ZT2JT6xXRrYUgny9AcikpqFLyN0XrOqzIicp/Ox2BITctXv+WoHMxIGXT\njiso04zq+wNrppwvsd1otpSZAeKjnjVozv8GHRoMYjPcBa8N1+NcX9o8QnwU\nBvAH\r\n=ckuT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWskL80YHY1fBtkfAg+0rPJ3JJVVep831juVy1YYVOwQIhAPjEwDLA4fc5MjTRASzvV1OGQ5gLUPAM+37U2sRocim5"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-17-2021_1637108476467_0.055891285357196674"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637167411000":{"name":"create-playwright","version":"1.17.0-beta-1637167411000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"4aebfe333b784f40f5218d9a3a26aac576593f81","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637167411000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-YXi7iX2pltPTJnqS0do2fZPGke2nwa9vKwpU0Qx0h4P7ZD1ksQabvW7YJBdjrAWrGZYSIunl9nFLj/Ywlwjt1Q==","shasum":"ccf15c0d975d322d66239350d2db8730922f9cba","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637167411000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlTHqCRA9TVsSAnZWagAA34EP/3FYs1Du4Ca7Y8K98+F/\nfXEoEZpHCy4plMFCPuH8UK7PPa9IKMcSAHkYQmIviMGw83UdM3jMiWCq6F6A\nR0W2Vu8fVi6IZ55ZQSropXQXYH84zIf9RzVcioS4yL1s6/2cOM35LO9Yc1Ko\nr9HZ2pQe37mBUwanuIqPLZOPgGvKBKMJzic+lRZs26M2m68gx0EYTIXVNu75\nPyCow/sNGl+n66RbRabVj29nH8z55pwGNxyBfgC61TmxSpDnJwa1Jve/z62W\n6JYAVxuC6LQpMfnF5regd/WkW74p5kvndks2rILVokOj4AWpYUh38mZ3BJMG\nj7xJ4posXU7KS0ZuG/HBsW5QlVLGoIzygeMRnR7fuDX59rOVtTZAeigEI6qp\n5aJ5AnbQiBCnFOGpToAODe9M5hrTRx3hU6cWPN4Xa2pWw+u+0hjHoOPGIpR+\nM8m+fvuEhn2FZrkiWKl29Ld1nec94GCfSMt2y4hbGWBiaT1dpw19VLPeZukx\n7hJreJmtC2U5L36YguS2Ku9szq7kc6P5YLlD9V1PupTmKkc7yP3nK6Hxh9Nb\neH0qNVnyAz11PgRR/42OQgTeW5UoLL9IDdKacbKhzQ/dBA5Oc6GrJDmWxte3\n2KOQLAJQ9FD9kW804MYC6O1/LynMrrZNGP3rItOyXb4j9FVAgjnv3TuZhsbe\n3Kfk\r\n=2P1P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDqxSbAQRbl8aWgpZUBHd1n66fhZTHUhIIB+C+//xTyxAiEAhooWLz+SnYjebnvpzmLeFt+Ye3ke2gaJtUpWqWwS3zg="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637167411000_1637167594505_0.6720640352847733"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637174719000":{"name":"create-playwright","version":"1.17.0-beta-1637174719000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"baa8dcbbe21dd4934ee5cdb8ad83ce9e1bad67fb","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637174719000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-KOReWsySdohRYYwLqPjLnyy/tlVXfb13CXEcoOiirrZExtsgrGqRlcbWW3GmnM4Y72LK4SdhnfGsLbunEv/PGQ==","shasum":"674077c3f6a030fb6c3a831289aa16a94d05871e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637174719000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlU5nCRA9TVsSAnZWagAAWfgP/jis0ldbylSLl4Rzexus\n/4GPWOh6OFvSDmFY8u/VCUbUHsy+4teUjnasL2QDdHkz9eHkG4fxsjVYp5l/\nqSPOU3y9bDssGW/ubU1CKVKJWfylQsNouSnZjbMbFXKsn6MeaFnpLqlSuqEn\nlXoRN/qrkDuwL5jFMTxwTChkYufwzYKlPVADt3n4Bhz4X92IJYJFiJRM4wgp\n2HbVubdOs1tw6r5gTI6+iGHqZpacwWkrnlrpFfL+j7hu/0TZRk1nF6k8Olxk\nTOz99lkZt6WTtMj9ZOcOzICZp1kbDw/xQ6ZgpzfVDoP/bPND2qmkBJnJ/ZNG\nhDiu01eVXAJc+6Edf3jAp0wzNLZaFGTriMUBwoltSXe64Og2ZBftmDPVdIYP\no5mZrlYtbn1VWKiLlmDnZS3Uy9YzHEXHYjpqUtu2htmGki4r6ZvtJ9ebzBKd\nDBCw7jL4gEDr3X3hHgdDmE5hlLjuJOhhpoN3Is5PbMlaQlfcW6GCXiJ5VI04\ncphWR+LcAZgqgEBh1Ri+ARAegIeheOH0wOYcHxSVVqSscMzXxo9GA6g/rPZZ\nrv9h2RIX1tSZpblzfYy+N64RN0+YTXOoN2tKRnydb4/aAy4FwnNKxSuYTft1\nxd9G2e2sNBBsxdxCw6uhnBTq7Rcj7G6an8UgbMpftPb+/qyhmSfZ6W4R8Cdr\neyXB\r\n=OyIH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFST0ZAcvoPQj9e+65qv6ko8HV45/AyDEmiNu3Xu8+oXAiAbpoFeVQ9ObYkwZhCXxfZOtjMJLgIxPh+x0pw/a5yOZQ=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637174719000_1637174887161_0.8231072998228541"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-rc1":{"name":"create-playwright","version":"1.17.0-rc1","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"baa8dcbbe21dd4934ee5cdb8ad83ce9e1bad67fb","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-rc1","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-WR6+2qxaJSc/PjChFCLELoETd+T301agR3sk8tKn+1opr0jjELahrdzC01cJ0259IhtlrIiNkeyumG9iiet3wg==","shasum":"7e1f0e9ab44060cdf034a1b23f896b81dfc9aba8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-rc1.tgz","fileCount":26,"unpackedSize":110288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlVjfCRA9TVsSAnZWagAAl5MP/0FqoaP95maftokKTkoH\nTo14maCU0nAZKXRGfq8sw/WXWT5FgtTINPASAv7Lv7ACg38Dy7COYmyVw7sQ\nJ5EWx1AehK7yyb1yd5DZ58at3uanQIqluFfYAyE2oqXL4zKOHkHl7QQqFt5K\nLvw6RFkStkdwLEDDg5aA/EHqcdphUKM98Qx5a4NhVxtmq6KcU15Y3ANKuJZ1\ndCZ2TcYGysapJ+c2ppwQPCZ9FePzAzkYu+OCIQLOrZF4AeNt++3jYSaMNePI\nOToZFYxBUzdRbg5yLN6Y3i3cKkQOvyiYk288e38bkvwCc5Y59CajNZd/ew8G\nGX5U0pz8emf3X6joouClsZCrom4cFB57zCIjytNSrtQcZnJKAWchzpoHGOjP\n8antW3CuED5XPRhojxH5BaCWKSmfxf8fCPHglVa1sWzZs2J3JHrTkpHaNZir\nTyjIp3SFkjajso8ZiteWeQxKGzNgD7PA8+KROiW8IcLTdAbQotjCZ9G73RE2\nalkl3mI7hcfdaAe/eJ945Q8YXa+5avEl/wvKCeocduuD4F7W0/rviTRO22J6\n7fvrzl28yBUcNtNnEgdGe18J+CbkYAL5DeAfhNy6Om/KRdO88+6h/w6wTE4G\nol4DTGscTe/ULVS+DzRtHMXdTxuOCxtdHJDlnl73Lgj5cpOkLZUZQ9duEXJ5\nzT7p\r\n=QIxd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDH2sqd06U9/1BLTc9ASoAlWz+agrYnHFkyO/2NA+oZmAiEAunHsk87TgQed7NacCxoa9S0zku6/YCbgL+9pU2m6rxU="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-rc1_1637177567054_0.2135785266576078"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1637178126000":{"name":"create-playwright","version":"1.18.0-alpha-1637178126000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"7746cb52a7d2bff866553ac484ade92d36a6e4a9","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1637178126000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-gCL5Oj7bBZVBFadFCTcWIRrDOI7Ehg5nqJ1jciisJNJGYp7toUALEvdcL4NSt+1wMa7fsg1WoF8kydvVIlYZGw==","shasum":"734c257e15cdc7cdf83c8555f0197797f458aa67","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1637178126000.tgz","fileCount":26,"unpackedSize":110304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlV0UCRA9TVsSAnZWagAAXbAP/R5EG5C7Ai/8+eaNbBpG\neslPt/RiXGHMX/6n/rNj2pb0V58LK2GmND05ZCbPHeWrUpJOMo0aymqabzqg\nBsWRlzN15CrsELOC8ztG9MfhcAs7zfxMYUa2gxizdsAyvgyCLzAW7SCPWWRP\n3nUT3vj/2q+eDUGK4cs2eJOy5Ku33m9iMRtDWGnoOAEIO6rmmCN/099ec2aU\n6mD8aETg1p3Zrkn9nt4BHrBi248+AJsoQG7NiE253yUyaiWSm9WzWZmKHFpt\nKQ+1CvN/XBdeSNGWuYBv8SlO0B/zqAplZWVmfdhRT4oZ76xOS5ARA+DoPo+3\n4FZ9TF4d+CUf/XZ/VDy1dM4fvU9tT3+huPclTbl421AMQUlQW2tr7Y9/bXRs\nCd8Yoh+tZyXg8aWVXYPEX7L0lgrZgZupvhLog+Z+BBNhIQf7GIxL4BUMaWVi\nE2P+33jEJqCaEsXCb55ux9b89FLyncivddRyThIG96Kvc5Lezwlt4aSwChCa\nLzMDZoz1jbN2emGcRr9H/mnq0rtAwLBhHdzYNXX9ZOmdxyLN4zGdqB7+FMW7\n1N6f4QKwfzUb7vs3rvXx5y7TXADzTJFsr2GI9jrICUMrIo+jAYaRWZd9hfK9\n3YCUkJXQYybKhu+GvN9tF1mrZ9+vDx8Hyy+VWPOUyNkbU/oCPIwxx4dIv3XP\nl3ls\r\n=b9Fx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzHE5KxR+hegVpIJ7zDrtmLctOmEi2pMWzJobH8APeBgIgIApoAmpds2tWt/leGOlBgaju6XIjuC8S2lk0qVFjRv8="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1637178126000_1637178644335_0.9267398121416428"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637185435000":{"name":"create-playwright","version":"1.17.0-beta-1637185435000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"a0f81dcd983122e1872fe00479cc709246eb1cda","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637185435000","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-hT97w/+OVE9IvC5asQgB83o5mkF3lETd0oCUG6LJtCNrNMq5We72sGcKGmVVjziAGApIr9/0RgHKgHYAmlY8wA==","shasum":"b8f1ac56a673e3b15b4ebbe537d4a1f692a41af3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637185435000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlXhVCRA9TVsSAnZWagAAzxgQAJHgrnR9RaMjlX9cegk7\ng23u8Qae0ZL1l2/kV0P1zudqfxlNueFvjWTufJWe+YnVBSmj+f6LubXvPsAQ\nyEcHaPFmuplEvCOKLnMaj1CyrjzipQm86JI6Bz/AVvOR6mO+YU/4VNVRsJen\nmRI0ih8x3mqnXFAqpcyS+KznpiY0xRu+fCp97lg0Ay4/XgYfakEEoiO6CaUT\nsUj6zZIN3A1FUarni3mgX/0AM6jYduJZ3r5g5ZetPzhWXwhrUVEXxmJC11bV\nsUduNj9uX1HhXrC0pZ2AdGHBpBFYk+dzfPUHgYwMBz2d0UaiDxNNDTdBGEIO\ne5iaByEdwPfQkuA1FOwjZEJohqU9MQF8flNA4K5emcqPiWZfpPZNLH88Qgfx\nFGKHYy1vMiC65loBAYaVY7E2wr7C57o7eork2f4AJJmSHUO21EBzZ9lSDF17\noleK/gyKwlDep2iwY/FhccISJsxm3hiLKEQbsrdrLBz+9A8ZLaHSyM/YCiEJ\nrimmwVy4LaoWEWUj76N7Fo/Q5qQ5WkvPuWfSCCz6cXPFDql/oI6+noItskvf\ns5+EFl3ZeDWftbPnFjwnQHpBalEGFOmuDdLXTyUmuLPergdzj++ySQKaz3on\n1kJXiapGG45cts/gtg4FLnfTngUSKGS/+MWLTnMMJa2sVjeeaeHer/p6GtAH\n+9Z4\r\n=0i/E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRseQQ2Dc4qZnF/ZtzDoIYa7nUK7S2BP+5Xu51csOdfAIgN72tsIVU8zwwbj0jTmtZoDGLbt+efOXKSKp1qnjOEHQ="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637185435000_1637185620944_0.3743501126221842"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-18-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-18-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"0781d0303b8e0bf932a433fac7b00babb0555382","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-18-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.3","dist":{"integrity":"sha512-0YWBhRWfiTqrUYthsZozHL3vA0pYit1bfceTTYKVXxQrnYjlUWRIqML1d9BQWtnGNm5BDr5gFUTRMU1M1xItoA==","shasum":"b14094845208bc077f43a36faae9a481f482cc73","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-18-2021.tgz","fileCount":26,"unpackedSize":110302,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJUYeQoH3KvM2AMOK+ub9/zaRPuXF5qCIDXDwlsDQD8gIhAPVOaHduAqd4ZJwEjicHodTTJiyQuT6WjAD8TtGmYVec"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-18-2021_1637194920818_0.8661805895489036"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1637257604000":{"name":"create-playwright","version":"1.18.0-alpha-1637257604000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"24cc266de0635af874cbdae595a03cf9833d6969","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1637257604000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-1dhPT46E9VmsfBLvEgq/S04w7MI8LtlEUBfAAD5Pu+GPmXtRMCowf1PoiZnS5VnoIgal9Juja0810LvGCmzFzg==","shasum":"d25860a7ebd0c6f8e2d7b98904397ada04b670eb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1637257604000.tgz","fileCount":26,"unpackedSize":110304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhls2tCRA9TVsSAnZWagAA6L4P/AtyUuwre8TFdwBn9TO6\nVL+x9LCisiI6hBG44EYaQP7RUhhniPhsOBe9vNRdm/d8dsCwbWHArHvz+yp5\nhA8TEDh8/0r34R1pPXx3tQiQmLmmks9MFZvRI7oTaTdzpUvgMXSllW2WlvPC\nEOBQRo7iCgoqyFvQ0ETLgb3CduJ9uQRMzZbw+NW0H1jpmpPWFtH9PKKfZ3eV\nJD61XGnv5Fgc+8y5ctsPv98VlBT0Sk+i13b8A1icR3tcY2iz5lvtHHz01wDU\nisPhQC5Ygdevn3RATcs4YSaSQAHLXN+dgHRzh+One5HlD6+Zsrs1S7wCGm76\n871cPpSUkcS9cKz1wpCxm9xXc6RqPjgeyNs+F4yMBoiyqi1lOQi13rwfF++f\nAaWfoEPsVGLewpLEL8e5pLz4ihvWygmUWh/1ASQHnqgVq6n4X7TopINkxyYP\nzMQdYZHnHpzcNFa7aRJ+wcAqHhY2SgPhLaUmjFrVpCdh1qf0UnwjyfaGa54f\n+8fTV2JTdo/vUdxD0Paih+kELRGNjihC+DLgUKEMwQv/z0dknWuk81Dw5bOy\ndZAa4OY6OUgDBRNA5S6vJu1FTpFrVilaK2F5QjqdFnksqKvUm/LgTKnuSmaE\nKKaBA5kZC6pvxiBABfAyR0ZCZFAl6rBebofAtCwTjC8rqCXmIZG7vWb/6fWP\ns2F8\r\n=djGg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFchJTenJNsH+9vjzqJK/tyjwuO+odg4VJONxNNXXE/EAiEA7YcT1SwqMF8Fd4z5/JGu12E7R8A4YwWEQKeh1ndCe2k="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1637257604000_1637273005204_0.7486307997095112"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-19-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-19-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"d9f849fb14663dfbe99e697c67545c90d3ef38cc","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-19-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-LpzbYCLzzWBvCkLTu5Z8E7I+Sg6cRktMRhJgHjwbGluHo83X8U3BKOCf3LM6zYSU4rwoe6nD6Y76buwh7VMpjg==","shasum":"8266a78f6bfbf63901cc095788e2a4e3912e0f2c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-19-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlu4OCRA9TVsSAnZWagAAKmQP/2TxUk8YstJ6KPtAUzgL\nvFmhb3rQafYY5p7e4hVsAWejqdpTxFaAMQt5IdXLXVnoZKtp/7cu0Z6gvHC5\nMm/IGjNvutkfpRcCgKBPiOEqPrwF40BVBEjyJLh/TDykjz+9mD0rGiTQVn3q\n3DNfye1DdrsBvrXzD5fGheyWtxuIyfyw6a0NqHa6l835d2MPvLtcxgeWj2Sl\nDkQZDQ4Mx4+anQXqjeEeEnY7svQKEsLoag4xdVyzPb87D0mnT/tefODBjjOJ\nXtBb59+w74dHf8Uhh3YdjDYZEcutkeMI2/4j4ZTwYxy3eladPEeBJgSi2r8+\nwQb1TbedbpSE9EhNI7KwdnisZwo09YfRbq5JjVHWZHcv7kOiQClyDbvcozGq\n59rb/SU9I7rYkmYNOaa65FFd1MfusLusjFoADEoKExBkEyD+A/I8tkWVLC3q\n+0DqDjtjRDeNjx1CSEoy716rk0oiehlncs9vbV45wZM4rNvC6n0iSEqGjTQs\nIgzBDtvuOcz0lbirXnfZZUO/caj5zy+Vz1qtHpoTN7w2ciBKf72lBHM/Sf94\n9BPfBPA5tNTXl+/WaNBG+1HJbjVuOfJaXGPGLRXlopKg9j5uYUHhkjEyY4BX\niu1vTZ/fCK1PtcmnfyJsEYAlWUH7KXut2Lvw1/JRqY+fTwPm3sufPazkv+ar\nW/2v\r\n=Zu9Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGe3gKV0TZdd2NFy0eL2sSjy/gmdjWjJNzXu6z9nBHcxAiBHiKVvV/lS+P1kJUsyvQxUmEmoRbJ5syc43mtRJNUfvA=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-19-2021_1637281294532_0.6025554783418239"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637287804000":{"name":"create-playwright","version":"1.17.0-beta-1637287804000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"e35a1b0ca381d5095d79282e0fa20a5e7cebbf6d","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637287804000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-+9Bv3CnhZZ6qIcCbrcSbnhWXEI4EPvGgM8o1K+AwUAoszE3kQ63w0AhT9tYDkK8G8bCUXLIdSxqo0cXF9bSnJw==","shasum":"9431b5a9b464dd8f960b8cfb513d223b2534e7b5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637287804000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlwh+CRA9TVsSAnZWagAAJIEP/2Aar+ZSe/rLfpukISlM\n4maGO7Slwuz6hGad6oxCjNg4VjBpjWKUBc65U9XhTaBr82oYi6x/f6uYxnD9\naJ2xSh0j9uFQZQQIiED0diDsN7oluNF2LXPq0iIlRWUmtUH+z1uDuhsyGdxd\nG448+XB7rMjXVeRFyJWdA3MWJt8WykHlNcyenb3GhvNeq19+axMG+uR+jDD6\nQyCVHMMnNt8hstCTjYIobz6Q3tH6CO97BA+4McGjaSVhqg1/QFVDBKeHEYpZ\nmvYRxF0+CLHCUHVDNJXSNk4AJyZRNAMlTOrqbKY4Zcl4cICOKKxIMwi3Ovk2\nnMG91cE3lx8XWLmtM9nVsk1s7voa7Rlu6S/b96rYylh/wEDbfK+wfSyPZftZ\nU8C9zj02TbBStWGFT2q2xhsgaCbbAZI91CN/9cgrNp9DDcFdPx3qoC6GA1L4\n5T/3djW+gvFSuyC9pworgK91jdZlTfN9xkbyuujtZVDU9XeeyDfcShqHEs5G\nSepCY64fiLrN9weMiSpkiLT8ru89JlB7KgsupyJ14HKXPZbxCI+X/+KQbfSh\nVKVUvCY+bW/YAVwKV5nGkQjRAJCKjqEb4qkv5JvkdWvc6b/UOM2n6E+lcQnc\nrKuwCp0iKUmd2A0+uVT9sJ7wEpd39GpaslkXIKwPxr134dTC6phD1aPGCkGa\n1gCx\r\n=ezOv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/Jgs/CPWcasIsSuac6kGNYgJ1GavDFJ0bYar6fi5GTgIhAJwZQ3CUe7eGhKTsNYwp524aUPm8sTKPR/0sw7VEZTna"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637287804000_1637288062425_0.8204128207180716"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-20-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-20-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"4eaeb3b59cf33afe2bc7c6acb46b6fd7ddee698a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-20-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-bOBrBqqQVYWPebhtDKBRfLji51Zhbqhk488cbNHg0vHG+0SwgcyVhJRzHtVt84CHMO1rxuMKCA2LEiFyg0cppQ==","shasum":"2ee2688632c3d1df0b159e4ae156fec0fface811","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-20-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmD+TCRA9TVsSAnZWagAAqtsP/A4EgMIl2UqcmCER9KfN\ncO0MEeGqfMWag7DhazkP5waiFCEIyEMJxPhE1Y60prVcLXnB+trnPwf5cD4n\nfn+66g3xvbEI3rAnhYorlmUaLgX41H/oG/y7Hcu+OH3ss2q54J9MJ2hngRD/\n/sCz1hP3WpTo4CF2SdlvtE2LeAD/GnOXVzWO02UKyuLZlEWUL8dMbkySdtBm\nIpGufeuxR9BqhAY9LKrBcmcUUnCJWJD4fl2H7OtbbE0iHeVnMzEyBBug7LHy\nYctsnDyMcXTBNqOiRoM3XIyyGX/32b4Vc5BEfHTpJgUpIUI6iHjHmYRWarqK\nH3SgL7I3J+MUddejrwxvmhvrWyYXZRPLVUILkiQMKJt+8Hf+lwOaplUT2a2Q\nGwehIkoOUPWW5IPcgCxWklnS+L3ed2rTRMU5XH1AE++s2Ii4pN4rzvuqE6yN\n94025IsAFpMA3Ga4qo4KEYAqNowLBB3DxqFxPrhubPTIhZ/nWMLSKqv9oTFq\nt5UKxIka9lKkAzsuPer7bIoYmBXwrnFSjDMVQK8QksXe//+ZbY1EXn9EO7PI\nCb67k/DS1KhEybZJxUc+SKyvOrB31fYfpPOtbcktEVK+x/dKPyGgSQV9SWGM\nDzTEMKQTpXSlaEWO5QIGp4Wi0GW7F9xHt67COWG4Fb4EiDV4H1YwA+0FYs63\nApCT\r\n=tD0J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDv+Bc1GOjA1Kme/0rkgH3xWuWxgU3mgEuZJx0srbaxawIgKTirYGrwxxQMcoL+8wVfu3SrnWF+MQm+2GHWA4+T5wA="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-20-2021_1637367699484_0.3866351665529386"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637368446000":{"name":"create-playwright","version":"1.17.0-beta-1637368446000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"3478c62581ab898a3553097fb216c7f26062c3a2","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637368446000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-JFHY7U4BdjwN2fzNfa0EEKfeuhRoSoWgydcodANjaDXDiaG76mZL7lm4/Un0IDcNkyaDxmYBfLkRva/ka3YRdA==","shasum":"174488c698740affbf75289aab95703547732d6d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637368446000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmENeCRA9TVsSAnZWagAAxZgP/jQsJfBjvo6gpCq2xQ5q\nC3efV33H27EeeVCNyMU+HVDYgtC2rrrxbU5TG9830YKiHBch3/Gq5bN5w2t2\nVtel5qufQDJYNL9b3BjtcJXW5KOCWxOpggbki6ZQoJX1cn+L+fPIoPN3gA0m\n33xNH9zWsxrrXgdHQbgP2cPjKoBX+cKJzd95Md6wJeEsYaqjrRimaNkMbGw8\nyvrl6qE/HwPqt4b5ZXNN/U51JH6/eAZ0GKbg5dhVrEq/5X/tHLtn0V5osRQK\nZjkXfJAfqJjWV2wzbOU8xOwhehgns55qYWWMuud2Fwkf0RquvCIMubqL2hOA\ndHVELfYN8Q/T0k2EdrrFnOnbolsa8Dq8HoWgDgKbjH6n/0u9evQ8RsSZce33\nPyExPC6WRDZ7m713udbceHsYU+/8ROl2VLSydWBR4yV4VBGPBqAh8HTZfin6\n/bvfP8FO190aMGGAA3he/Knn22XCdJcdg2l72llXVbaT6kGrhHlx7F8D1+uw\nkpzT7td7Mo2ObYiMMLXpvoGCSj+rmDaiPb/Wo1lbXny5Q3o+PsWxB6ghkGnj\nYvtAwmTz7E1l+Rf5nHL5F01xtOVwJT+zhgcrw2h0fe3iqC3anHr8Zfht/EmO\nuLZJI1vJlzQHyqdeEayI5N4eSlnera8CECbzUHPx4etwkp0NvAnD6zUjlzBQ\nP08i\r\n=F7M0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrlHyQlzORh5Yn4scYwJpKI5dtx4eu5VgH0xWZM+f5bAIgT4WotseDSMel2OvTm+RvdZsRwxO7iO62xZKhRvuID14="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637368446000_1637368670548_0.022921846252709654"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1637368835000":{"name":"create-playwright","version":"1.18.0-alpha-1637368835000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"9fed8a9344ad8ba03575d06760581639285d6ffb","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1637368835000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-rAi9WfSXkWBVQ0py6300syPdh4VtzIIRM9+/rPaHl/huT+tEdN+qtn4n4P+BwCtuz4qFr9v9jftZDJqEDImfqw==","shasum":"6489a694412acd88c9544e3a33042d7206dfa92a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1637368835000.tgz","fileCount":26,"unpackedSize":110304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmETvCRA9TVsSAnZWagAA6mwP/1TbFyuR48JdvRnxVXLK\nIdDL6eQ19T/7HTrIWBCIEelTlBuJFOHDkKLMhd8r/7jjAvdzjx+HMT8Fcx59\nwzIY0NQ+YQlVi6pAl3PWfTPxnxBrHNzKNEAMEK3E06SLRbqTvQJ6meFs7/4g\nCCb1xOvm/zhiCupC4uZ34sv8S9XGjyG8dSYOXvvYoNcvLhlJl7DtyPJU9adN\nyqpyHzqsXfI/QR6kBKbFZnlhnmkgETQ0yCpuj5BhIu6DkA+6OtfQ/5ARE1Ct\n2I19IgosJ5La6DDWDuPRQKNcAmbzGdVWXMiSKlYCsPqb5E5aOykpDcX+RcMD\nHwVIz9jrwVfja7aBCL0e2uEubr0VK0cuTpl2nSMxeS8+2brZLphfxVY0zdM2\n78C4Ub4JEXLVsYZ8kigrKduqTI2t23a0vwunHq7b6c5aHAYyM0J5ciWImw6B\nbqaerDUz2wuhHnzPkrAQ3+2KsWKeTTB5C24oHCLspVCGsvnKfsoEsbM8aYK3\n4C7LuB9wYnls5w7+xmj15vbkct5buPtY/QEkJ9TO6Q+WiTH7zbvAs8W4HrPZ\nZsfUL8mp80T3BmPSXqGNmycHX2VE8fqz7gSt/Z85bg849dYH2ABLzLWhX9qG\nqH5lmMTuHGUgdtfJcKf0iIzdyUiDTaQ3TCP9B5TsyB84QX7pOfE8zMd/yL1U\ne0gO\r\n=QveA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuYWehbGuGYVcyTo32JWucboXMjlm6ewuyTa1WhZYwFgIhANG/JFysIsrubz0gXsxZXMiMlke+WPeKPG1JqXR5riZK"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1637368835000_1637369071042_0.35913745888276427"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-21-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-21-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"2290232339a46509966c4ac2f7534f2ee20c3fa3","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-21-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-behrpqgtCJhqZFWfQ1ilPIwYpKlF8kzlK9L17jDajcPurUzzalfNXNYv50OVGlVKd/7oM+TM0JNS2d47kBxQ+A==","shasum":"1500cd7c77ce9f7aa0d7b405000be677d426b96f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-21-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmZD9CRA9TVsSAnZWagAAn2IP/0zJbOxskNfhby+pVV2D\njOj1f3C7BGI4SHrv1xIoJUIpRjWRi4HABheuIPGAoVkFw9PZSVMV0L8+XXon\nelO+x8HBoY8S5tLc37jeiZ8H4gWpTTHneKOt4ZSPjifZWXAXr+7BhaYZKHNs\nuqoLxtemG9qAAuQ84hKXL+uGEcLOLByRF5aM//N8/yrp61WGWh1yLPoAU5h+\nu026KP/QFkUbL5JXBHu40oj3Rl7cAtk+ckOUvtacN+66PgqBKNGlQDja4pUr\nRtPg7ifF47DSW5efLaWve73DhAqz1oBIDIjYbqeeNP1ncN1t0jlpXzF7Zacf\nkKwbA6wqiiST5Lb7NUKQI/9G1dM8oCK5l4tjNedPRVMf39WjkPk+6orf7Bqu\nN8Pcqwggdlxey+mBKwG91CWAMHZUe2iZUFD5rSpW9Eril71ImR1/F3/QLsTE\nFBslm+Q+8DRHio2tDsaDOiC7QO8FYNiWAy9I8MLYjX2vx7GQFEaCAQkvN/rC\nDfZ/HXIsDC2oDw0qndfeABpO3jg+3a0BAa939oHsmPdZop8c74uB2LLh7sjz\n65a64gZdOqiiewkeS/l51GpURF1KkRcNAHVnaLud/f8Pb5pHmCgDL+XtrtY8\n3t2BLUrDM9ta9xtuRCfQN1X+Lme0/IP21CdjRweUTnRnhqbYIDJYNzg3aZev\nY4lS\r\n=7k/j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAyxvIqycLJx1vnP1/TO3kzNgfaMkTqPlB3HnapI7HTeAiEAz1X8fiAtj6996TFgiGKYQ8euzrshdFhJgiidBV/vAok="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-21-2021_1637454077720_0.8588116568478583"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-22-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-22-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"2290232339a46509966c4ac2f7534f2ee20c3fa3","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-22-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-TpkQVmDx5jbHwj5gQEdUuCCUFtRPlR2SigGYNeHvY/2A3HWn6XmiiSuRlApu0sek17oJHq1wi461ixAxX8q/Xw==","shasum":"98789d81606be3b348913f40bc4e2d50291c6b0a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-22-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmuJ5CRA9TVsSAnZWagAAIpQP/3TO5HiPdicO5HLYGr2D\nIJ5TX46fnrqAofvIpa2578yXgCO3sf76cP9Bw/1e5vpJqMdvIhQ1nXwfSagX\nB//HxeNIAajbaOtfsfQV6orFepNUrbqgqV9rUMw4J6aY8raOt7Ie6lH6rICh\nnNb6bLgvMQTXDPsv/dXU/cyIBeOmz3Ow0hJlm1qU29Fqd94LbXvDFJoHIMOv\nAqN80D7HOR39v6X2SrTsT6OIakBuTwsztY93fQKQUNQNedn2dqACuJ8+xJ2v\nHmfcCXig6lZGJMOORivoHJtCVDQYSefBhT/Jt8JCgxrfQ6bv7QRT4GhkG98T\n2in9M2WUAAhk6sfZCeTmfqtZbh2MgUX6BKqYMlCQOlTBgrk1tkdfEMZdX2xz\nOUjeslTVA4YIc7wsSrOUiPPA78GNxGvEQXPngRsxs0mAuja8K5YRXhhoO8OC\n0aowd1AJxf9Ko/hXqW3x/EKuIRqBbiZimYSz2xniN3B5DusbUOm9R0bRbLDo\nnuSmKjrz56CXKfMnsL9bdNaTMnLtHiMk6JBNcvhsjRyPXdVnJFgBOd3bq/A7\n/B6/BLQZj5uvNQnWDCRJRWmCiH0tc0g2J9SUJaBPnHC7QJEcpv91KyoDsKIK\n7/pUzA6ZcyT3zjM9hzesCo5ggGVdAkagMV4pqOsxaLNmel1FPQf58PPKVufq\nx839\r\n=inpR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDnTucZa7ar7Pa9m7SE/1lOlVZuuJ/h750iT9ID5odvRAiBmI34XVNJzrhcow2WVJbuYVE3ymtMNnIoXc2ZEttqTrQ=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-22-2021_1637540473391_0.6662235025838528"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1637602750000":{"name":"create-playwright","version":"1.18.0-alpha-1637602750000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"eaee864b2cdd8f73a3ef337a083f03a9b7947235","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1637602750000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-kTml0In47byxqIQh3Fj5vgf1Jv0omhiozSr5KUgRUQRowX6c8yok03e0uY1aF4AGjW11+6cjsc/P+tKN1bODbA==","shasum":"736631e3176e2c391054031f6b0807ef36b35d78","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1637602750000.tgz","fileCount":26,"unpackedSize":110304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm9bUCRA9TVsSAnZWagAA3JMP+wQaPlNahfhYsjYrelsq\nBE+lIHTQm0P/r20piRgKP+m98BGmbArSgegN8LIsPFrmmMgSU9Em6m6kZEgY\n6KoWGLUyiiR2QpE1qUkyFT15MBaaCgUqK2I6+glzYkh2osqlYTehfFxN2mcQ\nHgmK1SwPygAAxrcKFG3PgX6kWgz1Ci2CgQSyCNBwOOjJnCMBBDwT2Spl0Abs\n6Plp1W8k3DIk33l+3t8jztYWqIKgsePPMWm6bvFbwvEkfQCX9xVMzRWiqDBr\n6qN5AMAabO6u2C/pHj+3y9l8+hWkZaiVG8eBBEgElQippbZuyDV0u7KoOIcf\nSscFNgmiCdmqGBR8xFm3bZqJExa5pr1+ciJ72qauFiVjHCF26C0vYm3dxmg7\nidds7ZNCLVE3a8EQG9FrSB48YKrh8q15wZalP5900iIVcmmVlfASYP9egV5I\nvC+bjZN5+Df7yITc9H4SsIzrO9oPIGk9iTQln9G/fCTHul8CWbuvHpbmQBPf\npV5o62Fptq/kLSMieiHS1d6oKZTDkqCtFvjSfnqMJZp0Tx1QjDVGbDqcS6qk\n3YyPpaf8m5/Q0TYu8oJ5iBQT//rBYaEjHcLIo8uCQIcJbllJaM6OolWOjHf7\nhBlrC7JW/B79Re0DC2jRcQ6QM/EY/Nt7ZjSqsk9qzzL0zQvvPIyr1/zCZDMm\nZVY+\r\n=OOWq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXLGBMaFJP7/mkXFewEgAtTYwRYigS9wq6MZOYCYXkFQIgCtgdUHmmgQ6Fql8SmlMrTqB8WSm+LjmmNOsRgosh0t4="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1637602750000_1637603028235_0.4699620685291721"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1637606482000":{"name":"create-playwright","version":"1.18.0-alpha-1637606482000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"daae8d4863109e0e0e84b977a0280de2ad9c3f48","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1637606482000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-FFH3vRrm24WBp69nNT1Hxpor5SmJeUOGPVu4NhPOuzvTqqlRFC/2xA4wLd35iZ5xQRnTZbeOzsE1WLAxtZYNsA==","shasum":"47ae5adf571732292f44c016f110eb76065f058b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1637606482000.tgz","fileCount":26,"unpackedSize":110304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm+dDCRA9TVsSAnZWagAAkiAP/30lSZup8hpVz/yhCekq\npluAwWdabJeEan04VajIOXkhJJWkxwg2b6e43I0Pvdftc1dfPkUSfjZtENQe\n8fGr114dEpLXJsxUYcojYLDpkLx8LiiMbR23OCm95Kvi498jydFPZA8vJ2sO\ne03dj95gqVxcwGA89eUPPXR2mgYC1eXLe5W/WhTxdcowb78stTdpmx48riva\nXwCkqWQgZ8cnOtjsRcYYHxgM61vqk90YIq93QwYSrHS4cQwL6SEQ7rWZccx7\nZftZs9txlJvtt8tTbNH6z2+ZcKp7jnUR5TqHUbms3Elt1Q0rwxqZTUY29HkX\nhKtVGlIjCZJVZ5zaT2+ndD9UtszY9MLkgRA/eVwW4qGn0m2zx/uBDmoUbIqY\nbDTTqPnSusMz9MnGfwXg8Y+zlZ5bwBlUExaxD4YGLI8p/r5hPJCCLrSvxMAW\n61AZaSOT2Adfx/czb5K+9s6nw5gAqWwibEgnPtpm2KBKsM6BdxS6pfpUQtWD\nVlg8FI7mVrdWGvblpt49P4AVNwYcXjRkeFKu933g3T5O9BsE50EjNQv6wJZp\nM2TDDft/7smzKgoVQIFfX6bcZC7y56ChafOd5rLz1e6emFROeLzpmCcFEdXC\n0rR7b8lXZJmEdPG1b+rmZ0Mx32cNX9s03VL2b+8PsasXB8K8XT9CZGJ3EyIE\nSzjk\r\n=x0KA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA02Q19LaGjo9uCwI+QmskLApzThIt2WnT0IrQdAmQ/DAiEAn4Gs7Dh0BoQY4fPP3qHKDJchtow6X/QQ13NxWUTBjn4="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1637606482000_1637607235612_0.6495945495908346"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637607601000":{"name":"create-playwright","version":"1.17.0-beta-1637607601000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"8985bbbad1ab581fd5734a4635eba973c621b9a2","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637607601000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-Aevy3ske2a/ew0Wo+0q9wjnrPIwu8IQotTMkafQUF8vGPJ28HuwmNh6xEQVuSLEEMasgfOgCbUZQiwL/uLT0rg==","shasum":"d412d82ed0ade5d9d5746e0e25aa87faa5763eff","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637607601000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm+mACRA9TVsSAnZWagAAC7QP/AglGw+mkOH7BhllmRMy\nEgHgdcBzwDq9oD1k7opJ37OJOue2dGHf0N4adS/HgdszbeeCZAu/DunJDFdC\n2YEW9mChLtxIafyIksNiu4jk3HODuFZpXVgVw1oli0yRAMkfmLE7zFefe+oV\n8zuA6mmVha7JcdJMS/yXfm6t5jDtYGc1s36d8c9KdUb2O9z5Pj8GmgPd5be6\n2UZAjgx9Bmye9pUbXSH8EqgXJQpg304ExSMrqV9P7Qrp9dgkD5gUvKgIPIcu\nSzxzL8Xnm7nnVgXaGSBAzsL1gK9wJYgyg2t6F5sSDgOsYQc92O9Dcv1zgQte\nHwQWb8/E49kCG/wRHSNuDcb19DiBg6RPptEImfCOoveEoqpdFZ4ZZVbXIxH0\nfeVzlOQAGCcGgQbshT37VjbJVzrPX2jPAR3U828pxhJEqZ6J+8HbDXuOGys8\nVJ1YWQCiNNjYay8jI/HY2Pr4w2P1oo7BwQk4ctk3OHE0aUb8d1COP7exOfwq\nrsACvIZMXk1eJpG+wjM/6PaJLrFZieotloe0khGizcMjCKcUitC1t4zXWBYQ\nG8ShOR2Ss6JMLEysIuG8Yb6mTyzsKVRL6h1KngSMJHZH5M6JU80tymbiYBSc\np7ZY7QiHgq23rwVmpogNme2AJ0KOrNBbMEAnEACiSFsVBM5jm1a2y/SYL0gv\nuQAh\r\n=D6Rg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDRAN/Z5GzW26rK1T9iGrvy5Lmk4x8i+k5QhTWsfGyNoAiEAi/LSg6jwdnp8Cs+yFbrH8URNhc+0vZTFTkZVSiVQIBw="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637607601000_1637607807888_0.9024960774323108"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-23-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-23-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"80235c47a5fb142c3b21fbbb9350de81b60e6faf","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-23-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-G9Qr+Fsd3Z2zhsfFYKZYTpkkhYohAx/NXGNpDZPa3XQFTnmeBBi6qpIY4SFa7KtuTnQumyU+SrUvl95G2cFBow==","shasum":"71e08d962eb3335744537b573796706dd8d76164","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-23-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnDQqCRA9TVsSAnZWagAAM70P/jHe0Md7cqDASD75wHv0\nRWtMpSPmQjX0P74CQfPsv1tg/QzmrlYN4SgRsYQdUlIKjTUhxjkbgrgqe8rk\n31ifBR/2mODbRHsTh3fmySybtIMZl9gUmPQgzAg3gaH/iRg126+a2I6Cbmgk\nulO71SrOYqL+lRHPnO5GXJio9n7KNg09AnP4sw5+K7Cm/Xd3jZydv7rslwlb\nXyXcGLwOVdDFYoktc8Lne7WpJq9Epf2BgRJBkEivpz1x8E8B4WDrhSJ7yqbs\nO1UcPY7RZEQbRSS508UEpxO5Yob09IDXbUWNiiScXHM/7edw8DMPbEkgpdoo\nx429+OzPA5aHgXZWFl2BMjegLn4qqPEgnp9o6BY1dEEGiDpLQbISfgPwto5W\nM2zqftAkNFs/zKtDQOwVBUhSH5NLebXlji+fST24hmHPJVLsH6b46ItGLoEO\nQWN1kU5CjC8hN5ykL//5wyNIH3oUbs2d6DccxDGbwJOFMHk06QG5rFqqOJcT\ncwzqtn/kOZk5d+U88hcjshSJRVrNmPFib844SfLQFAc0O4ObYiIcQip6FLRB\nSC8/mDprpQDnGw5wy23LlFWcFo7lr7JO/T6RKSq1UiENbdXp5WDrPB11YN1T\nZdh42VbDMRyTge6f92qb9YIn7toH/3P44aqHbrN2LfM/axivthW/lwtgP9kr\nqR8e\r\n=H5Tx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAiiIDczwD+xC4IqZu/uOmoa78XV6ylOx7+7S32BdbIAiEA8po8OJiGbvVQbl4VF4UychQlZIshrR474b+694MPdXk="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-23-2021_1637626921825_0.9746936666691803"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637696328000":{"name":"create-playwright","version":"1.17.0-beta-1637696328000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"a7f56b3cb413a0c1a13897da7204f9fc06531e83","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637696328000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-xEWYF0TPnCoKR3SkBBIRPp54d42pnnEMSb8dJvkmAXlmaV734PevJ/bZ1mL83ycX4n56X6HTT1+2xB6UyIwPig==","shasum":"d863a0df93c070f5367221628c99bbe952a05a1e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637696328000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnUQeCRA9TVsSAnZWagAAKDkP/ilffFllM9d+salBJLqh\n7bTBpC3LkyMgcdwxvB33ixb8Mhom6nnI5DtZSS23jW6hHyHasszWEG6cx0gw\noT1dFFNnaX9fbWwMfikx1ub1XKvlUebCC7QcmYhsy/HNgsgnKGAMXITsyKhe\nG04qWVfWr6rYml5Lm301ND7R60mKtjpfYBcYkd38szyzkhb2RhBUBc/vq5Hr\n7naYaTvPsTv0cciHyqfWSz1i3fLyg97n6BQRwnN1Ltm75DBh2IgGp8zuLfEw\nAUBrLnLIPIsX+tVxXkGa9io1iUCOzeTLC50q0tNiuEjZio1inMQ2FrmWUD6A\nKNDVtKrFiwA3ZBspjgNoo/dr2me1cR7Hgxe45slt0G6b99xFhNJOIFcheeLg\n88RzLCwM7Vn60vjU0zfpKb5olTsTOHdjHzQUeLxqH0OrB7zJ4vnesrla5rnr\nF8YV6aG0rEwy/23jU6TtEvmdhe+JLDxYcA/bbbcHJA/gd9Hse8zX/Y2BXhTG\nBxN8JT4RN6LgvjLoYdopCTPd+y9d1XmrrBuj7DriU1iIfB6Dg2LHkQ082G6Z\ntrpjVgiApbejMf8Ux3bmZ/f2z0cbYXqWLn5wQ1J7rqjR7hgdPYt7M764cH2h\ncyPMQjwOuy5lTCwlMcKqfMQvo13KhzgposxGHePTm+MRFXv04aI2vcqYnS3C\nUELB\r\n=O/aj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF0pz2uXkp+81ukzXttbKDLOwbl1IQhPxJDd0ITes7W0AiEA6pDBOUFtAvvd9vltciHcmsLp7LP3NaJ/llUKm/StC14="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637696328000_1637696542047_0.7067595040960013"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637696371000":{"name":"create-playwright","version":"1.17.0-beta-1637696371000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"2771fae7b33b82a4872ac1b4cefa3c077252926a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637696371000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-VQu+1CDyw6HpdfBd8nHZqzCCIqsXMEkD/NNb0NYce9Px9nCLJOyxmctYYHA/7hWX7J97ZORuVmJO7SthBBSyZQ==","shasum":"8dc4c8f8f3eaa8213cb097f0338e7e9df448b082","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637696371000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnUROCRA9TVsSAnZWagAAyMcP+wUdtJJPNPYfWOBML0LE\nem6Av2xSnjfL4TZurY+saVpXI3uq303f95Bsr5dVTagbvVW2rpSDyM4eRPq3\n1Eg80ikwSeug/bg5/cJWxIzj1Tq4r7CfoXYWtD9ixzv+U9N96//DJMAo0Xod\nvtNGBia8162Mgr+3/C7DiaFTAn51JP2LPgGo1X9nv2iGCiC0KLgvEVtI08qZ\nAJZXCyGRsFt3CFx3asaKfeXdxVT7pxG4vdxj4kMhA0PlMb76/bkLcIkUg23Q\nRyms6HD9C1NMOToHJKXh85EELOuRAdcKQ1HeWgecQHu+yd5Spag04Tv6/egV\nfFzU1t9e4duIk094b/5PDVQS9bbmUt4SmLcAd7DvEeg3/wd8MstfZrP0XA7K\noy9/jDDCLga4YUshS/uDc/Mb7V8Wjw8UkwF5W/zfoB1MgPHCbkjObWv5hsC/\n3L45noKHEhvkk3H+wSWCJetx0YZC69NseqboVL373Z8KTBnRkBEx3yS+2sYb\nAxey60KA0vnMjai+y41+ChqgKcVhK3vNVznRD7TWWqGYf4rfJlcXDaT6SBvI\nvfKUCCPFFzwGfMcm8yFhPjnaHA3PplWIrGNic/FM900Nd8NvxhXX0FIkFPRo\njWodBut3kF6EOAFHY3P1VCFcLLo57NaM3OirSXgLoE3i8X0Qq7YCXyQXsOM/\nwxiY\r\n=PvtK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMXfbsxJ1Xo7F03v789rGFkNNgh0+08FVsPnrhwwyRdAIgB+10FXDOOVT/Rzh1KoPyiB0xJPhY0NdQsEfG0ptAjJo="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637696371000_1637696590322_0.9645192278311543"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1637697877000":{"name":"create-playwright","version":"1.17.0-beta-1637697877000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"41907915c7fa4619021c03639f327fdd82f31616","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1637697877000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-roBsdr4NmjvClcjsD7VW47qMUOlo96GOpGoTb0GFuv0RIoa03Sqm4neXxoMDwbCClikRVve7rr77CDzjcCg3FQ==","shasum":"bea93852a41ebcc4699fca877e6b759375d93fec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1637697877000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnUnwCRA9TVsSAnZWagAAzfgP/0BSeypiFCxC4ecB50RN\nG5I7O0c06SjGdakPC379YYq1avsdUjMaHn5d4BIVcqmICpTM7rc/vaoqx565\nhYTY8NuZeOtdnZRdcfwoS3BKNFArJBk2YJMRcvDGqQpd30oJh5JDgip9SgpQ\n8zPjRPnL8XQMo1Unb327FukvyZbBB/aEhvbYwWCS4Wj33ptC6PPVhkgxhHpl\nsd2SM2P7P6DC1sVrj6J6NBzIpFXWM4GZhyNLqhRKo6nOvOW7sYIg151SM0WP\nad5o9s9JQ00z5csrliIQeKRUMctidBIFvZAxypqoEIOFhwxqT9kGriLg0xZ0\nYjyKqRnONX9cx+gYDdL2voIYbtao2Rv6QmOY1jzoQRia12R0P8h9METVaqo9\nh4JjpvU9n6MILm72xnR1f+POMIynziLom9ZPYKXtXi/o//89V8GmZi0k76aq\ngke2DzSwCj8AF/mXtmFJsxW0xbKU5TNN/r5ADFNMsVK1QAAzehck2apdjt3I\nMa4JINoZo2bnJK8RcP3/R8lTbLsAp+oD6bJ5YdQcHR1sr5mcQaSbYSKuQ0jd\ne33KYqCHyEk1munDLdkYzUluQ1u5hBLST1zWfHSaR8hvjPx7GEggr0muYzHV\nEaZBtYPnW6BgCGHzEqMtNQkY1YsNvo1GSO3P0mYvfARL0cmP1fRVbeKVdRYg\nAavr\r\n=CN4Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC9HNIyPbEOZjf0SogopPjKsySAFRmxnb3maoBbMDs49AiAe2ySXS3qfPdmCOb2XsZQ8dB8ys0vzfQaiyWHPSrdjGw=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1637697877000_1637698032304_0.10813787440598732"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-24-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-24-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"fc9747b1df60267794cfb586d745cd2a2895d092","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-24-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-iEaULlpY5yXWJ5rqZVHXHuFZgnWyz1qMbbEIzvoQbErjc0bYdKygQb7MK6eFKY2DYNMthuvk3D9Cr0f4jz/DXg==","shasum":"75d30f0dfe9e98d76f80f950245d58b8174619c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-24-2021.tgz","fileCount":26,"unpackedSize":110302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnYWsCRA9TVsSAnZWagAAsnUP/0A0kdYKampHlumPcwC6\nfisa4VUIBgFdD6nAO0xXNDZwuXCWoKgdlDl6/GW/+aEQ1Uyw+EKQPiBD7SQ7\nugxOEwRiVIr3mHAizJ4W+/xEae8XYKDipIU7Ddw3ODskaAK8m5KwJAugMpmX\nX0qvMiczxVuYT/9mQveDoaeBXrls+qGTFmJxZBjjJuY4AwsX/NrGDnPmyuDn\n0GIm3jx8avuYYh9xUEJJAO9mGqvZ7e9TQq2eqr5y+gwKpeEPiqnnPEi5ZC+7\nwoa9YpFLT+L+vHh6SQRMOsBbHe4Dw7wDAzFxc97Pn6VrDhRAIFdVWLb2/0oD\n75FmJob9QFGYIGVYibiHD8Qbl787KAsYcrKQWZn3NmOnj45SffaF64bcFLNk\noEbHgU6gWoKUfi1vBTKCpgqhsqdVkA0FAHr1pm3CR+16mu5du54dcyHJc8ca\nIRQndQImptM7seM+YN0YbdSol91bci8r5n8x4TMoOomyzWgJpyAWraXXcip4\nyWbVcb/fO0GaTz/wuJD0Zxl70jCD+ZI4FVCv8lvHYI2jLO3zQgvdi/1ODdjw\n/bKGRuwrm9MTi6uBw90JKlUnUbimcszVmntT8neEGGTVvudA420bqGav7zta\nqqIO85bWu7tvvx5TU1L3VOSO19LZVGizNnTVvOMY65IUWpGVXdGpTC8Q1aqH\nsA9D\r\n=m+Tt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDNjf1lYG3vfj/Uo3X/YG5L8IJnDseWCs0zfeol9uh6wAiEAuakDVrEfYpdROFGYQh1tH5+E37bumXDnPcO9jNCPugo="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-24-2021_1637713323858_0.06470561331136238"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-25-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-25-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"da02c2e2c8f372cb8b7b6e83d1d67f5c21aec8dc","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-25-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-44bBdkhxO409FrjhKqh32ekw3QzpIGOl9wAmOBvVOdShk4E500LW5ekOjgzd6RSY6OU8puIk0Z7m570pkkjauQ==","shasum":"f88bac8de76d86d65ebadfaf725296ca1247bf84","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-25-2021.tgz","fileCount":26,"unpackedSize":110876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhntbuCRA9TVsSAnZWagAAWYIP/0xRRGyU7hvDcJN2kLxp\n77KTMo4TpJXU+alh2ZTY66IXSo19wzR1HgfFgEXHzoT2loTKps2JozWWSEzS\nTef/wntZxUvOkc/zgFVGiZkLZReigbffzMVfZRezwGYMApqW9c0bDeAXmOzq\nTbQYQ0CHD/BtnQ0vTGvv5BjVOqpLr0Ftf4mePWoMsBkmnjwYrldKWDXcNkn7\n05dloYr/OOiuCgsMqrA54RZLotU242ZRfNhsCuesa8HHyVMinYfL3JmOqTzI\nlLQlFVPLwgWpRXbZWqLGYXXrsdh5t2Ypm4MdJjB7HlJiS8tccq90Z30gxgDX\nsnUySTqCzOkfpI0CbF4FYjF2iLUP9n/zo1CAipyNlhTNV0YzD++oAl3dlALy\nskOux5fBnMI/3gisTiEILvXPRxfAM4c+rOdNxXsWa71L0u1njV7Cm49gvkxe\nJR3U/dljE9o8ER850gtIqrIa42hptVjSLFf8mAcWCJQmuvndPN4NYChOLFQQ\najtrseYN3MlOFjDS3+RnrE/U6IcevSwH0BavCn7Q3RDyDuZ+5IqGoCQUDmxM\nlEaLIUWJCFotU9Y2legoiU36hUUUh+eAGBt4tItH57tjDupIaMjiA2Z8F27B\nmvQ2ZiBTIsjDYDOMOhHyZl9ThMSa2gkehz/7dJ/g1zIjqG7a0UdmmeXYDEhP\n3cPp\r\n=rCML\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFq1mwejXXgETjyFysp/k52NIJogb1ao4hZZLmPoNJoXAiAlTFE2Tgc50gsECFUwjXCU55fwakc2My0Z8Ln/QFymkA=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-25-2021_1637799662314_0.49779682785946866"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-26-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-26-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"20c0facfb9b909ea33e5d083f847b54da384cf2f","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-26-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-ozBZwyF8yT33xhdzDt5lWLTFZ1Zh+a54XRml5zlyd5H+ai3wyqtD7jnAigpMqEEm4K5cQhTJuWyg+7fjX5iBmA==","shasum":"7320c75913e7c837335758ea9c3de5992b49896c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-26-2021.tgz","fileCount":26,"unpackedSize":110876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoChgCRA9TVsSAnZWagAA0HgQAJOvTg2stb5KH4l0eoTQ\nYG3yjgLc2CYciX6SVKoHgBpLFlpDTUM+ggCt3T+XEe6o+3nAam6q2opYP4dz\nUsRK96i3Sl6L5KF61NYREGA2MsAZSwUzrFn9F33Nph7rWEr+GtgTV1CvNxdA\nGFeiX1NWdBwYATulEFofKTSF0toeibd954fvcJWfeNdiV8lyvk7pMNUC8AQR\nfwKFa3O++IjjSaVxPjqNWVNhpbPAyzoZFEq062uwhTpzwj81nUI2XfHbyWhD\nMDq2wfwMe8fuGToT0qmDPa5YnVmtTzdCzq40GQu5xFzTclEiqF7LuGX74lML\nNy4aV3kimqJ9WsTNtCEpnfNhhJEeBjYoi2Og084ci0l9eWGPK1iNjEv4Bxb1\nJGZbycGXCW0PkDuKrUpbjNKZXqPVkRlUxWKl7Em7rBr5p+3rdBgD7Eg/yblR\ngLskymlnVz8ZlIdW1EcrR/6M0vVl8v0Y/1NA0Dpd04OAgQ2v3HVEy9noyzu7\n6AY0azAh4ydpfW5PY6K5LQALBVvwKS/a+kVBFVvE2h+OWZDolFamlUorvBRV\n+qcH7Z5ituDcHqB71fx9VxZQ7tl9fXuiJ7y82ChrWzvtEq0kQONSUZaBhytg\nRsbjlfNzegsia3iGvTErJiYimTqbKGtOGbxgq0m3wqHmADTBCp9SshUgxAFM\nW+e1\r\n=9sEu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGupcLbLK6+mCavrK6gTNTA43ZCDx51NXdbRCvw757F7AiAW5is06kBD19jPTwl/v4oXWH5wHhyLfDfyK/wWTdCKxg=="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-26-2021_1637886048064_0.15561310844616472"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-27-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-27-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"824b657884101094c16232864391977dedda381c","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-27-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-8AhiKgFer1hm5tWOUpao6V2ChrfemqN3dHCXfGmVltAi5yRF9jhH4+WaO9QKYx6s3ZijnKP243KrPXvYgaiFTg==","shasum":"a5179921fd2bda58e89a326b8cf35fd637a492c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-27-2021.tgz","fileCount":26,"unpackedSize":110876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoXn5CRA9TVsSAnZWagAA72sP/j+eHeFfTyZhSbFERGDD\nnvIYWf72WWRnv1awnRGJ9FK5wLPLqRHlqlMDyqstgJ0rySlc8F3EkB64mEU+\ncbjt1qCbGq4sTAhJRFw1kY7wZjR45Gs8B7ixF/YFyGxnH2QVLGtZuNHhRCKy\niQUK4ocQAmI/kZChH/JS0KW4WMdCws6Px19G7zbY4jYuXuKJg6DLDqM50c1W\np44PJStdUeKfkS983QIM5GrChusvtcc5YkLe566EeYfquFCbWCz7gW+3rT8R\nSvETrCcVn3y5CUD9/srsCrPRUH4WvN1UU6R0nWxTBMt0XqbRBr8s30PgGz+W\nOxDXzoaJ5yN51EKKND84ep++15Ec8E5Lj+HOywzDrUJ6kAckTHpMSh+rFa3S\nJ5BJ0zBUWNSkejua8xPrRMyJfdO+kj4kY9xO5anr2THPuvlHDvaWo0r3LcHw\nQLndgbFwIMD41JZWKB/6Jw8lwGS08QdRn7Ac+re6AHJjg3n6t3E8v/+6b/ni\n/V0Q47nz79CfwX6w2H2/yL79SCUpJ89BKP5NKVKfcZ9G/9IYwcGZ1YZstZrS\nAoAerUKmeBMRH5yS/QCT7+qy8jdQHxnHqA0FhJS2rFTXYA4HOQs9YTnlSk4N\nVWNq+VVoVBrKd1tCYa8hesWATac8dIl9kOL9+m3PVqeSTSxZsqBpnfvXve+3\nAnPN\r\n=W6I7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcIx8ZyjvpmoVc2kdhxgYJwF08WvpXxG5mAhDSX/IarQIgavgQx+E8pOrseygmzlcIyeEJWYRfcR5m/fQyH4Zmfmg="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-27-2021_1637972473752_0.8635061451574138"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-28-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-28-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"f7da3c31f90c5becb5f6193efa6c0cc0f6ae81ce","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-28-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-UXnVy4HxUnG/0+whZ4ul7VjLAK3gv+BDjgHanMW18KjaH1h2MjcUYVePfX8QKPzvLQe4Gbw0wHyo4eY9FpJ6ZA==","shasum":"afd39ce3186d2b54b4d5dcc3f0c36b0b379116ee","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-28-2021.tgz","fileCount":26,"unpackedSize":110876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhosuXCRA9TVsSAnZWagAAP1IQAI1voorrlzYyDMZpQKgV\nXJVeGZeYdd1BT/hN8mzWNnm2+ZaPF2+kyV9XKjKAbphQ1LOxfr+oXb/lI6vm\nSekzFit4GwFuN9QOZYPS9uKhRDFM+EhAoYsA+FSoQNjEpNU4Ty1Ix1DW7awX\nN35GxpS/qLm9VhT0Pzmc41XQB5LXxO8nFffSzuV96vKGg4U5PbyCJKdhDb0O\nFKPph4/C37Rf0o9+9n8CZa7k2Qo9K0SWcG0FDaCjUWTjWrupbRP47C+C+dlA\nu7smSkhYcLM+WDrO87belFE3scVNLhgJGP8xpL/BCwO02og6WFbO+hYH18R/\nN31FIa9rjCrIslJcXgqvfq9FrWGp/SD/AJl4tYWH0spKwTt0fCUH6rC6YXwh\nujg6UScoMaBRSkBYTAccm9ZWf2c5ff5plkCxsol39+zzXrI26Xk+ND1RECbr\nO8bgtL0UtUGZe1gp2ae1uN8k2/FuAGpQyX5xQ8qiISXpUSVhsVoJal/nA0+s\n6RBTJN6VZttm53lBEP7yX4dV7AFFXLtcD3saBTH1DQj6aEBDLnhBPjsWJTVB\nzCs20NNgqXG4mV/jp2MeXYSEfyvDsHYDRzlQxcDWRTXSQKxY4cMoNlowOb0g\ncHL+wD3Q4UT7dl5oYUj+hvPrulvM4KzUtcv20CHY0V/MB7WigutuvGyEddIs\nmdGM\r\n=SrAU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDehMrTFgpactLpFaeMOO930Jy6ATQ8y5dp5w0uisM+FAIgAlKmeYKwSK7gvCBgqgSkdhaH4r7MzEeHtNhpQB6+W/Q="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-28-2021_1638058903703_0.8703152880358616"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-nov-29-2021":{"name":"create-playwright","version":"1.18.0-alpha-nov-29-2021","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"f7da3c31f90c5becb5f6193efa6c0cc0f6ae81ce","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-nov-29-2021","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-stV2aztVwJ2KVQ3Fy5wlvcM+DqYEzSytHOtAVkU3rdGvF4mBl1GmpiN6B04UjcEYigZGJwmkFXPn/TdyFJE5FA==","shasum":"bb0827b721ab0c930fc015719b9e69c74391f79b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-nov-29-2021.tgz","fileCount":26,"unpackedSize":110876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpB0WCRA9TVsSAnZWagAAjn8P/jr/ujt9pwmWGZpVHsmv\n+gESmTHP5crS6e2wzGgL0DKiJs6ejdtg3TiQJHMccHnOjL+1Yzue6jML3gCD\nPWDgpaRVZNrpj3PZVGNkoFSGCrj77WDWEqutPBUHkna/ZF3k9FZtxblbd7By\nNlZUQuIv/dmYZPlCUGtbxpuQyJoUjISl1VGBil+mP+8PCUnHjGY0o6RCPsCO\n6LgAxdCgyivKbRrrCbOTCaJEiVpnp2Lr3NgKVL5D5gS1CnwYUX9K6fzq/RaQ\nxtkRRaRjUQpO7285ztqB+kbXZKO1fQyxLEIRk2yg8CLi5hTYLmCXVoCZflUT\nNxZWoZ2pEp5SV5ue87yzWgjqNIQesxxOd7TFj6hIxNttwZ9Z8CfhJIIrO42t\nebZC+o2Q+0Kn9tgYisEHUiRZv0n2eZY8yFZErKS9p77JT7M1kSFyJM2wcblh\nHjEBSdwXMF2riIvtx2jLh+O3Kz2+OGlpX/x0uCOIqAN56J2FJOAr81vGPAL0\nmz/8hUoj9aoV7EMAzFmgL6widYHuVqLRuHZq/WkaCDQ2IEdguPwUWKwXRQvq\n8C5ljiXBJFCxNjjpR2NgX3SuoE4D72IkRtVf15w8OErIiRcTCccvUx82JPYu\nMuypbaz0kYToHPO35RfsqIlMEwr+nBKGNrCqN1HYLRzfmlCjJMrzKWtVpo6E\ns6GA\r\n=F/NK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD225uOpqvvain0rvm7ag0QByj8E9ACj4ccln2Jx9m2OgIgXZizy1xCbx0s6YPWCpoakTxBjixoFcF1QBqyq27PmCo="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-nov-29-2021_1638145302400_0.15432891207641708"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1638222602000":{"name":"create-playwright","version":"1.17.0-beta-1638222602000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"7cf48152b7c31192417adca4f4bc2af98eda37a0","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1638222602000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-WlV2Iqz12Hj8kncxu12S0CgQLdFTzUk5Au4AhQY8YOAl5JV2gnJ8GFa8Svke41vpWBKphNj5oHXzF4Hzpn9SSQ==","shasum":"428a9bbfbcee94e22b6959d6ce87c49fadf39642","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1638222602000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpUvKCRA9TVsSAnZWagAAmo4P/2dsF0Y3ub918IWXtJwf\nbU99b6OHGGpoO3iwqEwTxpHJcneeb8qhd0BaupDXjo3NIYheaNavkV6g6nrU\nTnt1zYFuJrOk9dzcsVNfMes6a0wk1v3YDPme8v85czeKkKixHIhEWWzcoLsY\n+8nRIEjsnRzT5qZbxxOtzxl7B32nFrgZXjpIEtPQ3zvSQVHeRS6abJbVKt11\n+cxvJ/Pr9aDa3wdLKhK4MGwF3s7ZboaIFtPiD1N4+y6tn8hbx4NwrWNPWMzH\nyZtGJGIE6kp0W9rxbDR34v6DWpeEZfEdcKDrLFsehc2+u4DnNb2+kH6ZxV80\nWQDOWh7iuZyHwOeXHqR98OWKM8zXIxi+VetekcXxbIszJsKME9PgD0Bj3Dgq\nuji9G8st9dDOqonRAo9RW3ini1eZSWoThN2Bk6tw4ojp4roFccwNg/i+IiX7\nqWUxRW5L+11dWmEB6rIMCwRhjkcVclR7WmqCo0Q6MlXzNGl7FQbRhrhJNpsD\nK1lvotSxa/U36qsThAYj+w9eeAbE1ufS0Pr0qH6r1KhVKgthfpPA2g60ETnv\npP44Zn6RS9QP+p+LApaPo6FIs5ySO2Dlxym81cfxkt5HBCtDuOyFIVyvt7lD\n/mX6T7s7PY3FKfkKabCb/xLtaLmffv9WurX2gSNglCtJ59bgUJlih97ydO5A\nxtI4\r\n=NTrY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyZ36Wy3jC3yDFrf4Zm5XjqjwpAUnlUX6c+raaEtguCQIhAIVxOZSuKdcv96CRidGCOgXvfFBzANk8d5NmTkorUyE9"}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1638222602000_1638222794357_0.4603700852842343"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1638285466000":{"name":"create-playwright","version":"1.17.0-beta-1638285466000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"30e15ad36f011c7adf5bad86beadd50ca93b01b8","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1638285466000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-+t+naWWleO0CXhSy4avV40Ie71YvEJCDtV+PUKC1i3Y8dD2stRWkfC/s2g6FemFgP31kXa8FVbtVCEYj35FmyA==","shasum":"49225c197ad32ff2bb2bbbf03d4e588d79a092d5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1638285466000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpkFhCRA9TVsSAnZWagAAcJIP/j0T/9yIyvRfHDEetLYc\nEBMKRQeLvMco24D0Fw+il21Li0IutRWYpirFS/2Ty4RBhN2aTyo9bD9pBgiS\nSTDaMLojaKoDVB0/Ypw6IgOlemZoaXgOzbnofDxg9JRmxt9WXA5UJjnOYIyV\n88Onct+JDAb7A9ItIJXAkJWmY7TDnZe0mNFSoCckD5hLatakKq3MoaKQ8Ij+\noby7l5T8/rXjKYQ2LxOUbWOlaMaeZRFEHHznW0K4kOHDEQOU1KqJN6UfLQr1\nMge6GSWTE7fxJrZhi+NtYHpWS0FBLTEZxrD/HcwlNDhaAj77LWcrW8Yjq2k4\nKxESPXRINJVv9nYywIBgvbrAIcodSpemvoclqB19Pi5JEtqKQVoGyN7Os3/r\n61QPND9IbpWWx8TJUirvtIr0lpRHwDj+YjV0VNroUcF29DXUlKEFBKHAVFWS\nkwSwE3YRphF6vDI9HSNJnIKncb3EBAUaLwiyssx/vvabOd5jrYRFmW2peuIT\nZbqTMLwY4gMwEaVdaR7c4uSjCSZsW/hpappRJ/EcV0WiQdVnNVzg6ZmMDiPd\nZXTmfKs9FXPcRNXBg95Gh/rkKhdAoj6ajLxvBKloU6q/Nbxssbxi50Ugnkw9\nmhe57RrhXl+PSqERIElfrXk7Lmc5NCvX1Dil2zfarBpwz9Zb2vb7rR8VJtxJ\nSpLF\r\n=s5zJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIApXt8jOc7pm7za8PPzKGlbw75tRE1aEvCRWYdxFrzfxAiEA3kjZ/pfPmHml5i765FpJ9mnUETxvZUlhtV0ifjkVzGo="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1638285466000_1638285665755_0.029443725021724765"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0":{"name":"create-playwright","version":"1.17.0","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"gitHead":"30e15ad36f011c7adf5bad86beadd50ca93b01b8","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-1HfNdOjmfCPCerh2xGct22hrggcb6ai8RbiiM2+FVDQdfyRltHcF3MAfzvEKkWBZOsWYBY/WanAXyLWaiLA+1g==","shasum":"c50a620e16531907a0d46f0cbd4b3b71b2fee89f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0.tgz","fileCount":26,"unpackedSize":110284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpkG8CRA9TVsSAnZWagAAprUP/jLUyt/AwRssfyg5qSfv\nGRJKaaOqEvBg+5atthL1ajFBkU7065vwRFJfP+DRVjrP1rKGVe++7f0NN1pV\nKKFtdbnH5w2lhrxJxRy/mqSFG3nvRlwCOliaPr0B20AqDIt/3Bt1IdAHz9/i\n+GkUEFntgGE1wARCH0EzGXWn13a9YypIQdhhPSBzXPrjpJgiiSSjZ8Es3QLO\n90QoS5LgprvhicpiabGFDFV4l5mdIT+1EbiWs0f5EwjaUyVlcUMHLH4ZohLD\nCHBcdiA7QqoJeAV47xQfOpEsecDXodcWnVPSJNGRj6Iynmx6zaDlW9qMWULM\nom+POIAnQ45Van0ooifWW/V+F1+4xRteIFLOXGb3ZUEyVgLfCE/KL2DudPMW\nwyUAo88j7ctA97hkQ15n1DBH6Mn8SjwZhJ9xu0gEUoyFiPFAZVKaqQw/T9nt\nkNTSqWFeUQGt1bBFvwT68tLY0v+Tbjmm7S/9IvrCxI67gEbGHs5Qgza9Ym3M\na5IU9nvQlLB/Yc8nYXSnCKghbrD4D+vjFQ4Bq8vTLLbSfjwlc5eYV1JRm70A\nUOHSkEGCF1RSmH+ii2nCYs7ieBLp/IoVsSgHjGjhtXnJHYcZAh29wi8xqdEB\naEqSmd7w/2hGb6kTJlUaqimgrRt5hRtsRpldE8vHygUOEAkD+SI/rHn7rbbm\nauC/\r\n=y9v7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxsHRqhaPfJckYXAwY9PzpNPy2DFWkUfCiczQ/iUM9aQIgTzQDSawfz9ioNPhXk0JqM7cq+YKStH0G6qPK0W9dKF8="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0_1638285756473_0.8184091809381517"},"_hasShrinkwrap":false,"contributors":[]},"1.17.1":{"name":"create-playwright","version":"1.17.1","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"MIT","scripts":{"prepublish":"npm run build","watch":"cd src && ncc build cli.ts --watch --out ../lib && cd ..","build":"cd src && ncc build cli.ts --minify --out ../lib && cd ..","test":"npx playwright test"},"devDependencies":{"@types/node":"^16.9.0","@vercel/ncc":"^0.30.0","enquirer":"^2.3.6","typescript":"^4.4.2"},"gitHead":"312eb7894168a5b75ef9ce50e44b94f158d55976","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.1","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-z1b7UjCk3JL0ZjKC6bgjBVcxWJstaptWUnhn9bRH90+vhmDURnpW7RuujCkTMU322rsqLAWB29USE2IQLuILZg==","shasum":"e8a01e2002498b618ca02ca5618d0e1f4ffc3da6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.1.tgz","fileCount":16,"unpackedSize":140054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpw1GCRA9TVsSAnZWagAAKy0P/izcaVpAl0A0mZrh/UD6\nkP5wgxgdXVoGnhUmtnjWlVz0JMFLHYwZqb6ZTE0wmKvgHFfRwsTbFMvUSSDQ\nVGlF8n2s8SN7ZLsl/i6bsVLWhVhlPFaLpyIAeou1rRXdVlelPkAfLF/L09Td\nM/cvWDLk+kx2KwF/qaEeJ6nsmD5C6n0F6Sx/lWxCyO9p79+MJmAWLm0xkHaS\nuYJVye7VMNjwAQyLDIUm/q2GUEPh347rpItZWNnfCISlRX84JC2W2hGNm6Wr\nFTh4BBFPffsEXkvT0HQm3jfa+N6hJNpt9k6rq364uBKW4mZ9WNjIXKYk627h\nbR99bWeMWDX4ddxte0faoPrgeN24jconVhG8nbyZcxgYP5aSvmkKk7376VEA\n+Cuhl3pxKN8uok9sQBtmhrKQQZVBIRyTLBsZl0ZKN9HhIPIi5W8NCUW7tOFV\noxOSLyISRPbdDbE76KbnZMju1DiOA3cuyX0ijVdYMN/u5vPL5Ls/vR6DvLM/\n//Y/f6vpOd33W3+4tQ9yM3fsviHuWh3rx/bhKE+fbbLVdxVrV0MHpqY4Wot0\n64sZ4Gj0565904rQje30dy164tuwWZTYhIVPD9JuZPUSGYu3PrZs+xJFF4Ub\n8NWIlJqnmPFzkWCScUVQkqCIJ4RuQDaMX6o/xJj31K67Cz1POEKza0spU07l\nv3yA\r\n=sVoK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC88uRGFGcaAJU5uRKDo9ZifIicw+FGyNFORf/fkjmUXAIhANS3tWedcz9PTGW87iDMFfG8WtZ9zQBLANP68yCevz4b"}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.1_1638337862127_0.7522259115718715"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1638356200000":{"name":"create-playwright","version":"1.17.0-beta-1638356200000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"013eea654af9aa9726fd6707fa1735bbac0c9dd2","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1638356200000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-AIye5Dkv9ZQ/Jxfy5V7VwvEX4EJlw2+oy8mt0QbrzIpv3mTkBgTTO96R2PsqeLf7+6SOATXDCd8QHbF0amUMpA==","shasum":"ce68f2fe167ca9d78b1e791e41bae1c2b1703bde","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1638356200000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp1WTCRA9TVsSAnZWagAAncgP/iaV4Sn+4Pl5yc++CQOX\n+duPTCVGDJajPuFhrEEzU+SlXo8dbCzLXlSBqaI+tEaamFgsICTRyExvL3zv\n0XRpZjvkJgSK7L2llmKRZh441owePJXRB+YGvV9RSt48okZzMH+R4uPqV5H+\nq0cfbcTVUMxYU3/F8Q2gUYH0Q/2ErJUDhk6ICIBhUoo2bviEVNM69u5uRnVC\nA4a3vYo6JGpfPyyX7Lfg77fERc1YJwpV6xiUpZwIdHVigabLroFuxnQkKgcO\nTdR9ubt0+xdKfBV/+UYrzfCoy1zbTaZXYlVFOQ6xIRtfQLvQpCXmTqJKk61/\ncJiQM9LQg9FPrkqothsUOsUQlDUDjxVMUC3ssxb8vGYt9dSYaEXG1Q6U8zGy\nX4qGVPd1lLWid1ACuE60W9zjQragFwpDcgr2qNOqiBU/p7u6D95X+zlMBb6K\nPCDw9LPWBeWwEGLR/ZeVU4USZ/yAO3vfNXNnkg0dTg9LQEHXR0MSYj95hsAj\nyZEYZxz2K6nKBzYbCo/rR3i92vwh7nStSfQB8coTLo4hytGaYa8opirHwq9I\nOeGhvHlx0A/8OsafxypB94Yi4sDgk0vVV8oC34U0v3m57w/rvB/dbXKyK/kx\nPT+XNrtCt8HpkBi3c831aWRePX9Kp7IFfdLWhggwEdPg6ulP0Vw3sKcpxubW\nNKcz\r\n=QDNr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGvkdPdIWU1Y/w0dzaonzP/eYU5K5zds/5k2a/OmzjRkAiEA+VFMLiJHNtXWtw06D1NP3uIPrj9sYoBo8JSN8qkxI6Y="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1638356200000_1638356371168_0.2564585578194405"},"_hasShrinkwrap":false,"contributors":[]},"1.18.0-alpha-1638379596000":{"name":"create-playwright","version":"1.18.0-alpha-1638379596000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"5c93066437d0ecbe15207d57cadccbd5671889b7","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.18.0-alpha-1638379596000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-UlDL/5oksq0wFk8Egdr+YPZQE0bsGdfgAIQsO+SfuNEqyfCxxqCS9zXmTS+D4Ltc+PbNB/BHbeDdSqzxdpQfVw==","shasum":"d0994da5160b87fc793c22cc6771b13d191198b4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.18.0-alpha-1638379596000.tgz","fileCount":26,"unpackedSize":110878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp7SeCRA9TVsSAnZWagAAjFEQAJSjtOt/lsUxGQeX4HW1\nViuJepmGjesLem/J9N94u9n4ulve04FvdQh+vJ2xYCBN0byNhHhAFOyQ8bN6\nIsbM08mLRzNsU+uQoKgaybiQ6vP/xwrF+KVmLaP+UcM6Rx6KL3/1ng264GH3\n1IbO8z3RP70nlIP8M3GuLeZmAf9du8dzsQ54twsZ2enkNu5Pf9M89xe7BC/c\ndEkPj8ROVDMCCheh+UWnHenI5+KCZB5grtk6srxRXNC3eZoSkkZNGuNuggqB\nqu354IHwDX+j0yyNWfJ2IVos8ONorI+C1vRgF9/6DCFWnQQRCf+xh9C5jX7+\n1J+DLzUJFl/pH7UveqTgSp33POdZL0jilsrwAywlhwM0XmF/qKzBMleaLvOP\nVBMxIIOQcG2WLvpVCfF58mz5cvrBR89YrVD87JhrkBt/6Qwqae/w7qTsKouE\nmWrnh3XsmaaLEoQ5kLq65FqYVKrOOOTAzrwSI/UK1nKHF6yqqdenUPpw4xjY\nWrKsFOTHVAEnLIzl5kTLwxX+gZvGTpWvyimOwnn3kxpvqllYiMmVdrH3UZ5i\nfBWkeanbNlWloWDPvyr4VTK8a8OdyiikJ1M7ze37vozRQXk/9zdOuJoCmhq4\nfjPvRg9GhZsM0Ix7r4dyCU7b9+FIh6BOa0dohmxPe9PbKqSMuqY/wZGsOHkf\nkRJ1\r\n=IKfE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0x/CO9Uin4Dxt4rsoBl/FDg+l3BhvJJrfJlNjThwprQIgMBmbOmGxt8YTBWVJVoyEzz7I0y+LCpYu2IWqiOq0n8w="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.18.0-alpha-1638379596000_1638380702234_0.1429066930354621"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1638387664000":{"name":"create-playwright","version":"1.17.0-beta-1638387664000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"daece9cf49a09e6bff10b5d434645847b2e17c0e","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1638387664000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-IHUMlLrmgtbdN9CMgpoe1pa98QwO9qKsqYBsF0kVD/mPJ7Z4S0dy+2eAskQEwnbMxdQ82bZdAov6P9rInURwtw==","shasum":"d8dda3c924a2ad603969b6fe7d390ab57cd5d63c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1638387664000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp9CXCRA9TVsSAnZWagAALggP/RutpX73uGqjzpkbmZqG\ndZv8eo2kbbrXjxlH6AHOnP+TK3T6j1+AHJN6kjbNzvW6t8ujh4W+7cDGFWgs\ntBBteTrWS4sLpTDZo2VLaGyNDW0WliiqI6FYcR5tN0jEQGD0W5HOUR3wknhG\nr5sms513rI/xjE8Bn54fRlgc/E3Wu3C1kOto9appRES06RKu6UBxdQoToEVw\nU4ThFQ5vnnjvumkAQHjCb2YVOLP6niA/Zy8Ytl4/olCHPFlC6tv/70Z2gRy9\n/aZbMcw1uKVswktiz1+ttqrQTkaGqIPXeZApOLme6rus2IO1qpAKaE3fhzj1\nGYbE48hyU5VETlhH9HBlQFLwYBmhCYk8qZRM58lxUd0xnVmWa/Q4l7FmebZc\n+p4Fl5ti9l6hAVO9vA5TIVds4NQu4Ov5/ARrR1qST9XuPjMLyr8xY6yp/KaM\nHOV0Gnlegsk0Llt7qRB7bPChwReqJ4QgLOO3wgAKLDmtyPlop/lryMHmv6Yw\nUh32fkjxK7QDGVoDmvh8dOJ2+GxBAhxJtNFI+i4vMvUOwTklnCjOTa1d5ut7\nB8pPhtYAQhiw+nMTlOdRAh5OemgcOKEYpTRKx1rCXPIBrDC+iyLSaINl77Fs\ndhXeiMdDhXcE7hhG+bQVAa4qQJzYZ5VaL7l9Yi8TSlj738uUfsh1mRDz5FrQ\nzHgr\r\n=+2B2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICoStWLy4ONI3qR7JJNfghFKy/s0mP/y8j2SFSjEcOdfAiEAwtUifc1fVXmFin6O6zo2/UUe2487FSlnV0cnjWKYYQI="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1638387664000_1638387863649_0.9682637026476666"},"_hasShrinkwrap":false,"contributors":[]},"1.17.0-beta-1638396143000":{"name":"create-playwright","version":"1.17.0-beta-1638396143000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"test":"npx playwright test"},"readmeFilename":"README.md","gitHead":"d22adda6ec8befdbdbb9f840e2ace26255a5eef0","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.0-beta-1638396143000","_nodeVersion":"12.22.7","_npmVersion":"8.1.4","dist":{"integrity":"sha512-AwSbBAHa7ORzx5quTf10dj+5ElS9zoTLhp7utZ9ZRkmA3rOJY/m/A+abpwD6n05YnzLEgQCPb9jqEg02eyCWrA==","shasum":"ac0d204385b0674a31e5961c4f15f810ec13d5c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.0-beta-1638396143000.tgz","fileCount":26,"unpackedSize":110303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp/GpCRA9TVsSAnZWagAAr2MP/Rv2foctZMTZI6kU0uRZ\n23+FndBk0PhOfr+bfr2mKK8y7MSxOAvSFTL70JcJ+Qz/z8kFmtAZ/DpAK7kz\n1XSOsTYTvaLBlSd//w+yeKfaVuz7EnGDk61nSHNuB8a+oS7HnReaoUQ9FU9A\n/MnqW5+ITLTqDOrKjYicxkoo9abjrjxhCcUFx3W/6VG52b/k5JOfIYOGdw01\nIaSOicWcLqRwwew6dpjR59hJyEKmvMmi24azEb54VusA0ssvhY0jMAf22cHw\nVYNfByHT9MSBIQ6ZtmEBGtFw/ef97jyrfjWlNeTgjBXMDeZixFPuSwLpXXQs\nKkQKGByeGeQS5mA5dC2lk8eCDZfKc9jl+CYpqtS30DnKlhgS14CQO2ySYz0L\nlQqTYcrFc8i3TWgm+5UOqDBvEquO10vhYbA0zjUf6z8NoxNq48eNsEY3Ae+T\nfvYNKq3PfuEDVxWTCq+nHlK9N4vW3oRmydtRLZrmBNwN01hLiVp6V1JngP3R\ncBQkxZYvU0uIlEDdVhazrU1hR/LnYJvnRjgWNmskpHkkJvrfLB6QWaGMsFyX\nqcVpfv1TPfbqwm7fGl96BYBZXFrFAyMv5eiTk5adzIohjqASx5htjgtrlOk3\nG8EQiS8/ph/S+6BalEAINr4JkrtL3R8Gq8D6eEZFGbJmABFz4UvUSMbk2zSH\neSbw\r\n=ZxuA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZYYVzGujWAitlOOHPodDOftVpY+WtthyElna6jJabZwIganliMJQ6XZr1lT4Pq9MzWtLBGrTluVy/QO2dVxyreFg="}]},"_npmUser":{"name":"anonymous","email":"aslushnikov@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.0-beta-1638396143000_1638396328821_0.9497974010981538"},"_hasShrinkwrap":false,"contributors":[]},"1.17.100":{"name":"create-playwright","version":"1.17.100","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.17.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"7c1c0ddd7d371527a5c62c302beeb6b25774dbcd","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.100","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-O1ubOzDKOs/DTdvzctQyPdqPX4z8VbkRdNC3u6hxaiy6lPtGO0Lr3PS6uMAveWW6hZAUkCrty22uym3mr+NFYw==","shasum":"3227ca755dbee5c8a12ae2fbe0e9b6f97b2dcad1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.100.tgz","fileCount":10,"unpackedSize":158398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqWpRCRA9TVsSAnZWagAAqcsP/jQ455t+mVwbNVAOIOng\nfDwi8Li4cXbpq2ayM2rPVEh1BHpA5woTNc7STR57/xe4O/fYJwlfEjmhsVYv\nKC6DvoVBg180WgCAWu4z4lsmNm4bcd2Jkrhb+/W8oSVVjKGEtAnQMO11H3Li\nLm3Zibq/dqglAAf7wGFWLk8ItuMYCYRZXyXzEk49mGcmGFfLCYgH/w6M2xYf\nHCCHeUQ49Z6nJ++AY4S0tfIWYvTkut45TzKYv30esEhSqZFJQhOrxesbyaAV\nTltAPuvfNQqU7naJrUlNY9P0uW+CeVckUBxL2ajvr9KbLphwxGQBmlKNUNJV\n2mMr7KUP0JZCLXPnkW1RXfaPgDEgg6x1huFiZveoKfRohFYry+60RmOQ9hFB\nYxwma9Totciqtn9kV4fFfvwzb8sg8JF7a0gJsKXQZ2JAbrSB9FjVOM0Ewm6V\ndG24kj89tgdHF5QK5ReFWse8Z5SEteL837jnTj7LwQ8a5sGEp0Ys8AzkXnns\nn0jP3qgbJnvFsm8T3HuE8I4sLD4vw4KpfwdsXJZ7AACCMnbHbyiynfvpyzNf\nQNbZAOckXX8wRz2WxDetoZpJfzHQg1wpTO4tXxZP/LIgFrM4gB47GIn7sxaZ\nhW2Q9ZTxCEp7RP0NX80A8XptY7hoI6JQ2jYZLnKJAOpCa5rk1y4VAy/N4b+0\nx7Of\r\n=6X4O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmohhKKbUizY2pbyyb5FWTMhVe98/EwXvgjY3WBwr8mQIgDsRLE58q42GLeVYI5vdjz5MwN/1DD2N+HcDu8Du1MT4="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.100_1638492753159_0.3329778837752986"},"_hasShrinkwrap":false,"contributors":[]},"1.17.101":{"name":"create-playwright","version":"1.17.101","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.17.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"5f1a4ae278ce8007c7ae7e40b8909335c4a58577","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.101","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-SghtQDjG8cVwz85QO3qdJBM5pPHfOfRZqxJ7qS0WTGle1Ndw8aIS8pmO8SmZ+BlXkKq6ENiDm8xrRT/DjlsvuA==","shasum":"812e7e4ab83ff96c8f1daf5749a308e8d02543dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.101.tgz","fileCount":10,"unpackedSize":158390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqW5UCRA9TVsSAnZWagAAbwAP/21D08Wwy9QcnT3u695u\nlhQqtibnVSaISUT5dn4HEPR0UdCGIUQBjTzkJ/mEgYwcjATPIqkuNHPT9MFJ\npw+AQEHEGDLsKa+UcDnjqTLSb44gfq4lOp6z8ATU+s5PFeMXK6xd2FLq/NpR\n9bgVIT8jlmas4UKaaqEPc5Y3JmjjeocZ3Jcpkszw6LgLeSu5UhhiX74dJgUz\nR3xFLjMpdNPAT7ET/RdKIdmgVnmyqbjtEhwLsXynQfogSWfdqwk27h5rUFwe\nn4E+0lF4uVt/Yva4qZi2MkLcBsu7ZErBs6qWIIgB3qr1ybyGBGq5xjSvccvI\nXhivdAb7EqiMoUeGaETB30rLXppDNg+cjPa9jebcGo6b7XHgH3cOlmFNO6i5\nStsvIdUxE8qd39++D28ei5uTHS0DtOIRtlYWazFzHYsF29t9dckFrwTPq/qf\nGfwucK9VlQNhNXjUzaNpGM2zQiJpF3+k4D2It2MgKw1w+03RudJlIAErgj5U\nbzoWZP9atFPqAdKmtv16DeDeUlsQYaSNUA9BpqsIYaaRRWQDGo6S/9s2oDR5\nQuG+h+diaH/x8QSDWJ7vg2mvwvvtNCe6Nqktw9sFYU2bWP79U0QGsG2gPWLN\nuImCbtsoJYsNvAlpMs+ITIKaJDDORjq1fApOg00NmmWRypkO/1kamN0VBIK+\nxcFa\r\n=98Vm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyl0A+Lz9aBLcYLu2hPvu0iyD4BmYaAk9vbiliEkentwIhANpVfK7+f1ztE9ehSZwdrYusFsN2Q3GtNGsMBrzUnj3Q"}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.101_1638493779997_0.1282169041589154"},"_hasShrinkwrap":false,"contributors":[]},"1.17.102":{"name":"create-playwright","version":"1.17.102","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.17.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"0e8409d27c4645854b3b179dd66eafff75738f94","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.102","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-nxi2LnTktT7xI9kEuoTyDaycfYea3ZzV/5jYUgRRFW4Bp1fnxwzQnuh4wV74UmWmBat7ePn0CrsRG3pgzfPMgw==","shasum":"5c60c9c4640684d67b62558f05f64267cf439fa2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.102.tgz","fileCount":10,"unpackedSize":124941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+uOUCRA9TVsSAnZWagAATSoQAJtJsIXJ+cGWY08MLYn6\nnDrRhv8abcw2xQacFNiffwkCxrGqdvW/mW50/h7gLaHs9uy2WLQFTiLz2BGq\nQd4J1GESSiubJtLgHFDU8Ca1ebwF1M5EE19ok9g0D/dKwUQceqnQQ2DSzG2b\nbSn5dDAarSED87CS4narpJDMSQnRMOwF9JImZ82PGiuc9QL23sih7HN/h+no\ngB672EaPcuVnC2ctSgfOMNqx/ckt0CWbWiR72CxTDKiOFAZYsvVteOy8nrCg\nxIT+Fiy/o5/rAtWU4zMDcx9MXVYrREvab8t6HaFtlBjKg8YBIv6S/C/VTWf9\nGgSIk+6+JD7MntWHqsx4eYuj6hC0Mapu9Nwb+SbY3t2zD+915EamgNRuLXQL\njmJWJvEbSG34Mn/HSvtECAL6JhR4+Znl+ZqraYdd/kpF3dVlgc4PRrrw7HEC\n5GXTfSg+hbaJoOLJ0svNFqUIgtveHaR8AM7EABQoV+u2hLRnanKoDPnfDhd9\nMsr10BcvVcQvl0brqgXfdu0viX0k1zYRR5HIxjdbkPeAV7hdhPUzDWJFghh+\nbSKc5tD6JfNIUg0ovqqlR/tFxdp8eUj8gUokO+Qp0PUkRGKTKvh5T5N6MVui\nW3z9tRIQYPZN+D4pUAlVlpBNlYXkz6+weat69z+cY7yiKYFQdKTRu0i/VAvT\nDvlG\r\n=oaJO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFrr43LPf1Bxhj+D6Hz/KXkLbtvw+tB+oQT5roq013e/AiEArSb7Os7nOpIk3KzZnLE7OUYubGhbwmGaVfu2jUC3PNc="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.102_1643832212639_0.821023599507442"},"_hasShrinkwrap":false,"contributors":[]},"1.17.103":{"name":"create-playwright","version":"1.17.103","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.17.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"92c9c3e9a9e6f38b3dec690b8f46189de93009b7","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.103","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-jSbWmxhCN3zNbfNOIf1ZU9TXTa997HU/2z9am5q+tzu0OifE5xotjW0Xf/z5Xrq2o9Qv4xAqIaQJBUJBefujpw==","shasum":"14152912d256f228faadaddd09bbd4622631a82c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.103.tgz","fileCount":10,"unpackedSize":125300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA2SACRA9TVsSAnZWagAAvvYP/iFjh5FpWADGQ94iszme\nHbu6wsfIG4YcqA8CjL/OkSUwVXVn4TVgPXbkoChPwSwLZ0cbWedWsCM9WGcm\nS2742RShs+3p7RrzccpuvnHTz2wAGAyr9nBv3qpa/Jr70a3u0maRXA7NtiLe\nxwR6PXIHi+pvAl2kLSolwOvmGiwjmekrahhmJ4FPKFooIs+to8+/Ph4toHSq\n06nRfiCGs/0lVQZIHgN8W7zrgpel8K4wlGpAHV5j0WPZdMPOEGHwrs2YhjO/\nEGjAFtwiB74GtR6xqPmcQ90TD9yzNCfA+Q0cbN80DoKrvwSvcYipLAwr3UYq\nic19xBA89x3Bl/gdyouWCaiSRL4/y+vdAfZiZJznmxPZWVEbh1z8PWMn4Jrn\nBnpyoyi0Z4AGdbXNzsHORxjE67J6u2RsV/zJZ7QaURtDFZTcT1YGr0qOMq21\nXtbucv3mwtqfqUenxUZauOS/AIJa5eW2gxoMucZQr/zZSTn4QDh//nzDcRkR\noBTH0jJt3Ha0yYFGpeMsYO5aadFbpEaq4SJAUkYJhCPDUGORyKajwIxM7Gs5\nNprwpnhYIz7b5iWIRIRCAcwJ59zxAfSYDQEE1HYXar31FI5focCv/Ufbg6bd\n1esddlk3IN0/logWAq8z24ap40ncwkzSlUNA+PECZHl3EMmrSuc2W4/imh3c\nPj/i\r\n=qFE0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDh2EqNPHl00qHZn+w/H+3/SRF1YFY57jUQZw2Z4raXfQIgBl3JKJTlDqO+s3i2Hvjo6PYwQxNnTn8qy5AD9zfkZc0="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.103_1644389504532_0.6388891547111784"},"_hasShrinkwrap":false,"contributors":[]},"1.17.104":{"name":"create-playwright","version":"1.17.104","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.17.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"307aec18327e175d6707b675321bbe53a0a5f15e","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.104","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-57wB2NRPJnjV6aU5qo/zDrfqBXLVY5GnAXJ2w4mZDhLHuunzMvGaR9h8qGpOGHUVDJAPy/XdUEMobXResxBTqA==","shasum":"392a92cd8d485db8d82d5c97e33967c807d04070","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.104.tgz","fileCount":10,"unpackedSize":125722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA/FZCRA9TVsSAnZWagAAflIP/2RCAI9Zh/SLGHU2IrhK\nT1A22xvmp1Av0gFWjrJkkvAJ75tF/H9mu67lUKdY9DhO30sY1Ol3Is+00tG2\nUkjgI3SW3Sr7LmRBbvmhrvF0FeTIkPFL4O2NJAS+Z5wmN8VCD8WLeDHcLTgN\nI4x/4KguTSZ8QmTN3ZibgRoPLxWvTJuvX9csd/QJP+7jWV/NgQXNrdMfdwEj\npK8DitUw8KOUmWDjSCGvNtz306yzCcVKdchak+x00X+nYcH95+09aGDFpxBN\nnEeyscl9qPfE5D46+GzlN7CFBGUPawN/y/RqfqtJLS1V57gq6Qzqb6dAxvTn\n+O0gP88DSuHRh8C8GyeTWSf+VKKHMuZeO/tb2KxVtzgmI0qstoLU5/uhFhEo\nKunHRqICAp2RCZB3DeRDSDX0aUUi33a/jY/E3qlAhcS7Nv/xL4kJvVV8XVzB\nd0gG75QOsY6Z97dbDbcX4M2k9+SptVEUTR+9XM+i+EK1md7ZwLTafFROeh08\nh7WAs1I59kk1vyd1A8Hex11Zt1DDa/WMXTM6kdPCJoK+B3bHMRjIXgsbAxVn\n+vw+c9CKfokesABt3JiR2ZihvBf8duGx28BiUrPMYPdBJeXx0SpxC+4e5pst\nQhvgrOyfhhfMUI/XdruhfcWL/WuEVI4xPdXBeo0eSnaGRN7a6+QuGClSF4SA\nqlRs\r\n=SQza\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID5Ldgs62ypeDhJem6CNov9cfRDEiEhkw6Zt1fm/F3ktAiA1lwfRm9vhzwYF+bws8WsbWhaATDSdBvW5G3RZPN/sTg=="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.104_1644425561094_0.12011993972818913"},"_hasShrinkwrap":false,"contributors":[]},"1.17.105":{"name":"create-playwright","version":"1.17.105","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.17.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"6180abb7d8ddc817f4c1b2dae6ac3dcae9317ad4","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.105","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-cXPDpi8SDaJqzE2HSfxg7QFuFzJ+oXign5rTc+jF1In6JHiwn2RHVUFqI2vupeLnx2qBPqcKusGq/ubrhd3lbQ==","shasum":"35e8fcd75418eb362c2c948d142fc82e9a24c977","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.105.tgz","fileCount":10,"unpackedSize":125722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBByaCRA9TVsSAnZWagAAPoYP/0SB/Vgql8MKRg0kLGby\nraiRlijqxL12ihJhkZgWsezmC8FNU55vwikPBuqI18ZBeHyYdS7TEUnZ8WiF\n8p6C5WLjrnMMG91qaOI7yLtfCrV2GBWFLxEzMg2jtDOo3LOMIFvgsADdvB1h\nnjCuwm92oW6Sxug1dRZMvwNgBd6TV8pebNx0rK0GlDvQoQNkvrzPI+/+Wk62\n0qeagk+uO7ly+O9jG6t8yMd4ADadXksxeyr4g2HZcvcJKJVIzAhPkyPWF2bK\niIzUs2ENx0GJUuHEbjlzWQVsJaa/K3LpJJJ1wQ3oJcRdynGe/sP5x+BeI2sf\ndpZxe3d1tl8sICxtI7CFKp+YdzFRdVCQtwHdA7+dunGna2+RAN8HXvk4AAw4\nOtMvLh1gitiX8fE2Gh08hHb5Mqqg8Wvj2zP3KlAGIY3ztmD6ryZoqDy3sPws\nls9oVwC0GVAupXT3yQ7XvcBnh+2J2qmZ5OcN4VfUO8LGkB39PSSJaNx8fU8T\nvSEmRgythB28mUPrvlb9d0imRhuyiBZ/LiY2teKfXBIhWtE+yWFw0Ky1Irhe\n+TdHqtriU5f3urOksAdR8Tsx588sgbyagXkSg2XDX23Hn+n/0Gk5gyYdX5ZC\n3YD25LJI8z1MHUET/PD/pWTkBH86fVVOvXEordHG1xnzH3L6ERnILFyUW+EM\nx1/q\r\n=VS0/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/fnp4RZlaQvwwbMbF17H2YHqqpTdie+0xFXuKxeVvtAiBjO40j+RGgnnU/DbD2+iF+N0zawsp+ocZrBq88bA82jg=="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.105_1644436633993_0.6232991093419411"},"_hasShrinkwrap":false,"contributors":[]},"1.17.106":{"name":"create-playwright","version":"1.17.106","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"548ac307a072bdb0d4082e54ef28f42d6490d044","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.106","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-fYGbzwSy7YHm24dNjpYs5tf5v08fNOqRvT/NoGnRNb0ccK1AI7dgdNuXmvbU0LnAl2wCMeiiXRXtNw7gkDtWzA==","shasum":"2098dc7364bd2676aebcfc1ee7814d7be2a59877","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.106.tgz","fileCount":10,"unpackedSize":189965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBF1cCRA9TVsSAnZWagAAgVwP/1XdP71Po0K4XvBcSoLF\nyV5ekaE8H0iPu6LYl4kj/f/LRnSXvhxcqmlI5iimBL8OJ2wzsKIsi/oBtZE9\nD/JvsFTry7dwftVtCguyzHpML7n85CpeU+anY+rcJvJblRwnjNh5zseqI9WN\nG+se1W24zTbwwegmWIM+WnYDpAzJ3wI7yA1U7xc6Bf1gS98rYiJpr1ML+vwJ\nLghw5SQtiXUyJ1TnLn03nHtfow33QE4zyh+DQxjJ4jtMzX6AD9wZD2d480ay\nMcAyIyetjeDF14siOun/ll1Tna6UnW+6YovEWnnONkoR5KAvd9xAkaZVsjSB\nN9w88l+4+0f0mITz5HBqx+Ln+IdvCFmmxsAc1mAtMFlnkQ0X5xOTaUWt/DOc\n4x4Kwm5+tfMLzjuVCqJwv1rtEqzFFeV4EyBk7imB6vQNgKK7bF8L3VTC2t1L\nzkrSO2e1rMhYapL65z2YAnWiD4fbyHezD8GK7A7tGtxfPZnYNrFGIZO4nxs9\nrrwGiDa9mcsPP7KI5u5NVnejky9punxzJLWbB9t5bU44NXa9JGKRKW15zUfR\nAPKUfqSPKFY9cnEd6mwDj72eaHWjZ2wmIS97b5iu/TyYXefWZx8hpI0sdA2m\nkDVWeYj3727TS7NXjM7pz/O06wSiZYKqLZDEwdrw7YXTCkqRrSswdQAJnnrT\nqxTY\r\n=dgV3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDD57VIVfwXz0SHZA48xxkttmpG4sN/HQJiXcbmSOUwkgIgEJuGkl8F6zfRckEs3W9vU2NCMdBEbX47g4xln3BCOVM="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.106_1644453212745_0.43554245176375184"},"_hasShrinkwrap":false,"contributors":[]},"1.17.107":{"name":"create-playwright","version":"1.17.107","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"npx ncc build ./src/cli.ts --minify --out lib","watch":"npx ncc build ./src/cli.ts --watch --out lib","test":"npx playwright test"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","@vercel/ncc":"^0.32.0","ansi-colors":"^4.1.1","enquirer":"^2.3.6","typescript":"^4.5.2"},"gitHead":"ca1e007195f0ce934a2399be3e2365cc4d1bcff6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.107","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-mFga2GSqmNX4SqKOwv6N8jZTwUnObGmpZldB+ifEKDnTjJTlcbJHzcT0Q4/xzXDC1A4m3hCBlUnqXJyCWqUfzg==","shasum":"d137adf025582928715ee32f87f48edcfb5602d1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.107.tgz","fileCount":10,"unpackedSize":126441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBGUQCRA9TVsSAnZWagAAjcUP/1oPAzrOlv+vAjdYjer3\nPDJT2SfDGPgoKaZP0AwCPI0cRV1tNj1RUsT6bghU9qi0NVMaJVxhrvwZZLpi\nqUKd/mc2w1PPsy6197pbdA6+R43ooaALoDS7P0WB9Ych38847wEqtdXp7++6\nR9HPvFNQanSBI6AqkGMNo6gLgXunSKFwjs7c0yenWFTsicZOFOgLkKaYrDIO\ni6JIbNQo/NSLDMvhIaCQO4GKsBKSICa9jz1gXVPfIylAbPaamxWDslLahN0h\ngtTQGgXyjJ0T5jfounflbGcBogq9eILqRToLNad/ZEuC06o56PpSdMq9CRAV\nWWOYegTJF1UsEZ+Sc9UPGKL8vYrs+XsZQsIFo6XA6oahe4lAWs41JWDhbq1J\n1yvJS7mS7Kq+cvlab0GdTc8Fzz5JezVD1FCj4MUfYK7vr5mi6FsxIgckFxnj\neSGMuAXgJE5blv5rsPtl7aObdgsH3+EsYe/My9uEcW/ztghnqRbeQrb3zuYz\nzYVb6ufbqyBWWgzyTk4Raz9drQlo44rGVAre3ThEhzvh7F9jrZOQlan7Y75G\nU9+/53PtjTyDJzlR6bhtOZvyd4TsJOMoRDNQNpaQiXIlvl1kAEwhJxfXMQB9\nhZfWsX/vHWbb7phu6vjjrzYDHg2OZ5Lclmpb9xO63b8Hxjk+kp+inPjEmBG4\n9qwF\r\n=IoVr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHiRQp/s0a/AZLfW5C6C1HCEOeaQcdeGE/f43d2R0eOAiEAzi73gi0vEvOpzx8FEPcX3by+w1rx0B6ZxBhy6UMnoAc="}]},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.107_1644455184126_0.16922239269960193"},"_hasShrinkwrap":false,"contributors":[]},"1.17.108":{"name":"create-playwright","version":"1.17.108","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"7d856b696f043ceecc31d54dd31761d0a96481e6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.108","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-22m/kXknaFSnoXRteWlVcsPZjfmoeJ7PJb96fmLcConBp6/ORVYVmozi0Qtw6HpzU/3uciu73aNTTnZ5ZX0GoQ==","shasum":"f8bf3a7300154c2134746a726ab333d2929be21a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.108.tgz","fileCount":9,"unpackedSize":38010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJl58ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodyRAAogN4bOA7QLxREBn9JCQ7EK3adUFP7sGSrISKuamb9TjUjdkM\r\nENaTbmQ15S0tNLJfH01ya3lNdVJh3FRbXzZ/rbZ3NcOXAhn3JMvaCyznVJ86\r\nVWJPcb8ReegKYK9xPKDVBQ3jw7DuGmeqOKZqBCoQ5BTBPC9ISIXGrYojCNSe\r\naSa4IlWs4DdtiM/lw9BFyVejLvGeB6f5MxJkL03sIBZ9madSQTYlVmfKoxeI\r\nr9Iun0k/Jr+FT46iohPmH9SNtYf5YE0REpAB7Vfl0L7puYKXQBQV/AlIt9xn\r\nK3qibDhiBKTHWJYCNayolLBzDhHYvBVf6RmnpNbfGaE6uKd+F/N24sakvZVI\r\neIMJF9WtkTp8W/CBJJC4QmxwKywT53FiFuRXxCCE+jCCs1kJl85jWhFnEBsI\r\njiYd19xlh/9lMztBoLPexPHgnmsKwDnJYA268//cJZHn/WHmCC8HaTPbAk0y\r\nrwgRwM2eH5B61vvRSrSKS+ZV9n8P+5lE8Nro2HTOlTwwdV7+eNGIiBN11DCv\r\ndqQyBwMY2rB0FOQ3nnIoHzohmWyaZq5m10h7F+OtVOc8l1tQN6bA3N+JTS4M\r\nNL9dygwr9i6gy2Fs7ec82mbL4u9LYWYg6SXIQI2//feFWmIfZRcbKK/BYUHz\r\nEBwZStDDHOfls5BIt0SLtDcaYZnCThOyBWE=\r\n=x5tK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIbp9KzttFkaXtT/946sx7KMPAXdBMzAc9/Eg0Xw1qvQIgNm5IoEryjj9J1e5jbx9IodpiDaNx9paxdb5ECPb/8ko="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.108_1646681724232_0.1980676596668094"},"_hasShrinkwrap":false,"contributors":[]},"1.17.109":{"name":"create-playwright","version":"1.17.109","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"c1edcf91ed191fb5732987e435a2562f11c3755d","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.109","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-YdbYm77G1+JZ6V+Svz7ct8mTP9xoPLg1KZ5is8/qAVBf+FtRC1m0NxJjJG3iqdU783R22nS8tdijGqHFTzP1Tg==","shasum":"f1312f75de061309151dca15fdd04a92a5c5b64c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.109.tgz","fileCount":10,"unpackedSize":197550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJmdBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohSA//cUusGv8oQlp6iDS6qjwXsJxTKc/EQGQ7gtNcBKpAJcsvvGzA\r\nNZkShjD1OC8LtacfRoQpSi7GD+/bNyR+exXjBdG30Jw9e2z+LM7YydmPKJto\r\npL6wAYRNejPnMT1mEQFp7TLGPtWrxY5Cf0g3CNcmJ5k6hbi8oP+5d2sOiewO\r\nyyqhBzcvEebmiU0bz1ClsjAr29zRUafqQb9CHki7knWoDf67s6qFLZY0vNan\r\nIOOalqE3Wub9kFbR8rw8tVOPXEbtLtAMyKLrHvndDWYKRTTzkjyx6uL10wz+\r\nQpki8NfQWU9Sqg6JKFDPivGsp2Sy8L82SpiiFJaCEnvFwfRx0awgzhXg7MJ+\r\nITlDnmuIQMcBRDVm8ty61NIbtrc/JHo005uey4/5wFB58oO4RZF7bUbuLyfr\r\nEPS6gImsIm3It6yh+vYl0VwsELLtOWixhzwIPeDl5N7zaYlFAzVqAbYa+zAG\r\nwtsqj+t79zh+KWYJqcfuCKC7w8IcWF2oNpbKCvkNeRxVb1Mi4iR+0rXwyR5O\r\nj6SZzygGQi+T173OXeIj9x2Pn+NGfL4c/tbwz+5s2TlXZSdx0Nhlzh0nLkOn\r\n0DyxsGTKcTTWc9lnnA/KF80qSXaBgKtweY9bGgj8Sl7gsNd8n/gj7LqH9esi\r\nZL4uR8IsDXKFsm5GhEW64YeIh1tQQAXLpxg=\r\n=Hg3v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSRNKhdcE9MJ4UuZTxxvekLR6X9JFA6LfhKy/dKLPOKgIgKr5P7wOOZD+jkck8PmnUPjZmY3I+BBy1cMoKN1Jfqbc="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.109_1646683969612_0.12269569548684411"},"_hasShrinkwrap":false,"contributors":[]},"1.17.110":{"name":"create-playwright","version":"1.17.110","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"a7869da93cd76f8f69f4788f592c5ca6df74d334","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.110","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-UXXVaBGQABdYdQPRE6yYpJo6DiMPdlNiD4eprGRI7w9YtxW2HmPAH0ujsspVRbJ1rAXjGNsQAb2mdZPeFDix6w==","shasum":"712500965cd95b5a92e4b29eaa32074fa89d06e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.110.tgz","fileCount":10,"unpackedSize":197607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ7HDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOtA//Sc/ItGjOiw7hdtTiU/3FZp2Fl8sVuCWcJi89TsywEPUAuV3b\r\nIg4X+prRIrc+Zp9oOa2xs3GAq5E/kU20ISkasU1cnmI2SouQdE0S6ei3EeKW\r\nBsURN2w9uMCSYFQdQfefSnHeXXB+4/2xzbWSEPasR/fJVt+DQKV8+Io2Bbd+\r\nf2Ej1SlpGwYxmiOZVsyWbRsAVvRhJqb9O328rAnVO9hv+Pl4rmVni4QfFHEu\r\nr8rbd5+p2xRqJ9dHb3ifG00QuffdyjSTVJ41Nu3lW1gOk6nlmdQAELI87Wqh\r\nZE8el17F0xIFxD6+rjgvSJhH2W8fNmxsgiW1uet/waDPgR1OsCPbh5klnCAW\r\njYqiVBnYvRNvd19JNLfk8I6TDloD4yBuE067vgo5oU72ez/IzA5A1uBaim6M\r\nzTF6UX1WxyTau6+2moXWtar4po8KWrvroC6KNC4UpmFFYmzETL5F7jwHI7DY\r\nyDxspwue2ACl3ZBkf2GyWuyyvXinJP55QWK49G3CXC2NJN431DrhtdtU/zLk\r\n+z2fdR16Ntb6iMx6lEQUMrpZHPLNnPom+mCDQuSBFxSD+wTHSysF+MiFhQSN\r\nN4hlBLy1WwXJeUq3Tkev5L+7ExeuEBP8vRL0B9yxqtIgUoMfiX2uA1XIJyoU\r\nDGLwx22+t4MytAT3KBjKmjZPAvor27+tl+w=\r\n=kImC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCma0dUESk2OanV0riK/YfzK5J3/ZPS8QeRUHr1raKF6AIgIfn8htm5NpuOUxABuOX5mI8G+OcvXX0nVsCZAMSZTRk="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.110_1646768579506_0.21273746601637455"},"_hasShrinkwrap":false,"contributors":[]},"1.17.111":{"name":"create-playwright","version":"1.17.111","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"028b0b712ed5b6c74bf14ae60e41c6ffabd770e0","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.111","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-EOXMZcxOONJdbleFBY4R3etm3njLt/LumLi0L8uUxkh1ti+Re65d1RnMKI8msFDp2U+vRmmaX5Ei4j+vBUBw5A==","shasum":"555ee4aa59fbfd29c0d933b67e0074d904a238f0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.111.tgz","fileCount":13,"unpackedSize":200963,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwyO8lIMVtXlI33kSHMdWc10mWLYrExZjHwySS8b/jWAiAIDKzbJX4lM8/ZGLZ7CvZuSZ4FgCHBhZqrkR99wt128Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidHH9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoA3Q/+Lzr4rp1+WJl6tk3wSNdcSxXn52J5WDT2P6xMfSjRiYmlrV4O\r\nt3x/CCPf59W8J7O7BcmDmR9OcP1/DsNX4z2ZC3D3wnkn+I3tKtjXG4KHTJ0K\r\nSjctNCfp8JSMFfR6tjSw8D4pUDNhhUwnOUy/8sC3eD7QNS10Ab2ZHQQT53RH\r\nPRwkvcxfoHItnptCFIIbFUjRnjkNTqGRtwp7F3snX3rS4texfPrOVPSGR63S\r\nKFGYQ/UzT8keJuC0Qam1WlaiMIvJOMK8+q/IHOXMJGPQFltwnAkK/+7QA8AH\r\nNTRXX8vR7dSRzVINSr7VhNBJYIVSuBXr9SHcBB5shV8Pv7SkRRklNVr7hv8P\r\ntlfxfUTwdRkfAvY34t/Pp/XRetBjFpOgeaK8EQb55nrl9KE5E2t6JM9UWRsv\r\nn9zjHhfWxXxmVKsemx5JVinH81PnJ6ihM6w0C+gQ22A6XAPqtzeAGEbbZ5R3\r\nHf5t4tud35bvATn/Df80Di8nMDXchFXKyIFMrgkyl5r9h65d6Zc39NXBFuyl\r\nQatry+fOpQEOoZx226JwW3LbewWhW4zAd1DMk4V/wN2vjO++gM4GLCyHTXQl\r\nd14YtHDrHmPo7el2gbcOM5nW62P9J6W4CV9X87WquXmRMOLwuQqwRjGxBp16\r\nVrJbm0dr450eev6HoSl3NdSD9aTkSp3NOVM=\r\n=Lj/G\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.111_1651798524893_0.928028443912714"},"_hasShrinkwrap":false,"contributors":[]},"1.17.112":{"name":"create-playwright","version":"1.17.112","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"e03c6db1a7c45491fa43e7882b9227397427a238","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.112","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-tZ0qKLG0K8hMuMItWGyasQe8tmWo1BG4rNkkhm/RuTwkwTNOG/6q4Mam06oxttwr0I9hs9ohT8tPe4lczvynAA==","shasum":"208a85991e7353404f8088a75221eb1e1e5a95b1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.112.tgz","fileCount":13,"unpackedSize":201010,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQxGdR5MyCvUclT6G0BlJNEAh+EuOtHvTEp31SuFOMiAiBlOSAoq0PDfT+7tTtigd8yizOdv/gQv0sG2AS6FT47ww=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidLwQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqyhw//ST8aJBSeTWdS6gj0Vq2QGXXxL1xUv1URS/XH1QjQNsB8Wa1d\r\n+iTIB2OWsQcVXMXVn2+jgj+ghlM7Tgtrzark7C/RNjVO7bhBQqM0T8obCIRf\r\nvT3KJcXmv5fBbn4NqelPSVPxI6LpbcBCAXKUPOw6v1v6B8ePd0gS/1XreUNk\r\na4NqzjelsDT6WNXIWsgjxX0mHPZW24P1dx+Dr6IvJWPUfICfLUlnoTV9gkJp\r\n346ogvr4ttjksHzxPsVT1ohtkI0ExrHjrMlatKzhkCva8M8T6DFp58JPYpBX\r\nlScn71PqITwWmNDthc1hZVMXDVUJ3DArRFB+zdn3IUBRjX9ySm+y7EzdqJzE\r\nqm0gpAqR99kA68zNAND9K5sjxDMwpz7WJZMRojORKjSYqIChZpAi2Uy9L0zi\r\n2AsAIB6X/vmjCc4DLC+F6GZBGYXif3WO+tnJLRGaFYGLpAhhQoxQ43Q2qeb7\r\ncbBRKJotxhB9qq2KT0Jc3kQJoi2snpnJ8g6+4LZDRCuiNZTqSiSmOjIaluZl\r\n2SS8LuiOjiiUXc7i+xcu/wXaX8JcwU7vYyfkbSDpahFHH+v3Hnr/J7J4Jy9J\r\nb9tpgC1gtCqEJDhYtrOcq3sg3ubh6iBu/ztELW2kAU/Jrjmek4nOpE7t53Q8\r\nMBwAP4VRwoXm+yi/tGbNi0trRur1rFTyyjU=\r\n=nRTU\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.112_1651817487867_0.899465174113244"},"_hasShrinkwrap":false,"contributors":[]},"1.17.113":{"name":"create-playwright","version":"1.17.113","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"5d390eafd4a6038234e2f0ede101d2b17bf68b84","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.113","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-qeVy6tSqFnNxGac/CIBgckBr7XiuKz0XU0/gp+5/Hx4DCl9BuvYXGIp5yUfMtAmYT+uPYqNG6U5AfkxahXL94w==","shasum":"892ab83fcb9187a4f452ed949cdb749f6b1da479","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.113.tgz","fileCount":13,"unpackedSize":200100,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvtw5FGYYmsl+p7Iw9jCOjOBrt0aBdR3nfhQPnGDgozQIhALejS2pgs21aMAkbLvUXuf//DP9yJ4yh2HguUs6W9J+S"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidbnNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOUg//W/E9tDnwQG/doVaiZJ+Lhth4uZGUeMXol6RiT6enM7GId9Yg\r\n8xnI/mOfHx7gTmdPcvUKgBQ4xSErxDR1cbdpJAjFBSk5KdPHMPJlPm4142OA\r\nXYVqKGCeYw4xC6y/85VGs4+LbaIoz5WxZMeiFjTX2Nl7OTxQ8g9etG9mO36b\r\nmtSEjvdhfoEuei4pPRPMyVjtnCB5XlqxziQg3xcHIElOYMaO0RyUswK8Kv5I\r\nKNEbqKtqosJ5TTPQ644O9fLAX+kLbkZof1oh3/yYectFVT8t60aW//+bKPtS\r\nNiDxF0iJReICbL/YyQuSjAkrq4/M+rHMEvda7GnFiDYTIRwt1kZ8WutRfUzU\r\ngD2XLj/Je00WAy7Z1v37abnvEaBx2p3UP5b6F/wcE+kXiwHiaGo9qCw//Cc7\r\nFzelqNu9EpShYTqir0nWxqFpffDjhAtg5kXTg2E7D/32qtRbPPU5KuWlvk79\r\nS6GYwO+WzekZ10PDIt6inD1FDT4stGbLfNPVz4EiSenWFjZKMoW/65dNP2J9\r\n0YxKvO0PF9UU0H67J4joZ3IyutApvGp6o/80jJsVYhjqg4ub4RCYCP/9CUi5\r\nzfVsqYFpdrAqjftoI+nZhPRuJHtw5/Dx/LufWuNIQuDCI+0MENpyMrXUaKov\r\n4Sp4Sk9GnZsUQqWYjzDh8jI1Fw+x/11yXF4=\r\n=y5pC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.113_1651882445034_0.4295935810680458"},"_hasShrinkwrap":false,"contributors":[]},"1.17.114":{"name":"create-playwright","version":"1.17.114","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"35b66f9ad3e80110d3403b38caeca855f281eb49","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.114","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-+drM6WpqtETD4QDm8y4GBo+vxnV8O1Zc248N29Q4F7ouFB9N30SptojvBuiCu9/TjhTmBgN3DA7OSgQ6QEPClw==","shasum":"6a66ac392afb246e5028f751583c251b4b078c13","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.114.tgz","fileCount":15,"unpackedSize":204032,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/UXow+Ipong3PTcCxNIzTVDfxuKzjFeGlsAMlVFigZwIhAL1EBub6gELbsxph5Cz+TxndzunCMvC9hySyJw/hKw1O"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJier+WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPUg/8CFfZPOi+Yx49nR7V1iBWmnuoyWU1OTRghWhWrZIe/3n5FjdB\r\ngnOX7NLbXoov+2+ESfIo2clB/FYc99m3g3VQYSOUcsCJZzt+njrsPcuxuX2A\r\nVmlVuRnqS1suVxCxQEYnqvNn3lbJcBI68DKA3rynOc1E28GbI+c8RJjB4Nbe\r\n3BUZ9Y+IW2+5vwJ7ENmErN6Aj3YfhBL7AlntuKkRq5Uzbhx+Nm56KFS5AfM0\r\n3Yr9qtJyez8rWAyJ1L44pYZM0OOvFLBc1prNXj9ieSzQ2VT4IErVUSPWGyLt\r\nW1V6ZvFBK2oO3W9+Z4jLLfDqVcJY4VQmfIqXvwHXyZxw0JNzb2iUdmFZf0OZ\r\nMG7MrTAjL1ZA96bgJifJ4mRKglQk+mbKwa268Cr+CX0vn1MiUIMNd0l4JBky\r\n+QElAJlHo8JhqSZ1Lcx5wA7PMASoNtbZDR4u2RgNpLVn/CaN1F77fY1l4gA9\r\nVvSxiLNFAmFQ22ug8VnxDGlpAuE13fJKNo7rIJ/HuCMb8A8cNam5BBnsdwB1\r\n74a7qvJovbt0gvdNHtUAKhqX7kbQFYKtPocROQjkXSbIXiJoyFrgiZs/ndpI\r\nRvu59ul3qayDpSB3m4LHM9Mg4838cLBZ79PhtR5u/IBpKwG5phvXuQBPBYSn\r\nJA0lHOAHRubYdhh6QMp0MPJVg6/fagvbUsQ=\r\n=8+L4\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.114_1652211606626_0.5430671971518075"},"_hasShrinkwrap":false,"contributors":[]},"1.17.115":{"name":"create-playwright","version":"1.17.115","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.18.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"0c3dd13b5709617c94a383c5f1d42768fe8f5526","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.115","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-zkbyr8UWjewN1HoZ9xSRBIhQ2Xgw5J4GTGQ9VYD+eME6eqcvJaGnHTy7D062LVHabLJwn2McMLOffX5zJXIyPw==","shasum":"e1d4d630eae885047002b2b7e3feebbad98cef9b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.115.tgz","fileCount":15,"unpackedSize":204028,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA/keFFmA5sHcHWZ2V5x/0zvCohsBwvNYCc81lEFeIwMAiBtR357ooTAx8USqEu25s13ewfjwI3NBTCq5pGEIznSGQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie8wCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdWg//ZNzv18g9cUt5C025B4FhbUrom0FKAhtZ2/EDlWf9MPJUBfb1\r\ni6F9RmCVHeeKMkP4onr5OQHxbxTOFmB2TiTRpAPJBj47IU3Esi+/TbWMDnrl\r\necTeNoCrzUNmIFbtihJ8RdK5/bFSYBLj1dsAQ97JSlFX0yMBXB8QRR2CQVQS\r\nu4cYMWF1jpApebP9brrpVbVeCx791ktKngjW1E1v7A6ItD8VOqtK/cizJXBc\r\neZ/u++2joYbgr4PMKi/jkW0BcKWfoR7kLE4csW9XZK76Rg2PldOQG3ipep5G\r\nLKu+CCc6/i4mwTa6G178oM7U6yKtRiA6RFn6M0yPYTZVDfi2e1/SV1woTIy4\r\nAst6IU2Ljrc2/S+BIm0TYe+bVRl4li+5RIMdf6m08TAeLwPmC4bPKLNKKXsJ\r\n0V51OTda/dCHlnWohk3AGZq9MwysIWkLdZzQ4b9uOJHTc7PBIhNd3iU7eTh2\r\n0Bd+7aV4PPDF/4y861Piu2VqgHxg6vuzbEOBxhdg98Dsa7nBKq+VGotaSlo9\r\nQsWlMeRUtDI91txWa0LU87nNzFxG4IozB/tpkWSaHrdfeFR/pHgT0uY0rkV0\r\ng4Ykgw6yMdxezxwkzUKm8xsoaLv9tckvlCyMxp/UPQdaBSa4QL6GiWGNJ0TY\r\n+VAyZXzwARix+fD6seA+VXmD2XZzBUcj5ew=\r\n=7rV1\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.115_1652280322274_0.4999897335863184"},"_hasShrinkwrap":false,"contributors":[]},"1.17.116":{"name":"create-playwright","version":"1.17.116","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.22.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"fd2c9deed6b5e38f333bc259747ef42178e2a0e3","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.116","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-Fy5xkv1cGBZuDYvZWHmD62BUGN9z+CckQjRt2XLUsNXFAgRA5BHRn60qqGvvA5+SDLvXA7VPsGGINXZKjbiFlQ==","shasum":"971adf67e62a6415f56623d818ca70927dea7f2d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.116.tgz","fileCount":15,"unpackedSize":204597,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA1mXrQV4Hvgx+xMVFuor8w4jDjEnbrNvXBpq09PyuxrAiEAjrgxJtfxAxgeHxHFrlVeHuF1qae9pYPcgAQLk1vlU9Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig/qjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0gQ//cqWVKVaGR7hO/jqFwwuknSF+bqtEmMY8QuTjRfegCD3qElqN\r\nOHePHN7rJt3Xy4GnsQAgmVcQUEfxWTpTTAdiUCSDAU7duuFPeHk/dugsCHXi\r\nQvMDHbH1Tai9hs8QVwZJf/u8RMtkk9mbL3GHtw5XAhkiR1QYW2Px6MwRPTiK\r\n0ZvHlxGye77UhnH4cKIyB+lxtFYfAMKkNsUb2VK2z+dmz1aeXkWdBUOD74wQ\r\n0KUjK+pEtqY5gWc4LMzfvHpzXLBaB+09ve8tpQrujv2dcM6H8IvhM9QzrEOP\r\nGB+/eQ/MdwC7CpzdY6D/JSSOewtnbfXd0S99QKP4eN610hcBemK4n9+i9k1K\r\nuFZPodmuYdgqnBscQDg1ZrU12NiNvLEUP+Af+UFlJlNRO5AnXE1QKoikbScx\r\nrFJDNhXrDS8wJ1b3AYN8HpwbnEKv9qKS3dWVCEChMVeo6K6EScXWUgWXt4/a\r\nJmtazR3H023mamAKbhLCzOGRE/9K/LsZDiifssxZ2MNB8xTGp6Mjrx3ZFcDe\r\nYnI7pKX95APOoHtHH2bXuGLkwUAvoBu8xN99ERY3Doc3lnOZCaiobS74/579\r\ntS6/ni89muqVBHJkFhD0yQh85YnJv/BnDiQfikC0kjmTdxbOS6wN2Wn3FkRa\r\nxcSBbQsG8/MvMQjQCBUUXm4pvh4RqLInIqc=\r\n=6KQB\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.116_1652816546879_0.09932015775888647"},"_hasShrinkwrap":false,"contributors":[]},"1.17.117":{"name":"create-playwright","version":"1.17.117","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.22.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"6e436c619873aaa511261c059c3c7a91db0fcc36","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.117","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-++9uSan3wPuyuSfiQrGiR3oV0pk6o2vDBaxktUtdqX7oy7xr342Z74ib/jNR+zWcKUvFDgoWbbbLELlHejuDkQ==","shasum":"59b76fc6dc409309f1c6f70f9a84d5df65fe7807","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.117.tgz","fileCount":15,"unpackedSize":204602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGuEIbxfLKV+RGiU5Ogi8DYuwnkYIpM+gKjlwFAtNngkAiBIYZQWLZGb4CMHGJBmkgftJSDcIxM1sWE2pdtk6PYtzw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJis9ZRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ7Q//fcWk+Vm7Scn7yqJhLdKn4ondqsVbbosR++Akx27E7dk32ZfO\r\n51DCi8ckrqDOOuypqcQoL+bBx+B+A4gZ9Ek4vRUVnWO4NWmGGADiXAqeSfi4\r\nxGga4kevTNkIaXJ9v5VTRx8POLym+9p9HNGJNTsufi/9EFwfelgeZhjUQlu5\r\n3jON/vqmFc0MUpn4f1i5IkbA6JNGAGys/S2mkZ5NbCjGd2Js0np9kBglweq2\r\n4MpJvw9oG0zhgCkhEL/WubVBcENqE/GLl/RVmT1QHyF17p5XOiyweNzaVjIm\r\nA5kGyuGOLe0viDQ0K8vtxPKyiCN3KkWa9LDrYyw80t2wu8AWEKUBkjY4leJf\r\nY0BJBzzcpsJX8BZkyDMTRe1tOzM+bpKcdyDTxiligWUrBv8P3OI/t7qr5RoU\r\nQnTm0hfd6ZpGr+sfJxQ48GDoVPv+FKStluIhBLgH33toXL9mU2U8kfUHT9lP\r\npNEvTkvkY3koKrhCuqT/DwbbgTMAwSnI734d8F+jMssGeYtMOL5afQbuBRQ4\r\nryD8Ax7FJA5XSrhZelqqqkpORmtZs0cIH8UkyQsi97ejq/7icMtgkuohOfD1\r\nTxyZzP5LyLN3HY7du39CpkiY3IoaJzcyBzgEv5H0GftemM+gtPDeIHPG+ag1\r\nl1yODF8tgZJ5oI+0TuCNEuMyxuIS9y/1CqA=\r\n=Fr4G\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.117_1655952977313_0.5147210784688279"},"_hasShrinkwrap":false,"contributors":[]},"1.17.118":{"name":"create-playwright","version":"1.17.118","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.22.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"f26330b738a2815268e50d3fdba986a82b259647","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.118","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-7lvpIsL9qC8zC3E3efaFwUKHGYGky/mgSGOpLNk+w6InSr2amKKy1PCP4efp6GhN7JlqTUM/rCni2tn7KlLdMQ==","shasum":"03669bbcfab121578c150249378de67088d1ba08","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.118.tgz","fileCount":17,"unpackedSize":206732,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhJAcJ+g6QlN+WM1ETZ6yguJuOw/MDD19f8eNItFjiwAiEAtblUP7fhORzCKuS2KQCGJWyKujeRSIzNsM30ZGGAUc4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0BEzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6lA//TQnAoDGdG9FY2Lsmy1Q4adUVv/DFP/ZSD/t93vvls4tnBxjw\r\ngBXCcQEeaUq/cIbQcbv/WmR91fTkzQ4TYg4azZXM+hGjTzdJ6YeFBBNdmPUs\r\n8mPhC4ra+3EMNv9idavMDxG2jXE0lWEzPbZFyuz3muxveb0EBzLv0S40iE/A\r\n0k/0oEg33QLZMxAtzZJRjwmyy2HDUIsELndlaI89KhtggCaJk2Ytq6JVh7dc\r\nxDTQ9vBQd0T5ZB/Lio0y9zaSDVKG3vL7eLMkdppIEcUvCx11byd/DKmN75BT\r\njOCXF4TLFCIxdRsrAChHPmhvpRIZHpwlVn0EiOs/iodH61EO+2Pjs4z32hLv\r\nCVeMRSWTYIJsNhgbWo2sgyYA46HounxAqHwYrgr+0yq3A/eSgHCs/gjEDRN9\r\nv+1TRVtH7UshMVemViqwVX6McVqUMVCFt/HVMLeR85Yq52NtiJmvs66doRep\r\n6aZgY+cmFxnl9Ai2HlUTJjA+KFCKI+vseiiwaa+TmmXWFLTZl7m+k6Ac0o95\r\nz3YTGycaTwzylfayEj2jpaPYZGNLCz/iuGrIzq4bOFDBmZeSOwJ3lkM1AMsK\r\nMvbJGbw2dzD0ZdMYLrAsAr4VMvAzO2pGO/3JVBOdFvv1K/LHFA5h571m348y\r\nXZDOfQ10OEADLw6PHUtry9Xqz090TOd/9P8=\r\n=tIi3\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.118_1657803059313_0.8805523757552822"},"_hasShrinkwrap":false,"contributors":[]},"1.17.119":{"name":"create-playwright","version":"1.17.119","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.22.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"88a5f2546cec6ce4164033f113f30abaaa516341","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.119","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-h/EBj/uHS5qfESh+sIzfMz4KSSvZomqChSFpnibBpGxG+vVNfJJQylYi6cYs3FrYxhCc+qIjUyldfVJmwrRuIw==","shasum":"d3fd9b2b4395f9eacd3e2979a3a922508e428f29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.119.tgz","fileCount":17,"unpackedSize":207288,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtI1E3mzVs68NkdCjGB9Om2K1U2GTqJZ7ffgWlxhsukQIgVewMAf9cYTPzRtOtENvcL06XZEIUvoGhPNHhjGphrKE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDyN+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDcw//RBfmhvliTx0aAeWmjxrm/N33YFA6L5T0sCaF73A4a4Maboe5\r\nPotAMTpepYPhFG8PAt6FxeVU+Hco5l7RNXR/cjmWkUHrOUpYkkR5CEgLXEsb\r\n85iyDE26rk8cZZaa+/adhwa2thdExdTYA35KS4CWErCpT/EuAzU8CFCGuBns\r\n8yuzl9OdJMAbN9/RpKWZSNHqPilCkrC0DYymgWynBowy/kynNRoM6WBrTxba\r\nzrcqZnDOdrd6ZfYAvfQyRkvP5PJAhDTvTg15wiutNzM9AkL3aiYrDnWPvl4S\r\nllKtjJsj97oYjTGqK6op3TvmCffnDahdjlIzQCElcfil+SM3tyKNnTaDKVkq\r\nWfXMFSoDGQ7ejpSSYbk+R9u3w//qkf0m4ymIreEsbGIJ98XZ4QYL8xgB+D5m\r\nY4gla68KoI1LCSQDeZgUE1d8Zp7b7+wG6+iviJuVG2tYxDmYIw4Qr/2Q61qt\r\nxMYFsZtc26mxJHfNHmirE4qCz5p7hkDKF287kFbNBt28cLWKZFrkPiGkpSZ4\r\nvb/DGOTXW5EYBflIHgq73a+2Y4UsNRC5qNm1SfiJep+Nw0bX3l2UDJx3doAl\r\nVgNN54NecTN0z5n6Sc/i5AIL6v5LRyUfadNUoEBs4uP0eHWAzpZgdUkuTm6c\r\nDNVBgr2sEhrBs5zLaVZRheAoDQMzO87mg68=\r\n=CSrq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.119_1661936510323_0.9552503729876471"},"_hasShrinkwrap":false,"contributors":[]},"1.17.120":{"name":"create-playwright","version":"1.17.120","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.22.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"be68368ca64d21ad1eba682856c1b9c688fc487f","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.120","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-Blqrdbbbqb+cCFqFNKbbToaprEhrjYwFRG/Sl1fLQHI3AsdC7cu881XXBO3wHoCQfCxJ02BJK5KmaifUE/6y7Q==","shasum":"298af07c4bde096e6132879b14552a5617dd5d7a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.120.tgz","fileCount":17,"unpackedSize":208573,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHFoUIkrCgrazfpSDqNl4vkaM9Sl4/OcNTSpkBxdodDYAiEAon6Kx9C5OL3YuVk0vfvVYBNx7Cn08Z6b+LC5cVrPtqA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQId3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDjg/+M2aUF33E6O3GSYNHHVxKH2hPrPbklXVRM7sscWju+rsxJ5qy\r\neAnrpPWhg1sswnKkqc6OqsCfK6pclD50FyUrIq4pd+AOJzvq6x06xmnEHWML\r\naMssGFw8x0gFKUSzmRIDqr/KMEp3rEwoubYXvopWI0zZvB+p735g3bycHEQI\r\njWDCtBpDdzNYe0Dqu6dmhLh2bfG+FabjeCgtzKwd9+pgoxkRhVScUsd3L8mA\r\nonpl4UJTdslLODoDrPwkhsG6QrOu4RlCkCfPppR9uPSKdWwzUfy2T8z/Lq6a\r\n39G0ZuWTr5FP49y99hLXtoAHcI6JmoNQwN4weM5lsy1Pz2ZJKwx1DWfflP9f\r\n+lgT3dUaOoU5PLnxKGQAR4JVH5PzL+d2YPQLcVyNnD4Y98pba9JmLuUB3fIY\r\ndOrcX90kXjk+qzfhGf3AYWSghH7zrQn1bEp/4+IgXFpqhJWVSKNwjTMKDKp2\r\n+Jh9tB68vxellHzbkobTZRTUd1N63J9Aa9TNWYOZYpuglgPq4KIQpUZtRP39\r\nC/s3uezEI31k0fcpfBbMs6PmHa477mpvjSJFwMfZ9KvQVrqrKsHAMYi7T5/x\r\nNQpQx2R81srwiIZ6ELam+wBa0eyjG+LkiKJjtJcWf4TQDC9N4Dti1WDdTs/d\r\n1U7qsC2fRm6v9jp6PBCHsQnMjrReWpywiuY=\r\n=NS5Z\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.120_1665173367324_0.13520323714879567"},"_hasShrinkwrap":false,"contributors":[]},"1.17.122":{"name":"create-playwright","version":"1.17.122","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.27.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"110875673d76f824dd3f9d866da522f0260c5f9a","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.122","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-OtODL/kwMsio4CIjY4it0dFR4N1bi6JFGZMBXSow29+7gmOT9kwL+O0k0K23UNA0mrGmf/xadjVqqaHymWHakw==","shasum":"886294efeb0a84943c894fa073de32c103120650","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.122.tgz","fileCount":17,"unpackedSize":208567,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIk7h9ZE3giytFH8zVT64WWjrvtTDsSfHqrhRy1JYxvQIgLrfS2jB1tkwogobZ8hBkCLiMtcQ1XYooLk93Jbg3cUs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRiwlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAyRAAg55HGlEhjz+E+IWFaQTeqqzzuc2fo4+/1dveZYukcUVBqdkf\r\nRp4JIdzev43z+FYa4Iym5mU6VsV22PgFN/loWGElq7SUR4VA1bUs8srosiU+\r\nu7Ihb8yppSHejkyPjPDRUfAxVT07x9iXoHhtffnN8/4CwIL0MbV3yBjm+0MZ\r\n/xT1lj39TL2856zGdu19dwM7eSrr6kMVSEqL43oDgHGwHpzmhD8IPRqCa74P\r\n+EYnBTDVVoAtk0ciY4ioBr3a55C5K+1oRsFke6g6JfmadIX8PYNsS4AnVR+0\r\n1tFM2fKx78LbqNmFVFnRM6BSVwchEj0lEPC77DsrK87hIdigAuTx/FHko9Xe\r\nGwE8JN4Kc+XqG+D0lY9n2hGl3d4VcY6W64oMqLjyC3wP5Kc6r6HEaxD/tKPX\r\n8ahg3O48iw4SNkjtIigfu3MS/2zomyaHu6MJPk+BokZDsYrumDI7nTRIouYh\r\nJMearIiXcKntvL1ti3AQe7nd8AuIOSPJBcsdzIu0iz6jsCuF5i7UaKHPvoR0\r\nWAvOdovYHVPBEiXEMz5OXJm9XDWp4JfqG4wYTRAhxSIZ5NbC8ZBndsTKJMUB\r\ng5wylO2Q9ljDUnEo6DMwP/sXim8YHEp+6CFmjf/jnxxMAUOnuD6voOIAB8qC\r\neornjmsOFmftjkWH085VWpSHN+1fThI8JHM=\r\n=2jWU\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.122_1665543205760_0.8000187481846732"},"_hasShrinkwrap":false,"contributors":[]},"1.17.123":{"name":"create-playwright","version":"1.17.123","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.27.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"ca3b77ca57962283d1caede944ac74c3c8149a35","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.123","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-dlnxjBUtqrr1O863gkAFpR+vfzsHT/rjpIkeC9gL/cX0BmeLSOjhkvVJu1Ju8tLCKkD7hP5TDH1dRidi6s/2BA==","shasum":"c1663373ad835e15be84e53b26b6f4dd33d7c04a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.123.tgz","fileCount":17,"unpackedSize":210373,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzDYyDxL6K5JUGS3IdRKZbn09TowEhSxQam4gyoHY01wIgAYOWp7UV+0aJPwcLzku53XZ4uzQYDZ3nfyt94xqfhE0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYq6SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCaRAAoenXBNuyeWjD4dXtoJcloVZsqoTh8DfAttOKt9nrqzZxeNvP\r\nVOeRORsHJYpMtYeT4jW+v0Em8u8zaTZiMu1EoFdgk5ErvFzmPZemusTcxouW\r\nnyJlPhtKKwxQrBdQ5koTdCb52a1JFW5VokOXSbPUPCHXkcEg3QkbjlbV4JEj\r\nQtWpGw/CCjENIVqnGfZtpPhYS8BTPC1yeoIBnlJ3tArRPT2L9OagaNeeVNGP\r\nkH9r6cZ5yYpRqna7V7Ak976izY1b6c+0W4XdWc9Lna2tOhsTK4JbIm4oxVv6\r\n602Wq21aIK7t258sSk9gCtceqjNJU+TjbnSsyVgqlR+CcenSodlARRGraVVl\r\nWTa+gbrMTMitezsdiJtdYJBocis5gjpUhqnNEe/AsKf3GkFyt/CnmnfeB8lI\r\n6TngZ4k95FDiRLqnplp59u/KTcPDOfBZLEWvbyuCLhxiNfiKpu5FA8QUyO6M\r\nK6AWNgkmh+FsEYMZATjo9Tz8sBEOFAt2CgYmN/AygpxrwLpl0P2INtFGjKBm\r\nxbs4R2KXprQcv7+2gdMRgfMmATvJ1HBv9XGhq9f+EEmEHghZ+4gr7C/PbXvp\r\nahvdjgGz1nO120ykk66U21OEmikvOAqF0C3Gr4t8mcauPuxet7CU64F777xW\r\ntihxAL03HaLjezgbxhKIAI15tF//mAqVgJg=\r\n=e6ma\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.123_1667411601951_0.5172570452217031"},"_hasShrinkwrap":false,"contributors":[]},"1.17.124":{"name":"create-playwright","version":"1.17.124","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.27.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"38ad3715bac2cf92ad9a52702b18a87ef4fe985e","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.124","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-1l5It1/+aNThsq0QhN0kf1XcFnD48UIjkzvGnRMy8g445z5idDYD1uaW3KHd3Nqm8tP924wgBf+ArmcRfw8LYQ==","shasum":"0d2268481139744ea5f1c9eef39dec584d54954d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.124.tgz","fileCount":17,"unpackedSize":210554,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8jUXpJV7gfuz+jw/kyRfdg0PPRluirXokAkWEnemF+QIhAPly+1zALUpJAl96YIRyLNsln2KEmLUpETUWQkIMEIJj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjij4CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4aRAAiH6TE5qTjfag7Csg1Nxe5KfSprrc0HbFEfo74qF6qS0n1Hg3\r\nNc7ayiXNHjbpFVBINJQlM6b5TPnpMmBth2Dz5SImE9TX+TxLE8wMYBpI2HaS\r\n+kOcYU2te2Orty96Vt2w7bvghEkpnbWpW4H6EL8jwQiDX2E52m/SphklrDZK\r\nxmN+3hBoQfldTp062ZsHBwWGEsMAWekHyG7VYlh7ev+LxYh4WJBnhJLoTAs4\r\nyHhwRy7+GzPqU88JoegyPfxXNcmrC7JpRiQZxIK2Uay6V00LBXbjmhOI/wdB\r\nf33XkQzPeSbVfkn+DkpB61T6RXrQe95jHtLcb0fYXzttVXGcnniEQZ8TAnv+\r\n2h8SJM8nZyV7fWUItV9zrqZ/v9gCKXahMVlDMCDT+pEQ3o7IRrbLM87QiPsT\r\nMT2C2EFqSWx5Hw4iTAgy1f8cV58FARLvn1/2ycsHPELIj9zDklhVUb2vmDX7\r\nxNXOiCAKYpt6RApxQmpYxCOcNu+w+9bo0QW/Hqu9hCAMS5gjqyCg9rS/1mo2\r\nH0ndXbJ3ICaUopNwPqQMJC2kwabyKwTi9ZNMj4Wp2eC4sjthmtC+0MgfV0Mk\r\nqyMrunZ0JCjr0v7QMwsPdMu0EPkoM4pq6EMOhgG/8Rfx96iLE48XIL24KNIV\r\nEBrlGNswr9nAI1HlPxLGyxn2ciR0k8YJsQc=\r\n=XhFa\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.124_1670004225891_0.6536375858659627"},"_hasShrinkwrap":false,"contributors":[]},"1.17.125":{"name":"create-playwright","version":"1.17.125","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.27.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"4afb838f4a4cbad8c32379a92e6b057c9b4bb7a8","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.125","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-FLS92/uQhGuGVTv6uVapgGmJlnXxl1k7xmF1+zqI+yVdn4hjZkRX6IlfFtWFV/1y6qvre9FdXylNAECOtAnDvg==","shasum":"c010b6fcb70ebb2dc76e448219ba5ca69f908d8b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.125.tgz","fileCount":17,"unpackedSize":210316,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGK74LEnqc1A5IffVjc+m1F8G7CDPv93df+/4kGv205mAiEA22ro9seIum1eu3PTqxIPDENTEHx+ZezUCojgCFrXAxE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtJVFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4EA//bUeQtQ30sCU0byAxKLjVjEyF3I55bTNwkaeybR/Svr3dGb+C\r\njujz1Eyj/JLgl5CiVDTeGrrgZcUztRxnT8+3jBC6KWesXOs8U39QgsSi32en\r\nXxslhMlhfyL5csv1IbJE3gm68WJN+6wGnAz6v3+TFRNtRTNCwV6LPGkAhECP\r\n5iB1Lt/C9Ib7P7qJdmnl5oKS2mPo8eTI4WasYFEx4jbCKuplUyQz9j2qjElK\r\nEIT0vi4vpmBa3gDmtL81Mi5ZNFYJ467+MnOtJz1mXJdfkWjda67TILBEmiVZ\r\nOy0XAncs/i4LLaCB619ERWb1hus3psB1NNk9wakLPMUQU+CLxr8WtdmC71Of\r\nukakGaV1yfj+0wc3KRhn4tl2t0vRcBB+f/TrOf9KOCvZs9lTy9SgZbQ8Li/d\r\np67bdtuY1pF7+1t3jXFPavzTqDHhHQSAeuvslkDEATo/SwkDwf1WKibHLIDi\r\nbJVLfoEpy14WyYITHC/j75ebdQs/TUeGJru1ZfPPCkflh/E9S1XQTm7oD2kj\r\n/wfoq+9zzYByzxqPO8hymmAqpIAegcrGqF/aPfvDlq1WEj4a16ZrO0hogYwc\r\ntGSTFKv85GsQngD3rN0Km9CO/ldLtqJMvXYjWvnGsSWHz2KGUoS7CpmqWJzD\r\nk7EqxUQBKgVxe+TXfNaGKJ2cgfwCgdhylbo=\r\n=2vdY\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.125_1672779077653_0.9550581771845026"},"_hasShrinkwrap":false,"contributors":[]},"1.17.126":{"name":"create-playwright","version":"1.17.126","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.30.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"9a74ff62e31b1e38f604ff18c676637e4a3c15a1","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.126","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-qbjV2lF6ZhtPXZVKdtCGlUdsUD6wUR2FfgkWmPjs/fODjltqjl+lmqSX6dQBFwkun5j2dn+1sQDPWoKNa51X9w==","shasum":"3ea52f83b0673c7e2d8b5d5852315d5780a829f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.126.tgz","fileCount":17,"unpackedSize":210050,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfuuJAHfcPCtPK8vwEg4riqKgnYuiYvFP8tKRDoxld3AiAoNDcAGGEzu2uRclcUuzD0RijPynuEaNlxdr5IhBLxgw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4WjzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpkA/+LQQyixdgYWx4X6jcZwXplDRvecjizLzyi8h55rg+Wz7X9jXh\r\nQ4gcfxLFZ0DP6HDa+zujTCKK5ZXwShAn8/F/REPIKpVCDroBid+QYHuKqpTM\r\nlp/1gA/OiHSvp87K5FdvOfPquPCoUXQcH77owP2VG667qVbA+7/E5WIOePKr\r\nakao6n9D60+/EL8hYmAzJCvT1IZuN0E4i0kKZwbw4UrIuLmORLrENJ9k9OjF\r\nQfYQZbXGC61Fxsz3YfvhESUiaqN/WZMpUdmA6vZWBPojBzIWJI1O4+T9+nyz\r\nedJnQ1mGr7tO4bEJIzOWTmKp3SxgCAqCbwglJlrVt6F0Qg+fluy9EzQtrX0g\r\n1xNyk6LY7E0vzEj88Q3qn2CCxUDIunjBoJ82UGd9mE3ddcfEoGvvoKIZoQjD\r\nND0+ySrb49aWW6Vz6H8gXQl/pfejGDfHxN7XjuwHZ1zmqpllxBIsq4nKFaUo\r\nlpdOrU+Xx0ldTI0hUOLETyUYFSZaxdibQcql+HZBefAksFkJ3Emyf5wiGCv/\r\nIVjs+WDVpTobwMZnClhDZYQjpXv/knCVREROPdjZRRiashq8n/LNaidZExwz\r\nSVOLosupOyqasRPS02kW2g7JTWs0OAhoat6fxumkJNCWikxRjH0LVrbtpnp5\r\nlBpGIg9CUi44pYWIkmBYxLA3UUfP9/N2Oiw=\r\n=MLdD\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.126_1675716851574_0.5230001381370295"},"_hasShrinkwrap":false,"contributors":[]},"1.17.127":{"name":"create-playwright","version":"1.17.127","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.30.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"6846e91351dea9a8e99872abcd47f40bf4e096d6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.127","_nodeVersion":"16.19.1","_npmVersion":"8.19.3","dist":{"integrity":"sha512-jVazQWfF3vZJC4L5KHObfHNVF5gkacTVXAHyOYakhLunlbQtPCI8QsSbQFolm6Kd5f05w54rdJTczpFapos9Bw==","shasum":"83199159bb1ee27bcb1faca9170bfd43c4e9ac4e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.127.tgz","fileCount":17,"unpackedSize":209722,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsD+bVjMPpSGFB1da3yQETywlhrtXHHGtR8A5ghAsuGgIgcBU+pX9VW3S4DWz19vVBq41vC6ousdX3HMFifSoRXxY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHY2eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEHg/8D3wOUv2s963kJDNAlHXbqfuHFnpjHIdcEusq0eY3bpH4Aasm\r\n4vCRXH/3fCyBnsmYlYnxiiRz7+gRVINSb8ut4/vWgXhcfoIA6nk5PEp4ddnh\r\nv9VWDwVBCxqYvatWdBOgKbIBf2hHx6NzAkvuK5y59JVlnBjINIUY6KKcPZEH\r\n9QXFnmaHd7SB/T+67SfFyi9j3p+38ySfBW7AgC+rIPSzsRLyqjS7FtVRX60O\r\nMjgI7/beMGRJJoPPo6O5idXpKgOvOwBQ8dK47DRmEEOZY018AxzbcgKU+vN7\r\nMCgaU66INHFpD09bNg1l3v/ZP9xGoeW4r4hju84sRNncP7qHmp0tDb72Ow82\r\n5+e1C6Y89WgMoci0nPrrKOCttmxyES1cLqm7KNd7+ccBdQ5pA09iTd5/JXwY\r\nmXftzRQN8UHIzsVzvEmsmWQuPCaxH9c41nolYXf8c4kvBh6P8vMtVCLIwPRf\r\nBc6tcJbI27qrbjjm25/Ma8Ouz2LoL6QrZaQKttgWuN/f19R+mIgg3e4NVoLm\r\nSTlYBUR7si/XSy50xJcPGN0c6Tsd9w60Yk7vhUir4sZkuWgWLOJkQjrNHrwx\r\nXC7GRIrFsFniS1uFF1CBmgXrj6iJVLudkHTewucrn9gjim3d+zdZqP6BtYU7\r\ngRqOV6QZt69uj/CrqiRQXJ5K6IIP1HM4ZVU=\r\n=dU5C\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.127_1679658397853_0.6264352120638346"},"_hasShrinkwrap":false,"contributors":[]},"1.17.128":{"name":"create-playwright","version":"1.17.128","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.30.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"507cb1b7995d135b521c033e577bbea77de871f3","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.128","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-c/Rv/DT6+QvN/j5tjbVI9OTOUdCgdakSjCw66mk8XuK4BGSSKMJVZ6XP6Mh/mB+HwsA43SAYhZX+ZkMgU7WFJg==","shasum":"0fc6c6f1bdcbebc8343d1e1fe03904188dc74714","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.128.tgz","fileCount":17,"unpackedSize":209724,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDds+u+rmgaSXZEDk7GqU7qt4J4k8te4+mG41AY3ePJ3wIgf6OWaLutWVj9g2I5fpS8iN84GI6FBrZHk6/Cencbflk="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.128_1687811263506_0.6471609628984911"},"_hasShrinkwrap":false,"contributors":[]},"1.17.129":{"name":"create-playwright","version":"1.17.129","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.30.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"a5222d8ece34cfb14d1ff7da84300e012afa0fe6","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.129","_nodeVersion":"18.17.0","_npmVersion":"9.6.7","dist":{"integrity":"sha512-AqjTUoxsSh5woj3bA2+tNmqTSa3a1zF5VNrI+SF6JwTWGVWFoAU3azOE4LSbV6i9LfnZtDq6eIGPFFuJ/PyNdQ==","shasum":"4f81098f649e29c5141b649bb4c970f177d81c91","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.129.tgz","fileCount":17,"unpackedSize":210034,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3pMW5l0+J6DipGXozRHUt7ikIbibDdbzDIdWXdrWeVwIhAPf00wSFdR9V05GNUfIR8/t5sHYArohgk6QyNoO0Jh7K"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.129_1691778897067_0.7578651794663436"},"_hasShrinkwrap":false,"contributors":[]},"1.17.130":{"name":"create-playwright","version":"1.17.130","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.30.0","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"gitHead":"6644568efeea31e9d28fa9bcf51f6d36e7f0abca","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_id":"create-playwright@1.17.130","_nodeVersion":"18.17.1","_npmVersion":"9.6.7","dist":{"integrity":"sha512-CMwVRlhy+974SNc1wfbDCQMvXZPprROnIuCPtskbTxcHJs8ClEMw1Q9YylLS4f5U2QhG9ZB1vZZRKe7wE3gcEA==","shasum":"f1f4bd0c456c9e898e593168ebe40b9f60088468","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.130.tgz","fileCount":17,"unpackedSize":210670,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOsHXuCVzODqC0p5I2WzNtNBEO2GNrjXIWOIK2b+dbhQIhAK2di1/NZbxSgkmyyyDOpNRxtKvmM+DIJPnaK7BaGqqH"}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"aslushnikov@gmail.com"},{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.130_1694710313113_0.689462164663956"},"_hasShrinkwrap":false,"contributors":[]},"1.17.131":{"name":"create-playwright","version":"1.17.131","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=12"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.38.1","@types/node":"^16.11.11","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","typescript":"^4.5.2"},"_id":"create-playwright@1.17.131","gitHead":"9347c671ed598acafc7fd0a4e166f8cae1ab5b4d","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-aBOlibpR20+HFjGY3pD3qRW567LNxUEYiTWOn3srYI7rpRw/Czq5IlgyQhVuqq/J7ZsGkhVzvBjQKQtmcdPUqQ==","shasum":"283884ae4eb4b6c0bc2a1809a2a06493c1b28814","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.131.tgz","fileCount":17,"unpackedSize":211166,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiklNtudogKT5fXbdTuTAJcqG4N0G4qq/HcCIaXJaiGgIhAMDGVLJCKvZidJKR2iwRtBHX8olZGv/wR0TRXfYKZDP3"}]},"_npmUser":{"name":"anonymous","email":"dgozman@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.131_1698703710919_0.22066865551023684"},"_hasShrinkwrap":false,"contributors":[]},"1.17.132":{"name":"create-playwright","version":"1.17.132","author":{"name":"Microsoft Corporation"},"license":"Apache-2.0","_id":"create-playwright@1.17.132","maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"}],"homepage":"https://playwright.dev","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"bin":{"create-playwright":"index.js"},"dist":{"shasum":"80218f71f0df3186b10921a8d2e45f2bfd87dc9a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.132.tgz","fileCount":17,"integrity":"sha512-jZLyol+w3TF8CpN+oN4Ov5j9H6e8DMSOesEmQXeuWvdMvsmi4rIobX5B5SYwSjG86eQu1dpCDjFPhC6Ki7x3Cg==","signatures":[{"sig":"MEYCIQDSNrg1D8lPxlXyfZyQiye321pQRWOCSznZmfoDOnLHXwIhALMQP5sUniOVSx/+YBYnmaSU0OvbT691S585CofPT/45","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211504},"main":"index.js","engines":{"node":">=12"},"gitHead":"22a512b263d1130cdfcd9963b9c228dccaa29a6d","scripts":{"test":"playwright test","build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","prepublish":"npm run build"},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"repository":{"url":"git+https://github.com/Microsoft/playwright.git","type":"git"},"_npmVersion":"10.2.4","description":"Getting started with writing end-to-end tests with Playwright.","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"devDependencies":{"esbuild":"^0.14.25","enquirer":"^2.3.6","typescript":"^4.5.2","@types/node":"^16.11.11","ansi-colors":"^4.1.1","@playwright/test":"^1.38.1"},"_npmOperationalInternal":{"tmp":"tmp/create-playwright_1.17.132_1709667101168_0.5462912305735148","host":"s3://npm-registry-packages"},"contributors":[]},"1.17.133":{"name":"create-playwright","version":"1.17.133","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.44.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","ini":"^4.1.3","typescript":"^5.4.5"},"_id":"create-playwright@1.17.133","gitHead":"9de031a1e073d874506c2a430c4cb93f9315a0c9","bugs":{"url":"https://github.com/Microsoft/playwright/issues"},"_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-B48DbsOguZe7jCMnRaaBHah6As095XNkdlyhI8CI8xN1PHlH+QB8/3RXO3dmdqQS4BX3IexlexIgvTLysmV3/Q==","shasum":"b960a1a59cdb74ea7b6fe7ff6b99098192d4855b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.133.tgz","fileCount":17,"unpackedSize":219222,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGeIQ1TcxwzNeHviuLWBw3zoVdxurAw9QkB2lch8HpjqAiEA4Xk2AAW/AvnVUIrgcRbb0QIAfPV4eTkbNifg9pNbY9E="}]},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.133_1718873420864_0.3811155790633247"},"_hasShrinkwrap":false,"contributors":[]},"1.17.134":{"name":"create-playwright","version":"1.17.134","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.44.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","ini":"^4.1.3","typescript":"^5.4.5"},"_id":"create-playwright@1.17.134","gitHead":"4cf6c05e28b80b9e02302c17aa97f4cd61d4c535","bugs":{"url":"https://github.com/Microsoft/create-playwright/issues"},"_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-7ioaBsy04VikfB1p2tib2WJC9GIVEcmaCbwxzyNsarDbUgFRNuYKDRLFueyqlDLH83USCB9Kq7EZu889Q1uXaw==","shasum":"48f8c9152e8db6547cafa284fb1ea7a08e7bd644","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.134.tgz","fileCount":17,"unpackedSize":219896,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7tK8z6ndSca8XLrve9LFcBlcpmZY00Dbt5QxecMKkjAIgb1alwFkPw1DTlttMK7M14Wsl0/uEh7L3tRiL0zGFD4k="}],"size":44324},"_npmUser":{"name":"anonymous","email":"max@schmitt.mx"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/create-playwright_1.17.134_1726660929066_0.9993371423599511"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T12:02:09.307Z","publish_time":1726660929307,"_source_registry_name":"default","contributors":[]},"1.17.135":{"name":"create-playwright","version":"1.17.135","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/Microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.49.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.14.25","ini":"^4.1.3","typescript":"^5.4.5"},"_id":"create-playwright@1.17.135","gitHead":"7eb7452929567809b215023034dfcb38d8f554fe","bugs":{"url":"https://github.com/Microsoft/create-playwright/issues"},"_nodeVersion":"20.18.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ra/cDAeSCrE7waEccqYCt5WiFtOtLZI7xBVqhd8kQUI3rwAk9f/dIhZLSb/rGHoGKe2KxcPAngXZiCDJPoQ5uA==","shasum":"3e8f70cf70f6b2e9068373764115085fe817d823","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.135.tgz","fileCount":17,"unpackedSize":220436,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbM7l+4EEJZ5NsTd/UoAjMGWhgjJhk2T0PJzNvU5d9tAIgcTcaD8ofUutflQ72ZyNWF8Cg807YAzV93IZOzbK3Hwg="}],"size":44401},"_npmUser":{"name":"anonymous","email":"pavel.feldman@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-playwright_1.17.135_1737153200250_0.7980976179241408"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-17T22:33:20.505Z","publish_time":1737153200505,"_source_registry_name":"default","contributors":[]},"1.17.136":{"name":"create-playwright","version":"1.17.136","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.49.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.25.0","ini":"^4.1.3","typescript":"^5.4.5"},"_id":"create-playwright@1.17.136","gitHead":"18faf302456c1a29dda8846975ce04e5ec657679","bugs":{"url":"https://github.com/microsoft/create-playwright/issues"},"_nodeVersion":"20.19.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-DgPGMegpSPGbf5rzPLlIPXCe/bme088+305F8ibBLwY8y9iqmMsO3E4vSQW8qwgkkB7/xVdwNpBkzHNcnHOZvA==","shasum":"c5ef5fabfd906131669454b33151c7f613d0f71d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.136.tgz","fileCount":17,"unpackedSize":223211,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/create-playwright@1.17.136","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDIn37kQ50PLgTJhlrgOOuPQUPj1TJCd7z2dHUiuywLogIgDpIsHQlDPwJhDnCsFlKx+g0NG1Lmi8vvVNFCMUMI8ps="}],"size":45456},"_npmUser":{"name":"anonymous","email":"playwright-npm-bot@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"yury.semikhatsky@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"},{"name":"anonymous","email":"playwright-npm-bot@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-playwright_1.17.136_1748017042851_0.7702072980076509"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-23T16:17:23.078Z","publish_time":1748017043078,"_source_registry_name":"default","contributors":[]},"1.17.137":{"name":"create-playwright","version":"1.17.137","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.49.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","enquirer":"^2.3.6","esbuild":"^0.25.0","ini":"^4.1.3","typescript":"^5.4.5"},"_id":"create-playwright@1.17.137","gitHead":"68ea7b7e0718d49f3654fea74f75575558c28520","bugs":{"url":"https://github.com/microsoft/create-playwright/issues"},"_nodeVersion":"20.19.5","_npmVersion":"11.6.0","dist":{"integrity":"sha512-imgnLBjF2VP4V41mgcO8F+LPNbPPDHMWRuxqk/VB5x8ebdl0MkkpZbmL05NHj8uhc4W+xdRIMXaIGli1Adss7w==","shasum":"3dae313b99fabd785affc2c45f11442965c1cf52","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.137.tgz","fileCount":17,"unpackedSize":223255,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/create-playwright@1.17.137","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDwrno3x0wFPjAL9GtuUbDTvPH9e7wCdJQJhrfsRwznAgIgSQKRmtUyi3y17sJHr9r0zQYVA6QCxgK7crR6oAVzdJ4="}],"size":45466},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:314a0476-56a0-4b19-ab8d-cb7f1d144d4a"}},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"yury.semikhatsky@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"},{"name":"anonymous","email":"playwright-npm-bot@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-playwright_1.17.137_1758548844350_0.4104898188690218"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-22T13:47:24.559Z","publish_time":1758548844559,"_source_registry_name":"default","contributors":[]},"1.17.137-alpha-1758880593000":{"name":"create-playwright","version":"1.17.137-alpha-1758880593000","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/program.ts --outfile=lib/index.js --platform=node --target=ES2019","clean":"rm -rf lib","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"1.56.0-alpha-1758839353000","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","commander":"^14.0.1","enquirer":"^2.3.6","esbuild":"^0.25.0","ini":"^4.1.3","typescript":"^5.4.5"},"readmeFilename":"README.md","gitHead":"e26bc6920fcc3da6637c0c4962a19729000c0bb6","_id":"create-playwright@1.17.137-alpha-1758880593000","bugs":{"url":"https://github.com/microsoft/create-playwright/issues"},"_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-AHrjq3DFJZTKAf2tGUjvI3N9wM8boLk0/BreAexnIfAW0JQg4F0cb0GelfGozfZPLXEJmd5yjdlC/2QfBYWEMA==","shasum":"71a0a2224307fc5d932d102c72350ee6392eff6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.137-alpha-1758880593000.tgz","fileCount":19,"unpackedSize":349998,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/create-playwright@1.17.137-alpha-1758880593000","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIC0zwEPT0fTnWZ4zplElVO9Mx9KDDTn2xT+VKipRrO8qAiEA6qO4uWqjajnQ9i+RIxCFFqYoZq5N7k5piSGHRGzj18g="}],"size":70558},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:314a0476-56a0-4b19-ab8d-cb7f1d144d4a"}},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"yury.semikhatsky@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"},{"name":"anonymous","email":"playwright-npm-bot@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-playwright_1.17.137-alpha-1758880593000_1758880647668_0.1722044803034226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-26T09:57:27.845Z","publish_time":1758880647845,"_source_registry_name":"default","contributors":[]},"1.17.138":{"name":"create-playwright","version":"1.17.138","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","clean":"rm -rf lib","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.49.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","commander":"^14.0.1","enquirer":"^2.3.6","esbuild":"^0.25.0","ini":"^4.1.3","typescript":"^5.4.5"},"gitHead":"390d65011ebb91a6106fe881d46bcfbccf794d02","_id":"create-playwright@1.17.138","bugs":{"url":"https://github.com/microsoft/create-playwright/issues"},"_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-0cKv+wipxaeeZ4NFutB/+F2S5OF88BPN0YfmVR+hN/VLsiFAN+6GJw0kKATSpqDjps+i4ZXxp6nsQ9qwBMfjzA==","shasum":"1a0b3af5dee23e013ce7f97d5b5ab805d2a48a26","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.138.tgz","fileCount":15,"unpackedSize":317015,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/create-playwright@1.17.138","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDg1pdBCCqDxBoPiqiBkDQuTLjmT9JgPGQnIF02RC9RzAiBWerRU0tzJ/YD1fEttR/E5rE4ARwlWxT6VJLMy5MXocw=="}],"size":65559},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:314a0476-56a0-4b19-ab8d-cb7f1d144d4a"}},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"yury.semikhatsky@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"},{"name":"anonymous","email":"playwright-npm-bot@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-playwright_1.17.138_1759274811766_0.010117543267524454"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-30T23:26:51.956Z","publish_time":1759274811956,"_source_registry_name":"default","contributors":[]},"1.17.139":{"name":"create-playwright","version":"1.17.139","description":"Getting started with writing end-to-end tests with Playwright.","repository":{"type":"git","url":"git+https://github.com/microsoft/create-playwright.git"},"homepage":"https://playwright.dev","author":{"name":"Microsoft Corporation"},"engines":{"node":">=18"},"main":"index.js","bin":{"create-playwright":"index.js"},"license":"Apache-2.0","scripts":{"build":"esbuild --bundle src/cli.ts --outfile=lib/index.js --platform=node --target=ES2019","clean":"rm -rf lib","watch":"npm run build -- --watch","test":"playwright test","prepublish":"npm run build"},"devDependencies":{"@playwright/test":"^1.49.1","@types/ini":"^4.1.1","@types/node":"^18.19.33","ansi-colors":"^4.1.1","commander":"^14.0.1","enquirer":"^2.3.6","esbuild":"^0.25.0","ini":"^4.1.3","typescript":"^5.4.5"},"gitHead":"0549a120f4c74d98a3fb045041319ccd447790ec","_id":"create-playwright@1.17.139","bugs":{"url":"https://github.com/microsoft/create-playwright/issues"},"_nodeVersion":"20.19.5","_npmVersion":"11.6.1","dist":{"integrity":"sha512-be59wywAD7GxnTqCCc2T0Ujps9t4MYpVWxbP9hT2tOBRrRKBwMcU1HhLzhT70FiaLPqxuImqQQFp5s5yO9Qp3A==","shasum":"f82870f16bf26d3385e8402e924edb677db24ed1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/create-playwright/-/create-playwright-1.17.139.tgz","fileCount":15,"unpackedSize":317003,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/create-playwright@1.17.139","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDEkoNr+GnWKmCPzXp+hvhr19sjICugvE1p+yZ8R2fb2QIgKKDarV1QytvZQsAmXHMPSE8sTfsVIAGA2yavC5VzedU="}],"size":65569},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:314a0476-56a0-4b19-ab8d-cb7f1d144d4a"}},"directories":{},"maintainers":[{"name":"anonymous","email":"max@schmitt.mx"},{"name":"anonymous","email":"pavel.feldman@gmail.com"},{"name":"anonymous","email":"yury.semikhatsky@gmail.com"},{"name":"anonymous","email":"dgozman@microsoft.com"},{"name":"anonymous","email":"playwright-npm-bot@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-playwright_1.17.139_1759909088864_0.3947193890610796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-08T07:38:09.036Z","publish_time":1759909089036,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"1.17.139","next":"1.18.0-alpha-1638379596000","beta":"1.17.0-beta-1638396143000","rc":"1.17.0-rc1"},"name":"create-playwright","time":{"created":"2022-01-27T19:37:11.502Z","0.0.1":"2020-03-01T16:23:22.563Z","modified":"2025-10-15T23:20:21.224Z","0.1.0":"2020-03-04T16:41:41.133Z","0.1.1":"2021-09-09T16:32:36.376Z","0.1.2":"2021-09-09T16:38:24.025Z","0.1.3":"2021-09-09T16:49:12.636Z","0.1.4":"2021-09-10T11:57:11.379Z","0.1.5":"2021-09-13T20:11:52.720Z","0.1.6":"2021-09-14T11:14:21.574Z","0.1.7":"2021-09-20T07:22:30.267Z","1.17.0-next-1634890429000":"2021-10-22T08:20:15.662Z","1.17.0-next-alpha-oct-23-2021":"2021-10-23T00:32:40.108Z","1.17.0-next-alpha-oct-24-2021":"2021-10-24T00:17:56.051Z","1.17.0-next-alpha-oct-25-2021":"2021-10-25T00:17:37.324Z","1.17.0-next-alpha-oct-26-2021":"2021-10-26T00:18:04.226Z","1.17.0-next-alpha-oct-27-2021":"2021-10-27T01:47:01.086Z","1.17.0-next-1635521587000":"2021-10-29T15:38:02.024Z","1.17.0-next-alpha-oct-30-2021":"2021-10-30T00:18:07.858Z","1.17.0-next-alpha-oct-31-2021":"2021-10-31T00:18:16.638Z","1.17.0-next-alpha-nov-1-2021":"2021-11-01T00:18:00.752Z","1.17.0-next-1635761637000":"2021-11-01T10:33:22.888Z","1.17.0-next-alpha-nov-2-2021":"2021-11-02T10:33:00.381Z","1.17.0-next-1635851494000":"2021-11-02T11:26:12.140Z","1.17.0-next-1635886706000":"2021-11-02T22:21:16.667Z","1.17.0-next-alpha-nov-3-2021":"2021-11-03T00:21:36.827Z","1.16.0":"2021-11-04T00:22:27.313Z","1.17.0-next-alpha-nov-4-2021":"2021-11-04T00:27:21.841Z","1.17.0-next-1636024023000":"2021-11-04T15:33:49.935Z","1.17.0-next-alpha-nov-5-2021":"2021-11-05T00:21:34.909Z","1.17.0-next-alpha-nov-6-2021":"2021-11-06T00:21:49.526Z","1.17.0-next-1636225929000":"2021-11-06T19:15:50.674Z","1.17.0-next-alpha-nov-7-2021":"2021-11-07T00:21:20.560Z","1.17.0-next-alpha-nov-8-2021":"2021-11-08T00:22:08.960Z","1.17.0-next-1636414979000":"2021-11-08T23:52:49.806Z","1.16.1":"2021-11-09T00:01:50.267Z","1.17.0-next-alpha-nov-9-2021":"2021-11-09T00:42:06.354Z","1.17.0-next-1636423390000":"2021-11-09T02:12:02.366Z","1.17.0-next-1636430928000":"2021-11-09T11:07:13.320Z","1.17.0-next-1636502298000":"2021-11-10T00:10:57.176Z","1.17.0-next-alpha-nov-10-2021":"2021-11-10T00:21:26.109Z","1.17.0-next-1636507311000":"2021-11-10T02:06:27.557Z","1.17.0-1636510039000":"2021-11-10T02:31:50.550Z","1.17.0-1636525868000":"2021-11-10T06:34:35.742Z","1.17.0-1636572712000":"2021-11-10T19:38:58.202Z","1.18.0-next-alpha-nov-11-2021":"2021-11-11T00:21:35.724Z","1.17.0-1636659526000":"2021-11-11T19:41:46.134Z","1.17.0-1636674774000":"2021-11-12T00:22:00.351Z","1.18.0-next-alpha-nov-12-2021":"2021-11-12T00:23:28.625Z","1.17.0-1636678343000":"2021-11-12T01:05:34.113Z","1.17.0-1636680007000":"2021-11-12T01:29:10.904Z","1.17.0-1636741922000":"2021-11-12T18:35:23.592Z","1.18.0-next-alpha-nov-13-2021":"2021-11-13T00:21:07.280Z","1.18.0-next-alpha-nov-14-2021":"2021-11-14T00:21:17.432Z","1.18.0-next-alpha-nov-15-2021":"2021-11-15T00:21:35.127Z","1.17.0-1637005716000":"2021-11-15T19:51:48.934Z","1.18.0-next-alpha-nov-16-2021":"2021-11-16T00:22:24.677Z","1.17.0-1637023000000":"2021-11-16T00:40:01.158Z","1.17.0-1637048540000":"2021-11-16T07:45:58.628Z","1.17.0-1637101966000":"2021-11-16T22:52:24.863Z","1.18.0-alpha-1637105894000":"2021-11-16T23:43:46.797Z","1.17.0-1637106358000":"2021-11-16T23:48:25.845Z","1.17.0-beta-1637106527000":"2021-11-16T23:53:03.701Z","1.18.0-alpha-nov-17-2021":"2021-11-17T00:21:16.616Z","1.17.0-beta-1637167411000":"2021-11-17T16:46:34.715Z","1.17.0-beta-1637174719000":"2021-11-17T18:48:07.297Z","1.17.0-rc1":"2021-11-17T19:32:47.205Z","1.18.0-alpha-1637178126000":"2021-11-17T19:50:44.483Z","1.17.0-beta-1637185435000":"2021-11-17T21:47:01.087Z","1.18.0-alpha-nov-18-2021":"2021-11-18T00:22:01.043Z","1.18.0-alpha-1637257604000":"2021-11-18T22:03:25.368Z","1.18.0-alpha-nov-19-2021":"2021-11-19T00:21:34.738Z","1.17.0-beta-1637287804000":"2021-11-19T02:14:22.612Z","1.18.0-alpha-nov-20-2021":"2021-11-20T00:21:39.653Z","1.17.0-beta-1637368446000":"2021-11-20T00:37:50.727Z","1.18.0-alpha-1637368835000":"2021-11-20T00:44:31.200Z","1.18.0-alpha-nov-21-2021":"2021-11-21T00:21:17.903Z","1.18.0-alpha-nov-22-2021":"2021-11-22T00:21:13.595Z","1.18.0-alpha-1637602750000":"2021-11-22T17:43:48.386Z","1.18.0-alpha-1637606482000":"2021-11-22T18:53:55.809Z","1.17.0-beta-1637607601000":"2021-11-22T19:03:28.071Z","1.18.0-alpha-nov-23-2021":"2021-11-23T00:22:02.000Z","1.17.0-beta-1637696328000":"2021-11-23T19:42:22.311Z","1.17.0-beta-1637696371000":"2021-11-23T19:43:10.499Z","1.17.0-beta-1637697877000":"2021-11-23T20:07:12.569Z","1.18.0-alpha-nov-24-2021":"2021-11-24T00:22:04.060Z","1.18.0-alpha-nov-25-2021":"2021-11-25T00:21:02.519Z","1.18.0-alpha-nov-26-2021":"2021-11-26T00:20:48.216Z","1.18.0-alpha-nov-27-2021":"2021-11-27T00:21:13.942Z","1.18.0-alpha-nov-28-2021":"2021-11-28T00:21:43.895Z","1.18.0-alpha-nov-29-2021":"2021-11-29T00:21:42.565Z","1.17.0-beta-1638222602000":"2021-11-29T21:53:14.532Z","1.17.0-beta-1638285466000":"2021-11-30T15:21:05.958Z","1.17.0":"2021-11-30T15:22:36.670Z","1.17.1":"2021-12-01T05:51:02.288Z","1.17.0-beta-1638356200000":"2021-12-01T10:59:31.326Z","1.18.0-alpha-1638379596000":"2021-12-01T17:45:02.445Z","1.17.0-beta-1638387664000":"2021-12-01T19:44:23.859Z","1.17.0-beta-1638396143000":"2021-12-01T22:05:29.281Z","1.17.100":"2021-12-03T00:52:33.312Z","1.17.101":"2021-12-03T01:09:40.159Z","1.17.102":"2022-02-02T20:03:32.806Z","1.17.103":"2022-02-09T06:51:44.658Z","1.17.104":"2022-02-09T16:52:41.285Z","1.17.105":"2022-02-09T19:57:14.155Z","1.17.106":"2022-02-10T00:33:32.923Z","1.17.107":"2022-02-10T01:06:24.328Z","1.17.108":"2022-03-07T19:35:24.575Z","1.17.109":"2022-03-07T20:12:49.786Z","1.17.110":"2022-03-08T19:42:59.689Z","1.17.111":"2022-05-06T00:55:25.082Z","1.17.112":"2022-05-06T06:11:28.071Z","1.17.113":"2022-05-07T00:14:05.195Z","1.17.114":"2022-05-10T19:40:06.789Z","1.17.115":"2022-05-11T14:45:22.472Z","1.17.116":"2022-05-17T19:42:27.086Z","1.17.117":"2022-06-23T02:56:17.752Z","1.17.118":"2022-07-14T12:50:59.484Z","1.17.119":"2022-08-31T09:01:50.510Z","1.17.120":"2022-10-07T20:09:27.534Z","1.17.122":"2022-10-12T02:53:25.922Z","1.17.123":"2022-11-02T17:53:22.131Z","1.17.124":"2022-12-02T18:03:46.110Z","1.17.125":"2023-01-03T20:51:17.813Z","1.17.126":"2023-02-06T20:54:11.744Z","1.17.127":"2023-03-24T11:46:38.009Z","1.17.128":"2023-06-26T20:27:43.757Z","1.17.129":"2023-08-11T18:34:57.321Z","1.17.130":"2023-09-14T16:51:53.366Z","1.17.131":"2023-10-30T22:08:31.298Z","1.17.132":"2024-03-05T19:31:41.419Z","1.17.133":"2024-06-20T08:50:21.045Z","1.17.134":"2024-09-18T12:02:09.307Z","1.17.135":"2025-01-17T22:33:20.505Z","1.17.136":"2025-05-23T16:17:23.078Z","1.17.137":"2025-09-22T13:47:24.559Z","1.17.137-alpha-1758880593000":"2025-09-26T09:57:27.845Z","1.17.138":"2025-09-30T23:26:51.956Z","1.17.139":"2025-10-08T07:38:09.036Z"},"readme":"# Create Playwright\n\n> Getting started with [Playwright](https://github.com/microsoft/playwright) with a single command\n\n[![npm](https://img.shields.io/npm/v/create-playwright)](https://www.npmjs.com/package/create-playwright)\n[![create-playwright CI](https://github.com/microsoft/create-playwright/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/create-playwright/actions/workflows/ci.yml)\n\n```bash\nnpm init playwright@latest\n# Or for Yarn\nyarn create playwright\n# Or for pnpm\npnpm create playwright\n```","users":{}}