{ "name": "@kdf/salt", "version": "2.0.1", "description": "Crypto secure salt generator", "license": "MIT", "homepage": "https://github.com/simonepri/node-kdf/tree/master/packages/salt#readme", "repository": { "type": "git", "url": "https://github.com/simonepri/node-kdf.git", "directory": "packages/salt" }, "bugs": { "url": "https://github.com/simonepri/node-kdf/issues", "email": "simonepri@outlook.com" }, "author": "Simone Primarosa (https://simoneprimarosa.com)", "contributors": [ "Simone Primarosa (https://simoneprimarosa.com)" ], "keywords": [ "kdf", "salt", "crypt", "passwords", "hashing", "password", "crypto" ], "main": "index.js", "files": [ "index.js" ], "engines": { "node": ">=10" }, "scripts": { "lint": "xo", "test": "nyc ava", "update": "npx npm-check -u" }, "devDependencies": { "ava": "^3.9.0", "nyc": "^15.1.0", "xo": "~0.27.2" }, "ava": { "verbose": true }, "nyc": { "reporter": [ "lcovonly", "text" ] }, "xo": { "prettier": true, "space": true } }