EvanOxfeld / node-unzip

node.js cross-platform unzip using streams
MIT License
613 stars 343 forks source link

don't depend on graceful-fs which monkey patches fs #54

Closed andrewrk closed 10 years ago

andrewrk commented 10 years ago

This module depends on fstream which depends on graceful-fs which monkey patches fs. The decision to use graceful-fs should be left to the application, not to a single module it depends on.

EvanOxfeld commented 10 years ago

Completely agree that this is an application-level decision. This should be resolved now that fstream depends on a version of graceful-fs that no longer monkey patches fs.