{"_id":"@types/stream-throttle","_rev":"2931780","name":"@types/stream-throttle","description":"TypeScript definitions for stream-throttle","dist-tags":{"latest":"0.1.1","ts2.0":"0.1.0","ts2.1":"0.1.0","ts2.2":"0.1.0","ts2.3":"0.1.0","ts2.4":"0.1.0","ts2.5":"0.1.0","ts2.6":"0.1.0","ts2.7":"0.1.0","ts2.8":"0.1.0","ts2.9":"0.1.0","ts3.0":"0.1.0","ts3.1":"0.1.0","ts3.2":"0.1.0","ts3.3":"0.1.0","ts3.4":"0.1.0","ts3.5":"0.1.0","ts3.6":"0.1.1","ts3.7":"0.1.1","ts3.8":"0.1.1","ts3.9":"0.1.1","ts4.0":"0.1.1","ts4.1":"0.1.1","ts4.2":"0.1.1","ts4.3":"0.1.1","ts4.4":"0.1.1","ts4.5":"0.1.1","ts4.6":"0.1.1","ts4.7":"0.1.1","ts4.8":"0.1.1","ts4.9":"0.1.1","ts5.0":"0.1.1","ts5.1":"0.1.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-03-14T06:28:52.000Z","created":"2018-08-31T22:42:16.962Z","0.1.1":"2021-07-02T22:39:46.755Z","0.1.0":"2018-08-31T22:42:16.962Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/stream-throttle"},"versions":{"0.1.1":{"name":"@types/stream-throttle","version":"0.1.1","description":"TypeScript definitions for stream-throttle","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-throttle","license":"MIT","contributors":[{"name":"Daniel Byrne","url":"https://github.com/danwbyrne","githubUsername":"danwbyrne"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/stream-throttle"},"scripts":{},"dependencies":{"@types/node":"*"},"typesPublisherContentHash":"f46b1855b9aec323d37e99b46bd9a82cfcd8740a432f07cca85464abf7a2d368","typeScriptVersion":"3.6","_id":"@types/stream-throttle@0.1.1","dist":{"shasum":"520b60df5b8138f7180920891149ad2d99ce9cdf","size":1703,"noattachment":false,"key":"/@types/stream-throttle/-/@types/stream-throttle-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/stream-throttle/download/@types/stream-throttle-0.1.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-throttle_0.1.1_1625265586621_0.16401908006396804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T11:18:31.058Z","publish_time":1625265586755,"_cnpm_publish_time":1625265586755},"0.1.0":{"name":"@types/stream-throttle","version":"0.1.0","description":"TypeScript definitions for stream-throttle","license":"MIT","contributors":[{"name":"Daniel Byrne","url":"https://github.com/danwbyrne","githubUsername":"danwbyrne"}],"main":"","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git"},"scripts":{},"dependencies":{"@types/node":"*"},"typesPublisherContentHash":"9978962084b50788f9ae044f139d777fb45507f7396e7bc28ed5b5d2e7a60e05","typeScriptVersion":"2.0","_id":"@types/stream-throttle@0.1.0","dist":{"shasum":"8807746990431b68ec897e86cf14832f3025950e","size":1618,"noattachment":false,"key":"/@types/stream-throttle/-/@types/stream-throttle-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/stream-throttle/download/@types/stream-throttle-0.1.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stream-throttle_0.1.0_1535755336854_0.580255027504359"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T11:18:29.984Z","publish_time":1535755336962,"_cnpm_publish_time":1535755336962}},"readme":"# Installation\r\n> `npm install --save @types/stream-throttle`\r\n\r\n# Summary\r\nThis package contains type definitions for stream-throttle (https://github.com/tjgq/node-stream-throttle).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-throttle.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-throttle/index.d.ts)\r\n````ts\r\n// Type definitions for stream-throttle 0.1\n// Project: https://github.com/tjgq/node-stream-throttle\n// Definitions by: Daniel Byrne <https://github.com/danwbyrne>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\n/// <reference types = \"node\" />\n\nimport { Transform } from 'stream';\n\nexport interface ThrottleOptions {\n  readonly rate: number;\n  readonly chunksize?: number | undefined;\n}\n\nexport class Throttle extends Transform {\n  constructor(options: ThrottleOptions);\n}\n\nexport class ThrottleGroup {\n  constructor(options: ThrottleOptions);\n  throttle(options: ThrottleOptions): Throttle;\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Fri, 02 Jul 2021 22:33:00 GMT\r\n * Dependencies: [@types/node](https://npmjs.com/package/@types/node)\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Daniel Byrne](https://github.com/danwbyrne).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-throttle","license":"MIT"}