{
  "_from": "vue-recaptcha-v3@^1.4.0",
  "_id": "vue-recaptcha-v3@1.9.0",
  "_inBundle": false,
  "_integrity": "sha512-WQIlhcOcETk3SYbEC88podUSq1J7UjmHpKgJhSy0Xm3DAjTIPjl19g9kn5KRdyTxNLiS/eR5C6H3Jk3c7b9baA==",
  "_location": "/vue-recaptcha-v3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-recaptcha-v3@^1.4.0",
    "name": "vue-recaptcha-v3",
    "escapedName": "vue-recaptcha-v3",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-recaptcha-v3/-/vue-recaptcha-v3-1.9.0.tgz",
  "_shasum": "6315ea07e2ae34abbb11e840ab9f18a427c5d53b",
  "_spec": "vue-recaptcha-v3@^1.4.0",
  "_where": "C:\\Users\\freak\\Documents\\foreup-forms\\trunk",
  "author": {
    "name": "AurityLab",
    "email": "info@auritylab.com"
  },
  "bugs": {
    "url": "https://github.com/AurityLab/vue-recaptcha-v3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "recaptcha-v3": "^1.8.0"
  },
  "deprecated": false,
  "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": {
    "@typescript-eslint/eslint-plugin": "2",
    "eslint": "6",
    "eslint-config-standard-with-typescript": "^12.0.1",
    "eslint-plugin-import": "2",
    "eslint-plugin-node": "11",
    "eslint-plugin-promise": "4",
    "eslint-plugin-standard": "4",
    "html-webpack-plugin": "^4.0.4",
    "ts-loader": "^6.2.2",
    "typescript": "^3.8.3",
    "vue": "^2.6.11",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "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.6.11"
  },
  "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",
    "lint": "eslint \"src/**/*.ts\" \"demo/**/*.ts\""
  },
  "types": "dist/ReCaptchaVuePlugin.d.ts",
  "version": "1.9.0"
}
