Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json101
1 files changed, 62 insertions, 39 deletions
diff --git a/package.json b/package.json
index 7f913be..6218e89 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
- "version": "0.108.1",
+ "version": "0.108.6",
"author": {
- "name": "WebTorrent, LLC",
+ "name": "WebTorrent LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
@@ -33,66 +33,80 @@
"os": false
},
"dependencies": {
- "addr-to-ip-port": "^1.4.2",
+ "addr-to-ip-port": "^1.5.1",
"bitfield": "^3.0.0",
- "bittorrent-dht": "^9.0.0",
- "bittorrent-protocol": "^3.0.0",
- "chrome-net": "^3.3.2",
- "chunk-store-stream": "^4.0.0",
- "create-torrent": "^4.0.0",
- "debug": "^4.1.0",
+ "bittorrent-dht": "^10.0.0",
+ "bittorrent-protocol": "^3.1.1",
+ "chrome-net": "^3.3.4",
+ "chunk-store-stream": "^4.1.0",
+ "create-torrent": "^4.4.2",
+ "debug": "^4.1.1",
"end-of-stream": "1.4.1",
"escape-html": "^1.0.3",
- "fs-chunk-store": "^2.0.0",
+ "fs-chunk-store": "^2.0.2",
"http-node": "github:feross/http-node#webtorrent",
- "immediate-chunk-store": "^2.0.0",
+ "immediate-chunk-store": "^2.1.0",
"load-ip-set": "^2.1.0",
- "memory-chunk-store": "^1.2.0",
- "mime": "^2.4.0",
+ "memory-chunk-store": "^1.3.0",
+ "mime": "^2.4.6",
"multistream": "^4.0.0",
- "package-json-versionify": "^1.0.2",
- "parse-numeric-range": "^0.0.2",
- "parse-torrent": "^7.0.0",
+ "package-json-versionify": "^1.0.4",
+ "parse-numeric-range": "^1.2.0",
+ "parse-torrent": "^7.1.3",
"pump": "^3.0.0",
"random-iterate": "^1.0.1",
- "randombytes": "^2.0.3",
- "range-parser": "^1.2.0",
- "readable-stream": "^3.0.6",
- "render-media": "^3.0.0",
- "run-parallel": "^1.1.6",
- "run-parallel-limit": "^1.0.3",
+ "randombytes": "^2.1.0",
+ "range-parser": "^1.2.1",
+ "readable-stream": "^3.6.0",
+ "render-media": "^3.4.3",
+ "run-parallel": "^1.1.9",
+ "run-parallel-limit": "^1.0.5",
"simple-concat": "^1.0.0",
"simple-get": "^3.0.1",
- "simple-peer": "^9.0.0",
+ "simple-peer": "^9.7.2",
"simple-sha1": "^3.0.1",
- "speedometer": "^1.0.0",
- "stream-to-blob": "^2.0.0",
- "stream-to-blob-url": "^3.0.0",
- "stream-with-known-length-to-buffer": "^1.0.0",
- "torrent-discovery": "^9.1.1",
+ "speedometer": "^1.1.0",
+ "stream-to-blob": "^2.0.1",
+ "stream-to-blob-url": "^3.0.2",
+ "stream-with-known-length-to-buffer": "^1.0.3",
+ "torrent-discovery": "^9.3.0",
"torrent-piece": "^2.0.0",
"unordered-array-remove": "^1.0.2",
- "ut_metadata": "^3.3.0",
+ "ut_metadata": "^3.5.0",
"ut_pex": "^2.0.0"
},
"devDependencies": {
"airtap": "^3.0.0",
"babel-minify": "^0.5.1",
- "bittorrent-tracker": "^9.14.0",
- "browserify": "^16.4.0",
+ "bittorrent-tracker": "^9.15.0",
+ "browserify": "^16.5.1",
"disc": "^1.3.3",
"electron": "^8.0.0",
- "finalhandler": "^1.0.0",
- "network-address": "^1.1.0",
- "run-series": "^1.1.4",
- "serve-static": "^1.11.1",
+ "finalhandler": "^1.1.2",
+ "network-address": "^1.1.2",
+ "run-series": "^1.1.8",
+ "serve-static": "^1.14.1",
"standard": "*",
- "tape": "^4.6.0",
- "webtorrent-fixtures": "^1.5.0"
+ "tape": "^5.0.1",
+ "webtorrent-fixtures": "^1.7.3"
},
"engines": {
"node": ">=10"
},
+ "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",
@@ -117,8 +131,11 @@
"url": "git://github.com/webtorrent/webtorrent.git"
},
"scripts": {
- "build": "browserify --standalone WebTorrent . | minify --mangle=false > webtorrent.min.js",
- "build-debug": "browserify --standalone WebTorrent . > webtorrent.debug.js",
+ "build": "npm run build-js && npm run build-chromeapp",
+ "build-chromeapp": "browserify --browser-field=chromeapp --standalone WebTorrent . | minify --mangle=false > webtorrent.chromeapp.js",
+ "build-chromeapp-debug": "browserify --browser-field=chromeapp --standalone WebTorrent . > webtorrent.chromeapp.js",
+ "build-js": "browserify --standalone WebTorrent . | minify --mangle=false > webtorrent.min.js",
+ "build-js-debug": "browserify --standalone WebTorrent . > webtorrent.debug.js",
"size": "npm run size-js && npm run size-disc",
"size-disc": "browserify --full-paths . | discify --open",
"size-js": "npm run build && cat webtorrent.min.js | gzip | wc -c",
@@ -127,5 +144,11 @@
"test-browser-local": "airtap --local -- test/*.js test/browser/*.js",
"test-node": "tape test/*.js test/node/*.js",
"update-authors": "./scripts/update-authors.sh"
+ },
+ "standard": {
+ "ignore": [
+ "webtorrent.min.js",
+ "webtorrent.chromeapp.js"
+ ]
}
}