ngx-numeric-captcha
Version:
A lightweight Angular CAPTCHA library with Math, Slider, and Pattern verification types. Compact design perfect for login forms and secure applications.
62 lines • 1.64 kB
JSON
{
"name": "ngx-numeric-captcha",
"version": "1.1.2",
"description": "A lightweight Angular CAPTCHA library with Math, Slider, and Pattern verification types. Compact design perfect for login forms and secure applications.",
"keywords": [
"angular",
"captcha",
"verification",
"security",
"math-captcha",
"slider-captcha",
"pattern-captcha",
"numeric-captcha",
"human-verification",
"bot-protection",
"form-validation",
"compact-captcha",
"responsive-captcha",
"typescript",
"ngx",
"angular17",
"angular18",
"angular19",
"angular20",
"standalone-components",
"login-security",
"registration-form",
"inline-svg",
"zero-dependencies"
],
"author": "Shreyash Thorat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ShreyashThorat-17/ngx-numeric-captcha.git"
},
"homepage": "https://github.com/ShreyashThorat-17/ngx-numeric-captcha/blob/master/README.md",
"bugs": {
"url": "https://github.com/ShreyashThorat-17/ngx-numeric-captcha/issues"
},
"peerDependencies": {
"@angular/common": ">=16.0.0 <21.0.0",
"@angular/core": ">=16.0.0 <21.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"main": "bundles/ngx-numeric-captcha.umd.js",
"module": "fesm2022/ngx-numeric-captcha.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm": "./esm2022/ngx-numeric-captcha.mjs",
"default": "./fesm2022/ngx-numeric-captcha.mjs"
}
}
}