Skip to content

Commit

Permalink
chore: add electron-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 25, 2020
1 parent f67c8dc commit aeb0217
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"electron": "^11.1.1",
"electron-builder": "^22.9.1",
"electron-devtools-installer": "^3.1.0",
"electron-dl": "^3.0.2",
"electron-icon-builder": "^1.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
Expand Down
46 changes: 45 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9142,6 +9142,15 @@ electron-devtools-installer@^3.1.0:
semver "^7.2.1"
unzip-crx-3 "^0.2.0"

electron-dl@^3.0.2:
version "3.0.2"
resolved "https://registry.npm.taobao.org/electron-dl/download/electron-dl-3.0.2.tgz#302a46f9a449ddce720cb8e7f2a24c386e19a26c"
integrity sha1-MCpG+aRJ3c5yDLjn8qJMOG4Zomw=
dependencies:
ext-name "^5.0.0"
pupa "^2.0.1"
unused-filename "^2.1.0"

electron-icon-builder@^1.0.2:
version "1.0.2"
resolved "https://registry.npm.taobao.org/electron-icon-builder/download/electron-icon-builder-1.0.2.tgz#da4875d3e4241bcfec2eedfc0c6c9424918d65e5"
Expand Down Expand Up @@ -10092,6 +10101,21 @@ express@^4.16.3, express@^4.17.0, express@^4.17.1:
utils-merge "1.0.1"
vary "~1.1.2"

ext-list@^2.0.0:
version "2.2.2"
resolved "https://registry.npm.taobao.org/ext-list/download/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37"
integrity sha1-C5jmTtgvWs8PKTG6v2khLvUt3Tc=
dependencies:
mime-db "^1.28.0"

ext-name@^5.0.0:
version "5.0.0"
resolved "https://registry.npm.taobao.org/ext-name/download/ext-name-5.0.0.tgz#70781981d183ee15d13993c8822045c506c8f0a6"
integrity sha1-cHgZgdGD7hXROZPIgiBFxQbI8KY=
dependencies:
ext-list "^2.0.0"
sort-keys-length "^1.0.0"

ext@^1.1.2:
version "1.4.0"
resolved "https://registry.npm.taobao.org/ext/download/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244"
Expand Down Expand Up @@ -14733,7 +14757,7 @@ mime-db@1.44.0:
resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.44.0.tgz?cache=0&sync_timestamp=1600831175828&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
integrity sha1-+hHF6wrKEzS0Izy01S8QxaYnL5I=

"mime-db@>= 1.43.0 < 2":
"mime-db@>= 1.43.0 < 2", mime-db@^1.28.0:
version "1.45.0"
resolved "https://registry.npm.taobao.org/mime-db/download/mime-db-1.45.0.tgz?cache=0&sync_timestamp=1600831175828&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea"
integrity sha1-zO7aIczXw6dF66LezVXUtz54eeo=
Expand Down Expand Up @@ -15030,6 +15054,11 @@ mochapack@^1.1.15:
toposort "^2.0.2"
yargs "14.0.0"

modify-filename@^1.1.0:
version "1.1.0"
resolved "https://registry.npm.taobao.org/modify-filename/download/modify-filename-1.1.0.tgz#9a2dec83806fbb2d975f22beec859ca26b393aa1"
integrity sha1-mi3sg4Bvuy2XXyK+7IWcoms5OqE=

modify-values@^1.0.0:
version "1.0.1"
resolved "https://registry.npm.taobao.org/modify-values/download/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
Expand Down Expand Up @@ -19018,6 +19047,13 @@ socks@~2.3.2:
ip "1.1.5"
smart-buffer "^4.1.0"

sort-keys-length@^1.0.0:
version "1.0.1"
resolved "https://registry.npm.taobao.org/sort-keys-length/download/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188"
integrity sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=
dependencies:
sort-keys "^1.0.0"

sort-keys@^1.0.0:
version "1.1.2"
resolved "https://registry.npm.taobao.org/sort-keys/download/sort-keys-1.1.2.tgz?cache=0&sync_timestamp=1602621924510&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsort-keys%2Fdownload%2Fsort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
Expand Down Expand Up @@ -20791,6 +20827,14 @@ untildify@^4.0.0:
resolved "https://registry.npm.taobao.org/untildify/download/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
integrity sha1-K8lHuVNlJIfkYAlJ+wkeOujNkZs=

unused-filename@^2.1.0:
version "2.1.0"
resolved "https://registry.npm.taobao.org/unused-filename/download/unused-filename-2.1.0.tgz#33719c4e8d9644f32d2dec1bc8525c6aaeb4ba51"
integrity sha1-M3GcTo2WRPMtLewbyFJcaq60ulE=
dependencies:
modify-filename "^1.1.0"
path-exists "^4.0.0"

unzip-crx-3@^0.2.0:
version "0.2.0"
resolved "https://registry.npm.taobao.org/unzip-crx-3/download/unzip-crx-3-0.2.0.tgz#d5324147b104a8aed9ae8639c95521f6f7cda292"
Expand Down

0 comments on commit aeb0217

Please sign in to comment.