-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
50 lines (50 loc) · 1.98 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
{
"name": "@pruhsert/ckeditor5-svy-toolbar-item",
"version": "0.4.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ckeditor/ckeditor5-core": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-24.0.0.tgz",
"integrity": "sha512-regUaX5oFtM5VJkZIfzge3Yg4PxKJkYSC6JcTwewJ2FJ5GB3FvH+vLEJwhAm0qisssy6HBLhXJXjDbCEHTVVCw==",
"requires": {
"@ckeditor/ckeditor5-engine": "^24.0.0",
"@ckeditor/ckeditor5-utils": "^24.0.0",
"lodash-es": "^4.17.15"
}
},
"@ckeditor/ckeditor5-engine": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-24.0.0.tgz",
"integrity": "sha512-+M/S+q5+2vuwv9oVE0dd2p3Ex0RzQiqfYJMFGmBH2Smj7RKwREYlohtx6DneMmvEbbeVyCz3eFKXgh+RkQhoAA==",
"requires": {
"@ckeditor/ckeditor5-utils": "^24.0.0",
"lodash-es": "^4.17.15"
}
},
"@ckeditor/ckeditor5-ui": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-24.0.0.tgz",
"integrity": "sha512-/HtAmJ1qLy5YVuJVfqItY6WJeY4Wqxu6SJYPCMMmm489Ky5Ea44FgINv9AF7pVnDIP7LJ+/hzFJCXQZr1Ud+jw==",
"requires": {
"@ckeditor/ckeditor5-core": "^24.0.0",
"@ckeditor/ckeditor5-utils": "^24.0.0",
"lodash-es": "^4.17.15"
}
},
"@ckeditor/ckeditor5-utils": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-24.0.0.tgz",
"integrity": "sha512-m+8ZuO7Gqv5WDGnoI1Y7VA8cwCa9+26/Unth6PCBq3UvOT2ivm310YTItE8TqlP14aJk178UZj8VoMTj+V3jwQ==",
"requires": {
"lodash-es": "^4.17.15"
}
},
"lodash-es": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.20.tgz",
"integrity": "sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA=="
}
}
}