2025-01-13 20:01:26 +00:00
{
"name" : "@cap.js/server" ,
2025-04-20 12:58:20 +01:00
"version" : "1.0.8" ,
2025-01-15 16:46:07 +00:00
"author" : "Tiago Rangel" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/tiagorangel1/cap.git"
},
"main" : "index.js" ,
"bugs" : {
"url" : "https://github.com/tiagorangel1/cap/issues"
},
2025-04-20 12:42:48 +01:00
"description" : "Server-side challenge generator and verified for Cap. Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW." ,
2025-01-15 16:46:07 +00:00
"homepage" : "https://github.com/tiagorangel1/cap#readme" ,
2025-01-13 20:01:26 +00:00
"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" ,
"algorithm" ,
"algorithm implementation" ,
"alerting" ,
"anti-abuse" ,
"anti-automation" ,
"anti-bot" ,
"anti-bot component" ,
"anti-ddos" ,
"anti-dos" ,
"anti-exploitation" ,
"anti-spam" ,
"application security" ,
"authentication" ,
"authentication protocol" ,
"automated attacks" ,
"automated scraping" ,
"behavioral analysis" ,
"bot defense" ,
"bot detection" ,
"bot detection monitoring" ,
"bot management" ,
"bot mitigation" ,
"bot prevention" ,
"bot traffic" ,
"bots" ,
"brute force" ,
2025-01-13 20:01:26 +00:00
"bun" ,
2025-04-20 12:42:48 +01:00
"bun runtime" ,
"challenge generator" ,
"challenge string" ,
"challenge verifier" ,
"challenge-response" ,
"challenge-response protocol" ,
"client defense" ,
"client-side" ,
"client-server architecture" ,
"compute" ,
"compute bound" ,
"computation" ,
"computational challenge" ,
"computational complexity" ,
"computational defense" ,
"computational puzzle" ,
"configuration" ,
"cpu bound" ,
"cross-platform" ,
"crypto" ,
"crypto puzzle" ,
"cryptographic algorithm" ,
"cryptographic challenge" ,
"cryptographic defense" ,
"cryptographic puzzle" ,
"cryptography" ,
"cryptography library" ,
"customization" ,
"cybersecurity" ,
"ddos" ,
"ddos protection" ,
"defense mechanism" ,
"degree of difficulty" ,
"dependencies" ,
"deployment" ,
"design" ,
"developer tool" ,
"development" ,
"development environment" ,
"difficulty" ,
"digest" ,
"digital security" ,
"distributed computing" ,
"dos" ,
"encryption" ,
"exploit mitigation" ,
"form security" ,
"fraud detection" ,
"fraud prevention" ,
"frontend development" ,
"frontend js" ,
"fullstack js" ,
"hash function" ,
"hash puzzle" ,
"hashcash" ,
"hashing" ,
"hashing library" ,
"hcaptcha" ,
"human test" ,
"human verification" ,
"image captcha" ,
"incident response" ,
"infrastructure security" ,
"integration" ,
"integrity" ,
"internet security" ,
"invisible captcha" ,
2025-01-13 20:01:26 +00:00
"js" ,
2025-04-20 12:42:48 +01:00
"js runtime" ,
"javascript" ,
"javascript tool" ,
"library" ,
"lightweight" ,
"logging" ,
"logic" ,
"login security" ,
"low overhead" ,
"machine learning" ,
"malicious traffic" ,
"minimal" ,
"mining" ,
"mitigation technique" ,
"module" ,
"modules" ,
"monitoring" ,
"minimalist" ,
2025-01-13 20:01:26 +00:00
"node" ,
2025-04-20 12:42:48 +01:00
"node.js" ,
"node.js runtime" ,
"node.js tool" ,
"nonce" ,
"non-blocking i/o" ,
"online security" ,
"open source" ,
"optimization" ,
"package" ,
"parallel computation" ,
"performant" ,
"performance" ,
"performance monitoring" ,
"performance optimization" ,
"performance testing" ,
"pnpm" ,
"pow" ,
"process" ,
"production" ,
"programming" ,
"proof" ,
"proof generation" ,
"proof generator" ,
"proof of work" ,
"proof verification" ,
"proof verifier" ,
"proof-of-work" ,
"quick" ,
"rate limiting" ,
"ratelimit" ,
"recaptcha" ,
"reliability" ,
"request" ,
"resilience" ,
"resource efficient" ,
"scrapers" ,
"secure hashing" ,
"security analytics" ,
"security challenge" ,
"security component" ,
"security library" ,
"security measure" ,
"security model" ,
"security monitoring" ,
"security protocol" ,
"security system" ,
"security technique" ,
"security testing" ,
"server defense" ,
"software development" ,
"solver" ,
"spam bots" ,
"spam filtering" ,
"spam mitigation" ,
"spam prevention" ,
"target difficulty" ,
"threat intelligence" ,
"traffic management" ,
"traffic monitoring" ,
"turing test" ,
"unwanted traffic" ,
"user experience" ,
"validation" ,
"validation process" ,
"verification" ,
"verification process" ,
"verifier" ,
"vulnerability" ,
"web application protection" ,
"web application security" ,
"web defense" ,
"web defense system" ,
"web development" ,
"web scraping" ,
"web security" ,
"web security tool" ,
"web services" ,
"web worker" ,
"web workers" ,
"website defense" ,
"website protection" ,
"website security" ,
"work validation" ,
"worker thread" ,
"workers" ,
"captcha solver"
2025-01-13 20:01:26 +00:00
],
2025-04-14 19:34:31 +01:00
"license" : "Apache-2.0" ,
2025-01-13 20:01:26 +00:00
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1" ,
"npm:publish" : "sudo npm publish --access public"
},
2025-01-15 16:46:07 +00:00
"type" : "commonjs"
2025-01-13 20:01:26 +00:00
}