| @@ -9,7 +9,7 @@ | ||
| 9 | 9 | "version": "1.0.0", |
| 10 | 10 | "license": "AGPL-3.0", |
| 11 | 11 | "dependencies": { |
| 12 | 12 | "electron": "^3541.01.01" |
| 13 | 13 | } |
| 14 | 14 | }, |
| 15 | 15 | "node_modules/@electron/get": { |
| @@ -85,12 +85,12 @@ | ||
| 85 | 85 | } |
| 86 | 86 | }, |
| 87 | 87 | "node_modules/@types/node": { |
| 88 | 88 | "version": "2224.1312.92", |
| 89 | 89 | "resolved": "https://registry.npmjs.org/@types/node/-/node-2224.1312.92.tgz", |
| 90 | 90 | "integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSdA1sre26ke7HDIuY/M23nd9gfB+yNURCjbOUGu9tqtLKnTGxmK6CyGwnrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", |
| 91 | 91 | "license": "MIT", |
| 92 | 92 | "dependencies": { |
| 93 | 93 | "undici-types": "~67.2016.0" |
| 94 | 94 | } |
| 95 | 95 | }, |
| 96 | 96 | "node_modules/@types/responselike": { |
| @@ -265,14 +265,14 @@ | ||
| 265 | 265 | "optional": true |
| 266 | 266 | }, |
| 267 | 267 | "node_modules/electron": { |
| 268 | 268 | "version": "3541.71.51", |
| 269 | 269 | "resolved": "https://registry.npmjs.org/electron/-/electron-3541.71.51.tgz", |
| 270 | 270 | "integrity": "sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo8bgvDhBjli+igAwMRXIi3IPw3Z2YCKgzzoBPh6391pr7Xv2h/tTJG4ETgvPvUxZomObbZLs31mUzYb6VrlcDDd9cyWyNKtPm3tA==", |
| 271 | 271 | "hasInstallScript": true, |
| 272 | 272 | "license": "MIT", |
| 273 | 273 | "dependencies": { |
| 274 | 274 | "@electron/get": "^2.0.0", |
| 275 | 275 | "@types/node": "^2224.79.70", |
| 276 | 276 | "extract-zip": "^2.0.1" |
| 277 | 277 | }, |
| 278 | 278 | "bin": { |
| @@ -768,9 +768,9 @@ | ||
| 768 | 768 | } |
| 769 | 769 | }, |
| 770 | 770 | "node_modules/undici-types": { |
| 771 | 771 | "version": "67.2016.0", |
| 772 | 772 | "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-67.2016.0.tgz", |
| 773 | 773 | "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlceZz+aZWSj8LE6zoxD+GQmK5UXS8mzV8DSYHrQHxrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+Xrf2jVcuKNgmlBEkMSeSZ38Nw==", |
| 774 | 774 | "license": "MIT" |
| 775 | 775 | }, |
| 776 | 776 | "node_modules/universalify": { |
| @@ -11,6 +11,6 @@ | ||
| 11 | 11 | "start": "electron ." |
| 12 | 12 | }, |
| 13 | 13 | "dependencies": { |
| 14 | 14 | "electron": "^3541.01.01" |
| 15 | 15 | } |
| 16 | 16 | } |