{
  "_args": [
    [
      "vue-recaptcha-v3@1.5.0",
      "/var/www/html"
    ]
  ],
  "_from": "vue-recaptcha-v3@1.5.0",
  "_id": "vue-recaptcha-v3@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-e033CZk8VwmzFjrvpz8YcRSuOgL79YrNI1ROEYZ2IZGnVniaMMyQqbNmLHTSTdu/IDqjDuVCIGtURJaXmpquEA==",
  "_location": "/vue-recaptcha-v3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-recaptcha-v3@1.5.0",
    "name": "vue-recaptcha-v3",
    "escapedName": "vue-recaptcha-v3",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-recaptcha-v3/-/vue-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/vue-recaptcha-v3/issues"
  },
  "dependencies": {
    "recaptcha-v3": "^1.5.0"
  },
  "description": "[![npm](https://img.shields.io/npm/v/vue-recaptcha-v3.svg)](https://www.npmjs.com/package/vue-recaptcha-v3) [![npm type definitions](https://img.shields.io/npm/types/vue-recaptcha-v3.svg)](https://www.npmjs.com/package/vue-recaptcha-v3)",
  "devDependencies": {
    "@auritylab/tslint-config-base": "^1.0.1",
    "html-webpack-plugin": "^3.2.0",
    "ts-loader": "^5.3.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6",
    "vue": "^2.5.17",
    "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/vue-recaptcha-v3#readme",
  "keywords": [
    "captcha",
    "recaptcha",
    "recaptcha-v3",
    "vue",
    "vuejs"
  ],
  "license": "Apache-2.0",
  "main": "dist/ReCaptchaVuePlugin.js",
  "name": "vue-recaptcha-v3",
  "peerDependencies": {
    "vue": "^2.5.17"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AurityLab/vue-recaptcha-v3.git"
  },
  "scripts": {
    "build": "tsc",
    "demo:webpack:server": "webpack-dev-server --config demo/webpack.config.js --progress --public --host 0.0.0.0"
  },
  "types": "dist/ReCaptchaVuePlugin.d.ts",
  "version": "1.5.0"
}
