-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
82 lines (82 loc) · 2.87 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
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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "yeswiki-extension-contrib",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "yeswiki-extension-contrib",
"version": "1.0.0",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"peaks.js": "^0.26.0",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7"
}
},
"node_modules/eventemitter3": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
},
"node_modules/inline-worker": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/inline-worker/-/inline-worker-1.1.0.tgz",
"integrity": "sha1-VelvVJFaZCsAhyotqm/oMrQkyY0="
},
"node_modules/konva": {
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/konva/-/konva-7.2.5.tgz",
"integrity": "sha512-yk/li8rUF+09QNlOdkwbEId+QvfATMe/aMGVouWW1oFoUVTYWHsQuIAE6lWy11DK8mLJEJijkNAXC5K+NVlMew==",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/lavrton"
},
{
"type": "opencollective",
"url": "https://opencollective.com/konva"
},
{
"type": "github",
"url": "https://github.com/sponsors/lavrton"
}
]
},
"node_modules/peaks.js": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/peaks.js/-/peaks.js-0.26.0.tgz",
"integrity": "sha512-kUsVDa+ISqK8V5B3dy4aXgQ1AbtPa7AIEHfJsOpSLIqgkrq1d3EOukbzrMiyNnODeh9qRaGEgHq40KlQEQK90Q==",
"dependencies": {
"eventemitter3": "~4.0.7",
"konva": "~7.2.5",
"waveform-data": "~4.1.0"
},
"engines": {
"node": ">= 8.11.2"
}
},
"node_modules/photoswipe": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/photoswipe/-/photoswipe-5.4.4.tgz",
"integrity": "sha512-WNFHoKrkZNnvFFhbHL93WDkW3ifwVOXSW3w1UuZZelSmgXpIGiZSNlZJq37rR8YejqME2rHs9EhH9ZvlvFH2NA==",
"engines": {
"node": ">= 0.12.0"
}
},
"node_modules/photoswipe-dynamic-caption-plugin": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/photoswipe-dynamic-caption-plugin/-/photoswipe-dynamic-caption-plugin-1.2.7.tgz",
"integrity": "sha512-5XXdXLf2381nwe7KqQvcyStiUBi9TitYXppUQTrzPwYAi4lZsmWNnNKMclM7I4QGlX6fXo42v3bgb6rlK9pY1Q=="
},
"node_modules/waveform-data": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/waveform-data/-/waveform-data-4.1.1.tgz",
"integrity": "sha512-OAKQPY0j4e/cn7jv/zHFw8bzL4i93MCGlyfc42LDQxeT6pnvzxynzbNm5TCopPViKAan5zs1/8WrAsC4VxJjlg==",
"dependencies": {
"inline-worker": "~1.1.0"
}
}
}
}