| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "ngx-captcha",
- "version": "13.0.0",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/Enngage/ngx-captcha"
- },
- "author": "richard sustek",
- "description": "Dynamic captcha (Google reCaptcha) implementation for Angular",
- "keywords": [
- "Captcha",
- "reCaptcha",
- "Google captcha",
- "Angular Captcha",
- "Angular reCaptcha",
- "reCaptcha v2",
- "reCaptcha v3",
- "Invisible reCaptcha",
- "google reCaptcha"
- ],
- "private": false,
- "peerDependencies": {
- "@angular/common": ">= 15.0.0",
- "@angular/core": ">= 15.0.0"
- },
- "module": "fesm2015/ngx-captcha.mjs",
- "es2020": "fesm2020/ngx-captcha.mjs",
- "esm2020": "esm2020/ngx-captcha.mjs",
- "fesm2020": "fesm2020/ngx-captcha.mjs",
- "fesm2015": "fesm2015/ngx-captcha.mjs",
- "typings": "index.d.ts",
- "exports": {
- "./package.json": {
- "default": "./package.json"
- },
- ".": {
- "types": "./index.d.ts",
- "esm2020": "./esm2020/ngx-captcha.mjs",
- "es2020": "./fesm2020/ngx-captcha.mjs",
- "es2015": "./fesm2015/ngx-captcha.mjs",
- "node": "./fesm2015/ngx-captcha.mjs",
- "default": "./fesm2020/ngx-captcha.mjs"
- }
- },
- "sideEffects": false,
- "dependencies": {
- "tslib": "^2.3.0"
- }
- }
|