-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 1.87 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 1.87 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
50
51
52
53
54
55
{
"name": "linkcount",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"jquery": "^3.7.1",
"oojs": "^7.0.1",
"oojs-ui": "^0.53.1",
"wikimedia-ui-base": "^0.22.0"
}
},
"node_modules/@wikimedia/codex-design-tokens": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-1.3.5.tgz",
"integrity": "sha512-L2XJhnEAY7xm/Xr5m55sQ7MtGD49GcT2TqU3V4Yk/gbWKasruxatisTvXC2ZtEF1hSnhYu9ibT+c1gYTq+IhvQ==",
"license": "GPL-2.0+",
"engines": {
"node": ">=18",
"npm": ">=7.21.0"
}
},
"node_modules/jquery": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
"license": "MIT"
},
"node_modules/oojs": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/oojs/-/oojs-7.0.1.tgz",
"integrity": "sha512-DDN+B6PY29na74CyAB4bl0FgBM3ze31wd7LICghoWkd+SXrvn0W0GA1HurYdVESfBoIokqLuejk6yrbtq4PTTA==",
"license": "MIT"
},
"node_modules/oojs-ui": {
"version": "0.53.1",
"resolved": "https://registry.npmjs.org/oojs-ui/-/oojs-ui-0.53.1.tgz",
"integrity": "sha512-27aGt4enlyTemU2FMWgUr0vn3KLII0K3V7uEK8HIOHFqRiwz1Di8p/vLJ0cBcgwCf/kJ9pNdSUdS8go0HlNl3w==",
"license": "MIT",
"dependencies": {
"@wikimedia/codex-design-tokens": "1.3.5",
"jquery": "3.7.1",
"oojs": "7.0.1"
}
},
"node_modules/wikimedia-ui-base": {
"version": "0.22.0",
"resolved": "https://registry.npmjs.org/wikimedia-ui-base/-/wikimedia-ui-base-0.22.0.tgz",
"integrity": "sha512-2aaOF5iNvXRsyJnKjNEASuHcE4XXjxYlOwSfRd5uldLUYFevDA5FhwPTWKpG9IJG1LfFvsr3skPdFvp0sSpYgQ==",
"deprecated": "Package no longer supported. Please use @wikimedia/codex-design-tokens instead.",
"license": "MIT"
}
}
}