-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
63 lines (63 loc) · 2.2 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
{
"name": "lekoala-silverstripe-jodit",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lekoala-silverstripe-jodit",
"license": "MIT",
"dependencies": {
"jodit": "^3.20"
}
},
"node_modules/autobind-decorator": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/autobind-decorator/-/autobind-decorator-2.4.0.tgz",
"integrity": "sha512-OGYhWUO72V6DafbF8PM8rm3EPbfuyMZcJhtm5/n26IDwO18pohE4eNazLoCGhPiXOCD0gEGmrbU3849QvM8bbw==",
"engines": {
"node": ">=8.10",
"npm": ">=6.4.1"
}
},
"node_modules/core-js": {
"version": "3.29.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz",
"integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"node_modules/jodit": {
"version": "3.24.5",
"resolved": "https://registry.npmjs.org/jodit/-/jodit-3.24.5.tgz",
"integrity": "sha512-YD7oFNaX6qvSuiWgp+M2aPN9+XS8NtHTZHH3vAE49Z3/AHseNrjAB9tRd9P12JpjPQyOaDUQls/oJdKaZEtT4w==",
"dependencies": {
"autobind-decorator": "^2.4.0",
"core-js": "^3.28.0"
}
}
},
"dependencies": {
"autobind-decorator": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/autobind-decorator/-/autobind-decorator-2.4.0.tgz",
"integrity": "sha512-OGYhWUO72V6DafbF8PM8rm3EPbfuyMZcJhtm5/n26IDwO18pohE4eNazLoCGhPiXOCD0gEGmrbU3849QvM8bbw=="
},
"core-js": {
"version": "3.29.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz",
"integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg=="
},
"jodit": {
"version": "3.24.5",
"resolved": "https://registry.npmjs.org/jodit/-/jodit-3.24.5.tgz",
"integrity": "sha512-YD7oFNaX6qvSuiWgp+M2aPN9+XS8NtHTZHH3vAE49Z3/AHseNrjAB9tRd9P12JpjPQyOaDUQls/oJdKaZEtT4w==",
"requires": {
"autobind-decorator": "^2.4.0",
"core-js": "^3.28.0"
}
}
}
}