UNPKG

calc-stats

Version:
51 lines (50 loc) 1.15 kB
{ "name": "calc-stats", "version": "2.6.0", "description": "Memory-Aware Statistical Calculations", "main": "./calc-stats.js", "types": "calc-stats.d.ts", "files": [ "calc-stats.d.ts", "calc-stats.js" ], "scripts": { "f": "npm run format", "format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js *.ts", "test": "TEST_TIMED=true node test.js", "test:ts": "npx ts-node test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/calc-stats.git" }, "keywords": [ "array", "floats", "iter", "iterable", "math", "max", "mean", "min", "numbers", "stats", "stream" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/calc-stats/issues" }, "homepage": "https://github.com/DanielJDufour/calc-stats#readme", "dependencies": { "iter-fun": "^0.2.0", "mediana": "^1.0.3", "preciso": "^0.12.2", "quick-resolve": "^0.0.1" }, "devDependencies": { "flat-iter": "^0.3.0", "flug": "^2.7.2" } }