{ "name": "lesspass-render-password", "version": "9.1.9", "description": "LessPass node module used to render password from entropy and options", "license": "GPL-3.0", "author": "Guillaume Vincent ", "files": [ "dist", "src" ], "main": "src/index.js", "scripts": { "test": "jest" }, "dependencies": { "big-integer": "^1.6.48" } }