UNPKG

@universis/percentile-ranking

Version:

Percentile ranking is a vital part of any student information system. It indicates how well a student performed in comparison to the students in the specific norm group, for example, in the same grade, class, or graduation event. This package implements t

46 lines (45 loc) 1.23 kB
{ "name": "@universis/percentile-ranking", "version": "1.0.1", "description": "", "main": "dist/index.js", "scripts": { "build": "rimraf dist && rollup --config rollup.config.ts", "test": "jest", "lint": "eslint -c .eslintrc.json --fix" }, "repository": { "type": "git", "url": "git+https://gitlab.com/universis/percentile-ranking.git" }, "bugs": { "url": "https://gitlab.com/universis/percentile-ranking/issues" }, "homepage": "https://gitlab.com/universis/percentile-ranking#readme", "keywords": [ "universis", "percentile", "ranking", "grades" ], "author": "UniverSIS Project", "license": "LGPL-3.0-or-later", "dependencies": {}, "devDependencies": { "@rollup/plugin-typescript": "^8.3.1", "@types/jest": "^27.4.1", "@types/node": "^16.11.6", "@types/node-fetch": "^2.6.1", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.11.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", "jest": "^27.5.1", "rimraf": "^3.0.2", "rollup": "^2.70.1", "ts-jest": "^27.1.3", "ts-node": "^10.7.0", "typescript": "^4.6.2" } }