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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
| {
| "name": "@types/node-fetch",
| "version": "2.6.9",
| "description": "TypeScript definitions for node-fetch",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-fetch",
| "license": "MIT",
| "contributors": [
| {
| "name": "Torsten Werner",
| "githubUsername": "torstenwerner",
| "url": "https://github.com/torstenwerner"
| },
| {
| "name": "Niklas Lindgren",
| "githubUsername": "nikcorg",
| "url": "https://github.com/nikcorg"
| },
| {
| "name": "Vinay Bedre",
| "githubUsername": "vinaybedre",
| "url": "https://github.com/vinaybedre"
| },
| {
| "name": "Antonio Román",
| "githubUsername": "kyranet",
| "url": "https://github.com/kyranet"
| },
| {
| "name": "Andrew Leedham",
| "githubUsername": "AndrewLeedham",
| "url": "https://github.com/AndrewLeedham"
| },
| {
| "name": "Jason Li",
| "githubUsername": "JasonLi914",
| "url": "https://github.com/JasonLi914"
| },
| {
| "name": "Steve Faulkner",
| "githubUsername": "southpolesteve",
| "url": "https://github.com/southpolesteve"
| },
| {
| "name": "ExE Boss",
| "githubUsername": "ExE-Boss",
| "url": "https://github.com/ExE-Boss"
| },
| {
| "name": "Alex Savin",
| "githubUsername": "alexandrusavin",
| "url": "https://github.com/alexandrusavin"
| },
| {
| "name": "Alexis Tyler",
| "githubUsername": "OmgImAlexis",
| "url": "https://github.com/OmgImAlexis"
| },
| {
| "name": "Jakub Kisielewski",
| "githubUsername": "kbkk",
| "url": "https://github.com/kbkk"
| },
| {
| "name": "David Glasser",
| "githubUsername": "glasser",
| "url": "https://github.com/glasser"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/node-fetch"
| },
| "scripts": {},
| "dependencies": {
| "@types/node": "*",
| "form-data": "^4.0.0"
| },
| "typesPublisherContentHash": "feb13109743eacdf2b30633d1686586f86ed4c44951f4d2cb82ae267cdbcb5c1",
| "typeScriptVersion": "4.5"
| }
|
|