{
  "_args": [
    [
      "vue-recaptcha@1.3.0",
      "/home/forge/premios-pef.dmeat.cl"
    ]
  ],
  "_from": "vue-recaptcha@1.3.0",
  "_id": "vue-recaptcha@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-9Qf1niyHq4QbEUhsvdUkS8BoOyhYwpp8v+imUSj67ffDo9RQ6h8Ekq8EGnw/GKViXCwWalp7EEY/n/fOtU0FyA==",
  "_location": "/vue-recaptcha",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-recaptcha@1.3.0",
    "name": "vue-recaptcha",
    "escapedName": "vue-recaptcha",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-recaptcha/-/vue-recaptcha-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/home/forge/premios-pef.dmeat.cl",
  "author": {
    "name": "DanSnow"
  },
  "bugs": {
    "url": "https://github.com/DanSnow/vue-recaptcha/issues"
  },
  "dependencies": {},
  "description": "ReCAPTCHA vue component",
  "devDependencies": {
    "@babel/cli": "7.7.4",
    "@babel/core": "7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "7.7.4",
    "@babel/preset-env": "7.7.4",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.9.0",
    "eslint": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-jsx": "^8.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-standard": "^4.0.1",
    "http-server": "^0.12.0",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "jest-extended": "^0.11.2",
    "jest-junit": "^9.0.0",
    "lint-staged": "^9.4.3",
    "prettier-eslint-cli": "^5.0.0",
    "puppeteer": "^2.0.0",
    "rollup": "^1.27.4",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-terser": "^5.1.2",
    "typescript": "^3.7.2",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  },
  "homepage": "https://github.com/DanSnow/vue-recaptcha#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "setupFilesAfterEnv": [
      "jest-extended"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "output": "reports/jest/results.xml"
        }
      ]
    ]
  },
  "keywords": [
    "vue",
    "component",
    "vue-component",
    "google-recaptcha",
    "recaptcha"
  ],
  "license": "MIT",
  "lint-staged": {
    "{e2e,example,src}/**/*.js": [
      "prettier-eslint --write",
      "git add"
    ]
  },
  "main": "dist/vue-recaptcha.js",
  "module": "dist/vue-recaptcha.es.js",
  "name": "vue-recaptcha",
  "peerDependencies": {
    "vue": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanSnow/vue-recaptcha.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "prettier-eslint --list-different \"${pwd}/{e2e,example,src}/**/*.js\" && eslint .",
    "lint:fix": "prettier-eslint --write \"${pwd}/{e2e,example,src}/**/*.js\" && eslint --fix .",
    "test": "yarn lint && yarn test:unit && yarn test:types",
    "test:e2e": "jest e2e",
    "test:types": "tsc -p types/tests",
    "test:unit": "jest src"
  },
  "types": "types/index.d.ts",
  "version": "1.3.0"
}
