UNPKG

wilks-calculator

Version:

This library calculates performs calculations with the Wilks coefficient, which is a coefficient used by the International Powerlifting Federation to determine the relative strength of competitors. They also use this coefficient for determining the qual

34 lines (33 loc) 835 B
{ "name": "wilks-calculator", "version": "1.2.4", "description": "", "main": "src/index.js", "scripts": { "test": "nyc --reporter=html mocha --reporter spec", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git://github.com/CaveMobster/wilks-calculator.git" }, "author": "CaveMobster <cavemobster@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/CaveMobster/wilks-calculator/issues" }, "homepage": "https://github.com/CaveMobster/wilks-calculator#readme", "devDependencies": { "chai": "^4.3.4", "coveralls": "^3.1.1", "mocha": "^9.1.3", "nyc": "^15.1.0" }, "keywords": [ "wilks", "wilks score", "powerlifting", "calculator", "calculate" ] }