{"maintainers":[{"name":"dev","email":"sindresorhus@gmail.com"}],"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dist-tags":{"latest":"6.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Debounce a function","readme":"# debounce-fn\n\n> [Debounce](https://davidwalsh.name/javascript-debounce-function) a function\n\n## Install\n\n```sh\nnpm install debounce-fn\n```\n\n## Usage\n\n```js\nimport debounceFunction from 'debounce-fn';\n\nwindow.onresize = debounceFunction(() => {\n\t// Do something on window resize\n}, {wait: 100});\n```\n\n## API\n\n### debounceFunction(input, options?)\n\nReturns a debounced function that delays calling the `input` function until after `wait` milliseconds have elapsed since the last time the debounced function was called.\n\nIt comes with a `.cancel()` method to cancel any scheduled `input` function calls.\n\n#### input\n\nType: `Function`\n\nFunction to debounce.\n\n#### options\n\nType: `object`\n\n##### wait\n\nType: `number`\\\nDefault: `0`\n\nTime in milliseconds to wait until the `input` function is called.\n\n##### maxWait\n\nType: `number`\\\nDefault: `Infinity`\n\nThe maximum time the `input` function is allowed to be delayed before it's invoked.\n\nThis can be used to limit the number of calls handled in a constant stream. For example, a media player sending updates every few milliseconds but wants to be handled only once a second.\n\n##### before\n\nType: `boolean`\\\nDefault: `false`\n\nTrigger the function on the leading edge of the `wait` interval.\n\nFor example, can be useful for preventing accidental double-clicks on a \"submit\" button from firing a second time.\n\n##### after\n\nType: `boolean`\\\nDefault: `true`\n\nTrigger the function on the trailing edge of the `wait` interval.\n\n## Related\n\n- [p-debounce](https://github.com/sindresorhus/p-debounce) - Debounce promise-returning & async functions\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"license":"MIT","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"versions":{"2.0.0":{"name":"debounce-fn","version":"2.0.0","description":"","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","_id":"debounce-fn@2.0.0","_shasum":"b0458a4699c4bb15a89242aadb6f90367df37238","_from":".","_npmVersion":"3.7.2","_nodeVersion":"4.3.0","_npmUser":{"name":"dev","email":"spam@njohnson.me"},"dist":{"shasum":"b0458a4699c4bb15a89242aadb6f90367df37238","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-2.0.0.tgz","integrity":"sha512-5YPjbRRXR3NqpkNyA1v/ziRPNWzCSGaxipFeER01/iNuGtFO3Ey1xIMFoXfSYz6kaUTuDJgTWiTIp4Sukqj+9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7U6iDP64q51V98+Gnm1RIqJv2LY2UkjFL312xzkhPYgIgAUt9Z9LC8FB8VZPldT3D8I8zEXUSKF3LWQE90EWmHo4="}]},"maintainers":[{"name":"dev","email":"spam@njohnson.me"}],"directories":{}},"0.0.1-security":{"name":"debounce-fn","version":"0.0.1-security","description":"This package name is not currently in use, but was formerly occupied by a popular package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/npm/security-holder.git"},"keywords":[],"author":"","license":"ISC","bugs":{"url":"https://github.com/npm/security-holder/issues"},"homepage":"https://github.com/npm/security-holder#readme","gitHead":"d1719e2a152734ed854065de56039770c9104d83","_id":"debounce-fn@0.0.1-security","_shasum":"73f57a1bcffd7e2e50c4c70c29709aa1eb478884","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"dev","email":"npm@npmjs.com"},"dist":{"shasum":"73f57a1bcffd7e2e50c4c70c29709aa1eb478884","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-0.0.1-security.tgz","integrity":"sha512-h7wVJvqXW3Y3B85xs1KXIJy5xPGfD0wQVUfG9hOcUskqIhtnzY76k7rkp9zgE3hOLEcvoYgwQ0hu92XhsgRlFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHOvEE/itvB/YPLzpStuYnbnQH47XGmj6/yfzUBZQOvvAiEA+12zY52PmmlG5tJyLGFxtcft+hjOwruRR/FdIwkSvss="}]},"maintainers":[{"name":"dev","email":"spam@njohnson.me"}],"directories":{}},"0.0.0":{"name":"debounce-fn","version":"0.0.0","description":"Return a debounced version of the given function","main":"index.js","scripts":{"test":"node test"},"keywords":["debounce","debounced"],"repository":{"url":"git@github.com:azer/debounce-fn.git","type":"git"},"author":"azer","license":"BSD","devDependencies":{"prova":"^1.14.0"},"_id":"debounce-fn@0.0.0","_npmVersion":"0.0.0-fake","_nodeVersion":"0.0.0-fake","_shasum":"43c0a6e0b2c39af90bd05d546fe8c48f552c0dfe","_npmUser":{"name":"dev","email":"support@npmjs.com"},"_from":".","dist":{"shasum":"43c0a6e0b2c39af90bd05d546fe8c48f552c0dfe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-0.0.0.tgz","integrity":"sha512-N8nOqnA2KxfjZbA62HsHDqyJwOf0OrrK34SF0jCrJvEkIJstSQJ+A5JMZBwLGMPDyO5AeunJP3pSWzQ+oIV9hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhE9BjIYfeWnAIUPQF3SO2kFsVxct6aCp/GfUbE6KAGAiEAz3wignoGHwgfsSKGyu3ZAYvd2L+d80L2TVAP4TkMuKU="}]},"maintainers":[{"name":"dev","email":"npm@npmjs.com"}],"directories":{}},"0.1.0":{"name":"debounce-fn","version":"0.1.0","description":"Return a debounced version of the given function","main":"index.js","scripts":{"test":"node test"},"keywords":["debounce","debounced"],"repository":{"url":"git@github.com:azer/debounce-fn.git","type":"git"},"author":"azer","license":"BSD","devDependencies":{"prova":"^1.14.0"},"_id":"debounce-fn@0.1.0","_npmVersion":"0.0.0-fake","_nodeVersion":"0.0.0-fake","_shasum":"b9b0fdcecfbc94b7155793c84c6ebb22122a50e1","_npmUser":{"name":"dev","email":"support@npmjs.com"},"_from":".","dist":{"shasum":"b9b0fdcecfbc94b7155793c84c6ebb22122a50e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-0.1.0.tgz","integrity":"sha512-RXuAmDX3rYCnddj1weWenTplvakkJsAzU+yPPw1ouPY1r7X2e8QtmJ5/P735W3tLouDu541nISEAKNjc8b41TQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJuUzhZi92WR+fKNc2W5yKLoinqK+TUTm2nmZ3RfHg9wIgXMYUdIO/jJw7O59LBHcyILW/JE758D5xDXLw409/3nQ="}]},"maintainers":[{"name":"dev","email":"npm@npmjs.com"}],"directories":{}},"1.0.0":{"name":"debounce-fn","version":"1.0.0","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^1.1.0"},"devDependencies":{"ava":"*","delay":"^2.0.0","xo":"*"},"gitHead":"58a809e90748e1c6e69ad8f49fbc55ba0593cd95","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@1.0.0","_shasum":"12064584ee6769daa7d33298f2b07f974ca9f3b8","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"dist":{"shasum":"12064584ee6769daa7d33298f2b07f974ca9f3b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-1.0.0.tgz","integrity":"sha512-kOowK34YVHvf7DKp959ybOMoOrWK5gFo1WOx4pVaifaKLpVpbDpatv8NI+FkTFET+NGjB4ADo5cv4986PHekoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDv+UTskf47fHW/DWdooKOT94UdMgzvGpF1YWOw2c9cxgIhAI9uX+Bs3ImVnhcaPaIbcVy2mwBTPwD/sjtsfRuLafhG"}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"dev"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn-1.0.0.tgz_1496515107932_0.9102610861882567"},"directories":{}},"3.0.0":{"name":"debounce-fn","version":"3.0.0","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^2.1.0"},"devDependencies":{"ava":"^1.4.1","delay":"^4.2.0","tsd":"^0.7.2","xo":"^0.24.0"},"gitHead":"314c5ef7819730b5f5b39648b9aa1c398d479747","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-XIFjOpDubtoD2remxvH1EumsE4A+8aAgrLFGeQ4nRUmDSa9dDYFLCbxhd2DpnycKbSI3V4yf8eHTxorlOfm4cA==","shasum":"e0acbc6c9453523cd81289ca7ce386610e65a7aa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-3.0.0.tgz","fileCount":5,"unpackedSize":5121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrWH7CRA9TVsSAnZWagAAT/0P/026xQ6I8RiW7wNT6ilt\nCQ0Mw04hOLmxzHeAePR1nDPcUM70RfGPZ1wdT5jGn4Y71SpZAfR4hnPcDZs8\nGhElZ23Gik0Wje3d1cba/fyqbmd4FWCIOKJWrHhkgbSPgIThYNfZaHTN6rVh\nz5Q9l3KGmXysCbn5HnpErpfkjqrp8oIgaE33mPHnWBL8uIRWpKrZDjgusbcQ\nOMXPDT7DshPv0AqNGhBquqizBx+P89NxsoLu3xKL5B5x0YGuOh56QlyKJLJj\nh7DNR5qg3Cgabs05DdXfXCztACOCh9XD07NDw6P3r+zKEC4Xl1SIvwxa2Pdr\neMYxGYeBw2i/N358aaNEdyKCVKbuKu0x7bwPKZsWiNV3wYfqxm7+h2I1zNmE\n0mHKOm0AbvuULxMC00UYdC6L6jl2GERu4sngcOt6Ehgm8PKpvpz57Krpmwws\nwHapD1+YJDvApW55HHL3p3nDHpsy4tYUfNhmAAyawKhAhw84Z9gAlOlL8e1x\nxe1DQDhL7eJp3JO8foB4dpFg42unVUiGGESBXQpXCMKr5cDIctHM0oLQNN5U\nfiRONPmB4lB4BJU4eLd6jzmrU3KkqfA7UCoJSOHea/1Gbf30l5fihzYMlY9R\n5n2RAoY7JqIdaR3XJdOxuhwYS8bYH/GyuHkLgvcYvOoeborO7anLS8KO3dwh\nWxAz\r\n=aTzZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBWrix+T34FmtAOP9gTZjHcIfiB9dqshya00J2TUEjbgIhAJWxE/gcJjn+OJl+DeMIZ+9XD/H5bsSxFsw4/MDy3EyR"}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"dev"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_3.0.0_1554866682863_0.967627332752387"},"_hasShrinkwrap":false},"3.0.1":{"name":"debounce-fn","version":"3.0.1","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^2.1.0"},"devDependencies":{"ava":"^1.4.1","delay":"^4.2.0","tsd":"^0.7.2","xo":"^0.24.0"},"gitHead":"361f38540676490dd75934199e31e81d1e17a96e","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@3.0.1","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-aBoJh5AhpqlRoHZjHmOzZlRx+wz2xVwGL9rjs+Kj0EWUrL4/h4K7OD176thl2Tdoqui/AaA4xhHrNArGLAaI3Q==","shasum":"034afe8b904d985d1ec1aa589cd15f388741d680","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-3.0.1.tgz","fileCount":5,"unpackedSize":5562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvIejCRA9TVsSAnZWagAAm/MP/302+tQeNBziTwGEpGe0\n/ViyIhVMKTqhs9USYsEubbxR7fHgvL0+gwjwOQX2hVFTlt0MV5PVD/joH/gP\nL7mgPFKyEOT+y6tIw6XlBVKLStCJ8iLwa50ig51BJlNZcApX6Mz3coDB4rWH\nAiso8Z3EMOw8IXWobyGjGewcmjrRdqHceCYQKjOT6LdErmUfWpe54qrggR6g\nZKtT3fPw6pKAINlD6KOkftG6nypmGCQ1WSAJYcfWcglA4u0RJG0V4bxGk/BS\nrD8Yn8xsDTznHPI9FANXLNPtfcI6xa6dFkKw59CQ8HYDRWGg1ognZbFoNxb9\n2QEswDxaE0t2NWXl1J/Yo4STBzotemoRsonVKKqzhMcM1S163+ustCS60TJU\n9l4gU7WdLpKkrxMNQzh9iMK4fhDWBGI7fsv9Rx7K6seDPuAfw0QO13MXTH0V\n9UmnXvaBK2tm4mSQw/AjM3DtPF7id0ew9CXI7qjpYQ5XoRBbicUfsRHnxrgI\nPd0JkLyK+r66sNQMjbEelERPWJz3x/+hmr/K7hs31+KUt2j5Fh+GB26UwMP9\n3yFGge8NCTDV/58OBy1QjkMATEFE90+tcepaYMRk8FuVLkdRI9yFaMBLtD9l\nPPUfY6M4UYbyuIcuXSd/hqGtX0Kj3K18o8xV3Qs3T2hh2KRu6GJvN+dZu13V\nDsU0\r\n=BPGW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGZcZ+5JZaQVlMvmpIoJWNfZF5B/J6mE50BMxScir4N2AiA9E7/1/6XYv5zjByG2J+gSH1cufUt61PDwT0UE9jLb6Q=="}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"dev"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_3.0.1_1555859363183_0.8911269799856609"},"_hasShrinkwrap":false},"4.0.0":{"name":"debounce-fn","version":"4.0.0","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"engines":{"node":">=10"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^3.0.0"},"devDependencies":{"ava":"^1.4.1","delay":"^4.2.0","tsd":"^0.11.0","xo":"^0.26.1"},"gitHead":"5c4e89ba031e039b7d23eafce148689b4a591cd4","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@4.0.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.7","_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==","shasum":"ed76d206d8a50e60de0dd66d494d82835ffe61c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-4.0.0.tgz","fileCount":5,"unpackedSize":6367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTU2tCRA9TVsSAnZWagAA62MP/28tspKl+p4ptFFy4GFs\nQI372fOKtOilU61NFsk9pPQ37GKtbCOMT4vA2yWTfQVHPQORgfr6XnpnAijZ\n5xZDrEPbtC61zv4E5FoZGl0OykSlyFDCdJoVne9MeeCZfQwHhIaYUAcRsjrF\nOJ1hK6ZVRip8qovf2/IXVXU3luDX1tl6F3LlQQj/pXZXRjZKP+bpBkMVOyba\nRRRhjT40CvIspubyiW/QCHdgFdDHVn9Aev2tClgqgairUnlCZR+pDt1vaDIe\nYMllk/pT/3wgQIHHX4hL3cQzxFsNWl6j8tn2hLTyb2OjlnLHaLfyFNq5j+MT\nlu8c6dBDD1QP9jYvgzLjvBvRiZi3Gor8ZYk3hhq6CtQLwEQi/H1T6fQ1sw5+\ne0MQWCJNFYGdmUautjDoA5aiGVAFr9cveu8r3G4l97TmPZEJEAGGVqRkubGK\nCMduHyx+SEoSR4klBOgohobGxV+6ZtS/VoI64UGzLMOlXQZsRB+7f+E6cwHh\nNfmGqyBMCjkp6J+7hXaCBJiEWyU33fzC/0Pla5o7SdVfRxOVz/YsPcIqsRDa\n4+RlbYQgrAkJPYoM7kFwDunHW6K5AfV3bdTlRmfmPD/7cAU4eMj2SwEXEK+X\n1h5XmE4EcZoy3fJv8sd7/oieqB7Swt0kGxlfGyTNN/tmlyAkXZAn6OfcxUJ3\nP4mf\r\n=NKyG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJwXOCXPwO1ud8l2fdn1vChPLu2tuQJIJZcbPc3ju0TgIgQ95Ad+4kX0fBNqdaa313dKYmieJ5xwXn54uVrEnU0GE="}]},"maintainers":[{"email":"sindresorhus@gmail.com","name":"dev"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_4.0.0_1582124460689_0.35779952403669846"},"_hasShrinkwrap":false},"5.0.0":{"name":"debounce-fn","version":"5.0.0","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^3.0.0"},"devDependencies":{"ava":"^3.15.0","delay":"^4.2.0","tsd":"^0.14.0","xo":"^0.37.1"},"gitHead":"04f35600ea846984d19a335e366720fb21839903","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@5.0.0","_nodeVersion":"14.15.1","_npmVersion":"6.14.10","_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-y0u25m4GMdDJ1oHX4ziszas15E4ryNoeFkQuZM/Z6yTy8jB8ity/jqSNWnQUi/csBBaQIad6Zd8eI1xKwtbFzw==","shasum":"1375e6b64a871e6fb6967c6ee05efbac08b65d9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-5.0.0.tgz","fileCount":5,"unpackedSize":7420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgO2T1CRA9TVsSAnZWagAADQoP/j4etfBs2cF9jKDCQAlW\nF6NIUVuOuje72TP1jns4eQk+C7q3JBpkuvX1Ct5vLXiFlzllrFhWWreT+t5i\nMSQ1oI0ikbWFszc2TJbSGZbXbDXdet67AG2IUq8ZF87VnRohDc/9yb2n+Kpk\nsKkOGb5eA7Mgib6fn8WGFducMMgKUPQ5sTS7gsvDG/2awnySqeVg2LFyvzSj\nDzXTApu2d28SSE0I6F+gOJ7hSo1utyxd7B3XkV5JS8hhi35qyuFL9AhPrlGo\nVWbo0qkt0xbEMK4YHuOzy7UxBI11uBSjchCdglxu4YVt8oM1qIlH5o8sijlR\nxx7t0s4GUJuyqcKUlDmWAV+ejXbezeQgib98D3ZVHfyPMnir6obMKxVEgg+r\ntfSFmqJiY+HCpuCvA7//+9ph+1xdV2QTOIRNIZsLMlcHKVajbRnvw0I36rkI\njgekl7tRYWgppil2qoLV69IzKXovIkK1NTKg5GSXIzCxm3qEvDImQfL20Fcm\nLwhpXX/ARIGGENYR6o6930hQf1VYg+OedUgMArPVRHrVsmEvd4y5rpaOD3Z4\nD/MhL+EFQcZJWSX3CWZx8vuxbmjgIm+sF5nRqPH2sCy/eflh0M7HZuV9czi+\n365SCrk9RpfkXI46KqIKxE/gOHp70wLyUJ1XxhZxUuCWMaUX9b9mRG3gTTja\n6iM8\r\n=JnHn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXs6a2BhDO39zzooMyy2xXogfg8y/6ZeiYFjwFIyQV/AIgUfkkJzi2TuKgagha8RtnnL3Q1E7sOrdFttStm0bCOk8="}]},"directories":{},"maintainers":[{"name":"dev","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_5.0.0_1614505205065_0.6374714720844945"},"_hasShrinkwrap":false},"5.1.0":{"name":"debounce-fn","version":"5.1.0","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^4.0.0"},"devDependencies":{"ava":"^3.15.0","delay":"^5.0.0","tsd":"^0.19.1","xo":"^0.47.0"},"types":"./index.d.ts","gitHead":"7234eb37aa74198dfca2ab49a889cb24555360dc","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@5.1.0","_nodeVersion":"14.17.5","_npmVersion":"8.1.0","dist":{"integrity":"sha512-cVmH6CjQyBnlP3nD3OPJw/+Afvbm/XVEkRedSivSCCmRtJehXWrQyM6S8iorH7TrOikgmZ2hII6A1laSpfSuHQ==","shasum":"9b061aea201b3101cd05146863ed225159e3cda5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-5.1.0.tgz","fileCount":5,"unpackedSize":7471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh0FvuCRA9TVsSAnZWagAAOrAP/juQDoQxfMlS15PFnWyh\n4TbgiPi3tmle2Gy0UziTvkiVPzlgpf/XcnVmVj0EcyDgW/ZPASqeufb96VEz\nPAcEC98cTA20MhYZ29I8UCBbpYMqyHKoTcY9tqLHAMMZaN+eZDCFSSnIvB93\nVmTrVp9lIGvdwUiuMGpCRNo8htCrJcezVeJKNSpNjARwCR4eNhUd3cFh2U+A\nvDlfeSPtUgf02xyGEjZYZy91BrFApl56LQkCTIfxDhtQ7xRYB0/UCCNKmPDC\nH0FpqGj6hwF0UdwOepNMd9ubAV5i+Ra6LH6Jp+uxN+wugHE6wXp1740jLIGd\nNB8gzJTiUAGiFt7vZRH6vAinC95mbHx40+NpmVJacx/8aCjsxjCLKK9zvCDV\nndLlBdESaGg6xCinsPXgw/xTvYwy9ZTbq334FqlOKXFtgTVTeLoDxqXq+SmT\n1En8NQOv6gWmon2cqA3QpjdGKRXjPTHK3EiI3MkU3qo1m4G8BemEigs2DpKm\nqRPZ7DVJ449K4ztfEFZAPoNvjhiwd834+EH87SvbMTKBH1sJZ0UmHeE7MHS9\nQ+IryGyQ0o/GTsODgTia3iOPYn1fpNwhPdDMfJocgfEJtopgyTae7FQCyINg\nN+p3BqR2C+293BIx0O70YmXaKB0D2h8dmk5aKEpJkEVXR7xWqq8dawKj3Fvv\nMTJZ\r\n=5GDq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6BXmr/GEaRgfsu0KQ0sEi3cCcE8uYK7/ASxd+EhCkbQIhAP44yU230dOnoXek8of50qQfQ+R1hTDFLCUHuebxev5I"}]},"_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"dev","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_5.1.0_1641044974480_0.9509755131901652"},"_hasShrinkwrap":false},"5.1.1":{"name":"debounce-fn","version":"5.1.1","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^4.0.0"},"devDependencies":{"ava":"^3.15.0","delay":"^5.0.0","tsd":"^0.19.1","xo":"^0.47.0"},"types":"./index.d.ts","gitHead":"844be5176156019ffcc552c2c75997c7442a1ba1","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@5.1.1","_nodeVersion":"14.19.2","_npmVersion":"8.3.2","dist":{"integrity":"sha512-M4WuURzp2OJ08D+M2I70HBBE9iGR1N1ACitF3MmN+33LwJ+wQjRCqVEL2VHlCU0wd+F/NQ1KIm8UKl9GoEzhow==","shasum":"077d78adaef6b091d222a3490a2d0953f2b7fc3b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-5.1.1.tgz","fileCount":5,"unpackedSize":7480,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDn3wowkv/M0VHFZx4RaKINNNsnhiwFt4HZHyjtOI0/zgIgUb3Je6PrFB8nAspVfHnbIrbluqN4jvrbJ6Z/tAihyK4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipBpMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogtBAAoCXQKNXlA9Q33kczohufU4Ej9ptEQOgflZm09ZTOpVU6LkVb\r\na2pfz9fA9TXbtaPzPk9ZYCA0m80sDtfd6ArpAJ6vLSAdrgy9ek2xuaE1Fl9H\r\nfEWky8F4V6jcD8Ykwhy/1+Lp1JHJjvE9mNIsx41bVT3aZq6TU+DOrlc53Xm6\r\nyXTGXaxVqGy6u9s9nGvfzbwCdDsJWEy3ywjb+38xkyTLsrzgt6HhGtz7lWB3\r\nQKTRGo6FfXe93+5zeHLQUgSLgzONUhCKnNjC4ZJ5aqvVHpZeIyXoT6zt5+fT\r\ntcL8rmSQhks+pth4w9mbHg0AwTgcizveQ/ssx00AIbXqrgTey/sa87Wb2xy+\r\nZ/HWWGdSf/gbfR9Vy9u5ZnANkTMb1GvI9Ih8nS0gCqGekvbASWx7Mz0UjOFt\r\n1xaM1q+dQDOaBvYBqoUpfqzFQLgKCWNvozYbbZ7hh0Uz2znYsZosJYEeYY/i\r\nGT5neccG7YRjoYNz5dTwqbaAnON6otJZyT2VAN+SmtPieD5Nw65zv8COLxXy\r\nBYidtLrFv4QYtAcz8hS19fzGmuTmgW3FdUXhIesk7qVeIxwuEccCnJABZJZP\r\nxjK179w4TK91YXLFcwdPLRJSOLvKl9Jm/FKTjLgIhYYI1jJwtfexTNCEVDtn\r\ndti7B3qavz9wcN01GxZcLC177yVB7L2fdEw=\r\n=57jN\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"dev","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_5.1.1_1654921804211_0.8433754749757287"},"_hasShrinkwrap":false},"5.1.2":{"name":"debounce-fn","version":"5.1.2","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-fn":"^4.0.0"},"devDependencies":{"ava":"^3.15.0","delay":"^5.0.0","tsd":"^0.19.1","xo":"^0.47.0"},"types":"./index.d.ts","gitHead":"72b5fb4d5e285057a0efce1ed3c28434a1f7b10e","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@5.1.2","_nodeVersion":"14.19.2","_npmVersion":"8.3.2","dist":{"integrity":"sha512-Sr4SdOZ4vw6eQDvPYNxHogvrxmCIld/VenC5JbNrFwMiwd7lY/Z18ZFfo+EWNG4DD9nFlAujWAo/wGuOPHmy5A==","shasum":"c77bc447ef36828ecdd066df7de23f475e0a6281","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-5.1.2.tgz","fileCount":5,"unpackedSize":7489,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG+7S4HWnYADrGkWoqfdvdtoKORMlDVDs9+u+H9Lyw5nAiEA4hJJh4OSiiQVBQXJgj+cW38tn/CBkVXYA0NHPHEwc8U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipC6FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowvxAAkSknW9cgz4VlPTj71/eXRWkRVFkKh0JQv5xN8EdgY+Q5REtQ\r\ngEdwx11uLJXf6CSImpMwxsgnrcf8I5VeJ9ojRbGN4oYIwf4grKuw2768m84w\r\neKHu/P5vlVrtv+A9KCMZiSNhZlvmZCz7kVxfvRyIP83KR+jaUOLG4LSn0AfS\r\nAPmTBeaj8t/x3SvfqEJUKc4+KCI/6LeA3uSBsSXkC0eoZFmND2PxyZUXuSYZ\r\nQsRzbwUOIX/xS3aaL62pmEN8sUJUOka1+NS/I9rXOLroi7li1EhjA5Uq8hJP\r\nhJwQSoFk2F2fhdJ0kh92dzyUrjTpO6nIZMj+V+ra1bMJ1OXWGIztcXusLvwI\r\n5l93RcoPUfeKeDHOpE0GjkqwDMgcJiGxM1hToYtG1TM0V/GMb0RV7SBaFrq+\r\nwnWW+XcjqbSG/QAw9Lcb3mnvN3kbiWaECQhpzUBSn7gf8Z8GZ8OvmCvrkxME\r\nkf6LlCVOrKKM4iNQlJUuxH9rS823WnnZE0GVdoCPMGFqZiDTr8BYzmeseUhN\r\nqDXCtIv0SittQx2kMlzE1GO8Q6Lsauw1XPJ/rp5ugcDOpXBXHpCc0yz7+3Vs\r\ni2H6YVJrUDVgzMTKHDLSBqflskFw+fY7qAfDOqAaTgLX5pjK2kwjBCcjIbDX\r\nblocc2kmXF4mZzL5UPq6Lw4WZEglQgJAHtM=\r\n=EtDM\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"dev","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_5.1.2_1654926981745_0.22005986390442622"},"_hasShrinkwrap":false},"6.0.0":{"name":"debounce-fn","version":"6.0.0","description":"Debounce a function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/debounce-fn.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":{"types":"./index.d.ts","default":"./index.js"},"sideEffects":false,"engines":{"node":">=18"},"scripts":{"test":"xo && ava && tsd"},"keywords":["debounce","function","debouncer","fn","func","throttle","delay","invoked"],"dependencies":{"mimic-function":"^5.0.0"},"devDependencies":{"ava":"^5.3.1","delay":"^6.0.0","tsd":"^0.29.0","xo":"^0.56.0"},"types":"./index.d.ts","gitHead":"f244628d92a79410356b3bee3b950c7616ac2263","bugs":{"url":"https://github.com/sindresorhus/debounce-fn/issues"},"homepage":"https://github.com/sindresorhus/debounce-fn#readme","_id":"debounce-fn@6.0.0","_nodeVersion":"20.9.0","_npmVersion":"9.2.0","dist":{"integrity":"sha512-rBMW+F2TXryBwB54Q0d8drNEI+TfoS9JpNTAoVpukbWEhjXQq4rySFYLaqXMFXwdv61Zb2OHtj5bviSoimqxRQ==","shasum":"558169aed853eb3cf3a17c0a2438e1a91a7ba44f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/debounce-fn/-/debounce-fn-6.0.0.tgz","fileCount":5,"unpackedSize":7689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEjedd0xCR3nrFfqWkqidDMgmfFwzBs5CYVACYtYjeTyAiBA8V9QBU2MDptkkr5CjZQvP5mctVjE7AqwgpGjYqJPtg=="}]},"_npmUser":{"name":"dev","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"dev","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/debounce-fn_6.0.0_1699216780972_0.09849776877184402"},"_hasShrinkwrap":false}},"name":"debounce-fn","time":{"modified":"2023-11-05T20:39:41.351Z","created":"2014-08-04T22:46:13.182Z","0.0.0":"2014-08-04T22:46:13.182Z","0.1.0":"2015-10-10T13:15:16.308Z","2.0.0":"2016-03-22T23:47:09.961Z","0.0.1-security":"2016-03-23T22:05:07.390Z","1.0.0":"2017-06-03T18:38:28.122Z","3.0.0":"2019-04-10T03:24:43.150Z","3.0.1":"2019-04-21T15:09:23.291Z","4.0.0":"2020-02-19T15:01:00.795Z","5.0.0":"2021-02-28T09:40:05.271Z","5.1.0":"2022-01-01T13:49:34.644Z","5.1.1":"2022-06-11T04:30:04.389Z","5.1.2":"2022-06-11T05:56:21.942Z","6.0.0":"2023-11-05T20:39:41.140Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/debounce-fn#readme"}