-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1.32 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@barba/core": {
"version": "2.9.7",
"resolved": "https://registry.npmjs.org/@barba/core/-/core-2.9.7.tgz",
"integrity": "sha512-GLtpty1fzWnd500AoUHd+hJoSCVElqth20P4W8Bf0IAA9nd1K5e8NbPnCegXC4KzOwV+JHk5DVofAZcoc+I54Q==",
"requires": {
"is-promise": "^2.1.0",
"path-to-regexp": "^3.0.0"
}
},
"animejs": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/animejs/-/animejs-3.1.0.tgz",
"integrity": "sha512-BjnCroPPQPEAngT0M89pz9TBcOGgOFLnVoq3+jV2upl4rn60k57/AXvESTnuILsNgOEjGuhMEOMp7IlQzk40kA=="
},
"is-promise": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
"integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
},
"lax.js": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/lax.js/-/lax.js-1.2.5.tgz",
"integrity": "sha512-Ytf7ZUhn2YLtyYoUFT8KpoRYvzw0awTr66J0vrp4NpwPaXPp504yhvsrqtP6ZDny3/Y7UOQsWHylV9iLl3cuoQ=="
},
"path-to-regexp": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.2.0.tgz",
"integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA=="
}
}
}