UNPKG
unzipper
Version:
beta (0.9.0-rc4)
future (0.9.0-rc10)
latest (0.12.5)
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.10.14
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.9.0-rc9
0.9.0-rc8
0.9.0-rc6
0.9.0-rc5
0.9.0-rc4
0.9.0-rc3
0.9.0-rc2
0.9.0-rc10
0.9.0-rc1
0.8.14
0.8.13
0.8.12
0.8.11
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.11
Unzip cross-platform streaming API
github.com/ZJONSSON/node-unzipper
ZJONSSON/node-unzipper
unzipper
/
.travis.yml
11 lines
•
149 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js node_js: -
"8"
-
"7"
-
"6"
-
"5"
-
"4"
-
"0.11"
-
"0.10"
before_install: -
if
[[ `npm -v` != 3* ]]
;
then
npm i -g npm@
3
; fi