Spaces:
Build error
Build error
Delete sunlight
Browse files- sunlight/package-lock.json +0 -802
- sunlight/package.json +0 -16
- sunlight/preload.js +0 -2
- sunlight/renderer.js +0 -20
- sunlight/style.css +0 -29
sunlight/package-lock.json
DELETED
|
@@ -1,802 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "sunlight",
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"lockfileVersion": 3,
|
| 5 |
-
"requires": true,
|
| 6 |
-
"packages": {
|
| 7 |
-
"": {
|
| 8 |
-
"name": "sunlight",
|
| 9 |
-
"version": "1.0.0",
|
| 10 |
-
"license": "ISC",
|
| 11 |
-
"dependencies": {
|
| 12 |
-
"electron": "^39.1.0"
|
| 13 |
-
}
|
| 14 |
-
},
|
| 15 |
-
"node_modules/@electron/get": {
|
| 16 |
-
"version": "2.0.3",
|
| 17 |
-
"resolved": "https://registry.npmjs.org/@electron/get/-/get-2.0.3.tgz",
|
| 18 |
-
"integrity": "sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==",
|
| 19 |
-
"license": "MIT",
|
| 20 |
-
"dependencies": {
|
| 21 |
-
"debug": "^4.1.1",
|
| 22 |
-
"env-paths": "^2.2.0",
|
| 23 |
-
"fs-extra": "^8.1.0",
|
| 24 |
-
"got": "^11.8.5",
|
| 25 |
-
"progress": "^2.0.3",
|
| 26 |
-
"semver": "^6.2.0",
|
| 27 |
-
"sumchecker": "^3.0.1"
|
| 28 |
-
},
|
| 29 |
-
"engines": {
|
| 30 |
-
"node": ">=12"
|
| 31 |
-
},
|
| 32 |
-
"optionalDependencies": {
|
| 33 |
-
"global-agent": "^3.0.0"
|
| 34 |
-
}
|
| 35 |
-
},
|
| 36 |
-
"node_modules/@sindresorhus/is": {
|
| 37 |
-
"version": "4.6.0",
|
| 38 |
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
| 39 |
-
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
| 40 |
-
"license": "MIT",
|
| 41 |
-
"engines": {
|
| 42 |
-
"node": ">=10"
|
| 43 |
-
},
|
| 44 |
-
"funding": {
|
| 45 |
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
| 46 |
-
}
|
| 47 |
-
},
|
| 48 |
-
"node_modules/@szmarczak/http-timer": {
|
| 49 |
-
"version": "4.0.6",
|
| 50 |
-
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
| 51 |
-
"integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
|
| 52 |
-
"license": "MIT",
|
| 53 |
-
"dependencies": {
|
| 54 |
-
"defer-to-connect": "^2.0.0"
|
| 55 |
-
},
|
| 56 |
-
"engines": {
|
| 57 |
-
"node": ">=10"
|
| 58 |
-
}
|
| 59 |
-
},
|
| 60 |
-
"node_modules/@types/cacheable-request": {
|
| 61 |
-
"version": "6.0.3",
|
| 62 |
-
"resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",
|
| 63 |
-
"integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==",
|
| 64 |
-
"license": "MIT",
|
| 65 |
-
"dependencies": {
|
| 66 |
-
"@types/http-cache-semantics": "*",
|
| 67 |
-
"@types/keyv": "^3.1.4",
|
| 68 |
-
"@types/node": "*",
|
| 69 |
-
"@types/responselike": "^1.0.0"
|
| 70 |
-
}
|
| 71 |
-
},
|
| 72 |
-
"node_modules/@types/http-cache-semantics": {
|
| 73 |
-
"version": "4.0.4",
|
| 74 |
-
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
| 75 |
-
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
|
| 76 |
-
"license": "MIT"
|
| 77 |
-
},
|
| 78 |
-
"node_modules/@types/keyv": {
|
| 79 |
-
"version": "3.1.4",
|
| 80 |
-
"resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz",
|
| 81 |
-
"integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==",
|
| 82 |
-
"license": "MIT",
|
| 83 |
-
"dependencies": {
|
| 84 |
-
"@types/node": "*"
|
| 85 |
-
}
|
| 86 |
-
},
|
| 87 |
-
"node_modules/@types/node": {
|
| 88 |
-
"version": "22.19.0",
|
| 89 |
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.0.tgz",
|
| 90 |
-
"integrity": "sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==",
|
| 91 |
-
"license": "MIT",
|
| 92 |
-
"dependencies": {
|
| 93 |
-
"undici-types": "~6.21.0"
|
| 94 |
-
}
|
| 95 |
-
},
|
| 96 |
-
"node_modules/@types/responselike": {
|
| 97 |
-
"version": "1.0.3",
|
| 98 |
-
"resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz",
|
| 99 |
-
"integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==",
|
| 100 |
-
"license": "MIT",
|
| 101 |
-
"dependencies": {
|
| 102 |
-
"@types/node": "*"
|
| 103 |
-
}
|
| 104 |
-
},
|
| 105 |
-
"node_modules/@types/yauzl": {
|
| 106 |
-
"version": "2.10.3",
|
| 107 |
-
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
|
| 108 |
-
"integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
|
| 109 |
-
"license": "MIT",
|
| 110 |
-
"optional": true,
|
| 111 |
-
"dependencies": {
|
| 112 |
-
"@types/node": "*"
|
| 113 |
-
}
|
| 114 |
-
},
|
| 115 |
-
"node_modules/boolean": {
|
| 116 |
-
"version": "3.2.0",
|
| 117 |
-
"resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
|
| 118 |
-
"integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
|
| 119 |
-
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
| 120 |
-
"license": "MIT",
|
| 121 |
-
"optional": true
|
| 122 |
-
},
|
| 123 |
-
"node_modules/buffer-crc32": {
|
| 124 |
-
"version": "0.2.13",
|
| 125 |
-
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
| 126 |
-
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
| 127 |
-
"license": "MIT",
|
| 128 |
-
"engines": {
|
| 129 |
-
"node": "*"
|
| 130 |
-
}
|
| 131 |
-
},
|
| 132 |
-
"node_modules/cacheable-lookup": {
|
| 133 |
-
"version": "5.0.4",
|
| 134 |
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
| 135 |
-
"integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
|
| 136 |
-
"license": "MIT",
|
| 137 |
-
"engines": {
|
| 138 |
-
"node": ">=10.6.0"
|
| 139 |
-
}
|
| 140 |
-
},
|
| 141 |
-
"node_modules/cacheable-request": {
|
| 142 |
-
"version": "7.0.4",
|
| 143 |
-
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
|
| 144 |
-
"integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
|
| 145 |
-
"license": "MIT",
|
| 146 |
-
"dependencies": {
|
| 147 |
-
"clone-response": "^1.0.2",
|
| 148 |
-
"get-stream": "^5.1.0",
|
| 149 |
-
"http-cache-semantics": "^4.0.0",
|
| 150 |
-
"keyv": "^4.0.0",
|
| 151 |
-
"lowercase-keys": "^2.0.0",
|
| 152 |
-
"normalize-url": "^6.0.1",
|
| 153 |
-
"responselike": "^2.0.0"
|
| 154 |
-
},
|
| 155 |
-
"engines": {
|
| 156 |
-
"node": ">=8"
|
| 157 |
-
}
|
| 158 |
-
},
|
| 159 |
-
"node_modules/clone-response": {
|
| 160 |
-
"version": "1.0.3",
|
| 161 |
-
"resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
|
| 162 |
-
"integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==",
|
| 163 |
-
"license": "MIT",
|
| 164 |
-
"dependencies": {
|
| 165 |
-
"mimic-response": "^1.0.0"
|
| 166 |
-
},
|
| 167 |
-
"funding": {
|
| 168 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 169 |
-
}
|
| 170 |
-
},
|
| 171 |
-
"node_modules/debug": {
|
| 172 |
-
"version": "4.4.3",
|
| 173 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
| 174 |
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
| 175 |
-
"license": "MIT",
|
| 176 |
-
"dependencies": {
|
| 177 |
-
"ms": "^2.1.3"
|
| 178 |
-
},
|
| 179 |
-
"engines": {
|
| 180 |
-
"node": ">=6.0"
|
| 181 |
-
},
|
| 182 |
-
"peerDependenciesMeta": {
|
| 183 |
-
"supports-color": {
|
| 184 |
-
"optional": true
|
| 185 |
-
}
|
| 186 |
-
}
|
| 187 |
-
},
|
| 188 |
-
"node_modules/decompress-response": {
|
| 189 |
-
"version": "6.0.0",
|
| 190 |
-
"resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
|
| 191 |
-
"integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
| 192 |
-
"license": "MIT",
|
| 193 |
-
"dependencies": {
|
| 194 |
-
"mimic-response": "^3.1.0"
|
| 195 |
-
},
|
| 196 |
-
"engines": {
|
| 197 |
-
"node": ">=10"
|
| 198 |
-
},
|
| 199 |
-
"funding": {
|
| 200 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 201 |
-
}
|
| 202 |
-
},
|
| 203 |
-
"node_modules/decompress-response/node_modules/mimic-response": {
|
| 204 |
-
"version": "3.1.0",
|
| 205 |
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
|
| 206 |
-
"integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
| 207 |
-
"license": "MIT",
|
| 208 |
-
"engines": {
|
| 209 |
-
"node": ">=10"
|
| 210 |
-
},
|
| 211 |
-
"funding": {
|
| 212 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 213 |
-
}
|
| 214 |
-
},
|
| 215 |
-
"node_modules/defer-to-connect": {
|
| 216 |
-
"version": "2.0.1",
|
| 217 |
-
"resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
|
| 218 |
-
"integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==",
|
| 219 |
-
"license": "MIT",
|
| 220 |
-
"engines": {
|
| 221 |
-
"node": ">=10"
|
| 222 |
-
}
|
| 223 |
-
},
|
| 224 |
-
"node_modules/define-data-property": {
|
| 225 |
-
"version": "1.1.4",
|
| 226 |
-
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
| 227 |
-
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
| 228 |
-
"license": "MIT",
|
| 229 |
-
"optional": true,
|
| 230 |
-
"dependencies": {
|
| 231 |
-
"es-define-property": "^1.0.0",
|
| 232 |
-
"es-errors": "^1.3.0",
|
| 233 |
-
"gopd": "^1.0.1"
|
| 234 |
-
},
|
| 235 |
-
"engines": {
|
| 236 |
-
"node": ">= 0.4"
|
| 237 |
-
},
|
| 238 |
-
"funding": {
|
| 239 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 240 |
-
}
|
| 241 |
-
},
|
| 242 |
-
"node_modules/define-properties": {
|
| 243 |
-
"version": "1.2.1",
|
| 244 |
-
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
|
| 245 |
-
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
| 246 |
-
"license": "MIT",
|
| 247 |
-
"optional": true,
|
| 248 |
-
"dependencies": {
|
| 249 |
-
"define-data-property": "^1.0.1",
|
| 250 |
-
"has-property-descriptors": "^1.0.0",
|
| 251 |
-
"object-keys": "^1.1.1"
|
| 252 |
-
},
|
| 253 |
-
"engines": {
|
| 254 |
-
"node": ">= 0.4"
|
| 255 |
-
},
|
| 256 |
-
"funding": {
|
| 257 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 258 |
-
}
|
| 259 |
-
},
|
| 260 |
-
"node_modules/detect-node": {
|
| 261 |
-
"version": "2.1.0",
|
| 262 |
-
"resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
|
| 263 |
-
"integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
|
| 264 |
-
"license": "MIT",
|
| 265 |
-
"optional": true
|
| 266 |
-
},
|
| 267 |
-
"node_modules/electron": {
|
| 268 |
-
"version": "39.1.0",
|
| 269 |
-
"resolved": "https://registry.npmjs.org/electron/-/electron-39.1.0.tgz",
|
| 270 |
-
"integrity": "sha512-vPRbKKQUzKWZZX68fuYdz4iS/eavGcQkHOGK4ylv0YJLbBRxxUlflPRdqRGflFjwid+sja7gbNul2lArevYwrw==",
|
| 271 |
-
"hasInstallScript": true,
|
| 272 |
-
"license": "MIT",
|
| 273 |
-
"dependencies": {
|
| 274 |
-
"@electron/get": "^2.0.0",
|
| 275 |
-
"@types/node": "^22.7.7",
|
| 276 |
-
"extract-zip": "^2.0.1"
|
| 277 |
-
},
|
| 278 |
-
"bin": {
|
| 279 |
-
"electron": "cli.js"
|
| 280 |
-
},
|
| 281 |
-
"engines": {
|
| 282 |
-
"node": ">= 12.20.55"
|
| 283 |
-
}
|
| 284 |
-
},
|
| 285 |
-
"node_modules/end-of-stream": {
|
| 286 |
-
"version": "1.4.5",
|
| 287 |
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
| 288 |
-
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
| 289 |
-
"license": "MIT",
|
| 290 |
-
"dependencies": {
|
| 291 |
-
"once": "^1.4.0"
|
| 292 |
-
}
|
| 293 |
-
},
|
| 294 |
-
"node_modules/env-paths": {
|
| 295 |
-
"version": "2.2.1",
|
| 296 |
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
| 297 |
-
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
| 298 |
-
"license": "MIT",
|
| 299 |
-
"engines": {
|
| 300 |
-
"node": ">=6"
|
| 301 |
-
}
|
| 302 |
-
},
|
| 303 |
-
"node_modules/es-define-property": {
|
| 304 |
-
"version": "1.0.1",
|
| 305 |
-
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
| 306 |
-
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
| 307 |
-
"license": "MIT",
|
| 308 |
-
"optional": true,
|
| 309 |
-
"engines": {
|
| 310 |
-
"node": ">= 0.4"
|
| 311 |
-
}
|
| 312 |
-
},
|
| 313 |
-
"node_modules/es-errors": {
|
| 314 |
-
"version": "1.3.0",
|
| 315 |
-
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
| 316 |
-
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
| 317 |
-
"license": "MIT",
|
| 318 |
-
"optional": true,
|
| 319 |
-
"engines": {
|
| 320 |
-
"node": ">= 0.4"
|
| 321 |
-
}
|
| 322 |
-
},
|
| 323 |
-
"node_modules/es6-error": {
|
| 324 |
-
"version": "4.1.1",
|
| 325 |
-
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
| 326 |
-
"integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
|
| 327 |
-
"license": "MIT",
|
| 328 |
-
"optional": true
|
| 329 |
-
},
|
| 330 |
-
"node_modules/escape-string-regexp": {
|
| 331 |
-
"version": "4.0.0",
|
| 332 |
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
| 333 |
-
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
| 334 |
-
"license": "MIT",
|
| 335 |
-
"optional": true,
|
| 336 |
-
"engines": {
|
| 337 |
-
"node": ">=10"
|
| 338 |
-
},
|
| 339 |
-
"funding": {
|
| 340 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 341 |
-
}
|
| 342 |
-
},
|
| 343 |
-
"node_modules/extract-zip": {
|
| 344 |
-
"version": "2.0.1",
|
| 345 |
-
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
|
| 346 |
-
"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
|
| 347 |
-
"license": "BSD-2-Clause",
|
| 348 |
-
"dependencies": {
|
| 349 |
-
"debug": "^4.1.1",
|
| 350 |
-
"get-stream": "^5.1.0",
|
| 351 |
-
"yauzl": "^2.10.0"
|
| 352 |
-
},
|
| 353 |
-
"bin": {
|
| 354 |
-
"extract-zip": "cli.js"
|
| 355 |
-
},
|
| 356 |
-
"engines": {
|
| 357 |
-
"node": ">= 10.17.0"
|
| 358 |
-
},
|
| 359 |
-
"optionalDependencies": {
|
| 360 |
-
"@types/yauzl": "^2.9.1"
|
| 361 |
-
}
|
| 362 |
-
},
|
| 363 |
-
"node_modules/fd-slicer": {
|
| 364 |
-
"version": "1.1.0",
|
| 365 |
-
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
| 366 |
-
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
|
| 367 |
-
"license": "MIT",
|
| 368 |
-
"dependencies": {
|
| 369 |
-
"pend": "~1.2.0"
|
| 370 |
-
}
|
| 371 |
-
},
|
| 372 |
-
"node_modules/fs-extra": {
|
| 373 |
-
"version": "8.1.0",
|
| 374 |
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
| 375 |
-
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
| 376 |
-
"license": "MIT",
|
| 377 |
-
"dependencies": {
|
| 378 |
-
"graceful-fs": "^4.2.0",
|
| 379 |
-
"jsonfile": "^4.0.0",
|
| 380 |
-
"universalify": "^0.1.0"
|
| 381 |
-
},
|
| 382 |
-
"engines": {
|
| 383 |
-
"node": ">=6 <7 || >=8"
|
| 384 |
-
}
|
| 385 |
-
},
|
| 386 |
-
"node_modules/get-stream": {
|
| 387 |
-
"version": "5.2.0",
|
| 388 |
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
| 389 |
-
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
| 390 |
-
"license": "MIT",
|
| 391 |
-
"dependencies": {
|
| 392 |
-
"pump": "^3.0.0"
|
| 393 |
-
},
|
| 394 |
-
"engines": {
|
| 395 |
-
"node": ">=8"
|
| 396 |
-
},
|
| 397 |
-
"funding": {
|
| 398 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 399 |
-
}
|
| 400 |
-
},
|
| 401 |
-
"node_modules/global-agent": {
|
| 402 |
-
"version": "3.0.0",
|
| 403 |
-
"resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz",
|
| 404 |
-
"integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==",
|
| 405 |
-
"license": "BSD-3-Clause",
|
| 406 |
-
"optional": true,
|
| 407 |
-
"dependencies": {
|
| 408 |
-
"boolean": "^3.0.1",
|
| 409 |
-
"es6-error": "^4.1.1",
|
| 410 |
-
"matcher": "^3.0.0",
|
| 411 |
-
"roarr": "^2.15.3",
|
| 412 |
-
"semver": "^7.3.2",
|
| 413 |
-
"serialize-error": "^7.0.1"
|
| 414 |
-
},
|
| 415 |
-
"engines": {
|
| 416 |
-
"node": ">=10.0"
|
| 417 |
-
}
|
| 418 |
-
},
|
| 419 |
-
"node_modules/global-agent/node_modules/semver": {
|
| 420 |
-
"version": "7.7.3",
|
| 421 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
| 422 |
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
| 423 |
-
"license": "ISC",
|
| 424 |
-
"optional": true,
|
| 425 |
-
"bin": {
|
| 426 |
-
"semver": "bin/semver.js"
|
| 427 |
-
},
|
| 428 |
-
"engines": {
|
| 429 |
-
"node": ">=10"
|
| 430 |
-
}
|
| 431 |
-
},
|
| 432 |
-
"node_modules/globalthis": {
|
| 433 |
-
"version": "1.0.4",
|
| 434 |
-
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
| 435 |
-
"integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
|
| 436 |
-
"license": "MIT",
|
| 437 |
-
"optional": true,
|
| 438 |
-
"dependencies": {
|
| 439 |
-
"define-properties": "^1.2.1",
|
| 440 |
-
"gopd": "^1.0.1"
|
| 441 |
-
},
|
| 442 |
-
"engines": {
|
| 443 |
-
"node": ">= 0.4"
|
| 444 |
-
},
|
| 445 |
-
"funding": {
|
| 446 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 447 |
-
}
|
| 448 |
-
},
|
| 449 |
-
"node_modules/gopd": {
|
| 450 |
-
"version": "1.2.0",
|
| 451 |
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
| 452 |
-
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
| 453 |
-
"license": "MIT",
|
| 454 |
-
"optional": true,
|
| 455 |
-
"engines": {
|
| 456 |
-
"node": ">= 0.4"
|
| 457 |
-
},
|
| 458 |
-
"funding": {
|
| 459 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 460 |
-
}
|
| 461 |
-
},
|
| 462 |
-
"node_modules/got": {
|
| 463 |
-
"version": "11.8.6",
|
| 464 |
-
"resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
|
| 465 |
-
"integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
|
| 466 |
-
"license": "MIT",
|
| 467 |
-
"dependencies": {
|
| 468 |
-
"@sindresorhus/is": "^4.0.0",
|
| 469 |
-
"@szmarczak/http-timer": "^4.0.5",
|
| 470 |
-
"@types/cacheable-request": "^6.0.1",
|
| 471 |
-
"@types/responselike": "^1.0.0",
|
| 472 |
-
"cacheable-lookup": "^5.0.3",
|
| 473 |
-
"cacheable-request": "^7.0.2",
|
| 474 |
-
"decompress-response": "^6.0.0",
|
| 475 |
-
"http2-wrapper": "^1.0.0-beta.5.2",
|
| 476 |
-
"lowercase-keys": "^2.0.0",
|
| 477 |
-
"p-cancelable": "^2.0.0",
|
| 478 |
-
"responselike": "^2.0.0"
|
| 479 |
-
},
|
| 480 |
-
"engines": {
|
| 481 |
-
"node": ">=10.19.0"
|
| 482 |
-
},
|
| 483 |
-
"funding": {
|
| 484 |
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
| 485 |
-
}
|
| 486 |
-
},
|
| 487 |
-
"node_modules/graceful-fs": {
|
| 488 |
-
"version": "4.2.11",
|
| 489 |
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
| 490 |
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
| 491 |
-
"license": "ISC"
|
| 492 |
-
},
|
| 493 |
-
"node_modules/has-property-descriptors": {
|
| 494 |
-
"version": "1.0.2",
|
| 495 |
-
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
| 496 |
-
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
| 497 |
-
"license": "MIT",
|
| 498 |
-
"optional": true,
|
| 499 |
-
"dependencies": {
|
| 500 |
-
"es-define-property": "^1.0.0"
|
| 501 |
-
},
|
| 502 |
-
"funding": {
|
| 503 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 504 |
-
}
|
| 505 |
-
},
|
| 506 |
-
"node_modules/http-cache-semantics": {
|
| 507 |
-
"version": "4.2.0",
|
| 508 |
-
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz",
|
| 509 |
-
"integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==",
|
| 510 |
-
"license": "BSD-2-Clause"
|
| 511 |
-
},
|
| 512 |
-
"node_modules/http2-wrapper": {
|
| 513 |
-
"version": "1.0.3",
|
| 514 |
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
|
| 515 |
-
"integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
|
| 516 |
-
"license": "MIT",
|
| 517 |
-
"dependencies": {
|
| 518 |
-
"quick-lru": "^5.1.1",
|
| 519 |
-
"resolve-alpn": "^1.0.0"
|
| 520 |
-
},
|
| 521 |
-
"engines": {
|
| 522 |
-
"node": ">=10.19.0"
|
| 523 |
-
}
|
| 524 |
-
},
|
| 525 |
-
"node_modules/json-buffer": {
|
| 526 |
-
"version": "3.0.1",
|
| 527 |
-
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
| 528 |
-
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
| 529 |
-
"license": "MIT"
|
| 530 |
-
},
|
| 531 |
-
"node_modules/json-stringify-safe": {
|
| 532 |
-
"version": "5.0.1",
|
| 533 |
-
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
| 534 |
-
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
| 535 |
-
"license": "ISC",
|
| 536 |
-
"optional": true
|
| 537 |
-
},
|
| 538 |
-
"node_modules/jsonfile": {
|
| 539 |
-
"version": "4.0.0",
|
| 540 |
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
| 541 |
-
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
| 542 |
-
"license": "MIT",
|
| 543 |
-
"optionalDependencies": {
|
| 544 |
-
"graceful-fs": "^4.1.6"
|
| 545 |
-
}
|
| 546 |
-
},
|
| 547 |
-
"node_modules/keyv": {
|
| 548 |
-
"version": "4.5.4",
|
| 549 |
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
| 550 |
-
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
| 551 |
-
"license": "MIT",
|
| 552 |
-
"dependencies": {
|
| 553 |
-
"json-buffer": "3.0.1"
|
| 554 |
-
}
|
| 555 |
-
},
|
| 556 |
-
"node_modules/lowercase-keys": {
|
| 557 |
-
"version": "2.0.0",
|
| 558 |
-
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
|
| 559 |
-
"integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==",
|
| 560 |
-
"license": "MIT",
|
| 561 |
-
"engines": {
|
| 562 |
-
"node": ">=8"
|
| 563 |
-
}
|
| 564 |
-
},
|
| 565 |
-
"node_modules/matcher": {
|
| 566 |
-
"version": "3.0.0",
|
| 567 |
-
"resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz",
|
| 568 |
-
"integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==",
|
| 569 |
-
"license": "MIT",
|
| 570 |
-
"optional": true,
|
| 571 |
-
"dependencies": {
|
| 572 |
-
"escape-string-regexp": "^4.0.0"
|
| 573 |
-
},
|
| 574 |
-
"engines": {
|
| 575 |
-
"node": ">=10"
|
| 576 |
-
}
|
| 577 |
-
},
|
| 578 |
-
"node_modules/mimic-response": {
|
| 579 |
-
"version": "1.0.1",
|
| 580 |
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
|
| 581 |
-
"integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
|
| 582 |
-
"license": "MIT",
|
| 583 |
-
"engines": {
|
| 584 |
-
"node": ">=4"
|
| 585 |
-
}
|
| 586 |
-
},
|
| 587 |
-
"node_modules/ms": {
|
| 588 |
-
"version": "2.1.3",
|
| 589 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
| 590 |
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
| 591 |
-
"license": "MIT"
|
| 592 |
-
},
|
| 593 |
-
"node_modules/normalize-url": {
|
| 594 |
-
"version": "6.1.0",
|
| 595 |
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
|
| 596 |
-
"integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
|
| 597 |
-
"license": "MIT",
|
| 598 |
-
"engines": {
|
| 599 |
-
"node": ">=10"
|
| 600 |
-
},
|
| 601 |
-
"funding": {
|
| 602 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 603 |
-
}
|
| 604 |
-
},
|
| 605 |
-
"node_modules/object-keys": {
|
| 606 |
-
"version": "1.1.1",
|
| 607 |
-
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
| 608 |
-
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
| 609 |
-
"license": "MIT",
|
| 610 |
-
"optional": true,
|
| 611 |
-
"engines": {
|
| 612 |
-
"node": ">= 0.4"
|
| 613 |
-
}
|
| 614 |
-
},
|
| 615 |
-
"node_modules/once": {
|
| 616 |
-
"version": "1.4.0",
|
| 617 |
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
| 618 |
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
| 619 |
-
"license": "ISC",
|
| 620 |
-
"dependencies": {
|
| 621 |
-
"wrappy": "1"
|
| 622 |
-
}
|
| 623 |
-
},
|
| 624 |
-
"node_modules/p-cancelable": {
|
| 625 |
-
"version": "2.1.1",
|
| 626 |
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
|
| 627 |
-
"integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
|
| 628 |
-
"license": "MIT",
|
| 629 |
-
"engines": {
|
| 630 |
-
"node": ">=8"
|
| 631 |
-
}
|
| 632 |
-
},
|
| 633 |
-
"node_modules/pend": {
|
| 634 |
-
"version": "1.2.0",
|
| 635 |
-
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
| 636 |
-
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
| 637 |
-
"license": "MIT"
|
| 638 |
-
},
|
| 639 |
-
"node_modules/progress": {
|
| 640 |
-
"version": "2.0.3",
|
| 641 |
-
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
| 642 |
-
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
| 643 |
-
"license": "MIT",
|
| 644 |
-
"engines": {
|
| 645 |
-
"node": ">=0.4.0"
|
| 646 |
-
}
|
| 647 |
-
},
|
| 648 |
-
"node_modules/pump": {
|
| 649 |
-
"version": "3.0.3",
|
| 650 |
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
| 651 |
-
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
| 652 |
-
"license": "MIT",
|
| 653 |
-
"dependencies": {
|
| 654 |
-
"end-of-stream": "^1.1.0",
|
| 655 |
-
"once": "^1.3.1"
|
| 656 |
-
}
|
| 657 |
-
},
|
| 658 |
-
"node_modules/quick-lru": {
|
| 659 |
-
"version": "5.1.1",
|
| 660 |
-
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
|
| 661 |
-
"integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
|
| 662 |
-
"license": "MIT",
|
| 663 |
-
"engines": {
|
| 664 |
-
"node": ">=10"
|
| 665 |
-
},
|
| 666 |
-
"funding": {
|
| 667 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 668 |
-
}
|
| 669 |
-
},
|
| 670 |
-
"node_modules/resolve-alpn": {
|
| 671 |
-
"version": "1.2.1",
|
| 672 |
-
"resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz",
|
| 673 |
-
"integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
|
| 674 |
-
"license": "MIT"
|
| 675 |
-
},
|
| 676 |
-
"node_modules/responselike": {
|
| 677 |
-
"version": "2.0.1",
|
| 678 |
-
"resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
|
| 679 |
-
"integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==",
|
| 680 |
-
"license": "MIT",
|
| 681 |
-
"dependencies": {
|
| 682 |
-
"lowercase-keys": "^2.0.0"
|
| 683 |
-
},
|
| 684 |
-
"funding": {
|
| 685 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 686 |
-
}
|
| 687 |
-
},
|
| 688 |
-
"node_modules/roarr": {
|
| 689 |
-
"version": "2.15.4",
|
| 690 |
-
"resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz",
|
| 691 |
-
"integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==",
|
| 692 |
-
"license": "BSD-3-Clause",
|
| 693 |
-
"optional": true,
|
| 694 |
-
"dependencies": {
|
| 695 |
-
"boolean": "^3.0.1",
|
| 696 |
-
"detect-node": "^2.0.4",
|
| 697 |
-
"globalthis": "^1.0.1",
|
| 698 |
-
"json-stringify-safe": "^5.0.1",
|
| 699 |
-
"semver-compare": "^1.0.0",
|
| 700 |
-
"sprintf-js": "^1.1.2"
|
| 701 |
-
},
|
| 702 |
-
"engines": {
|
| 703 |
-
"node": ">=8.0"
|
| 704 |
-
}
|
| 705 |
-
},
|
| 706 |
-
"node_modules/semver": {
|
| 707 |
-
"version": "6.3.1",
|
| 708 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
| 709 |
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
| 710 |
-
"license": "ISC",
|
| 711 |
-
"bin": {
|
| 712 |
-
"semver": "bin/semver.js"
|
| 713 |
-
}
|
| 714 |
-
},
|
| 715 |
-
"node_modules/semver-compare": {
|
| 716 |
-
"version": "1.0.0",
|
| 717 |
-
"resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz",
|
| 718 |
-
"integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==",
|
| 719 |
-
"license": "MIT",
|
| 720 |
-
"optional": true
|
| 721 |
-
},
|
| 722 |
-
"node_modules/serialize-error": {
|
| 723 |
-
"version": "7.0.1",
|
| 724 |
-
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
|
| 725 |
-
"integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
|
| 726 |
-
"license": "MIT",
|
| 727 |
-
"optional": true,
|
| 728 |
-
"dependencies": {
|
| 729 |
-
"type-fest": "^0.13.1"
|
| 730 |
-
},
|
| 731 |
-
"engines": {
|
| 732 |
-
"node": ">=10"
|
| 733 |
-
},
|
| 734 |
-
"funding": {
|
| 735 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 736 |
-
}
|
| 737 |
-
},
|
| 738 |
-
"node_modules/sprintf-js": {
|
| 739 |
-
"version": "1.1.3",
|
| 740 |
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
| 741 |
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
| 742 |
-
"license": "BSD-3-Clause",
|
| 743 |
-
"optional": true
|
| 744 |
-
},
|
| 745 |
-
"node_modules/sumchecker": {
|
| 746 |
-
"version": "3.0.1",
|
| 747 |
-
"resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz",
|
| 748 |
-
"integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==",
|
| 749 |
-
"license": "Apache-2.0",
|
| 750 |
-
"dependencies": {
|
| 751 |
-
"debug": "^4.1.0"
|
| 752 |
-
},
|
| 753 |
-
"engines": {
|
| 754 |
-
"node": ">= 8.0"
|
| 755 |
-
}
|
| 756 |
-
},
|
| 757 |
-
"node_modules/type-fest": {
|
| 758 |
-
"version": "0.13.1",
|
| 759 |
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
|
| 760 |
-
"integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==",
|
| 761 |
-
"license": "(MIT OR CC0-1.0)",
|
| 762 |
-
"optional": true,
|
| 763 |
-
"engines": {
|
| 764 |
-
"node": ">=10"
|
| 765 |
-
},
|
| 766 |
-
"funding": {
|
| 767 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 768 |
-
}
|
| 769 |
-
},
|
| 770 |
-
"node_modules/undici-types": {
|
| 771 |
-
"version": "6.21.0",
|
| 772 |
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
| 773 |
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
| 774 |
-
"license": "MIT"
|
| 775 |
-
},
|
| 776 |
-
"node_modules/universalify": {
|
| 777 |
-
"version": "0.1.2",
|
| 778 |
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
| 779 |
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
| 780 |
-
"license": "MIT",
|
| 781 |
-
"engines": {
|
| 782 |
-
"node": ">= 4.0.0"
|
| 783 |
-
}
|
| 784 |
-
},
|
| 785 |
-
"node_modules/wrappy": {
|
| 786 |
-
"version": "1.0.2",
|
| 787 |
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
| 788 |
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
| 789 |
-
"license": "ISC"
|
| 790 |
-
},
|
| 791 |
-
"node_modules/yauzl": {
|
| 792 |
-
"version": "2.10.0",
|
| 793 |
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
|
| 794 |
-
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
|
| 795 |
-
"license": "MIT",
|
| 796 |
-
"dependencies": {
|
| 797 |
-
"buffer-crc32": "~0.2.3",
|
| 798 |
-
"fd-slicer": "~1.1.0"
|
| 799 |
-
}
|
| 800 |
-
}
|
| 801 |
-
}
|
| 802 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sunlight/package.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "sunlight",
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"description": "A web browser with an AI-powered search engine.",
|
| 5 |
-
"main": "main.js",
|
| 6 |
-
"scripts": {
|
| 7 |
-
"start": "electron .",
|
| 8 |
-
"test": "echo \"Error: no test specified\" && exit 1"
|
| 9 |
-
},
|
| 10 |
-
"keywords": [],
|
| 11 |
-
"author": "",
|
| 12 |
-
"license": "ISC",
|
| 13 |
-
"dependencies": {
|
| 14 |
-
"electron": "^39.1.0"
|
| 15 |
-
}
|
| 16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sunlight/preload.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
// preload.js
|
|
|
|
|
|
|
|
|
sunlight/renderer.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
const searchBar = document.getElementById('search-bar');
|
| 3 |
-
const searchButton = document.getElementById('search-button');
|
| 4 |
-
const webview = document.getElementById('webview');
|
| 5 |
-
|
| 6 |
-
searchButton.addEventListener('click', () => {
|
| 7 |
-
const query = searchBar.value;
|
| 8 |
-
if (query.startsWith('http') || query.startsWith('www')) {
|
| 9 |
-
webview.src = query;
|
| 10 |
-
} else {
|
| 11 |
-
// In the future, this will be replaced with the Sunlight search engine
|
| 12 |
-
webview.src = `https://www.google.com/search?q=${query}`;
|
| 13 |
-
}
|
| 14 |
-
});
|
| 15 |
-
|
| 16 |
-
searchBar.addEventListener('keydown', (e) => {
|
| 17 |
-
if (e.key === 'Enter') {
|
| 18 |
-
searchButton.click();
|
| 19 |
-
}
|
| 20 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sunlight/style.css
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
body {
|
| 3 |
-
font-family: sans-serif;
|
| 4 |
-
margin: 0;
|
| 5 |
-
display: flex;
|
| 6 |
-
flex-direction: column;
|
| 7 |
-
height: 100vh;
|
| 8 |
-
}
|
| 9 |
-
|
| 10 |
-
#controls {
|
| 11 |
-
display: flex;
|
| 12 |
-
padding: 10px;
|
| 13 |
-
background-color: #f0f0f0;
|
| 14 |
-
}
|
| 15 |
-
|
| 16 |
-
#search-bar {
|
| 17 |
-
flex: 1;
|
| 18 |
-
padding: 5px;
|
| 19 |
-
font-size: 16px;
|
| 20 |
-
}
|
| 21 |
-
|
| 22 |
-
#search-button {
|
| 23 |
-
padding: 5px 10px;
|
| 24 |
-
font-size: 16px;
|
| 25 |
-
}
|
| 26 |
-
|
| 27 |
-
#webview {
|
| 28 |
-
flex: 1;
|
| 29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|