{
  "_from": "@hcaptcha/vue-hcaptcha@^1.3.0",
  "_id": "@hcaptcha/vue-hcaptcha@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-aUSWyhRucgFeBOBUC3nWBZuE0TkeoSH5QIVFwiTLnNsYpIaxD1tKBbI5Tdoy0TdpkuXKsB4KqyElbvoMZ9reGw==",
  "_location": "/@hcaptcha/vue-hcaptcha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@hcaptcha/vue-hcaptcha@^1.3.0",
    "name": "@hcaptcha/vue-hcaptcha",
    "escapedName": "@hcaptcha%2fvue-hcaptcha",
    "scope": "@hcaptcha",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@hcaptcha/vue-hcaptcha/-/vue-hcaptcha-1.3.0.tgz",
  "_shasum": "b456591f80cd3fc6f698a1117c19c01f8e61ce48",
  "_spec": "@hcaptcha/vue-hcaptcha@^1.3.0",
  "_where": "/var/www/html/dev/psp",
  "author": {
    "name": "hCaptcha team and contributors"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "bugs": {
    "url": "https://github.com/hCaptcha/vue-hcaptcha/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "hCaptcha Component Library for Vue.js. Compatible with Vue 2 and 3.",
  "devDependencies": {
    "@actions/core": "^1.2.6",
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-modules-commonjs": "^7.2.0",
    "@babel/preset-env": "^7.0.0",
    "@vue/cli": "3.12.1",
    "@vue/cli-plugin-babel": "^3.0.1",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-plugin-unit-jest": "^3.0.1",
    "@vue/cli-service": "^3.0.1",
    "@vue/test-utils": "^1.2.2",
    "@yonyou-cloud/eslint-config": "0.0.1",
    "autoprefixer": "^9.1.5",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.4.2",
    "babel-loader": "^8.0.4",
    "eslint": "^5.10.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-flowtype": "^3.2.0",
    "eslint-plugin-html": "^5.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^5.0.0",
    "jest": "^24.9.0",
    "jest-cli": "^23.6.0",
    "jest-vue-preprocessor": "^1.4.0",
    "jsdom": "^16.5.0",
    "jsdom-global": "^3.0.2",
    "mini-css-extract-plugin": "^0.4.2",
    "node-fetch": "^2.6.1",
    "thread-loader": "^1.2.0",
    "typescript": "^4.1.3",
    "vue": "^2.6.12",
    "vue-jest": "^3.0.2",
    "vue-loader": "^15.4.2",
    "vue-server-renderer": "^2.5.21",
    "vue-template-compiler": "^2.6.12",
    "webpack": "^4.28.1"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "rules": {},
    "parserOptions": {
      "parser": "babel-eslint"
    }
  },
  "files": [
    "dist/@hcaptcha",
    "types/index.d.ts"
  ],
  "gitHead": "411f1c9b2ed21bea0f612463ee33d4ee66f15889",
  "homepage": "https://github.com/hCaptcha/vue-hcaptcha",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "vue"
    ],
    "transform": {
      ".*\\.(vue)$": "vue-jest",
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest"
    }
  },
  "keywords": [
    "hcaptcha",
    "captcha",
    "component",
    "vue",
    "vue-component",
    "earn"
  ],
  "license": "MIT",
  "main": "./dist/@hcaptcha/vue-hcaptcha.umd.min.js",
  "module": "./dist/@hcaptcha/vue-hcaptcha.common.js",
  "name": "@hcaptcha/vue-hcaptcha",
  "organization": "hCaptcha",
  "peerDependencies": {
    "vue": "^2.0.0"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hCaptcha/vue-hcaptcha.git",
    "web": "https://github.com/hCaptcha/vue-hcaptcha",
    "directory": "packages/vue2"
  },
  "scripts": {
    "build": "vue-cli-service build --target lib src/main.js",
    "lint": "vue-cli-service lint --no-fix",
    "lint:fix": "vue-cli-service lint",
    "serve": "npm run --prefix examples/traditional-vue2 serve",
    "serve:ts": "npm run --prefix examples/ts-vue2 serve",
    "test": "npm run test:unit && npm run test:types",
    "test:types": "tsc -p types/__tests__",
    "test:unit": "vue-cli-service test:unit"
  },
  "types": "types/index.d.ts",
  "version": "1.3.0"
}
