-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 935 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
26 lines (26 loc) · 935 Bytes
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
{
"name": "floating-scroll",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"global-offset": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/global-offset/-/global-offset-0.1.7.tgz",
"integrity": "sha1-m2qQdxxqOAqiLiiaIaTBgQRkbbU="
},
"mutationobserver-shim": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz",
"integrity": "sha512-gciOLNN8Vsf7YzcqRjKzlAJ6y7e+B86u7i3KXes0xfxx/nfLmozlW1Vn+Sc9x3tPIePFgc1AeIFhtRgkqTjzDQ=="
},
"resize-event": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/resize-event/-/resize-event-1.2.1.tgz",
"integrity": "sha512-5mNYHYV6pCdVi8LVOBf3S0kgMQUBf47+EhiklYq0FexbjjzZv1KlCIfIgzNJQVSBayeaYRxZQ35BNLTTZB99sQ==",
"requires": {
"mutationobserver-shim": "^0.3.1"
}
}
}
}