UNPKG

pareto-simulator

Version:

Simulates request times following a Pareto distribution

28 lines (27 loc) 516 B
{ "name": "pareto-simulator", "version": "0.0.3", "description": "Simulates request times following a Pareto distribution", "type": "module", "main": "index.js", "scripts": { "test": "eslint .", "start": "node index.js" }, "bin": { "pareto": "index.js" }, "keywords": [ "Pareto", "simulation", "distribution", "statistics" ], "author": "alexfernandeznpm@gmail.com", "dependencies": { "stdio": "^2.1.1" }, "devDependencies": { "eslint": "^6.8.0" } }