Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/throttle-debounce/
Upload File :
Current File : //etc/kibana/node_modules/throttle-debounce/package.json

{
  "name": "throttle-debounce",
  "version": "2.1.0",
  "description": "Throttle and debounce functions.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
  "contributors": [
    "Ben Alman (http://benalman.com)"
  ],
  "license": "MIT",
  "files": [
    "dist/index.cjs.js",
    "dist/index.esm.js",
    "dist/",
    "LICENSE.md",
    "README.md"
  ],
  "sideEffects": false,
  "directories": {
    "test": "test"
  },
  "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"
  },
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": ">=8"
  },
  "keywords": [
    "debounce",
    "throttle"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niksy/throttle-debounce.git"
  },
  "bugs": {
    "url": "https://github.com/niksy/throttle-debounce/issues"
  },
  "homepage": "https://github.com/niksy/throttle-debounce#readme",
  "cleaned": true
}