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.67 kB
{ "name": "@coffeeandfun/maths-captcha", "version": "2.0.0", "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": { "format": "npx prettier . --write", "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest", "v1": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest v1.test.js", "v2": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest v1.test.js" }, "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" } }