security-words-picker
Version:
A robust and versatile package for selecting, filtering, and managing word lists with advanced security features.
82 lines (80 loc) • 1.78 kB
JSON
{
"name": "security-words-picker",
"version": "1.0.8",
"description": "A robust and versatile package for selecting, filtering, and managing word lists with advanced security features.",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js",
"build": "echo \"No build step defined\"",
"coverage": "nyc mocha",
"format": "prettier --write .",
"docs": "jsdoc -c jsdoc.json"
},
"keywords": [
"words",
"filter",
"picker",
"random",
"security",
"password",
"selection",
"generator",
"wordlist",
"randomizer",
"utility",
"tool",
"secure",
"password-generator",
"dictionary",
"lexicon",
"word-filter",
"random-selection",
"secure-words",
"password-safety",
"password-security",
"scrabble-score",
"phonetic",
"soundex",
"syllable-count",
"custom-filter",
"entropy",
"word-selection",
"word-randomizer",
"development",
"testing",
"automation",
"nodejs",
"javascript",
"opensource",
"cli",
"api",
"module",
"package",
"toolkit",
"enhanced-security",
"secure-selection",
"advanced-filtering",
"customization",
"extensible"
],
"author": "George",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ROBLOXFEETRADNOTI4EVER/security-words-picker.git"
},
"bugs": {
"url": "https://github.com/ROBLOXFEETRADNOTI4EVER/security-words-picker/issues"
},
"homepage": "https://github.com/ROBLOXFEETRADNOTI4EVER/security-words-picker#readme",
"devDependencies": {
"jsdoc": "^4.0.0",
"mocha": "^10.8.2",
"nyc": "^15.0.0",
"prettier": "^2.8.0"
},
"engines": {
"node": ">=14.0.0"
}
}