- Starting solo game with physics
This commit is contained in:
Kum1ta
2024-08-29 18:43:23 +02:00
parent 24704b8493
commit 64b2e8ab73
33 changed files with 40944 additions and 110 deletions

48
site/real_game/node_modules/statsjs/package.json generated vendored Normal file
View File

@ -0,0 +1,48 @@
{
"name": "statsjs",
"description": "Provides functions for many of the statistical operations that you might need",
"version": "1.0.7",
"author": "Angus Gibbs (http://angusgibbs.com)",
"homepage": "http://github.com/angusgibbs/statsjs",
"keywords": [
"math",
"stats",
"statistics",
"average",
"mean",
"min",
"max",
"standard",
"deviation",
"regression",
"quartile",
"median",
"outliers",
"factorial",
"probability",
"permutation",
"combination",
"binomial",
"geometric",
"normal",
"z-test"
],
"repository": {
"type": "git",
"url": "git://github.com/angusgibbs/statsjs.git"
},
"bugs": {
"url": "http://github.com/angusgibbs/statsjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/angusgibbs/statsjs/blob/master/LICENSE"
}
],
"main": "lib/stats",
"devDependencies": {
"expect.js": "git://github.com/angusgibbs/expect.js.git",
"mocha": "^1.4.3"
}
}