UNPKG

secure-random-password

Version:

Generate passwords using a cryptographically-strong source of randomness

35 lines (34 loc) 813 B
{ "name": "secure-random-password", "version": "0.2.3", "description": "Generate passwords using a cryptographically-strong source of randomness", "main": "index.js", "scripts": { "build": "webpack", "lint": "eslint --ignore-pattern *.spec.js lib index.js", "test": "npm run lint && jest" }, "keywords": [ "secure", "random", "password", "generator" ], "author": "Michael Kropat", "license": "Apache-2.0", "repository": "github:mkropat/secure-random-password", "jest": { "collectCoverage": true, "coverageDirectory": "./coverage/", "testEnvironment": "node" }, "dependencies": { "secure-random": "^1.1.2" }, "devDependencies": { "eslint": "^7.28.0", "jest": "^27.0.4", "webpack": "^5.38.1", "webpack-cli": "^4.7.2" } }