jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

Dependency updates #18

Closed coreyfarrell closed 5 years ago

coreyfarrell commented 6 years ago

Hello, before I spend time preparing a PR I'd like to know if you willing to accept patches which make this and a few other modules require node 4? I'm working through some dependency trees for node modules and trying to eliminate situations where multiple versions of the same module are installed. The current versions of many dependencies now require node >=4.

royriojas commented 6 years ago

I'm seriously considering removing the graceful-fs and write dependencies as they can be done with the default fs module now. Will create tickets for that and review which versions of node are needed to support.

coreyfarrell commented 5 years ago

Closing this since all production dependencies are up to date and you have a separate ticket for removing write.