Depend on webtorrent/nobin-debian-installer fork

Fixes: https://github.com/grunjol/nobin-debian-installer/pull/8
Fixes: https://github.com/grunjol/nobin-debian-installer/pull/7
This commit is contained in:
Feross Aboukhadijeh
2019-09-05 23:13:41 -07:00
parent 4550f09bf1
commit a6dfd98717
2 changed files with 11 additions and 61 deletions

70
package-lock.json generated
View File

@@ -613,8 +613,7 @@
"ar-async": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/ar-async/-/ar-async-0.1.4.tgz",
"integrity": "sha1-kvdtYlMjrA0qLeuJnCexD8nOoOA=",
"dev": true
"integrity": "sha1-kvdtYlMjrA0qLeuJnCexD8nOoOA="
},
"arch": {
"version": "2.1.1",
@@ -1106,7 +1105,6 @@
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz",
"integrity": "sha1-/cqHGplxOqANGeO7ukHER4emU5g=",
"dev": true,
"requires": {
"readable-stream": "~2.0.5"
},
@@ -1114,14 +1112,12 @@
"process-nextick-args": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
"dev": true
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M="
},
"readable-stream": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
"integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=",
"dev": true,
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
@@ -1134,8 +1130,7 @@
"string_decoder": {
"version": "0.10.31",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
"dev": true
"integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
}
}
},
@@ -3843,8 +3838,7 @@
"fs-constants": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
"dev": true
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
},
"fs-extra": {
"version": "4.0.3",
@@ -4227,45 +4221,6 @@
"path-is-absolute": "^1.0.0"
}
},
"glob-expand": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/glob-expand/-/glob-expand-0.1.0.tgz",
"integrity": "sha1-+rNWBjkewYFwPB8KonqHzQW/mjA=",
"dev": true,
"requires": {
"glob": "~4.4.2",
"lodash": "1.2.x"
},
"dependencies": {
"glob": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.4.2.tgz",
"integrity": "sha1-Pvk+KX7glsG5s/+x0hAlx4q2BUg=",
"dev": true,
"requires": {
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^2.0.1",
"once": "^1.3.0"
}
},
"lodash": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-1.2.1.tgz",
"integrity": "sha1-7UexbkbwaytAMJto6RY8F+k+owQ=",
"dev": true
},
"minimatch": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
"integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
"dev": true,
"requires": {
"brace-expansion": "^1.0.0"
}
}
}
},
"glob-parent": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz",
@@ -5931,15 +5886,14 @@
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
},
"nobin-debian-installer": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/nobin-debian-installer/-/nobin-debian-installer-0.0.10.tgz",
"integrity": "sha1-OGQF9EWKveg1HunOVYoNfDN7jCg=",
"dev": true,
"version": "github:webtorrent/nobin-debian-installer#8b3d5e9489bf53dcb590636f8fa0e777b9eae6e6",
"from": "github:webtorrent/nobin-debian-installer",
"requires": {
"ar-async": "^0.1.4",
"async": "^2.0.0-rc.2",
"debug": "^2.2.0",
"glob-expand": "^0.1.0",
"glob": "^7.1.4",
"mkdirp": "^0.5.1",
"tar-stream": "^1.3.2"
},
"dependencies": {
@@ -5947,7 +5901,6 @@
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
"dev": true,
"requires": {
"lodash": "^4.17.14"
}
@@ -5955,8 +5908,7 @@
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
}
}
},
@@ -9168,7 +9120,6 @@
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz",
"integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==",
"dev": true,
"requires": {
"bl": "^1.0.0",
"buffer-alloc": "^1.2.0",
@@ -9342,8 +9293,7 @@
"to-buffer": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz",
"integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==",
"dev": true
"integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg=="
},
"to-fast-properties": {
"version": "2.0.0",

View File

@@ -34,6 +34,7 @@
"mkdirp": "^0.5.1",
"music-metadata": "^4.5.0",
"network-address": "^1.1.2",
"nobin-debian-installer": "github:webtorrent/nobin-debian-installer",
"parse-torrent": "^7.0.1",
"prettier-bytes": "^1.0.4",
"prop-types": "^15.7.2",
@@ -60,7 +61,6 @@
"electron-winstaller": "^4.0.0",
"gh-release": "^3.5.0",
"minimist": "^1.2.0",
"nobin-debian-installer": "0.0.10",
"nodemon": "^1.19.2",
"opn": "^6.0.0",
"plist": "^3.0.1",