{
  "_args": [
    [
      "vue-debounce@3.0.2",
      "/home/minicode/angro.minicode.md"
    ]
  ],
  "_from": "vue-debounce@3.0.2",
  "_id": "vue-debounce@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-+shuc9Ry+AFqJbN7BMfagazB81/bTiPWvUZ4KBjambgrd3B5EQBojxeGzeNZ21xRflnwB098BG1d0HtWv8WyzA==",
  "_location": "/vue-debounce",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-debounce@3.0.2",
    "name": "vue-debounce",
    "escapedName": "vue-debounce",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-debounce/-/vue-debounce-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/home/minicode/angro.minicode.md",
  "author": {
    "name": "Dustin Hershman",
    "email": "dustinh17@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/dhershman1/vue-debounce/issues"
  },
  "contributors": [
    {
      "name": "Tommy May III",
      "email": "tommymay37@gmail.com"
    }
  ],
  "description": "A simple vue directive for debounce",
  "devDependencies": {
    "@babel/core": "7.16.5",
    "@babel/preset-env": "7.16.5",
    "@rollup/plugin-babel": "5.3.0",
    "chokidar": "3.5.2",
    "esm": "3.2.25",
    "rollup": "2.62.0",
    "rollup-plugin-filesize": "9.1.1",
    "rollup-plugin-terser": "7.0.2",
    "standard": "16.0.4",
    "tap-on": "0.3.0",
    "tape": "5.4.0"
  },
  "homepage": "https://github.com/dhershman1/vue-debounce#readme",
  "keywords": [
    "vue2",
    "vue",
    "vue3",
    "debounce",
    "directive",
    "simple"
  ],
  "license": "MIT",
  "main": "dist/vue-debounce.min.js",
  "name": "vue-debounce",
  "peerDependencies": {
    "vue": ">= 2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dhershman1/vue-debounce.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "standard src/*.js",
    "lint:fix": "standard --fix src/*.js",
    "prepack": "npm run lint && npm run build",
    "test": "tape -r esm tests/test.js | tap-on",
    "watch": "rollup -c -w"
  },
  "standard": {
    "ignore": [
      "dist/*",
      "types/*"
    ]
  },
  "types": "types/index.d.ts",
  "version": "3.0.2"
}
