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

package.json - github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 827879cbb0a610ce614da292f722b752ef3a07f4 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
  "name": "webtorrent",
  "description": "Streaming torrent client",
  "version": "1.9.2",
  "author": {
    "name": "WebTorrent LLC",
    "email": "feross@webtorrent.io",
    "url": "https://webtorrent.io"
  },
  "browser": {
    "./lib/server.js": false,
    "./lib/conn-pool.js": false,
    "./lib/utp.js": false,
    "bittorrent-dht/client": false,
    "fs": false,
    "fs-chunk-store": "memory-chunk-store",
    "load-ip-set": false,
    "net": false,
    "os": false,
    "ut_pex": false
  },
  "browserify": {
    "transform": [
      "package-json-versionify"
    ]
  },
  "bugs": {
    "url": "https://github.com/webtorrent/webtorrent/issues"
  },
  "chromeapp": {
    "./lib/utp.js": false,
    "fs-chunk-store": "memory-chunk-store",
    "http": "@webtorrent/http-node",
    "load-ip-set": false,
    "net": "chrome-net",
    "os": false
  },
  "dependencies": {
    "@webtorrent/http-node": "^1.3.0",
    "addr-to-ip-port": "^1.5.4",
    "bitfield": "^4.1.0",
    "bittorrent-dht": "^10.0.6",
    "bittorrent-protocol": "^3.5.5",
    "cache-chunk-store": "^3.2.2",
    "chrome-net": "^3.3.4",
    "chunk-store-stream": "^4.3.0",
    "cpus": "^1.0.3",
    "create-torrent": "^5.0.9",
    "debug": "^4.3.4",
    "end-of-stream": "^1.4.4",
    "escape-html": "^1.0.3",
    "fast-blob-stream": "^1.1.1",
    "fs-chunk-store": "^3.0.1",
    "immediate-chunk-store": "^2.2.0",
    "join-async-iterator": "^1.1.1",
    "load-ip-set": "^2.2.1",
    "lt_donthave": "^1.0.1",
    "memory-chunk-store": "^1.3.5",
    "mime": "^3.0.0",
    "package-json-versionify": "^1.0.4",
    "parse-torrent": "^9.1.5",
    "pump": "^3.0.0",
    "queue-microtask": "^1.2.3",
    "random-iterate": "^1.0.1",
    "randombytes": "^2.1.0",
    "range-parser": "^1.2.1",
    "render-media": "^4.1.0",
    "run-parallel": "^1.2.0",
    "run-parallel-limit": "^1.1.0",
    "simple-concat": "^1.0.1",
    "simple-get": "^4.0.1",
    "simple-peer": "^9.11.1",
    "simple-sha1": "^3.1.0",
    "speed-limiter": "^1.0.2",
    "stream-with-known-length-to-buffer": "^1.0.4",
    "streamx": "^2.12.5",
    "throughput": "^1.0.1",
    "torrent-discovery": "^9.4.14",
    "torrent-piece": "^2.0.1",
    "unordered-array-remove": "^1.0.2",
    "ut_metadata": "^3.5.2",
    "ut_pex": "^3.0.2"
  },
  "devDependencies": {
    "@webtorrent/semantic-release-config": "1.0.8",
    "airtap": "4.0.4",
    "airtap-manual": "1.0.0",
    "airtap-sauce": "1.1.2",
    "babel-minify": "0.5.2",
    "bittorrent-tracker": "9.19.0",
    "browserify": "17.0.0",
    "disc": "1.3.3",
    "finalhandler": "1.2.0",
    "network-address": "1.1.2",
    "run-series": "1.1.9",
    "semantic-release": "19.0.5",
    "serve-static": "1.15.0",
    "standard": "*",
    "tape": "5.6.1",
    "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": "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-worker": "browserify ./lib/worker.js | minify --mangle=false > sw.min.js",
    "build-js-debug": "browserify --standalone WebTorrent . > webtorrent.debug.js",
    "build-js-worker-debug": "browserify ./lib/worker.js > sw.debug.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": "browserify --full-paths . | discify --open",
    "size-js": "npm run build && cat webtorrent.min.js | gzip | wc -c",
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "airtap --concurrency 1 -- test/*.js test/browser/*.js",
    "test-browser-local": "airtap --preset 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",
      "sw.min.js",
      "webtorrent.chromeapp.js"
    ]
  },
  "renovate": {
    "extends": [
      "github>webtorrent/renovate-config"
    ],
    "rangeStrategy": "bump"
  },
  "release": {
    "extends": "@webtorrent/semantic-release-config"
  }
}