@quenty/throttle
Version:
Adds the throttle function to Roblox
45 lines (44 loc) • 980 B
JSON
{
"name": "@quenty/throttle",
"version": "10.12.2",
"description": "Adds the throttle function to Roblox",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"throttle",
"time"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/throttle/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/loader": "10.11.0",
"@quenty/nevermore-test-runner": "1.4.0",
"@quenty/typeutils": "1.3.0",
"@quentystudios/jest-lua": "3.10.0-quenty.2"
},
"devDependencies": {
"@quenty/loader": "workspace:*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7672b52f13af6a10df1b189d19d6e2404b5b3e55"
}