-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
49 lines (49 loc) · 1.54 KB
/
package-lock.json
File metadata and controls
49 lines (49 loc) · 1.54 KB
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
{
"name": "sidebar-sdk-java",
"version": "2.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"version": "2.8.1",
"dependencies": {
"@acrolinx/sidebar-startpage": "4.0.5"
},
"engines": {
"node": ">=24"
}
},
"node_modules/@acrolinx/sidebar-interface": {
"version": "15.4.4",
"resolved": "https://registry.npmjs.org/@acrolinx/sidebar-interface/-/sidebar-interface-15.4.4.tgz",
"integrity": "sha512-PV1uH9zQkFxEG/paVijCeAuLweG5LJfZuec8/hzszMv0SfLP8iO9IWbSMxoZZO15ICpv5FsHNtBLEvomDr/JLw==",
"license": "Apache-2.0",
"engines": {
"node": ">=22"
}
},
"node_modules/@acrolinx/sidebar-startpage": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@acrolinx/sidebar-startpage/-/sidebar-startpage-4.0.5.tgz",
"integrity": "sha512-/N4lh0iqbLunAb+52bYyfPvOIsV1urh0/T5i+MRCCiqU/Ru2WdWe0dJhVNh/56A0wHRXK3bFhoasfYZmZ6XlJA==",
"license": "Apache-2.0",
"dependencies": {
"@acrolinx/sidebar-interface": "^15.4.4",
"preact": "^10.27.2"
},
"engines": {
"node": ">=22"
}
},
"node_modules/preact": {
"version": "10.28.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.28.2.tgz",
"integrity": "sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
}
}
}
}