brute-iterator
Version:
Words and object iterator
34 lines (33 loc) • 780 B
JSON
{
"name": "brute-iterator",
"version": "0.8.4-alpha",
"description": "Words and object iterator",
"keywords": [
"dictionary",
"iteration",
"iterator",
"red-team",
"brute-force"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yhojann-cl/brute-iterator.git"
},
"author": {
"name": "Yhojann Aguilera",
"email": "yhojann.aguilera@gmail.com",
"url": "https://yhojann.cl/"
},
"license": "GNU GPL V2",
"engines": {
"node": ">=16.14.2"
},
"bugs": {
"url": "https://github.com/yhojann-cl/brute-iterator/issues"
},
"homepage": "https://github.com/yhojann-cl/brute-iterator#readme"
}