rastrillo / pwa Public

Clone
git clone https://amadan.net/rastrillo/pwa

Plain git — no account needed to clone.

Download

Download this file

1{
2 "name": "rastrillo-pwa-tests",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "": {
7 "name": "rastrillo-pwa-tests",
8 "devDependencies": {
9 "playwright": "1.62.0"
10 }
11 },
12 "node_modules/fsevents": {
13 "version": "2.3.2",
14 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
15 "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
16 "dev": true,
17 "hasInstallScript": true,
18 "license": "MIT",
19 "optional": true,
20 "os": [
21 "darwin"
22 ],
23 "engines": {
24 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
25 }
26 },
27 "node_modules/playwright": {
28 "version": "1.62.0",
29 "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.0.tgz",
30 "integrity": "sha512-Z14dG305dgaLu6foB1TXQagFiW8JfSUIUaUuPaKQ6NtBPKF1P/qXcqfh6c6K/icPqdy37JmjbiBXf6JNg6Sylw==",
31 "dev": true,
32 "license": "Apache-2.0",
33 "dependencies": {
34 "playwright-core": "1.62.0"
35 },
36 "bin": {
37 "playwright": "cli.js"
38 },
39 "engines": {
40 "node": ">=20"
41 },
42 "optionalDependencies": {
43 "fsevents": "2.3.2"
44 }
45 },
46 "node_modules/playwright-core": {
47 "version": "1.62.0",
48 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.0.tgz",
49 "integrity": "sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==",
50 "dev": true,
51 "license": "Apache-2.0",
52 "bin": {
53 "playwright-core": "cli.js"
54 },
55 "engines": {
56 "node": ">=20"
57 }
58 }
59 }
60}
61