UNPKG

@coffeeandfun/maths-captcha

Version:

Maths-Captcha is a simple Node.js module that generates random math questions to verify human interaction. It creates math problems like addition, subtraction, multiplication, and division, and checks if the user's answer is correct. Ideal for adding a qu

64 lines (63 loc) 1.44 kB
{ "name": "@coffeeandfun/maths-captcha", "version": "1.2.3", "publishConfig": { "access": "public" }, "description": "Maths-Captcha is a simple Node.js module that generates random math questions to verify human interaction. It creates math problems like addition, subtraction, multiplication, and division, and checks if the user's answer is correct. Ideal for adding a quick and fun CAPTCHA alternative to your forms or apps.", "main": "index.js", "type": "module", "scripts": { "test": "jest" }, "keywords": [ "maths", "captcha", "math", "verification", "human", "verification", "math-based", "captcha", "Node.js", "captcha", "random", "math", "question", "generator", "math", "security", "check", "simple", "captcha", "form", "protection", "math", "question", "validation", "math", "problem", "solver", "user", "verification", "bot", "prevention", "CAPTCHA", "alternative", "math", "challenge" ], "repository": { "type": "git", "url": "git+https://github.com/coffee-and-fun/maths-captcha.git" }, "bugs": { "url": "https://github.com/coffee-and-fun/maths-captcha/issues" }, "homepage": "https://github.com/coffee-and-fun/maths-captcha#readme", "author": "Coffee & Fun LLC", "license": "MIT", "devDependencies": { "jest": "^29.7.0" } }