fast-password-entropy
Version:
Calculate the entropy of a password string, but fast!
62 lines (61 loc) • 1.82 kB
JSON
{
"name": "fast-password-entropy",
"version": "1.1.1",
"description": "Calculate the entropy of a password string, but fast!",
"keywords": [
"password",
"string",
"entropy",
"strength"
],
"license": "MIT",
"author": "Gabriel Montes <gabriel@bloq.com>",
"files": [
"dist",
"src"
],
"main": "src/index.js",
"browser": "es5/index.js",
"repository": "autonomoussoftware/fast-password-entropy",
"scripts": {
"bench": "node benchmark/index.js",
"build": "babel -d es5/ src/",
"check": "npm-check -p -i eslint*",
"coverage": "nyc --lines 95 --functions 95 --branches 95 --reporter=lcov --reporter=text npm test",
"lint": "eslint --cache .",
"precommit": "npm run lint",
"prepublishOnly": "npm run build && npm run precommit && npm run prepush && tag-matches",
"prepush": "npm run check && npm run coverage",
"test": "mocha"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"benchmark": "^2.1.4",
"chai": "^4.0.0",
"check-tag-matches": "^1.0.0",
"eslint": "^5.15.3",
"eslint-config-bloq": "^2.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsdoc": "^4.4.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-require-path-exists": "^1.1.9",
"eslint-plugin-standard": "^4.0.0",
"husky": "^1.3.1",
"microtime": "^3.0.0",
"mocha": "^6.0.2",
"npm-check": "^5.7.1",
"nyc": "^13.3.0",
"passwd-strength": "^1.1.0",
"password-entropy": "0.0.3",
"password-strength": "0.0.1",
"random-words": "^1.1.0",
"randomstring": "^1.1.5",
"string-entropy": "0.0.2",
"tai-password-strength": "^1.1.1"
},
"preferGlobal": false,
"private": false
}