create-torrent@4.3.0

This commit is contained in:
Feross Aboukhadijeh
2019-09-04 16:43:17 -07:00
parent 1f780fc307
commit d06508fda6
2 changed files with 27 additions and 22 deletions

47
package-lock.json generated
View File

@@ -717,7 +717,11 @@
"ascli": { "ascli": {
"version": "0.3.0", "version": "0.3.0",
"resolved": "https://registry.npmjs.org/ascli/-/ascli-0.3.0.tgz", "resolved": "https://registry.npmjs.org/ascli/-/ascli-0.3.0.tgz",
"integrity": "sha1-XmYjDlIZ/j6JUqTvtPIPrllqgTo=" "integrity": "sha1-XmYjDlIZ/j6JUqTvtPIPrllqgTo=",
"requires": {
"colour": "^0.7.1",
"optjs": "^3.2.2"
}
}, },
"asn1": { "asn1": {
"version": "0.2.4", "version": "0.2.4",
@@ -1802,11 +1806,6 @@
"mimic-response": "^1.0.0" "mimic-response": "^1.0.0"
} }
}, },
"closest-to": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/closest-to/-/closest-to-2.0.0.tgz",
"integrity": "sha1-uyqGDtt3abYtBIIXSK5Q2iTb76o="
},
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
@@ -1834,6 +1833,11 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
"dev": true "dev": true
}, },
"colour": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/colour/-/colour-0.7.1.tgz",
"integrity": "sha1-nLFpkX7F0SwHNtPoaFdG3xyt93g="
},
"combined-stream": { "combined-stream": {
"version": "1.0.8", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
@@ -2036,9 +2040,9 @@
} }
}, },
"create-torrent": { "create-torrent": {
"version": "4.2.1", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-4.2.1.tgz", "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-4.3.0.tgz",
"integrity": "sha512-IlKF2B3vrAGVzcgYVVgfsekp4p2N9BqkGeVqckTljajs+qIQ5oAwAzELJtb6sZ14UQBT7ZQNOOyvxgIL98VpZg==", "integrity": "sha512-zcKfxN61zvaiKBrREZSx6K7mu1JsFPT7uzP2JThlpd0JwXtlmMcM4zpCh7mVF/OYkK6sxLLSNWqWSQ3YTd42Ng==",
"requires": { "requires": {
"bencode": "^2.0.0", "bencode": "^2.0.0",
"block-stream2": "^2.0.0", "block-stream2": "^2.0.0",
@@ -2046,9 +2050,9 @@
"is-file": "^1.0.0", "is-file": "^1.0.0",
"junk": "^3.1.0", "junk": "^3.1.0",
"minimist": "^1.1.0", "minimist": "^1.1.0",
"multistream": "^3.0.0", "multistream": "^4.0.0",
"once": "^1.3.0", "once": "^1.3.0",
"piece-length": "^1.0.0", "piece-length": "^2.0.1",
"readable-stream": "^3.0.2", "readable-stream": "^3.0.2",
"run-parallel": "^1.0.0", "run-parallel": "^1.0.0",
"simple-sha1": "^2.0.0" "simple-sha1": "^2.0.0"
@@ -5912,11 +5916,10 @@
"integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
}, },
"multistream": { "multistream": {
"version": "3.1.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz", "resolved": "https://registry.npmjs.org/multistream/-/multistream-4.0.0.tgz",
"integrity": "sha512-zBgD3kn8izQAN/TaL1PCMv15vYpf+Vcrsfub06njuYVYlzUldzpopTlrEZ53pZVEbfn3Shtv7vRFoOv6LOV87Q==", "integrity": "sha512-t0C8MAtH/d3Y+5nooEtUMWli92lVw9Jhx4uOhRl5GAwS5vc+YTmp/VXNJNsCBAMeEyK/6zhbk6x9JE3AiCvo4g==",
"requires": { "requires": {
"inherits": "^2.0.1",
"readable-stream": "^3.4.0" "readable-stream": "^3.4.0"
}, },
"dependencies": { "dependencies": {
@@ -7215,6 +7218,11 @@
} }
} }
}, },
"optjs": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/optjs/-/optjs-3.2.2.tgz",
"integrity": "sha1-aabOicRCpEQDFBrS+bNwvVu29O4="
},
"os-homedir": { "os-homedir": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-2.0.0.tgz", "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-2.0.0.tgz",
@@ -7458,12 +7466,9 @@
"integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==" "integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA=="
}, },
"piece-length": { "piece-length": {
"version": "1.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/piece-length/-/piece-length-1.0.0.tgz", "resolved": "https://registry.npmjs.org/piece-length/-/piece-length-2.0.1.tgz",
"integrity": "sha1-TbcWcVf9af7xTK9yYs058YmyRQg=", "integrity": "sha512-dBILiDmm43y0JPISWEmVGKBETQjwJe6mSU9GND+P9KW0SJGUwoU/odyH1nbalOP9i8WSYuqf1lQnaj92Bhw+Ug=="
"requires": {
"closest-to": "~2.0.0"
}
}, },
"pify": { "pify": {
"version": "2.3.0", "version": "2.3.0",

View File

@@ -20,7 +20,7 @@
"chokidar": "^3.0.2", "chokidar": "^3.0.2",
"chromecasts": "^1.9.1", "chromecasts": "^1.9.1",
"cp-file": "^7.0.0", "cp-file": "^7.0.0",
"create-torrent": "^4.0.0", "create-torrent": "^4.3.0",
"debounce": "^1.0.0", "debounce": "^1.0.0",
"deep-equal": "^1.1.0", "deep-equal": "^1.1.0",
"dlnacasts": "^0.1.0", "dlnacasts": "^0.1.0",