@types/jquery 2.0.61 → 2.0.63
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 v2.0/LICENSE +0 -0
- jquery v2.0/README.md +2 -3
- jquery v2.0/index.d.ts +246 -155
- jquery v2.0/package.json +42 -42
jquery v2.0/package.json
CHANGED
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/jquery",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "2.0.63",
|
|
4
|
+
"description": "TypeScript definitions for jquery",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Boris Yankov",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "borisyankov",
|
|
11
|
+
"url": "https://github.com/borisyankov"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Christian Hoffmeister",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "choffmeister",
|
|
16
|
+
"url": "https://github.com/choffmeister"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Steve Fenton",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "Steve-Fenton",
|
|
21
|
+
"url": "https://github.com/Steve-Fenton"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Diullei Gomes",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "Diullei",
|
|
26
|
+
"url": "https://github.com/Diullei"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Tass Iliopoulos",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "tasoili",
|
|
31
|
+
"url": "https://github.com/tasoili"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Sean Hill",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"githubUsername": "seanski",
|
|
36
|
+
"url": "https://github.com/seanski"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "Guus Goossens",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"githubUsername": "Guuz",
|
|
41
|
+
"url": "https://github.com/Guuz"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "Kelly Summerlin",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"githubUsername": "ksummerlin",
|
|
46
|
+
"url": "https://github.com/ksummerlin"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "Basarat Ali Syed",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"githubUsername": "basarat",
|
|
51
|
+
"url": "https://github.com/basarat"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"name": "Nicholas Wolverson",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
55
|
+
"githubUsername": "nwolverson",
|
|
56
|
+
"url": "https://github.com/nwolverson"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "Derek Cicerone",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
60
|
+
"githubUsername": "derekcicerone",
|
|
61
|
+
"url": "https://github.com/derekcicerone"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "Andrew Gaspar",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
65
|
+
"githubUsername": "AndrewGaspar",
|
|
66
|
+
"url": "https://github.com/AndrewGaspar"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "Seikichi Kondo",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
70
|
+
"githubUsername": "seikichi",
|
|
71
|
+
"url": "https://github.com/seikichi"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"name": "Benjamin Jackman",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"githubUsername": "benjaminjackman",
|
|
76
|
+
"url": "https://github.com/benjaminjackman"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": "Josh Strobl",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
80
|
+
"githubUsername": "JoshStrobl",
|
|
81
|
+
"url": "https://github.com/JoshStrobl"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"name": "John Reilly",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
85
|
+
"githubUsername": "johnnyreilly",
|
|
86
|
+
"url": "https://github.com/johnnyreilly"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"name": "Dick van den Brink",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
90
|
+
"githubUsername": "DickvdBrink",
|
|
91
|
+
"url": "https://github.com/DickvdBrink"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"name": "Thomas Schulz",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"githubUsername": "King2500",
|
|
96
|
+
"url": "https://github.com/King2500"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"name": "Leonard Thieu",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
100
|
+
"githubUsername": "leonard-thieu",
|
|
101
|
+
"url": "https://github.com/leonard-thieu"
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
104
|
"main": "",
|
|
@@ -110,6 +110,6 @@
|
|
|
110
110
|
},
|
|
111
111
|
"scripts": {},
|
|
112
112
|
"dependencies": {},
|
|
113
|
-
"typesPublisherContentHash": "
|
|
114
|
-
"typeScriptVersion": "4.
|
|
113
|
+
"typesPublisherContentHash": "96ec10b5c055693f30da565bd275136ce2f4a620b228d3b00a3ea225ffef192b",
|
|
114
|
+
"typeScriptVersion": "4.5"
|
|
115
115
|
}
|