Files
cap/checkpoints/elysia/plugin/package.json
T
2025-05-30 16:51:35 +01:00

185 lines
3.1 KiB
JSON

{
"name": "@cap.js/middleware-elysia",
"version": "0.0.1",
"description": "Elysia Cloudflare-like middleware for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiagorangel1/cap.git"
},
"keywords": [
"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",
"captcha",
"alternative",
"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",
"website",
"security"
],
"author": "Tiago",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tiagorangel1/cap/issues"
},
"homepage": "https://github.com/tiagorangel1/cap#readme",
"dependencies": {
"@cap.js/server": "^1.0.15",
"elysia": "^1.3.3"
}
}