UNPKG

@alheimsins/b5-50-ipip-neo-pi-r

Version:

Module for returning Big Five 50 IPIP-NEO-PI-R items

61 lines (60 loc) 1.48 kB
{ "name": "@alheimsins/b5-50-ipip-neo-pi-r", "description": "Module for returning Big Five 50 IPIP-NEO-PI-R items", "version": "4.0.2", "license": "MIT", "publishConfig": { "access": "public" }, "author": { "name": "Jonas Enge", "email": "jonas.enge@t-fk.no", "url": "https://github.com/telemark" }, "contributors": [ { "name": "Geir Gåsodden", "email": "geir.gasodden@pythonia.no", "url": "https://github.com/zrrrzzt" } ], "main": "index.js", "engines": { "node": ">=14.18.0" }, "files": [ "data/", "index.js" ], "scripts": { "test": "standard && npm audit && ava", "test-offline": "standard && ava", "coverage": "nyc ava", "coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls", "standard-fix": "standard --fix", "refresh": "rm -rf node_modules && rm package-lock.json && npm install" }, "keywords": [ "bigfive", "personality", "items", "b5-50-ipip-neo-pi-r" ], "repository": { "type": "git", "url": "git+https://github.com/Alheimsins/b5-50-ipip-neo-pi-r.git" }, "bugs": { "url": "https://github.com/Alheimsins/b5-50-ipip-neo-pi-r/issues" }, "homepage": "https://github.com/Alheimsins/b5-50-ipip-neo-pi-r#readme", "devDependencies": { "ava": "3.15.0", "coveralls": "3.1.1", "nyc": "15.1.0", "standard": "16.0.4" }, "dependencies": { "knuth-shuffle": "1.0.8" } }