{
  "_args": [
    [
      "v-click-outside@3.2.0",
      "/var/www/html/naka"
    ]
  ],
  "_from": "v-click-outside@3.2.0",
  "_id": "v-click-outside@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-QD0bDy38SHJXQBjgnllmkI/rbdiwmq9RC+/+pvrFjYJKTn8dtp7Penf9q1lLBta280fYG2q53mgLhQ+3l3z74w==",
  "_location": "/v-click-outside",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "v-click-outside@3.2.0",
    "name": "v-click-outside",
    "escapedName": "v-click-outside",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "/var/www/html/naka",
  "author": {
    "name": "ndelvalle",
    "email": "nicolas.delvalle@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ndelvalle/v-click-outside/issues"
  },
  "description": "Vue directive to react on clicks outside an element",
  "devDependencies": {
    "@babel/preset-env": "^7.11.0",
    "babel-core": "^6.26.3",
    "babel-jest": "^26.3.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^7.7.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.2.5",
    "jest": "^26.4.2",
    "jest-cli": "^26.4.2",
    "lodash": "^4.17.20",
    "microbundle": "^0.14.2",
    "np": "^7.2.0",
    "prettier": "^2.1.1",
    "pretty-quick": "^3.0.0"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/ndelvalle/v-click-outside#readme",
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**"
    ],
    "roots": [
      "test/"
    ]
  },
  "license": "MIT",
  "main": "dist/v-click-outside.umd.js",
  "name": "v-click-outside",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndelvalle/v-click-outside.git"
  },
  "scripts": {
    "build": "microbundle --entry src/index.js --target browser --format umd --name v-click-outside",
    "coverage": "open coverage/lcov-report/index.html",
    "format": "prettier --write '**/*.{js,json,md}'",
    "format:changed": "pretty-quick",
    "format:staged": "pretty-quick --staged",
    "lint": "eslint . --ext .js",
    "release": "np",
    "test": "jest --coverage",
    "test:watch": "jest --colors --watch",
    "version": "npm run build"
  },
  "source": "src/index.js",
  "umd:main": "dist/v-click-outside.umd.js",
  "version": "3.2.0"
}
