1 Star 0 Fork 0

嘲月/webtorrent-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
Feross Aboukhadijeh 提交于 2019-10-19 13:03 . 3.0.5
{
"name": "webtorrent-cli",
"description": "WebTorrent, the streaming torrent client. For the command line.",
"version": "3.0.5",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bin": {
"webtorrent": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/webtorrent/webtorrent-cli/issues"
},
"dependencies": {
"clivas": "^0.2.0",
"common-tags": "^1.8.0",
"create-torrent": "^4.2.1",
"dlnacasts": "^0.1.0",
"ecstatic": "^4.0.0",
"executable": "^4.0.0",
"mime": "^2.1.0",
"minimist": "^1.2.0",
"moment": "^2.12.0",
"network-address": "^1.1.0",
"open": "^7.0.0",
"parse-torrent": "^7.0.0",
"prettier-bytes": "^1.0.3",
"vlc-command": "^1.0.0",
"webtorrent": ">=0.107.6",
"winreg": "^1.0.1"
},
"devDependencies": {
"cross-spawn": "^7.0.0",
"standard": "*",
"tape": "^4.5.1",
"webtorrent-fixtures": "^1.2.0",
"xtend": "^4.0.1"
},
"engines": {
"node": ">=10"
},
"homepage": "https://webtorrent.io",
"keywords": [
"bittorrent",
"bittorrent client",
"download",
"mad science",
"streaming",
"torrent",
"webrtc",
"webrtc data",
"webtorrent"
],
"license": "MIT",
"main": "index.js",
"optionalDependencies": {
"airplay-js": "^0.3.0",
"chromecasts": "^1.5.3",
"nodebmc": "0.0.7"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/webtorrent-cli.git"
},
"scripts": {
"test": "standard && tape test/*.js",
"update-authors": "./tools/update-authors.sh"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cfgrpg/webtorrent-cli.git
git@gitee.com:cfgrpg/webtorrent-cli.git
cfgrpg
webtorrent-cli
webtorrent-cli
master

搜索帮助