代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/webtorrent 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "webtorrent",
"description": "Streaming torrent client",
"version": "2.1.32",
"author": {
"name": "WebTorrent LLC",
"url": "https://webtorrent.io"
},
"type": "module",
"browser": {
"./lib/conn-pool.js": false,
"./lib/utp.cjs": false,
"@silentbot1/nat-api": false,
"bittorrent-dht": false,
"crypto": false,
"fs": false,
"fs-chunk-store": "hybrid-chunk-store",
"http": false,
"load-ip-set": false,
"net": false,
"os": false,
"ut_pex": false
},
"bugs": {
"url": "https://github.com/webtorrent/webtorrent/issues"
},
"chromeapp": {
"./lib/utp.cjs": false,
"@silentbot1/nat-api": false,
"fs": false,
"fs-chunk-store": "memory-chunk-store",
"http": "@webtorrent/http-node",
"https": "@webtorrent/http-node",
"load-ip-set": false,
"net": "chrome-net",
"os": false
},
"dependencies": {
"@silentbot1/nat-api": "^0.4.7",
"@thaunknown/simple-peer": "^9.12.1",
"@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^2.0.0",
"bitfield": "^4.1.0",
"bittorrent-dht": "^11.0.5",
"bittorrent-protocol": "^4.1.11",
"cache-chunk-store": "^3.2.2",
"chunk-store-iterator": "^1.0.3",
"cpus": "^1.0.3",
"create-torrent": "^6.0.16",
"cross-fetch-ponyfill": "^1.0.3",
"debug": "^4.3.4",
"escape-html": "^1.0.3",
"fs-chunk-store": "^4.1.0",
"hybrid-chunk-store": "^1.2.2",
"immediate-chunk-store": "^2.2.0",
"join-async-iterator": "^1.1.1",
"load-ip-set": "^3.0.1",
"lt_donthave": "^2.0.0",
"memory-chunk-store": "^1.3.5",
"mime": "^3.0.0",
"once": "^1.4.0",
"parse-torrent": "^11.0.14",
"pump": "^3.0.0",
"queue-microtask": "^1.2.3",
"random-iterate": "^1.0.1",
"range-parser": "^1.2.1",
"run-parallel": "^1.2.0",
"run-parallel-limit": "^1.1.0",
"speed-limiter": "^1.0.2",
"streamx": "^2.15.6",
"throughput": "^1.0.1",
"torrent-discovery": "^11.0.0",
"torrent-piece": "^3.0.0",
"uint8-util": "^2.2.4",
"unordered-array-remove": "^1.0.2",
"ut_metadata": "^4.0.3",
"ut_pex": "^4.0.4"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-import-assertions": "7.23.3",
"@babel/preset-env": "7.23.6",
"@webtorrent/semantic-release-config": "1.0.10",
"airtap": "4.0.4",
"airtap-manual": "1.0.0",
"airtap-sauce": "1.1.2",
"airtap-system": "^0.1.0",
"babelify": "10.0.0",
"bittorrent-tracker": "11.0.0",
"buffer": "^6.0.3",
"chrome-net": "^3.3.4",
"crypto-browserify": "^3.12.0",
"disc": "1.3.3",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"finalhandler": "1.2.0",
"network-address": "1.1.2",
"pako": "^2.1.0",
"path-esm": "^1.0.0",
"querystring": "^0.2.1",
"run-series": "1.1.9",
"semantic-release": "22.0.12",
"serve-static": "1.15.0",
"stream-browserify": "^3.0.0",
"tap-parser": "^15.3.1",
"tap-spec": "^5.0.0",
"tape": "^5.7.2",
"terser-webpack-plugin": "^5.3.9",
"timers-browserify": "^2.0.12",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webtorrent-fixtures": "1.7.5"
},
"optionalDependencies": {
"utp-native": "^2.5.3"
},
"engines": {
"node": ">=14"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"homepage": "https://webtorrent.io",
"keywords": [
"bittorrent",
"bittorrent client",
"download",
"mad science",
"p2p",
"peer-to-peer",
"peers",
"streaming",
"swarm",
"torrent",
"web torrent",
"webrtc",
"webrtc data",
"webtorrent"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/webtorrent.git"
},
"scripts": {
"build": "npm run build-js && npm run build-js-worker && npm run build-chromeapp",
"build-chromeapp": "webpack --config ./scripts/chromeapp.webpack.js",
"build-js": "webpack --config ./scripts/browser.webpack.js",
"build-js-worker": "webpack --config ./scripts/worker.webpack.js",
"prepublishOnly": "npm run build && npm run update-authors",
"preversion": "npm run build && npm run update-authors",
"size": "npm run size-js && npm run size-disc",
"size-disc": "npm run build-js && cat ./dist/webtorrent.min.js | discify --open",
"size-js": "npm run build-js && cat ./dist/webtorrent.min.js | gzip | wc -c",
"test": "eslint . && npm run test-node && npm run test-browser",
"test-browser": "airtap --concurrency 1 --all -- test/*.js test/browser/*.js | tap-spec",
"test-browser-local": "airtap --preset local -- test/*.js test/browser/*.js | tap-spec",
"test-node": "tape test/*.js test/node/*.js | tap-spec",
"update-authors": "./scripts/update-authors.sh"
},
"renovate": {
"extends": [
"github>webtorrent/renovate-config"
],
"rangeStrategy": "bump"
},
"release": {
"extends": "@webtorrent/semantic-release-config"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。