diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-01 19:03:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-01 19:03:05 -0400 |
| commit | 3d6c5b151cebc74df4b8fc79e5bb755c51ad65a2 (patch) | |
| tree | 9440404e1399f2ca668527366c99654f42980576 /package-lock.json | |
| parent | 5d859cab5fa714860723fa252498c407d5909cdc (diff) | |
changed how smoothing curves works - got rid of simplify.js dependency
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 571076db0..751787548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -221,7 +221,6 @@ "sass-loader": "^16.0.1", "serializr": "^3.0.2", "shelljs": "^0.8.5", - "simplify-js": "^1.2.4", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", "standard-http-error": "^2.0.1", @@ -30995,11 +30994,6 @@ "node": ">=20.12.2" } }, - "node_modules/simplify-js": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/simplify-js/-/simplify-js-1.2.4.tgz", - "integrity": "sha512-vITfSlwt7h/oyrU42R83mtzFpwYk3+mkH9bOHqq/Qw6n8rtR7aE3NZQ5fbcyCUVVmuMJR6ynsAhOfK2qoah8Jg==" - }, "node_modules/skmeans": { "version": "0.9.7", "resolved": "https://registry.npmjs.org/skmeans/-/skmeans-0.9.7.tgz", |
