UNPKG

credential-plus

Version:

Password hashing and verification made easy!

65 lines (64 loc) 1.31 kB
{ "name": "credential-plus", "version": "2.0.7", "description": "Password hashing and verification made easy!", "main": "index.js", "dependencies": {}, "devDependencies": { "ava": "*", "codecov": "^2.2.0", "nyc": "^11.0.3", "xo": "*" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && nyc ava --verbose", "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage/coverage.lcov && codecov" }, "repository": { "type": "git", "url": "git+https://github.com/simonepri/credential-plus.git" }, "author": { "name": "Simone Primarosa", "email": "simone.pri@hotmail.it" }, "keywords": [ "credential plus", "credential", "password", "passwords", "hashing", "verification", "hash function", "hash", "auth", "authorization", "authentication", "security", "login", "sign in", "salt", "rainbow", "brute", "brute force", "attack", "stretching", "timining attack", "PBKDF", "PBKDF2", "bcrypt", "scrypt", "argon2" ], "license": "MIT", "bugs": { "url": "https://github.com/simonepri/credential-plus/issues" }, "homepage": "https://github.com/simonepri/credential-plus#readme", "xo": { "space": true } }