-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.46 KB
/
package.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@types/parse",
"version": "3.0.9",
"description": "TypeScript definitions for parse",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse",
"license": "MIT",
"contributors": [
{
"name": " Ullisen Media Group",
"githubUsername": "ullisenmedia",
"url": "https://github.com/ullisenmedia"
},
{
"name": "David Poetzsch-Heffter",
"githubUsername": "dpoetzsch",
"url": "https://github.com/dpoetzsch"
},
{
"name": "Cedric Kemp",
"githubUsername": "jaeggerr",
"url": "https://github.com/jaeggerr"
},
{
"name": "Flavio Negrão",
"githubUsername": "flavionegrao",
"url": "https://github.com/flavionegrao"
},
{
"name": "Wes Grimes",
"githubUsername": "wesleygrimes",
"url": "https://github.com/wesleygrimes"
},
{
"name": "Otherwise SAS",
"githubUsername": "owsas",
"url": "https://github.com/owsas"
},
{
"name": "Andrew Goldis",
"githubUsername": "agoldis",
"url": "https://github.com/agoldis"
},
{
"name": "Alexandre Hétu Rivard",
"githubUsername": "AlexandreHetu",
"url": "https://github.com/AlexandreHetu"
},
{
"name": "Diamond Lewis",
"githubUsername": "dplewis",
"url": "https://github.com/dplewis"
},
{
"name": "Jong Eun Lee",
"githubUsername": "yomybaby",
"url": "https://github.com/yomybaby"
},
{
"name": "Colin Ulin",
"githubUsername": "pocketcolin",
"url": "https://github.com/pocketcolin"
},
{
"name": "Robert Helms",
"githubUsername": "rdhelms",
"url": "https://github.com/rdhelms"
},
{
"name": "Julien Quere",
"githubUsername": "jlnquere",
"url": "https://github.com/jlnquere"
},
{
"name": "Thibault MOCELLIN",
"githubUsername": "tybi",
"url": "https://github.com/tybi"
},
{
"name": "Jeff Gu Kang",
"githubUsername": "jeffgukang",
"url": "https://github.com/jeffgukang"
},
{
"name": "Bui Tan Loc",
"githubUsername": "buitanloc",
"url": "https://github.com/buitanloc"
},
{
"name": "Jerome De Leon",
"githubUsername": "JeromeDeLeon",
"url": "https://github.com/JeromeDeLeon"
},
{
"name": "Kent Robin Haugen",
"githubUsername": "kentrh",
"url": "https://github.com/kentrh"
},
{
"name": "Switt Kongdachalert",
"githubUsername": "swittk",
"url": "https://github.com/swittk"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/parse"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "ccc7a6de6b5f281f99bc92b98a84ecd5d7cb87f65d0790648063e9dcc22cd79f",
"typeScriptVersion": "4.5"
}