@types/jquery 3.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
jquery/package.json ADDED
@@ -0,0 +1,137 @@
1
+ {
2
+ "name": "@types/jquery",
3
+ "version": "3.5.7",
4
+ "description": "TypeScript definitions for jquery",
5
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
+ "license": "MIT",
7
+ "contributors": [
8
+ {
9
+ "name": "Leonard Thieu",
10
+ "url": "https://github.com/leonard-thieu",
11
+ "githubUsername": "leonard-thieu"
12
+ },
13
+ {
14
+ "name": "Boris Yankov",
15
+ "url": "https://github.com/borisyankov",
16
+ "githubUsername": "borisyankov"
17
+ },
18
+ {
19
+ "name": "Christian Hoffmeister",
20
+ "url": "https://github.com/choffmeister",
21
+ "githubUsername": "choffmeister"
22
+ },
23
+ {
24
+ "name": "Steve Fenton",
25
+ "url": "https://github.com/Steve-Fenton",
26
+ "githubUsername": "Steve-Fenton"
27
+ },
28
+ {
29
+ "name": "Diullei Gomes",
30
+ "url": "https://github.com/Diullei",
31
+ "githubUsername": "Diullei"
32
+ },
33
+ {
34
+ "name": "Tass Iliopoulos",
35
+ "url": "https://github.com/tasoili",
36
+ "githubUsername": "tasoili"
37
+ },
38
+ {
39
+ "name": "Jason Swearingen",
40
+ "url": "https://github.com/jasons-novaleaf",
41
+ "githubUsername": "jasons-novaleaf"
42
+ },
43
+ {
44
+ "name": "Sean Hill",
45
+ "url": "https://github.com/seanski",
46
+ "githubUsername": "seanski"
47
+ },
48
+ {
49
+ "name": "Guus Goossens",
50
+ "url": "https://github.com/Guuz",
51
+ "githubUsername": "Guuz"
52
+ },
53
+ {
54
+ "name": "Kelly Summerlin",
55
+ "url": "https://github.com/ksummerlin",
56
+ "githubUsername": "ksummerlin"
57
+ },
58
+ {
59
+ "name": "Basarat Ali Syed",
60
+ "url": "https://github.com/basarat",
61
+ "githubUsername": "basarat"
62
+ },
63
+ {
64
+ "name": "Nicholas Wolverson",
65
+ "url": "https://github.com/nwolverson",
66
+ "githubUsername": "nwolverson"
67
+ },
68
+ {
69
+ "name": "Derek Cicerone",
70
+ "url": "https://github.com/derekcicerone",
71
+ "githubUsername": "derekcicerone"
72
+ },
73
+ {
74
+ "name": "Andrew Gaspar",
75
+ "url": "https://github.com/AndrewGaspar",
76
+ "githubUsername": "AndrewGaspar"
77
+ },
78
+ {
79
+ "name": "Seikichi Kondo",
80
+ "url": "https://github.com/seikichi",
81
+ "githubUsername": "seikichi"
82
+ },
83
+ {
84
+ "name": "Benjamin Jackman",
85
+ "url": "https://github.com/benjaminjackman",
86
+ "githubUsername": "benjaminjackman"
87
+ },
88
+ {
89
+ "name": "Poul Sorensen",
90
+ "url": "https://github.com/s093294",
91
+ "githubUsername": "s093294"
92
+ },
93
+ {
94
+ "name": "Josh Strobl",
95
+ "url": "https://github.com/JoshStrobl",
96
+ "githubUsername": "JoshStrobl"
97
+ },
98
+ {
99
+ "name": "John Reilly",
100
+ "url": "https://github.com/johnnyreilly",
101
+ "githubUsername": "johnnyreilly"
102
+ },
103
+ {
104
+ "name": "Dick van den Brink",
105
+ "url": "https://github.com/DickvdBrink",
106
+ "githubUsername": "DickvdBrink"
107
+ },
108
+ {
109
+ "name": "Thomas Schulz",
110
+ "url": "https://github.com/King2500",
111
+ "githubUsername": "King2500"
112
+ },
113
+ {
114
+ "name": "Terry Mun",
115
+ "url": "https://github.com/terrymun",
116
+ "githubUsername": "terrymun"
117
+ },
118
+ {
119
+ "name": "Martin Badin",
120
+ "url": "https://github.com/martin-badin",
121
+ "githubUsername": "martin-badin"
122
+ }
123
+ ],
124
+ "main": "",
125
+ "types": "index.d.ts",
126
+ "repository": {
127
+ "type": "git",
128
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
129
+ "directory": "types/jquery"
130
+ },
131
+ "scripts": {},
132
+ "dependencies": {
133
+ "@types/sizzle": "*"
134
+ },
135
+ "typesPublisherContentHash": "1f71ee2aefc114c42ae1a3374a4e5308cb14df34a9e9b189cbe42547c4b45eb6",
136
+ "typeScriptVersion": "3.7"
137
+ }