{"_id":"@amxdev/throttle","name":"@amxdev/throttle","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amxdev/throttle","version":"1.0.0","description":"Throttle a function to limit calls within a time frame.","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc","prepublishOnly":"npm run build"},"keywords":["throttle","utility","typescript","amxdev"],"author":{"name":"Alok Mishra"},"license":"MIT","publishConfig":{"access":"public"},"_id":"@amxdev/throttle@1.0.0","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-7c/KO8QbumsrzFU5lYB6zxHW0/hpUHoVwRZ7udlTMhRb+Cr1yejOBWqT5bzxSOayFdKepR7nEi8pC44sFIrM8A==","shasum":"7c34d10d90a3da17ab11f9650c989c91d15f8962","tarball":"https://registry.npmjs.org/@amxdev/throttle/-/throttle-1.0.0.tgz","fileCount":6,"unpackedSize":1683,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCQP4ByZQWLQyMkAjWRpMsMs8MZTg4K/A3NjZTPA8w2VAIgVBYuolDOQF+JCI/jxDtTKZRvxSZD/HhUQ9PoQWezVIM="}]},"_npmUser":{"name":"amxalokmishra","email":"aloksonu2001@gmail.com"},"directories":{},"maintainers":[{"name":"amxalokmishra","email":"aloksonu2001@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/throttle_1.0.0_1752937889808_0.010867455699743456"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-19T15:11:29.724Z","1.0.0":"2025-07-19T15:11:30.002Z","modified":"2025-07-19T15:11:30.643Z"},"maintainers":[{"name":"amxalokmishra","email":"aloksonu2001@gmail.com"}],"description":"Throttle a function to limit calls within a time frame.","keywords":["throttle","utility","typescript","amxdev"],"author":{"name":"Alok Mishra"},"license":"MIT","readme":"# @amxdev/throttle\n\n> Throttle a function to limit calls within a time frame.\n\n## Install\n\n```bash\nnpm install @amxdev/throttle\n```\n\n## Usage\n\n```ts\nimport { throttle } from \"@amxdev/throttle\";\n\nthrottle(const throttledScroll = throttle(() => console.log(\"scroll\"), 200);)\n```\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-c29fb629c2969165413a41f4b92aa6aa"}