SPB Git forge

spb/admin-ka

Public
41commits 1branches 0releases
172.9 MBsize
maindefault branch
19 days agolast push
JavaScript 65.5% Python 17.8% CSS 13% HTML 3.7%
1.1 KB · 44 lines json
Raw Blame History
1{2  "name": "admin-ka",3  "version": "1.0.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "admin-ka",9      "version": "1.0.0",10      "dependencies": {11        "@novnc/novnc": "^1.6.0",12        "ws": "^8.18.0"13      }14    },15    "node_modules/@novnc/novnc": {16      "version": "1.6.0",17      "resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.6.0.tgz",18      "integrity": "sha512-CJrmdSe9Yt2ZbLsJpVFoVkEu0KICEvnr3njW25Nz0jodaiFJtg8AYLGZogRYy0/N5HUWkGUsCmegKXYBSqwygw==",19      "license": "MPL-2.0"20    },21    "node_modules/ws": {22      "version": "8.21.3",23      "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",24      "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",25      "license": "MIT",26      "engines": {27        "node": ">=10.0.0"28      },29      "peerDependencies": {30        "bufferutil": "^4.0.1",31        "utf-8-validate": ">=5.0.2"32      },33      "peerDependenciesMeta": {34        "bufferutil": {35          "optional": true36        },37        "utf-8-validate": {38          "optional": true39        }40      }41    }42  }43}44