1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| {
| "name": "@types/readable-stream",
| "version": "4.0.22",
| "description": "TypeScript definitions for readable-stream",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readable-stream",
| "license": "MIT",
| "contributors": [
| {
| "name": "TeamworkGuy2",
| "githubUsername": "TeamworkGuy2",
| "url": "https://github.com/TeamworkGuy2"
| },
| {
| "name": "markdreyer",
| "githubUsername": "markdreyer",
| "url": "https://github.com/markdreyer"
| },
| {
| "name": "Matteo Collina",
| "githubUsername": "mcollina",
| "url": "https://github.com/mcollina"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/readable-stream"
| },
| "scripts": {},
| "dependencies": {
| "@types/node": "*"
| },
| "peerDependencies": {},
| "typesPublisherContentHash": "9be6ff0cf3114522701ec7b186f492241d296721cb916b5e9f1322fcc68f78fe",
| "typeScriptVersion": "5.2"
| }
|
|