{
  "_args": [
    [
      "throttle-debounce@2.1.0",
      "C:\\xampp\\htdocs\\eservis"
    ]
  ],
  "_development": true,
  "_from": "throttle-debounce@2.1.0",
  "_id": "throttle-debounce@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-AOvyNahXQuU7NN+VVvOOX+uW6FPaWdAOdRP5HfwYxAfCzXTFKRMoIMk+n+po318+ktcChx+F1Dd91G3YHeMKyg==",
  "_location": "/throttle-debounce",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "throttle-debounce@2.1.0",
    "name": "throttle-debounce",
    "escapedName": "throttle-debounce",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "C:\\xampp\\htdocs\\eservis",
  "author": {
    "name": "Ivan Nikolić",
    "email": "niksy5@gmail.com",
    "url": "http://ivannikolic.com"
  },
  "bugs": {
    "url": "https://github.com/niksy/throttle-debounce/issues"
  },
  "contributors": [
    {
      "name": "Ben Alman",
      "url": "http://benalman.com"
    }
  ],
  "dependencies": {},
  "description": "Throttle and debounce functions.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-object-assign": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/runtime": "^7.2.0",
    "babel-loader": "^8.0.4",
    "babel-preset-niksy": "^4.1.0",
    "eslint": "^5.4.0",
    "eslint-config-niksy": "^6.1.0",
    "eslint-plugin-extend": "^0.1.1",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-mocha": "^5.1.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-react": "^7.9.1",
    "eslint-plugin-unicorn": "^5.0.0",
    "esm": "^3.0.51",
    "karma": "^1.1.0",
    "karma-chrome-launcher": "^1.0.1",
    "karma-firefox-launcher": "^0.1.7",
    "karma-mocha-reporter": "^2.2.5",
    "karma-qunit": "^0.1.9",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.0",
    "minimist": "^1.2.0",
    "np": "^3.0.4",
    "qunitjs": "^1.23.1",
    "rollup": "^1.0.0",
    "rollup-plugin-babel": "^4.2.0",
    "webpack": "^4.12.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist/index.cjs.js",
    "dist/index.esm.js",
    "dist/",
    "LICENSE.md",
    "README.md"
  ],
  "homepage": "https://github.com/niksy/throttle-debounce#readme",
  "keywords": [
    "debounce",
    "throttle"
  ],
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "throttle-debounce",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niksy/throttle-debounce.git"
  },
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "lint": "eslint '{index,lib/**/*,test/**/*}.js'",
    "prepublish": "npm run build",
    "prepublishOnly": "npm run build",
    "release": "np",
    "test": "npm run lint && npm run test:automated",
    "test:automated": "BABEL_ENV=test karma start",
    "test:automated:local": "BABEL_ENV=test karma start --local",
    "test:automated:local:watch": "npm run test:automated:local -- --auto-watch --no-single-run"
  },
  "sideEffects": false,
  "version": "2.1.0"
}
