diff options
| author | grothedev <grothedev@gmail.com> | 2026-05-29 21:34:16 -0400 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2026-05-29 21:34:16 -0400 |
| commit | 27dc5849c3eaf4824d79938e7077abdbe2c82e24 (patch) | |
| tree | 4a6e963d291132ad6f5a22841ea2404b60949366 /web-timeplot/package-lock.json | |
| parent | 73d75835e18a33c7f6c1b09bbcef93b16a7a9bfa (diff) | |
updates from claude. need to review. archiving rust and cpp stuff, going completely TS
Diffstat (limited to 'web-timeplot/package-lock.json')
| -rw-r--r-- | web-timeplot/package-lock.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/web-timeplot/package-lock.json b/web-timeplot/package-lock.json index b0733b1..7ce7bea 100644 --- a/web-timeplot/package-lock.json +++ b/web-timeplot/package-lock.json @@ -8,7 +8,8 @@ "name": "web-timeplot", "version": "0.1.0", "dependencies": { - "pixi.js": "^8.0.0" + "pixi.js": "^8.0.0", + "ws": "^8.20.0" }, "devDependencies": { "vite": "^5.0.0" @@ -1044,6 +1045,27 @@ "optional": true } } + }, + "node_modules/ws": { + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } } } } |
