forked from uon-nuget/UoN.ExpressiveAnnotations.NetCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
42 lines (42 loc) · 1.76 KB
/
package-lock.json
File metadata and controls
42 lines (42 loc) · 1.76 KB
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"expressive-annotations-validate": {
"version": "2.7.4",
"resolved": "https://registry.npmjs.org/expressive-annotations-validate/-/expressive-annotations-validate-2.7.4.tgz",
"integrity": "sha1-0yFvkK5gWhuRh2uPuXXLp7wyocI=",
"dev": true,
"requires": {
"jquery": ">=1.8.2",
"jquery-validation": ">=1.10.0",
"jquery-validation-unobtrusive": ">=3.1.1"
}
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
"dev": true
},
"jquery-validation": {
"version": "1.18.0",
"resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.18.0.tgz",
"integrity": "sha512-+MK0pvoegfLrJnwtCU6tx305Vgp9HWevpmdVwDf5TthmINkn0wqqLD0bpa75EERlHsBBjMmza//ppx5ZQPnW3Q==",
"dev": true,
"requires": {
"jquery": "^1.7 || ^2.0 || ^3.1"
}
},
"jquery-validation-unobtrusive": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.2.11.tgz",
"integrity": "sha512-3FQPllaWdD+Aq55zJLGSW39+eXPDz1HhwAvrSwYi8zHQ8DVcu5IJ1HVeTiCl0BnCnrIBvfFU3zEB/DrGdcoRIQ==",
"dev": true,
"requires": {
"jquery": ">=1.8",
"jquery-validation": ">=1.16"
}
}
}
}