2025-04-12 14:33:36 +01:00
{
"name" : "@cap.js/solver" ,
2025-04-23 17:34:45 +01:00
"version" : "0.1.0" ,
2025-04-20 12:42:48 +01:00
"description" : "Server-side solver for Cap's SHA-256 PoW captchas. Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW." ,
2025-04-12 14:33:36 +01:00
"main" : "index.js" ,
"scripts" : {
"test" : "bun ./example.js" ,
"npm:publish" : "npm publish --access public"
},
"author" : "Tiago" ,
2025-04-14 19:34:31 +01:00
"license" : "Apache-2.0" ,
2025-04-12 14:33:36 +01:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/tiagorangel1/cap.git"
},
"keywords" : [
2025-04-20 12:42:48 +01:00
"account security" ,
"abuse detection" ,
"abuse prevention" ,
"api abuse" ,
"api defense" ,
"api analytics" ,
"api protection" ,
"api security" ,
"anti-abuse" ,
"anti-automation" ,
"anti-bot" ,
"anti-ddos" ,
"anti-dos" ,
"anti-exploitation" ,
"anti-spam" ,
"application security" ,
"automated attacks" ,
"automated scraping" ,
"bot defense" ,
"bot detection" ,
"bot management" ,
"bot mitigation" ,
"bot prevention" ,
"bot traffic" ,
"brute force" ,
"challenge generator" ,
"challenge string" ,
"challenge verifier" ,
"challenge-response" ,
"challenge-response protocol" ,
"client-server architecture" ,
"computational challenge" ,
"computational complexity" ,
"computational defense" ,
"computational puzzle" ,
"crypto puzzle" ,
"cryptographic algorithm" ,
"cryptographic challenge" ,
"cryptographic defense" ,
"cryptographic puzzle" ,
"cybersecurity" ,
"ddos" ,
"ddos protection" ,
"defense mechanism" ,
"digital security" ,
"form security" ,
"fraud detection" ,
"fraud prevention" ,
"hash function" ,
"hash puzzle" ,
"hashcash" ,
"hcaptcha" ,
2025-05-02 11:19:42 +01:00
"captcha alternative" ,
2025-04-20 12:42:48 +01:00
"human test" ,
"human verification" ,
"internet security" ,
"invisible captcha" ,
"login security" ,
"malicious traffic" ,
"pow" ,
"proof of work" ,
"proof-of-work" ,
"recaptcha" ,
"security challenge" ,
"security component" ,
"security library" ,
"server defense" ,
"spam bots" ,
"spam filtering" ,
"spam mitigation" ,
"spam prevention" ,
"target difficulty" ,
"threat intelligence" ,
"traffic management" ,
"traffic monitoring" ,
"turing test" ,
"unwanted traffic" ,
"user experience" ,
"web application protection" ,
"web application security" ,
"web defense" ,
"web defense system" ,
"website defense" ,
"website protection" ,
2025-05-02 11:19:42 +01:00
"website security"
2025-04-12 14:33:36 +01:00
],
"bugs" : {
"url" : "https://github.com/tiagorangel1/cap/issues"
},
2025-04-23 17:34:28 +01:00
"homepage" : "https://github.com/tiagorangel1/cap#readme" ,
"dependencies" : {
"@cap.js/wasm" : "^0.0.3"
}
2025-04-12 14:33:36 +01:00
}