https://github.com/mapbox/node-zipfile
From the example:
```
var zipfile = require('zipfile');
var zf = new zipfile.ZipFile('./test/data/world_merc.zip');
```
You won't get ZipFile in the completions.
Name of npm package is: zipfile
You'll need to have python installed, in your PATH, in order to install the package successfully.
From the example:
```
var zipfile = require('zipfile');
var zf = new zipfile.ZipFile('./test/data/world_merc.zip');
```
You won't get ZipFile in the completions.
Name of npm package is: zipfile
You'll need to have python installed, in your PATH, in order to install the package successfully.