-
Notifications
You must be signed in to change notification settings - Fork 17
/
package-lock.json
82 lines (82 loc) · 3.4 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": "@emagtechlabs/ckeditor5-file-upload",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ckeditor/ckeditor5-clipboard": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-17.0.0.tgz",
"integrity": "sha512-ltUmytwI94dqcReHxsJmB1U9pxLKCxOdLPqltffC409INXa5d9O3mGrB0eBCh3ACKR783IzRRkbtElFASGznrg==",
"requires": {
"@ckeditor/ckeditor5-core": "17.0.0",
"@ckeditor/ckeditor5-engine": "17.0.0",
"@ckeditor/ckeditor5-utils": "17.0.0"
}
},
"@ckeditor/ckeditor5-core": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-17.0.0.tgz",
"integrity": "sha512-exgZOMd3YMJky++ytiAQ1fMtqtKyvEc1xikNBVwAeP38ekZcZSLLi2gP8X8ge2yZTFPmO0TiB8fiU//pLQpeJg==",
"requires": {
"@ckeditor/ckeditor5-engine": "17.0.0",
"@ckeditor/ckeditor5-utils": "17.0.0",
"lodash-es": "4.17.15"
}
},
"@ckeditor/ckeditor5-engine": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-17.0.0.tgz",
"integrity": "sha512-3+m7Hc1QCn97JHLjJWRYg2GcI9hTcU3XGSZnsLeolyPgwBbEnkvfUGId2K5O91Bg3SKkSP4vgvydZE9JM2Q7Mg==",
"requires": {
"@ckeditor/ckeditor5-utils": "17.0.0",
"lodash-es": "4.17.15"
}
},
"@ckeditor/ckeditor5-ui": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-17.0.0.tgz",
"integrity": "sha512-ceM0IlBNscyDOeeGyU4n5Xp9YHdc4hdv2dmDgV/hECSaYzePVr5h1HDoF2Juv4SP5azACSLJr6JZs3uXP8iLCg==",
"requires": {
"@ckeditor/ckeditor5-core": "17.0.0",
"@ckeditor/ckeditor5-utils": "17.0.0",
"lodash-es": "4.17.15"
}
},
"@ckeditor/ckeditor5-upload": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-17.0.0.tgz",
"integrity": "sha512-Kl1srRnm9XvaJ3ivWf4sNMvkMC9ArbRsCWZ5h2m2LFu2O3v6ZEx8F6viUjTmBLD2dkK9D0cN6+DTUQht2KbR4g==",
"requires": {
"@ckeditor/ckeditor5-core": "17.0.0",
"@ckeditor/ckeditor5-ui": "17.0.0",
"@ckeditor/ckeditor5-utils": "17.0.0"
}
},
"@ckeditor/ckeditor5-utils": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-17.0.0.tgz",
"integrity": "sha512-La9Au5pvafUi4uN3Zxjb6HLdacZLMkC+KerWQEohPhZYHRmy8OusaGB+X74gYRKb6O+vGfxpbgSA93e3VoE3fQ==",
"requires": {
"lodash-es": "4.17.15"
}
},
"@ckeditor/ckeditor5-widget": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-17.0.0.tgz",
"integrity": "sha512-NOPkim9TNq2TPYf8Sa2trEuRVg58n/a+0iGisomXM8HGy8aOxaBQShK3oKdDliwjrlm/MU9mV8rNunwLGtUB/g==",
"requires": {
"@ckeditor/ckeditor5-core": "17.0.0",
"@ckeditor/ckeditor5-engine": "17.0.0",
"@ckeditor/ckeditor5-ui": "17.0.0",
"@ckeditor/ckeditor5-utils": "17.0.0",
"lodash-es": "4.17.15"
}
},
"lodash-es": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz",
"integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ=="
}
}
}