-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
40 lines (40 loc) · 1.35 KB
/
package-lock.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
{
"name": "Parallax task",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"jquery-parallax.js": "^1.5.0"
}
},
"node_modules/jquery": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz",
"integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ=="
},
"node_modules/jquery-parallax.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/jquery-parallax.js/-/jquery-parallax.js-1.5.0.tgz",
"integrity": "sha512-+SyyADkSloW92ZbqJ53yT8M+36GLI+SFOM32q3NeScEJ32u+YCxrDCmpdZmBjrUcJ/CFYuaq9fRwvhfE5u75ew==",
"dependencies": {
"jquery": ">=1.7"
}
}
},
"dependencies": {
"jquery": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz",
"integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ=="
},
"jquery-parallax.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/jquery-parallax.js/-/jquery-parallax.js-1.5.0.tgz",
"integrity": "sha512-+SyyADkSloW92ZbqJ53yT8M+36GLI+SFOM32q3NeScEJ32u+YCxrDCmpdZmBjrUcJ/CFYuaq9fRwvhfE5u75ew==",
"requires": {
"jquery": ">=1.7"
}
}
}
}