UNPKG

ahp-calc

Version:

AHP (Analytical Hierarchy Process) is a decision-making method that helps break down complex problems into a hierarchy of simpler comparisons. It uses pairwise comparisons and mathematical calculations to rank alternatives based on criteria.

49 lines (48 loc) 1.48 kB
{ "name": "ahp-calc", "version": "1.2.7", "description": "AHP (Analytical Hierarchy Process) is a decision-making method that helps break down complex problems into a hierarchy of simpler comparisons. It uses pairwise comparisons and mathematical calculations to rank alternatives based on criteria.", "main": "dist/index.js", "files": [ "dist", "typings", "README.md" ], "typings": "typings/index.d.ts", "scripts": { "clean": "rimraf dist && rimraf typings", "build": "pnpm clean && tsc --build tsconfig.json", "test": "jest", "docs": "typedoc" }, "repository": { "type": "git", "url": "git+https://github.com/ren-zi-fa/ahp-calc.git" }, "keywords": [ "AHP", "DSS", "ahp-calc", "Analytical Process Hierarchy" ], "author": "renzi febriandika", "license": "MIT", "bugs": { "url": "https://github.com/ren-zi-fa/ahp-calc/issues" }, "engines": { "node": ">=20.18.0" }, "homepage": "https://ren-zi-fa.github.io/ahp-calc/", "packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "jest": "^29.7.0", "rimraf": "^6.0.1", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typedoc": "^0.28.2", "typescript": "^5.8.3" } }