2025-04-12 14:33:36 +01:00
|
|
|
{
|
|
|
|
|
"name": "@cap.js/solver",
|
2025-07-02 13:12:54 +01:00
|
|
|
"version": "0.1.3",
|
2025-05-23 15:59:26 +01:00
|
|
|
"description": "Server-side solver for Cap, 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",
|
2025-07-02 13:12:54 +01:00
|
|
|
"npm:publish": "bun publish --access public"
|
2025-04-12 14:33:36 +01:00
|
|
|
},
|
|
|
|
|
"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-05-30 17:28:49 +01:00
|
|
|
"security",
|
|
|
|
|
"detection",
|
|
|
|
|
"prevention",
|
|
|
|
|
"defense",
|
|
|
|
|
"protection",
|
2025-04-20 12:42:48 +01:00
|
|
|
"anti-abuse",
|
|
|
|
|
"anti-automation",
|
|
|
|
|
"anti-bot",
|
|
|
|
|
"anti-ddos",
|
|
|
|
|
"anti-dos",
|
|
|
|
|
"anti-exploitation",
|
|
|
|
|
"anti-spam",
|
2025-05-30 17:28:49 +01:00
|
|
|
"anti-scraping",
|
|
|
|
|
"attack-mitigation",
|
|
|
|
|
"protocol",
|
|
|
|
|
"client-server",
|
|
|
|
|
"computational-puzzle",
|
|
|
|
|
"complexity",
|
|
|
|
|
"puzzle",
|
|
|
|
|
"crypto",
|
|
|
|
|
"cryptographic",
|
|
|
|
|
"algorithm",
|
2025-04-20 12:42:48 +01:00
|
|
|
"cybersecurity",
|
|
|
|
|
"ddos",
|
|
|
|
|
"hashcash",
|
|
|
|
|
"hcaptcha",
|
2025-05-30 17:28:49 +01:00
|
|
|
"captcha-alternative",
|
|
|
|
|
"verification",
|
|
|
|
|
"invisible",
|
2025-04-20 12:42:48 +01:00
|
|
|
"pow",
|
|
|
|
|
"proof-of-work",
|
|
|
|
|
"recaptcha",
|
2025-05-30 17:28:49 +01:00
|
|
|
"spam",
|
|
|
|
|
"bots",
|
|
|
|
|
"filtering",
|
|
|
|
|
"turing-test"
|
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": {
|
2025-05-24 08:57:13 +01:00
|
|
|
"@cap.js/wasm": "^0.0.4"
|
2025-04-23 17:34:28 +01:00
|
|
|
}
|
2025-04-12 14:33:36 +01:00
|
|
|
}
|