-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
33 lines (33 loc) · 972 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
33 lines (33 loc) · 972 Bytes
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
{
"name": "anime-nexus-hls-stream-resolver",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "anime-nexus-hls-stream-resolver",
"dependencies": {
"curl-cffi-node": "^0.1.8"
},
"bin": {
"anime-nexus-hls-resolve": "cli.mjs"
}
},
"node_modules/curl-cffi-node": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/curl-cffi-node/-/curl-cffi-node-0.1.8.tgz",
"integrity": "sha512-4RSaBdr0C6ZVfKnzj4h+IpKPq7z18kF2OByVKQGo3/3FcVg1vMABWBboo80x93uSIOY0ogylyUL2+FcnG6NVFA==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"optionalDependencies": {
"curl-cffi-node-darwin-arm64": "0.1.8",
"curl-cffi-node-darwin-x64": "0.1.8",
"curl-cffi-node-linux-arm64-gnu": "0.1.8",
"curl-cffi-node-linux-x64-gnu": "0.1.8",
"curl-cffi-node-win32-x64-msvc": "0.1.8"
}
}
}
}