GLM FINALLY

Former-commit-id: 2e98ca5c974b25af32d31fd6e8e189b860e46d9f
This commit is contained in:
Ben
2022-02-28 12:49:51 +00:00
parent afe65e341e
commit 39c32fbb5b
15 changed files with 7316 additions and 4116 deletions

11
package-lock.json generated
View File

@@ -13,6 +13,7 @@
"cli-color": "^2.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"gl-matrix": "^3.4.3",
"jest": "^27.4.5",
"jsdoc": "^3.6.10",
"md5": "^2.3.0",
@@ -3029,6 +3030,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/gl-matrix": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz",
"integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA=="
},
"node_modules/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
@@ -8469,6 +8475,11 @@
"get-intrinsic": "^1.1.1"
}
},
"gl-matrix": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz",
"integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA=="
},
"glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",