You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
832 B
JSON
25 lines
832 B
JSON
{
|
|
"name": "m3u8-downloader",
|
|
"version": "0.6.0",
|
|
"description": "m3u8 视频在线提取工具 流媒体下载 m3u8下载 桌面客户端 windows mac。\r 可以直接在线获取 m3u8 链接地址,无需使用使用网络抓包,无需安装浏览器插件,可以直接带出请求标头……",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/caorushizi/m3u8-downloader.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/caorushizi/m3u8-downloader/issues"
|
|
},
|
|
"homepage": "https://github.com/caorushizi/m3u8-downloader#readme",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"react-split-pane@0.1.92": "patches/react-split-pane@0.1.92.patch"
|
|
}
|
|
}
|
|
}
|