File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const once = require('once')
55const parallel = require ( 'run-parallel' )
66const Peer = require ( 'simple-peer' )
77const uniq = require ( 'uniq' )
8- const URL = require ( 'url' ) . URL
98
109const common = require ( './lib/common' )
1110const HTTPTracker = require ( './lib/client/http-tracker' ) // empty object in browser
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const compact2string = require('compact2string')
55const debug = require ( 'debug' ) ( 'bittorrent-tracker:udp-tracker' )
66const dgram = require ( 'dgram' )
77const randombytes = require ( 'randombytes' )
8- const URL = require ( 'url' ) . URL
98
109const common = require ( '../common' )
1110const Tracker = require ( './tracker' )
Original file line number Diff line number Diff line change 4949 "tape" : " ^4.0.0" ,
5050 "webtorrent-fixtures" : " ^1.3.0"
5151 },
52- "optionalDependencies" : {
53- "bufferutil" : " ^4.0.0" ,
54- "utf-8-validate" : " ^5.0.1"
52+ "engines" : {
53+ "node" : " >=10"
5554 },
5655 "keywords" : [
5756 " bittorrent" ,
6564 ],
6665 "license" : " MIT" ,
6766 "main" : " index.js" ,
67+ "optionalDependencies" : {
68+ "bufferutil" : " ^4.0.0" ,
69+ "utf-8-validate" : " ^5.0.1"
70+ },
6871 "repository" : {
6972 "type" : " git" ,
7073 "url" : " git://github.com/webtorrent/bittorrent-tracker.git"
7174 },
7275 "scripts" : {
73- "update-authors " : " ./tools/update-authors.sh " ,
74- "test " : " standard && tape test/*.js "
76+ "test " : " standard && tape test/*.js " ,
77+ "update-authors " : " ./tools/update-authors.sh "
7578 }
7679}
You can’t perform that action at this time.
0 commit comments