-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
71 lines (71 loc) · 2.71 KB
/
package-lock.json
File metadata and controls
71 lines (71 loc) · 2.71 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "PopMotion",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@popmotion/easing": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@popmotion/easing/-/easing-1.0.1.tgz",
"integrity": "sha512-NbIEz9mZAem0F0sjg2v57LbU9Y2Xc50QEX434jYrwEQzXJuJipyUV48Qz4hjHqbB/8xiUj0JMQfRvP8K9nUbxg=="
},
"@popmotion/popcorn": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@popmotion/popcorn/-/popcorn-0.3.1.tgz",
"integrity": "sha512-TRhDPxfzM4CrUff2ELyzDj6xSEp5fcmbnrTO0VkmrN/TxJrAzP2H/VfIDRQQy82Yn65Vwn1ohrIi8eZLqzrCMA==",
"requires": {
"@popmotion/easing": "^1.0.1",
"framesync": "^4.0.1",
"hey-listen": "^1.0.5",
"style-value-types": "^3.0.7"
}
},
"framesync": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/framesync/-/framesync-4.0.2.tgz",
"integrity": "sha512-hQLD5NURHmzB4Symo6JJ5HDw2TWwhr6T3gw9aChNMsZvkxcD8U8Gcz/hllAOOMGE+HO3ScpRPahpXDQRgF19JQ==",
"requires": {
"hey-listen": "^1.0.5"
}
},
"hey-listen": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.5.tgz",
"integrity": "sha512-O2iCNxBBGb4hOxL9tUdnoPwDYmZhQ29t5xKV74BVZNdvwCDXCpVYTJ4yoaibc1V0I8Yw3K3nwmvDpoyjnCqUaw=="
},
"popmotion": {
"version": "8.6.2",
"resolved": "https://registry.npmjs.org/popmotion/-/popmotion-8.6.2.tgz",
"integrity": "sha512-t4kb78sl/gETCdnBKPguVYbL/BfBjax0Z7CQXMV9mEaxmBvIODCcJ2lPn8S0AAQS/bHYekA8TxMszwCF6NAcAA==",
"requires": {
"@popmotion/easing": "^1.0.1",
"@popmotion/popcorn": "^0.3.0",
"framesync": "^4.0.0",
"hey-listen": "^1.0.5",
"style-value-types": "^3.0.6",
"stylefire": "^2.3.4",
"tslib": "^1.9.1"
}
},
"style-value-types": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-3.0.7.tgz",
"integrity": "sha512-7vzeicDiPNnJjvTYfJbQhZ7P3OCkXfvkJOJQ+ifFnXNTA/7KBxMZacHLvlRjM5/TtXbVdrZE6u+2nzSUSPrbSQ=="
},
"stylefire": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/stylefire/-/stylefire-2.4.0.tgz",
"integrity": "sha512-soSvx0Xc4If/8EGmU/HrE0HHOOzQ+JEEyhj1xJFfOx5PCIy19veoN588e2QGJfOZJYJeAYQx/YzofbzWCAi6DA==",
"requires": {
"framesync": "^4.0.0",
"hey-listen": "^1.0.4",
"style-value-types": "^3.0.6"
}
},
"tslib": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ=="
}
}
}