{"versions":{"1.0.0":{"name":"@types/lazystream","version":"1.0.0","license":"MIT","_id":"@types/lazystream@1.0.0","maintainers":[{"name":"anonymous","email":"ts-npm-types@microsoft.com"}],"contributors":[{"url":"https://github.com/MysteryBlokHed","name":"Adam Thompson-Sharpe","githubUsername":"MysteryBlokHed"}],"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lazystream","dist":{"shasum":"efc640d448f39d28b0a5d3d2d14131d18819f2e2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@types/lazystream/-/lazystream-1.0.0.tgz","fileCount":5,"integrity":"sha512-FMcHyqpFP/OiKgYXBgMHKpiVi321PoKF2s1mSnvCLiDpJlNYC5cdcB78bwObjga2YBOeIEJ7DKx3blwZLTzQlw==","signatures":[{"sig":"MEYCIQD63JZu10BbuZ7q7/A0yxvidI0afpmuSMp5J/Um2nIWHwIhAKq3bR6b+7hzpRUZmcWgrPUtNLTTcG503IU5dpCiFcve","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6282,"size":1887},"main":"","types":"index.d.ts","scripts":{},"_npmUser":{"name":"anonymous","email":"ts-npm-types@microsoft.com"},"repository":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","type":"git","directory":"types/lazystream"},"description":"TypeScript definitions for lazystream","directories":{},"dependencies":{"@types/node":"*","@types/readable-stream":"*"},"_hasShrinkwrap":false,"typeScriptVersion":"4.8","_npmOperationalInternal":{"tmp":"tmp/lazystream_1.0.0_1729265825420_0.5642694098724781","host":"s3://npm-registry-packages"},"typesPublisherContentHash":"1edcd79e53d7e4f3e0c6d09e432d8c3dfb9e6c6e39b69a5cafb04f47f3e18112","_cnpmcore_publish_time":"2024-10-18T15:37:05.601Z","publish_time":1729265825601,"_source_registry_name":"default"}},"dist-tags":{"latest":"1.0.0","ts4.8":"1.0.0","ts4.9":"1.0.0","ts5.0":"1.0.0","ts5.1":"1.0.0","ts5.2":"1.0.0","ts5.3":"1.0.0","ts5.4":"1.0.0","ts5.5":"1.0.0","ts5.6":"1.0.0","ts5.7":"1.0.0","ts5.8":"1.0.0","ts5.9":"1.0.0","ts6.0":"1.0.0"},"name":"@types/lazystream","time":{"created":"2024-10-18T17:03:05.221Z","modified":"2025-08-03T07:10:03.005Z","1.0.0":"2024-10-18T15:37:05.601Z"},"readme":"# Installation\r\n> `npm install --save @types/lazystream`\r\n\r\n# Summary\r\nThis package contains type definitions for lazystream (https://github.com/jpommerening/node-lazystream).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lazystream.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lazystream/index.d.ts)\r\n````ts\r\n/// <reference types=\"node\" />\nimport { Stream as NodeStream } from \"node:stream\";\nimport { PassThrough, Stream, TransformOptions } from \"readable-stream\";\n\nexport class Readable extends PassThrough {\n    /**\n     * @param fn The function to call to obtain the stream to read from\n     */\n    constructor(fn: () => NodeStream | Stream);\n    /**\n     * @param fn The function to call to obtain the stream to read from\n     * @param options Options for the underlying {@link PassThrough} class.\n     * Accessible via {@link fn}\n     */\n    constructor(fn: (options: TransformOptions) => NodeStream | Stream, options: TransformOptions);\n    /**\n     * @param fn The function to call to obtain the stream to read from\n     * @param options Options for the underlying {@link PassThrough} class.\n     * Accessible via {@link fn}, if they are passed\n     */\n    constructor(fn: (options?: TransformOptions) => NodeStream | Stream, options?: TransformOptions);\n}\n\nexport class Writable extends PassThrough {\n    /**\n     * @param fn The function to call to obtain the stream to write to\n     */\n    constructor(fn: () => NodeStream | Stream);\n    /**\n     * @param fn The function to call to obtain the stream to write to\n     * @param options Options for the underlying {@link PassThrough} class.\n     * Accessible via {@link fn}\n     */\n    constructor(fn: (options: TransformOptions) => NodeStream | Stream, options: TransformOptions);\n    /**\n     * @param fn The function to call to obtain the stream to write to\n     * @param options Options for the underlying {@link PassThrough} class.\n     * Accessible via {@link fn}, if they are passed\n     */\n    constructor(fn: (options?: TransformOptions) => NodeStream | Stream, options?: TransformOptions);\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Fri, 18 Oct 2024 15:36:54 GMT\r\n * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/readable-stream](https://npmjs.com/package/@types/readable-stream)\r\n\r\n# Credits\r\nThese definitions were written by [Adam Thompson-Sharpe](https://github.com/MysteryBlokHed).","users":{}}