-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
39 lines (39 loc) · 1.11 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
{
"name": "biliibli_anime_space",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "biliibli_anime_space",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"ajax-hook": "^2.0.3",
"jquery": "^3.6.0"
}
},
"node_modules/ajax-hook": {
"version": "2.0.3",
"resolved": "https://registry.npm.taobao.org/ajax-hook/download/ajax-hook-2.0.3.tgz",
"integrity": "sha1-6c7O0C+UD2IjEjx9yQ/iBi1BfBg="
},
"node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://registry.nlark.com/jquery/download/jquery-3.6.0.tgz",
"integrity": "sha1-xyoJ8Vwb3OFC9J2/EXC9+K2sJHA="
}
},
"dependencies": {
"ajax-hook": {
"version": "2.0.3",
"resolved": "https://registry.npm.taobao.org/ajax-hook/download/ajax-hook-2.0.3.tgz",
"integrity": "sha1-6c7O0C+UD2IjEjx9yQ/iBi1BfBg="
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.nlark.com/jquery/download/jquery-3.6.0.tgz",
"integrity": "sha1-xyoJ8Vwb3OFC9J2/EXC9+K2sJHA="
}
}
}