kgames

KGames — free keyboard games for kids
git clone https://www.keyboard.games/code/kgames.git
Log | Files | Refs | README | LICENSE

package-lock.json (1588B)


      1 {
      2   "name": "kgames",
      3   "lockfileVersion": 3,
      4   "requires": true,
      5   "packages": {
      6     "": {
      7       "name": "kgames",
      8       "devDependencies": {
      9         "playwright": "^1.40.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       "optional": true,
     19       "os": [
     20         "darwin"
     21       ],
     22       "engines": {
     23         "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
     24       }
     25     },
     26     "node_modules/playwright": {
     27       "version": "1.59.1",
     28       "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz",
     29       "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==",
     30       "dev": true,
     31       "dependencies": {
     32         "playwright-core": "1.59.1"
     33       },
     34       "bin": {
     35         "playwright": "cli.js"
     36       },
     37       "engines": {
     38         "node": ">=18"
     39       },
     40       "optionalDependencies": {
     41         "fsevents": "2.3.2"
     42       }
     43     },
     44     "node_modules/playwright-core": {
     45       "version": "1.59.1",
     46       "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz",
     47       "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==",
     48       "dev": true,
     49       "bin": {
     50         "playwright-core": "cli.js"
     51       },
     52       "engines": {
     53         "node": ">=18"
     54       }
     55     }
     56   }
     57 }