-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package-lock.json
39 lines (39 loc) · 1015 Bytes
/
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
{
"name": "@shinsenter/defer.js",
"version": "3.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shinsenter/defer.js",
"version": "3.8.0",
"funding": [
{
"type": "github",
"url": "https://code.shin.company/defer.js/stargazers"
},
{
"type": "paypal",
"url": "https://www.paypal.me/shinsenter"
},
{
"type": "patreon",
"url": "https://www.patreon.com/appseeds"
}
],
"license": "MIT",
"workspaces": [
"dist/"
],
"devDependencies": {
"intersection-observer": "latest"
}
},
"node_modules/intersection-observer": {
"version": "0.12.2",
"resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.12.2.tgz",
"integrity": "sha512-7m1vEcPCxXYI8HqnL8CKI6siDyD+eIWSwgB3DZA+ZTogxk9I4CDnj4wilt9x/+/QbHI4YG5YZNmC6458/e9Ktg==",
"dev": true
}
}
}