Remove Decompress + Replace with Other Package (#9532) (#9545)

* add windows support

* works on windows

* Still testing, works on Windows

* Reject on error

* Fix adm-zip external
This commit is contained in:
Chris LaFreniere
2020-03-11 01:14:12 -07:00
committed by GitHub
parent 7379d66729
commit 29031462c7
4 changed files with 115 additions and 221 deletions

View File

@@ -480,7 +480,9 @@
},
"dependencies": {
"@jupyterlab/services": "^3.2.1",
"decompress": "^4.2.0",
"@types/adm-zip": "^0.4.32",
"@types/tar": "^4.0.3",
"adm-zip": "^0.4.14",
"error-ex": "^1.3.1",
"fast-glob": "^3.0.4",
"figures": "^2.0.0",
@@ -488,6 +490,7 @@
"glob": "^7.1.1",
"node-fetch": "^2.3.0",
"request": "^2.88.0",
"tar": "^6.0.1",
"temp-write": "^3.4.0",
"vscode-languageclient": "^5.3.0-next.1",
"vscode-nls": "^4.0.0",