-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
64 lines (64 loc) · 3.01 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
{
"name": "ckeditor4-dev",
"version": "4.25.0-lts",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ckeditor4-dev",
"version": "4.25.0-lts",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@bloomreach/hippo-ckeditor-youtube-plugin": "2.1.19",
"ckeditor-codemirror-plugin": "github:w8tcha/ckeditor-codemirror-plugin#v1.18.3",
"ckeditor-textselection-plugin": "github:w8tcha/CKEditor-TextSelection-Plugin#42beb1fd401d292487bbde319086d3b662340589",
"ckeditor-wordcount-plugin": "1.17.10"
}
},
"node_modules/@bloomreach/hippo-ckeditor-youtube-plugin": {
"version": "2.1.19",
"resolved": "https://registry.npmjs.org/@bloomreach/hippo-ckeditor-youtube-plugin/-/hippo-ckeditor-youtube-plugin-2.1.19.tgz",
"integrity": "sha512-u9XWLTFoo7cEHUG3x+KboVXdYaBr6bf5iDww6F4Gx6IwY3v5cD6dTaweFZBaCcK36kqaKFYESjutFBQJUR6M8A==",
"engines": {
"node": ">=14",
"npm": ">=7"
}
},
"node_modules/ckeditor-codemirror-plugin": {
"version": "1.18.2",
"resolved": "git+ssh://[email protected]/w8tcha/ckeditor-codemirror-plugin.git#362daae74bfc26e75d4057e39e3c1b0fb5d1f17c"
},
"node_modules/ckeditor-textselection-plugin": {
"version": "1.8.0",
"resolved": "git+ssh://[email protected]/w8tcha/CKEditor-TextSelection-Plugin.git#42beb1fd401d292487bbde319086d3b662340589",
"integrity": "sha512-lJgN+TKJiYM1cv7IqD3ex1IB4tDMFTG5ROU8+chwkhcP0WGOHm51MiPsxGZeV5/Xt6eUhYyDxbOilOlrizuw2g==",
"license": "MIT"
},
"node_modules/ckeditor-wordcount-plugin": {
"version": "1.17.10",
"resolved": "https://registry.npmjs.org/ckeditor-wordcount-plugin/-/ckeditor-wordcount-plugin-1.17.10.tgz",
"integrity": "sha512-A1HSGWYesdUONv+eTVPBUIzm87OAAVuzycZllZ3sMMsl4kT/ftv5zFTr+wZIX+/BhSU/e493n4yEWzYHo3CgzA=="
}
},
"dependencies": {
"@bloomreach/hippo-ckeditor-youtube-plugin": {
"version": "2.1.19",
"resolved": "https://registry.npmjs.org/@bloomreach/hippo-ckeditor-youtube-plugin/-/hippo-ckeditor-youtube-plugin-2.1.19.tgz",
"integrity": "sha512-u9XWLTFoo7cEHUG3x+KboVXdYaBr6bf5iDww6F4Gx6IwY3v5cD6dTaweFZBaCcK36kqaKFYESjutFBQJUR6M8A=="
},
"ckeditor-codemirror-plugin": {
"version": "git+ssh://[email protected]/w8tcha/ckeditor-codemirror-plugin.git#362daae74bfc26e75d4057e39e3c1b0fb5d1f17c",
"from": "ckeditor-codemirror-plugin@github:w8tcha/ckeditor-codemirror-plugin#v1.18.3"
},
"ckeditor-textselection-plugin": {
"version": "git+ssh://[email protected]/w8tcha/CKEditor-TextSelection-Plugin.git#42beb1fd401d292487bbde319086d3b662340589",
"integrity": "sha512-lJgN+TKJiYM1cv7IqD3ex1IB4tDMFTG5ROU8+chwkhcP0WGOHm51MiPsxGZeV5/Xt6eUhYyDxbOilOlrizuw2g==",
"from": "ckeditor-textselection-plugin@github:w8tcha/CKEditor-TextSelection-Plugin#42beb1fd401d292487bbde319086d3b662340589"
},
"ckeditor-wordcount-plugin": {
"version": "1.17.10",
"resolved": "https://registry.npmjs.org/ckeditor-wordcount-plugin/-/ckeditor-wordcount-plugin-1.17.10.tgz",
"integrity": "sha512-A1HSGWYesdUONv+eTVPBUIzm87OAAVuzycZllZ3sMMsl4kT/ftv5zFTr+wZIX+/BhSU/e493n4yEWzYHo3CgzA=="
}
}
}