{ "name": "stats-lite", "version": "2.2.0", "description": "A light statistical package that operates on numeric Arrays.", "main": "stats.js", "types": "./stats.d.ts", "directories": { "example": "examples", "test": "test" }, "scripts": { "test": "node test/", "build": "tsc", "prepare": "run-s build test" }, "repository": { "type": "git", "url": "git@github.com:brycebaril/node-stats-lite.git" }, "keywords": [ "stats", "statistics", "numbers", "math", "sum", "mean", "average", "mode", "median", "percentile", "variance", "deviation" ], "author": "Bryce B. Baril", "license": "MIT", "bugs": { "url": "https://github.com/brycebaril/node-stats-lite/issues" }, "engines": { "node": ">=2.0.0" }, "dependencies": { "isnumber": "~1.0.0" }, "devDependencies": { "dice": "0.0.2", "npm-run-all": "^4.1.3", "tape": "~4.6.3", "typescript": "^3.0.3" }, "homepage": "https://github.com/brycebaril/node-stats-lite" }