{
  "_from": "v-click-outside-x@^3.0.0",
  "_id": "v-click-outside-x@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-lAeSsh5EaYO3yLlNnpBlABeE93/Y8P9aBOzm4I+NOTWW7qmiw9YzQmdclorLBLvd9fCP1wsViRWymiZRm4m3Nw==",
  "_location": "/v-click-outside-x",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "v-click-outside-x@^3.0.0",
    "name": "v-click-outside-x",
    "escapedName": "v-click-outside-x",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/iview"
  ],
  "_resolved": "https://registry.npmjs.org/v-click-outside-x/-/v-click-outside-x-3.2.2.tgz",
  "_shasum": "7e02cd18836890ffe73981f3aa6e96a0d84286f0",
  "_spec": "v-click-outside-x@^3.0.0",
  "_where": "/Users/abhinav/htdocs/appointo/node_modules/iview",
  "author": {
    "name": "Graham Fairweather",
    "email": "xotic750@gmail.com"
  },
  "browser": "dist/v-click-outside-x.min.js",
  "browserslist": [
    "> 1%",
    "Explorer >= 9"
  ],
  "bugs": {
    "url": "https://github.com/Xotic750/v-click-outside-x/issues"
  },
  "bundleDependencies": false,
  "copyright": "Copyright (c) 2018-present",
  "dependencies": {},
  "deprecated": false,
  "description": "Vue directive to react on clicks outside an element.",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-transform-property-mutators": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "@prorenata/eslint-config-vue": "^1.2.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.0",
    "cross-env": "^5.2.0",
    "eslint": "^5.4.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^3.0.1",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-compat": "^2.5.1",
    "eslint-plugin-css-modules": "^2.7.5",
    "eslint-plugin-eslint-comments": "^3.0.1",
    "eslint-plugin-html": "^4.0.5",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.22.0",
    "eslint-plugin-jsdoc": "^3.8.0",
    "eslint-plugin-json": "^1.2.1",
    "eslint-plugin-lodash": "^2.7.0",
    "eslint-plugin-no-use-extend-native": "^0.3.12",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-sort-class-members": "^1.3.1",
    "eslint-plugin-vue": "^5.0.0-beta.3",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "husky": "^0.14.3",
    "jest": "^23.5.0",
    "jest-cli": "^23.5.0",
    "jest-file": "^1.0.0",
    "prettier": "^1.14.2",
    "rimraf": "^2.6.2",
    "semver": "^5.5.1",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "webpack": "^4.17.1",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.1.0",
    "webpack-merge": "^4.1.4"
  },
  "engines": {
    "node": ">=8.11.0",
    "npm": "6.1.0"
  },
  "homepage": "https://github.com/Xotic750/v-click-outside-x.git",
  "keywords": [
    "vue",
    "click",
    "outside",
    "directive"
  ],
  "license": "MIT",
  "main": "dist/v-click-outside-x.js",
  "module": "src/index.js",
  "name": "v-click-outside-x",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Xotic750/v-click-outside-x.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production npm run build:base --",
    "build:base": "webpack --bail --progress --profile --colors",
    "build:dev": "npm run build:base --",
    "clean": "rimraf dist && npm run clean:coverage",
    "clean:coverage": "rimraf __tests__/coverage",
    "lint": "eslint -f 'node_modules/eslint-friendly-formatter' --ext .js .",
    "lint-fix": "npm run lint -- --fix",
    "precommit": "npm run security fix && npm run build",
    "prepush": "npm run precommit",
    "report": "npm run build -- --env.report",
    "report:dev": "npm run build:dev -- --env.report",
    "security": "npm audit",
    "start": "nodemon --exec \"npm run build\" --watch src",
    "test": "npm run clean:coverage && jest",
    "test:ci": "npm run test -- --ci --maxWorkers=2",
    "test:coverage": "npm run test -- --coverage"
  },
  "version": "3.2.2",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=8.11.0",
        "npm": "6.1.0"
      },
      "pkgid": "v-click-outside-x@3.2.2"
    }
  ]
}
