{
  "_args": [
    [
      "recaptcha-v3@1.5.0",
      "/var/www/html"
    ]
  ],
  "_from": "recaptcha-v3@1.5.0",
  "_id": "recaptcha-v3@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-iZgVoxQU56yqrrlLu/dlcwmvCMq0gHo1VLqVCzCIOeDfj/1zOqDkeI7G8HuDI6S2ptpVlLBMeBYX64/Z5OgvEA==",
  "_location": "/recaptcha-v3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "recaptcha-v3@1.5.0",
    "name": "recaptcha-v3",
    "escapedName": "recaptcha-v3",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/vue-recaptcha-v3"
  ],
  "_resolved": "https://registry.npmjs.org/recaptcha-v3/-/recaptcha-v3-1.5.0.tgz",
  "_spec": "1.5.0",
  "_where": "/var/www/html",
  "author": {
    "name": "AurityLab",
    "email": "info@auritylab.com"
  },
  "bugs": {
    "url": "https://github.com/AurityLab/recaptcha-v3/issues"
  },
  "description": "[![npm](https://img.shields.io/npm/v/recaptcha-v3.svg)](https://www.npmjs.com/package/recaptcha-v3) [![npm type definitions](https://img.shields.io/npm/types/recaptcha-v3.svg)](https://www.npmjs.com/package/recaptcha-v3)",
  "devDependencies": {
    "@auritylab/tslint-config-base": "^1.0.1",
    "@cypress/webpack-preprocessor": "^4.0.3",
    "cypress": "^3.1.4",
    "html-webpack-plugin": "^3.2.0",
    "ts-loader": "^5.3.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10"
  },
  "files": [
    "/dist",
    "/README.md",
    "/LICENSE"
  ],
  "homepage": "https://github.com/AurityLab/recaptcha-v3#readme",
  "keywords": [
    "captcha",
    "recaptcha",
    "recaptcha-v3"
  ],
  "license": "Apache-2.0",
  "main": "dist/ReCaptcha.js",
  "name": "recaptcha-v3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AurityLab/recaptcha-v3.git"
  },
  "scripts": {
    "build": "tsc",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run",
    "demo": "webpack-dev-server --config demo/webpack.config.js --progress --public --host 0.0.0.0 --port 30399"
  },
  "types": "dist/ReCaptcha.d.ts",
  "version": "1.5.0"
}
