UNPKG

wildleek

Version:

A simple package that checks a given password against a list of common passwords, without any network requests.

29 lines (28 loc) 717 B
{ "name": "wildleek", "version": "2.0.0", "description": "A simple package that checks a given password against a list of common passwords, without any network requests.", "main": "index.js", "scripts": { "test": "node test.js", "test-eager": "node test.js --eager" }, "repository": { "type": "git", "url": "git+https://github.com/devnamedjosh/wildleek.git" }, "keywords": [ "password", "security", "password-strength" ], "author": "Joshua Patton", "license": "MIT", "bugs": { "url": "https://github.com/devnamedjosh/wildleek/issues" }, "homepage": "https://github.com/devnamedjosh/wildleek#readme", "dependencies": { "binary-search": "1.3.6" } }