{
  "_args": [
    [
      "vue-clickaway@2.2.2",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "vue-clickaway@2.2.2",
  "_id": "vue-clickaway@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-25SpjXKetL06GLYoLoC8pqAV6Cur9cQ//2g35GRFBV4FgoljbZZjTINR8g2NuVXXDMLSUXaKx5dutgO4PaDE7A==",
  "_location": "/vue-clickaway",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-clickaway@2.2.2",
    "name": "vue-clickaway",
    "escapedName": "vue-clickaway",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/vue-context"
  ],
  "_resolved": "https://registry.npmjs.org/vue-clickaway/-/vue-clickaway-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Denis Karabaza",
    "email": "denis.karabaza@gmail.com"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/simplesmiler/vue-clickaway/issues"
  },
  "dependencies": {
    "loose-envify": "^1.2.0"
  },
  "description": "Reusable clickaway directive for reusable Vue.js components",
  "devDependencies": {
    "eslint": "^1.10.3",
    "mkdirp": "^0.5.1",
    "rollup": "^0.21.2",
    "rollup-plugin-replace": "^1.1.0",
    "uglify-js": "^2.6.1"
  },
  "homepage": "https://github.com/simplesmiler/vue-clickaway",
  "keywords": [
    "click",
    "clickaway",
    "reusable",
    "vue",
    "vue-directive",
    "vuejs"
  ],
  "license": "MIT",
  "main": "dist/vue-clickaway.common.js",
  "name": "vue-clickaway",
  "peerDependencies": {
    "vue": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simplesmiler/vue-clickaway.git"
  },
  "scripts": {
    "lint": "eslint index.js directive.js mixin.js build.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.2.2"
}
