-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1.08 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
{
"name": "PhucLongUSA",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"animejs": "^3.2.1",
"waypoints": "^4.0.1"
}
},
"node_modules/animejs": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/animejs/-/animejs-3.2.1.tgz",
"integrity": "sha512-sWno3ugFryK5nhiDm/2BKeFCpZv7vzerWUcUPyAZLDhMek3+S/p418ldZJbJXo5ZUOpfm2kP2XRO4NJcULMy9A=="
},
"node_modules/waypoints": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/waypoints/-/waypoints-4.0.1.tgz",
"integrity": "sha1-CZeaBXOBCylifLpDZqKEoGLsacg="
}
},
"dependencies": {
"animejs": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/animejs/-/animejs-3.2.1.tgz",
"integrity": "sha512-sWno3ugFryK5nhiDm/2BKeFCpZv7vzerWUcUPyAZLDhMek3+S/p418ldZJbJXo5ZUOpfm2kP2XRO4NJcULMy9A=="
},
"waypoints": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/waypoints/-/waypoints-4.0.1.tgz",
"integrity": "sha1-CZeaBXOBCylifLpDZqKEoGLsacg="
}
}
}