2025-01-13 20:01:26 +00:00
{
"name" : "@cap.js/server" ,
2025-05-20 19:59:15 +01:00
"version" : "1.0.13" ,
2025-04-24 16:01:37 +01:00
"author" : "Tiago" ,
2025-01-15 16:46:07 +00:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/tiagorangel1/cap.git"
},
"main" : "index.js" ,
2025-04-24 16:01:37 +01:00
"types" : "index.d.ts" ,
2025-01-15 16:46:07 +00:00
"bugs" : {
"url" : "https://github.com/tiagorangel1/cap/issues"
},
2025-05-23 15:59:26 +01:00
"description" : "Server-side challenge generator and verifier for Cap, 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" ,
"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-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-04-24 16:01:37 +01:00
"type" : "commonjs" ,
"dependencies" : {
"@types/node" : "^22.14.1" ,
"typescript" : "^5.8.3"
}
2025-01-13 20:01:26 +00:00
}